这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
|
zh:notes:disruptive_index [2025/10/04 11:07] pzczxs [Import Citing Articles] |
zh:notes:disruptive_index [2025/12/19 20:55] (当前版本) pzczxs [Citation Information] |
||
|---|---|---|---|
| 行 3: | 行 3: | ||
| - 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. | 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. | ||
| - | - | + | - Shuo Xu, Congcong Wang, Xin An, and Jianhua Liu, 2025. [[https://doi.org/10.1038/s41597-025-06232-w|CrossDI: A Comprehensive Dataset Crossing Three Databases for Calculating Disruption Indexes]]. //Scientific Data//, Vol. 12, pp. 1974. [[:zh:notes:disruptive_index|Note]] [[https://github.com/pzczxs/CrossDI-Dataset-and-Source-Code|Dataset & Code]] [[https://doi.org/10.6084/m9.figshare.30356599|Dataset]] |
| ===== Datasets ===== | ===== Datasets ===== | ||
| 行 195: | 行 195: | ||
| > UPDATE article SET doi = "10.1145/2024724.2024911" WHERE wos_id = "WOS:000297360000151"; | > UPDATE article SET doi = "10.1145/2024724.2024911" WHERE wos_id = "WOS:000297360000151"; | ||
| > | > | ||
| - | > update cited_article set doi = "10.1093/MOLBEV/MSW054", flag = 0 where id in (11676, 38220); // 10.1093/MOLBEV/MSV279,10.1093/MOLBEV/MSW054 | + | > UPDATE cited_article SET doi = "10.1093/MOLBEV/MSW054", flag = 0 WHERE id in (11676, 38220); // 10.1093/MOLBEV/MSV279,10.1093/MOLBEV/MSW054 |
| - | > update cited_article set doi = "10.1093/MOLBEV/MSW054" where doi = "10.1093/MOLBEV/MSW054MSW054"; | + | > UPDATE cited_article SET doi = "10.1093/MOLBEV/MSW054" WHERE doi = "10.1093/MOLBEV/MSW054MSW054"; |
| </code> | </code> | ||
| 行 292: | 行 292: | ||
| > 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 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"; | > DELETE FROM citation_wos WHERE citing_article_doi = "10.1103/PHYSREVD.82.105029" AND cited_article_doi = "10.1103/PHYSREVD.69.105012"; | ||
| + | |||
| + | > DELETE FROM citation_dimensions WHERE citing_article_doi IN ("10.53555/JAZ.V45IS2", "10.53555/JAZ.V45IS2.") OR cited_article_doi IN ("10.53555/JAZ.V45IS2", "10.53555/JAZ.V45IS2."); // 10.53555/JAZ.V45IS2指向期刊 | ||
| </code> | </code> | ||