piighost/orcid

ORCID researcher identifier, sixteen digits in four dashed groups with a final checksum that can be an X. Every ORCID issued so far starts 0000-0001, 0000-0002 or 0000-0003, which is what makes it safe to detect. It identifies a named person and appears in papers, grant files and academic mailing lists.

Label: ORCID

Pattern

(?<!\w)0000-000[1-3]-\d{4}-\d{3}[0-9X](?!\w)

Must be caught

Must be left alone

Tags: international, identity

Download the detector as TOML