用户工具

站点工具


zh:notes:huang_river

差别

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

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
zh:notes:huang_river [2021/10/16 22:23]
pzczxs [Import Bibliographic Data to Database]
zh:notes:huang_river [2022/01/26 10:39] (当前版本)
pzczxs 讨论状态变化了
行 28: 行 28:
  
 ===== Update DOI number of Cited Articles ===== ===== Update DOI number of Cited Articles =====
 +<code sql>
 +> DELETE FROM target_article_cited_article WHERE cited_article_id = 73139; ​
 +</​code>​
  
 +<color red>​CitedArticleDoiUpdater.java</​color>​ in the package <color red>​cn.edu.bjut.ui</​color>;​
  
-~~DISCUSSION~~+<color red>​CitedArticleDoiLogMerger.java</​color>​ in the package <color red>​cn.edu.bjut.ui</​color>;​ 
 + 
 +<color red>​CitedArticleDoiChecker.java</​color>​ in the package <color red>​cn.edu.bjut.ui</​color>;​ 
 + 
 +<code sql> 
 +> UPDATE target_article_cited_article SET cited_article_id = 47682 WHERE cited_article_id = 57643;  
 +> DELETE FROM cited_article WHERE id = 57643;  
 +> UPDATE target_article_cited_article SET cited_article_id = 46251 WHERE cited_article_id = 81228;  
 +> DELETE FROM cited_article WHERE id = 81228;  
 +> UPDATE target_article_cited_article SET cited_article_id = 3193 WHERE cited_article_id = 27281;  
 +> DELETE FROM cited_article WHERE id = 27281;  
 +> UPDATE target_article_cited_article SET cited_article_id = 82304 WHERE cited_article_id = 82236;  
 +> DELETE FROM cited_article WHERE id = 82236;  
 +</​code>​ 
 + 
 +~~DISCUSSION:closed~~
  
zh/notes/huang_river.1634394190.txt.gz · 最后更改: 2021/10/16 22:23 由 pzczxs