Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORCID reporting assumes ORCID IDs are in the format 0000* #104

Open
kelockhart opened this issue Feb 22, 2023 · 0 comments
Open

ORCID reporting assumes ORCID IDs are in the format 0000* #104

kelockhart opened this issue Feb 22, 2023 · 0 comments

Comments

@kelockhart
Copy link
Member

ORCID reporting is hard-coded to assume at least the first 4 digits (and up to 7 digits) of an ORCID ID are 0 (e.g.

# the first 7 digits of ORCID IDs are zero padding
). This was previously a valid assumption. However, ORCID has been allocated a new bloc of IDs that are of the format 0009-00*, so this will need to be updated.

ORCID announcement here: https://support.orcid.org/hc/en-us/articles/360006973973-What-is-the-relationship-between-ISNI-and-ORCID-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant