用户工具

站点工具


zh:notes:disruptive_index

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
zh:notes:disruptive_index [2025/02/07 12:02]
pzczxs [Update Publication Year]
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>​.
行 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~~
zh/notes/disruptive_index.1738900937.txt.gz · 最后更改: 2025/02/07 12:02 由 pzczxs