我有一个作者名单。我希望自动检索/计算每个作者的(理想情况下每年)引文索引(h-index、m-quotient、g-index、HCP 指标或...)。
Author Year Index
first 2000 1
first 2001 2
first 2002 3
考虑到每位研究人员每篇论文的引用次数,我可以计算出所有这些指标。
Author Paper Year Citation_count
first 1 2000 1
first 2 2000 2
first 3 2002 3
尽管我努力了,我还没有找到能够做到这一点的 API/scraping 方法。
我的机构可以访问许多服务,包括 Web of Science。