pyorcidator
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.5%) to scientific vocabulary
Keywords
Repository
Basic Info
Statistics
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 14
- Releases: 0
Topics
Metadata Files
README.md
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:
bash
git clone https://github.com/lubianat/pyorcidator.git
Then, install it from the project's root directory with:
bash
pip install -e .
Usage
To run PyORCIDator, interactively, run:
bash
pyorcidator import
To run a simple query, just run:
bash
pyorcidator import --orcid 0000-0003-2473-2313
To run a query with a list of ORCIDs, run: ```bash
here orcids.txt is a file containing one ORCID per line
pyorcidator import_list --orcid-list orcids.txt ```
Related Work
- https://pure.mpg.de/rest/items/item33676021/component/file_3367603/content
- https://github.com/EvaSeidlmayer/orcid-for-wikidata
Owner
- Name: Tiago Lubiana
- Login: lubianat
- Kind: user
- Location: São Paulo, Brazil
- Company: University of São Paulo
- Twitter: lubianat
- Repositories: 41
- Profile: https://github.com/lubianat
likes things and strings and facts and claims
Citation (CITATION.cff)
cff-version: 1.0.2 message: "If you use this software, please cite it as below." authors: - family-names: "Lubiana" given-names: "Tiago" orcid: "https://orcid.org/0000-0003-2473-2313" - family-names: "Hoyt" given-names: "Charles Tapley" orcid: "https://orcid.org/0000-0003-4423-4370" - family-names: "Cavalcante" given-names: "João Vitor" orcid: "https://orcid.org/0000-0001-7513-7376" title: "pyorcidator" version: 0.0.1-dev doi: date-released: 2022-06-02 url: "https://github.com/lubianat/pyorcidator"
GitHub Events
Total
- Watch event: 1
- Fork event: 1
Last Year
- Watch event: 1
- Fork event: 1
Dependencies
- actions/checkout v2 composite
- actions/setup-python v2 composite