citation-file-format / cff-initializer-javascript

Web form to initialize CITATION.cff files.
https://citation-file-format.github.io/cff-initializer-javascript/
Apache License 2.0
21 stars 8 forks source link

ORCID validation fails for edge case #824

Closed maltelueken closed 1 year ago

maltelueken commented 1 year ago

The validation of ORCIDs in CITATION.cff files fails for ORCIDs that contain letters. This seems to be rarely the case, but mine contains an X ("0000-0001-7095-203X"), which leads the validation to fail.

Here is a link to an action workflow that is failing: https://github.com/NLeSC/mcfly/actions/runs/3749747494/jobs/6368574300

abelsiqueira commented 1 year ago

Your CITATION.cff has cff-version: 1.0.3. Changing to 1.2.0 should allow validation with an X on ORCID (my ORCID also has an X).