ORCID IDs

Capture contributor ORCID IDs in a <contrib-id> element as a child of the relevant contrib.

The <contrib-id> element must have a @authenticated attribute with the value of true and a @contrib-id-type attribute with the value of orcid.

If the ORCID ID has been authenticated it must have a @authenticated attribute with the value of true.

Example

<contrib contrib-type="editor">
  <contrib-id authenticated="true" contrib-id-type="orcid">0000-0000-0000-0001</contrib-id>
  <name name-style="western">
    <surname>Romero</surname>
    <given-names>Beatrice</given-names>
  </name>
  <xref ref-type="aff" rid="affiliation01"/>
  <email>BeaRomero@university.com</email>
</contrib>