Author citation data
收藏Figshare2023-01-05 更新2026-04-28 收录
下载链接:
https://figshare.com/articles/dataset/Author_citation_data/21821913
下载链接
链接失效反馈官方服务:
资源简介:
The database consist of 235,749 Google Scholar links (different authors), with their metadata: list of citation to each of their articles - "citations" number of publications - "Npub" total number of citations - "Ncit" gini coefficient - "gini" Hirsch index - "h-index" Kolkata index - "k-index" The data is organized into a json file. 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"]
创建时间:
2023-01-05



