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-
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.
ADSOrcid/ADSOrcid/report.py
Line 123 in 430ef02
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-