这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
zh:notes:drugbank [2022/11/08 07:34] pzczxs [Citation Information] |
zh:notes:drugbank [2025/01/17 22:12] (当前版本) pzczxs [Citation Information] |
||
---|---|---|---|
行 3: | 行 3: | ||
===== Citation Information ===== | ===== Citation Information ===== | ||
- | -Shuo Xu, Ling Li, and Xin An, 2022. Do Academic Inventors have Diverse Interests? //Scientometrics//. | + | -Shuo Xu, Zhen Liu, Xin An, Hong Wang, and Hongshen Pang, 2025. [[https://doi.org/10.1016/j.joi.2024.101617|Linkages among Science, Technology, and Industry on the basis of Main Path Analysis]]. //Journal of Informetrics//, Vol. 19, No. 1, pp. 101617. |
+ | -Shuo Xu, Xinyi Ma, Hong Wang, Xin An, and Ling Li, 2024. [[https://doi.org/10.1016/j.joi.2024.101557|A Recommendation Approach of Scientific Non-Patent Literature on the basis of Heterogeneous Information Network]]. //Journal of Informetrics//, Vol. 18, No. 4, pp. 101557. | ||
+ | -徐硕,孙童菲,罗贵缘,苑洲桐,连佳欣,刘畅,2024. [[https://doi.org/10.3969/j.issn.1672-6081.2024.04.001|分类体系双向映射视角下的科学-技术互动分析]]. //中国发明与专利//,Vol. 21,No. 4,pp. 4-15. | ||
+ | -Shuo Xu, Zhen Liu, and Xin An, 2023. [[https://ceur-ws.org/Vol-3451/paper3.pdf|Linkages among Science, Technology, and Industry]]. //The Joint Workshop of the 4th Extraction and Evaluation of Knowledge Entities from Scientific Documents and the 3rd AI + Informetrics (EEKE-AII 2023)//, pp. 13-15. | ||
+ | -Shuo Xu, Ling Li, and Xin An, 2023. [[https://doi.org/10.1007/s11192-022-04587-0|Do Academic Inventors have Diverse Interests?]] //Scientometrics//, Vol. 128, No. 2, pp. 1023-1053. [[:zh:notes:drugbank|Note]] | ||
-Shuo Xu, Ling Li, Xin An, Liyuan Hao, and Guancan Yang, 2021. [[https://doi.org/10.1007/s11192-021-04085-9|An Approach for Detecting the Commonality and Specialty between Scientific Publications and Patents]]. //Scientometrics//, Vol. 126, No. 9, pp. 7445-7475. | -Shuo Xu, Ling Li, Xin An, Liyuan Hao, and Guancan Yang, 2021. [[https://doi.org/10.1007/s11192-021-04085-9|An Approach for Detecting the Commonality and Specialty between Scientific Publications and Patents]]. //Scientometrics//, Vol. 126, No. 9, pp. 7445-7475. | ||
行 119: | 行 123: | ||
===== Science Non-Patent References ===== | ===== Science Non-Patent References ===== | ||
==== Update with Excel ==== | ==== Update with Excel ==== | ||
- | The non-patent references (NPRs) include many types of documents, such as articles, books, reports, and so on. For purpose of identifying science NPRs, the original NPRs can be exported by running the following SQL statement: | + | The non-patent references (NPRs) include many types of documents, such as articles, books, reports, and so on. For purpose of identifying scientific NPRs, the original NPRs can be exported by running the following SQL statement: |
<code sql> | <code sql> | ||
> SELECT id, other_citation, title, abst, pubmed_id, pmc_id, doi FROM non_patent ORDER BY id ASC; | > SELECT id, other_citation, title, abst, pubmed_id, pmc_id, doi FROM non_patent ORDER BY id ASC; | ||
</code> | </code> | ||
- | One can check manually whether or not each record belongs to the type of scholarly articles. Then, one can update some information for science NPRs by running <color red>NonPatentUpdaterWithExcel.java</color> in the package <color red>cn.edu.bjut.ui</color>. | + | One can check manually whether or not each record belongs to the type of scholarly articles. Then, one can update some information for scientific NPRs by running <color red>NonPatentUpdaterWithExcel.java</color> in the package <color red>cn.edu.bjut.ui</color>. |
==== Update PMC id and PubMed id ==== | ==== Update PMC id and PubMed id ==== |