这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
zh:notes:disruptive_index [2025/02/05 11:05] pzczxs [Import Citing Articles] |
zh:notes:disruptive_index [2025/03/11 09:00] (当前版本) pzczxs [Download Data] |
||
---|---|---|---|
行 75: | 行 75: | ||
===== Dimensions ===== | ===== Dimensions ===== | ||
==== Download Data ==== | ==== Download Data ==== | ||
- | TODO | + | For each domain (e.g., SYNTHETIC BIOLOGY), the procedure begins by querying the Dimensions API with DOIs from a specified list (e.g., doi_list1.csv) to retrieve target articles’ metadata (ID, title, authors, year, journal) and their referenced publications (referenced_pubs), saving results as JSON files in the target_articles folder by running <color red>dimensions_retrieve.ipynb</color>. Next, reference IDs extracted from the referenced_pubs field are used to fetch metadata for cited articles, stored in the cited_articles folder by running <color red>dimensions_references.ipynb</color>. Finally, a combined list of IDs from target and cited articles is queried to identify citing articles (those whose reference_ids include any of the input IDs), with outputs saved to the citing_articles folder by running <color red>dimensions_citations.ipynb</color>. |
==== Import Target Articles with Backward Citations ==== | ==== Import Target Articles with Backward Citations ==== | ||
Import the target articles with the resulting backward citations to the database by running <color red>TargetArticleImporter.java</color> in the package <color red>cn.edu.bjut.dimensions</color>. | Import the target articles with the resulting backward citations to the database by running <color red>TargetArticleImporter.java</color> in the package <color red>cn.edu.bjut.dimensions</color>. | ||
行 253: | 行 253: | ||
<code bash> | <code bash> | ||
> nohup ./update-doi-publication-year.sh > update-doi-publication-year.log 2>&1 | > nohup ./update-doi-publication-year.sh > update-doi-publication-year.log 2>&1 | ||
- | > nohup ./check-doi-publication-year.sh > check-doi-publication-year-2.log 2>&1 | + | > nohup ./check-doi-publication-year.sh > check-doi-publication-year.log 2>&1 |
</code> | </code> | ||
行 274: | 行 274: | ||
==== Calculate Disruptive Index ==== | ==== Calculate Disruptive Index ==== | ||
+ | Before calculation, the related data can be exported by running <color red>CitationExporter.java</color> in the package <color red>cn.edu.bjut.ui</color>. | ||
+ | <code bash> | ||
+ | > ./export-citations.sh | ||
+ | </code> | ||
~~DISCUSSION:closed~~ | ~~DISCUSSION:closed~~ |