遇见数据集

Author citation data

收藏
Figshare2023-01-05 更新2026-04-28 收录
官方服务:

资源简介:

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
二维码
社区交流群
二维码
科研交流群
商业服务