Skip to content

lubianat/pyorcidator

Repository files navigation

PyORCIDator

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.

Next steps

The current features are on the development list:

  • Adding authorship (P50) statements for all listed articles.
  • Extract Google Scholar and Twitter IDs

Installation

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 .

Usage

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

Related Work

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages