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

hacktoberfest orcid wikidata
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: lubianat
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 631 KB
Statistics
  • Stars: 10
  • Watchers: 3
  • Forks: 6
  • Open Issues: 14
  • Releases: 0
Topics
hacktoberfest orcid wikidata
Created almost 4 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

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

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

.github/workflows/tests.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
pyproject.toml pypi