这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
|
zh:notes:disruptive_index [2025/07/13 22:42] pzczxs [Summarization] |
zh:notes:disruptive_index [2025/10/04 11:12] (当前版本) pzczxs [Import Citing Articles] |
||
|---|---|---|---|
| 行 194: | 行 194: | ||
| > | > | ||
| > 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" WHERE doi = "10.1093/MOLBEV/MSW054MSW054"; | ||
| </code> | </code> | ||
| 行 289: | 行 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> | ||