问题描述
如何从不在PMC中(即没有PMCID)的论文的DOI以编程方式获取PMID?
https://www.ncbi.nlm.nih.gov/pmc/pmctopmid/ only works when the paper has a PMCID中提到的DOI-> PMID转换工具。
- DOI = Digital object identifier
- PMC = PubMed Central
- PMID = PubMed identifier
解决方法
使用 https://www.ncbi.nlm.nih.gov/pmc/utils/idconv/v1.0/?tool=my_tool&[email protected]&ids=[DOI]
,如:https://www.ncbi.nlm.nih.gov/pmc/utils/idconv/v1.0/?tool=my_tool&[email protected]&ids=10.1111/head.13856(但请更改地址中的 [email protected]
)。