There is a newer version of the record available.

Published June 4, 2024 | Version 2023.3

Easy ORCID

Authors/Creators

Description

The first-party ORCID data dump uses a data structure that is overly complex for most use cases. This Zenodo record contains a derived version that is much more straightforwards, accessible, and smaller. So far, this includes employers, education, external identifiers, and publications linked to PubMed. It adds additional processing to ground employers and educational instutitions using the Research Organization Registry (ROR). It also does some minor string processing, such as standardization of education types (e.g., Bachelor of Science, Master of Science) and standardization of PubMed references.

The records.jsonl.gz file is a JSON Lines file where each row represents a single ORCID record in a simple, well-defined schema (see schema.json). The records_hq.jsonl.gz file is a subset of the full records file that only contains records that have at least one ROR-grounded employer, at least one ROR-grounded education, or at least one publication indexed in PubMed. The point of this subset is to remove ORCID records that are generally not possible to match up to any external information.

Websites, social links, and other identifiers are parsed and standardized to comply with the Bioregistry then shared using the Simple Standard for Sharing Ontological Mappings (SSSOM) in the sssom.tsv.gz file. This allows for getting Scopus, Web of Science, GitHub, Google Scholar, and other profiles for records that include them. This information is also available through the main records file.

Authorships are extracted and standardized in the pubmeds.tsv.gz file, which contains an ORCID column and PubMed column that has been pre-sanitized to only contain local unique identifiers. This information is also available through the main records file.

It includes two pre-built Gilda indexes for named entity recognition (NER) and named entity normalization (NEN). One contains all records, and the second is filtered to high-quality records. The following Python code snipped can be used for grounding:

from gilda import Grounder
url = "https://zenodo.org/records/11474470/files/gilda_hq.tsv.gz?download=1"
grounder = Grounder(url)
results = grounder.ground("Charles Tapley Hoyt")

It is automatically generated with code in https://github.com/cthoyt/orcid_downloader.

Files

schema.json

Files (3.7 GB)

Name Size
md5:a824e7a18ce36b8dbf1cba0c3fdff48d
1.9 GB Download
md5:0b892e1dbd6e2e0844997e1ee446cd67
491.8 MB Download
md5:591af5d4ef194d62e8a4ae94d2f8819e
19.2 MB Download
md5:595e3606b04ad06d391db43e53aeed9d
761.6 MB Download
md5:0e5d46e9ef2cf55037c2bd5336f4627c
470.0 MB Download
md5:8279666f5ad799a98da083c5496eda57
2.7 kB Preview Download
md5:04a4de9e5738c97b34233027fc8e4985
61.1 MB Download

Additional details

Related works

Is derived from
Dataset: 10.23640/07243.24204912.v1 (DOI)
Requires
Software: 10.5281/zenodo.11371784 (DOI)