Author citation data
收藏DataCite Commons2025-06-01 更新2024-08-18 收录
下载链接:
https://figshare.com/articles/dataset/Author_citation_data/21821913/2
下载链接
链接失效反馈官方服务:
资源简介:
The database consist of 235,749 Google Scholar links (different authors), with their metadata: list of citation to each of their articles - "<strong>citations</strong>" number of publications - "<strong>Npub</strong>" total number of citations - "<strong>Ncit</strong>" gini coefficient - "<strong>gini</strong>" Hirsch index - "<strong>h-index</strong>" Kolkata index - "<strong>k-index</strong>" The data is organized into a json file. <br> Example of loading data: data = json.load(open("google_scholar.json")) key = "https://scholar.google.com/citations?user=1fatN9EAAAAJ&hl=en&oe=Latin2" citations = json.loads(data[key]["citations"]) Npub = data[key]["Npub"] Ncit = data[key]["Ncit"] gini = data[key]["gini"] h_index = data[key]["h-index"] k_index = data[key]["k-index"]
提供机构:
figshare
创建时间:
2023-04-06



