https://github.com/caltechlibrary/wos_reports
Scripts to generate reports from Web of Science
https://github.com/caltechlibrary/wos_reports
Last synced: 11 months ago
JSON representation
Scripts to generate reports from Web of Science
- Host: GitHub
- URL: https://github.com/caltechlibrary/wos_reports
- Owner: caltechlibrary
- License: other
- Created: 2018-10-25T21:42:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T22:03:59.000Z (over 2 years ago)
- Last Synced: 2025-04-13T08:55:33.169Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: citation_report.py
Awesome Lists containing this project
README
# wos_reports
Generate reports from Web of Science
## citation_report
Take a csv file with DOIs, return a csv file with DOIs and citation counts
Requires:
Python 3 (Recommended via [Anaconda](https://www.anaconda.com/download)) with reqests library.
#### Usage
Type `python citation_report.csv doi.csv`; you'll get an output.csv file. You
need to get a WOS developer token from developer.clarivate.com and save it to
an environment variable by typing `export WOSTOK=***token goes here***`