用户工具

站点工具


zh:notes:disruptive_index

差别

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

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
zh:notes:disruptive_index [2025/06/11 21:34]
pzczxs [Citation Information]
zh:notes:disruptive_index [2025/06/19 09:11] (当前版本)
pzczxs [Summarization]
行 1: 行 1:
 ====== Disruptive Index Calculation ====== ====== Disruptive Index Calculation ======
 ===== Citation Information ===== ===== Citation Information =====
-  -Shuo Xu, Congcong Wang, Xin An, Yunkang Deng, and Jianhua Liu, 2025. [[  +  - Shuo Xu, Congcong Wang, Xin An, Yunkang Deng, and Jianhua Liu, 2025. [[  
-https://​doi.org/​10.1016/​j.joi.2025.101685|Do OpenCitations and Dimensions Serve as an Alternative to Web of Science for Calculating Disruption Indexes]]? //Journal of Informetrics//,​ Vol. 19, No. 3, pp. 101685. ​[[:​zh:​notes:​disruptive_index|Note]]+https://​doi.org/​10.1016/​j.joi.2025.101685|Do OpenCitations and Dimensions Serve as an Alternative to Web of Science for Calculating Disruption Indexes]]? //Journal of Informetrics//,​ Vol. 19, No. 3, pp. 101685. ​ 
 +  -  
 ===== Datasets ===== ===== Datasets =====
 The scientific publications in the [[https://​doi.org/​10.1016/​j.techfore.2020.120176 | SynBio dataset]] ranges from 2003 to 2012. For more details, we refer the readers to [[https://​doi.org/​10.1016/​j.techfore.2020.120176 | Porter et al. (2020)]] and [[https://​doi.org/​10.1016/​j.techfore.2020.120366 | Xu et al. (2021)]]. We randomly choose ten articles from this dataset per year.  The scientific publications in the [[https://​doi.org/​10.1016/​j.techfore.2020.120176 | SynBio dataset]] ranges from 2003 to 2012. For more details, we refer the readers to [[https://​doi.org/​10.1016/​j.techfore.2020.120176 | Porter et al. (2020)]] and [[https://​doi.org/​10.1016/​j.techfore.2020.120366 | Xu et al. (2021)]]. We randomly choose ten articles from this dataset per year. 
行 265: 行 267:
 Note that 23 citing DOI names actually point to a journal, not a publication. It is very difficult to assign a publication year to these DOI names. Hence, we fix the resulting publication year of these DOIs to null.  Note that 23 citing DOI names actually point to a journal, not a publication. It is very difficult to assign a publication year to these DOI names. Hence, we fix the resulting publication year of these DOIs to null. 
 ==== Summarization ==== ==== Summarization ====
 +<code sql>
 +> SELECT id FROM doi WHERE name = "​10.1042/​0264-6021:​3370023";​
 +> UPDATE doi SET preferred_id = null WHERE preferred_id = 811;
 +> UPDATE citation_open_citations SET cited_article_doi = "​10.1042/​0264-6021:​3440069"​ WHERE cited_article_doi = "​10.1042/​0264-6021:​3370023"​ AND citing_article_doi = "​10.1111/​J.1365-2958.2008.06183.X";​
 +> DELETE FROM citation_open_citations WHERE id = 791; // 重复
 +> UPDATE citation_open_citations SET cited_article_doi = "​10.1042/​0264-6021:​3480001"​ WHERE cited_article_doi = "​10.1042/​0264-6021:​3370023"​ AND citing_article_doi = "​10.1039/​C1MB05175J";​
 +> DELETE FROM citation_open_citations WHERE id = 2694; // 重复
 +
 +> SELECT * FROM doi WHERE name = "​10.3332/​ECANCER";​
 +> UPDATE doi SET preferred_id = null WHERE preferred_id = 269085;
 +> UPDATE citation_open_citations SET citing_article_doi = "​10.3332/​ECANCER.2013.370"​ WHERE cited_article_doi = "​10.1126/​SCIENCE.277.5331.1508"​ AND citing_article_doi = "​10.3332/​ECANCER";​
 +> DELETE FROM citation_open_citations WHERE id = 312088; // 重复
 +
 +> SELECT * FROM doi WHERE name = "​10.5754/​HGE10106";​
 +> UPDATE doi SET preferred_id = null WHERE preferred_id = 665378;
 +> UPDATE citation_open_citations SET citing_article_doi = "​10.5754/​HGE11387"​ WHERE citing_article_doi = "​10.5754/​HGE10106"​ AND cited_article_doi = "​10.1016/​S0140-6736(01)06102-5";​
 +> DELETE FROM citation_open_citations WHERE id = 933064; // 重复
 +
 +> UPDATE doi SET preferred_id = null WHERE name = "​10.1103/​PHYSREVD.69.065012";​
 +> DELETE FROM citation_wos WHERE citing_article_doi = cited_article_doi;​
 +> DELETE FROM citation_wos WHERE citing_article_doi IN ("​10.1016/​J.PHYSLETB.2004.09.028",​ "​10.1016/​J.PHYSLETB.2006.05.031",​ "​10.1016/​J.PHYSLETB.2023.137856",​ "​10.1103/​PHYSREVD.71.105005",​ "​10.1103/​PHYSREVD.73.105010",​ "​10.1103/​PHYSREVD.74.125016"​) AND cited_article_doi = "​10.1103/​PHYSREVD.69.065012";​
 +> DELETE FROM citation_wos WHERE citing_article_doi = "​10.1103/​PHYSREVD.82.105029"​ AND cited_article_doi = "​10.1103/​PHYSREVD.69.105012";​
 +</​code>​
 +
 <code base> <code base>
 > ./​summary.sh > summary.log > ./​summary.sh > summary.log
zh/notes/disruptive_index.1749648897.txt.gz · 最后更改: 2025/06/11 21:34 由 pzczxs