PyORCIDator is a wrapper for ORCID data for integration to Wikidata.
It currently only tries and import for each ORCID:
- Employment data (without titles and start and end date)
- Educational data (with titles and start and end date)
It generates a quickstatement with a standard English description of "researcher" and a occupation --> researcher statement.
The current features are on the development list:
- Adding authorship (P50) statements for all listed articles.
- Extract Google Scholar and Twitter IDs
To install PyORCIDator, run the easiest way is to clone the repository with:
git clone https://github.com/lubianat/pyorcidator.git
Then, install it from the project's root directory with:
pip install -e .
To run PyORCIDator, interactively, run:
pyorcidator import
To run a simple query, just run:
pyorcidator import --orcid 0000-0003-2473-2313
To run a query with a list of ORCIDs, run:
# here orcids.txt is a file containing one ORCID per line
pyorcidator import_list --orcid-list orcids.txt