这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
zh:notes:disruptive_index [2025/02/10 11:25] pzczxs [Calculate Disruptive Index] |
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>. | ||
行 276: | 行 276: | ||
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>. | 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> | <code bash> | ||
- | > nohup ./export-citations.sh > export-citations.log 2>&1 | + | > ./export-citations.sh |
</code> | </code> | ||
~~DISCUSSION:closed~~ | ~~DISCUSSION:closed~~ |