We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc40df commit 6527164Copy full SHA for 6527164
google_scholar_crawler/main.py
@@ -17,7 +17,7 @@
17
shieldio_data = {
18
"schemaVersion": 1,
19
"label": "citations",
20
- "message": f"{author['hindex']}",
+ "message": f"{author['citedby']}",
21
}
22
with open(f'results/gs_data_shieldsio.json', 'w') as outfile:
23
json.dump(shieldio_data, outfile, ensure_ascii=False)
0 commit comments