nfdi4plants / arc-validate

Home of all the tools and libraries to create and run validation of ARCs

Home Page:https://nfdi4plants.github.io/arc-validate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checking 16-digit ORCID identifier

Zerskk opened this issue · comments

@omaus, @kMutagene

the Orcid identifier must correspond to the following scheme: xxxx-xxxx-xxxx-xxxx. Otherwise, no valid record can be created in Invenio. This must be checked, otherwise Archigator will create a "broken" Invenio record.

The current example is the ARCInvenioTesting repository, where "orcid1", "orcid2" etc. are entered as identifiers in the isa file. The creation of an Invenio record fails here.

I will update the validation case for this, looking for such a scheme. 👍

Apparently, Invenio also calculates the checksums and checks whether it is a valid one.

ORCID scheme calculation:
ORCID Scheme

Apparently, Invenio also calculates the checksums and checks whether it is a valid one.

ORCID scheme calculation: ORCID Scheme

😂😂

Ok, will implement that too.