type Type

Identifies the URI as that for ORCID information about the author of a Balisage article; “orcid” is the only permissible value currently.
REQUIRED on element: <uri>
Value Meaning
orcid The ORCID identification for an author
Restriction This attribute must be specified if the element is used.
Tagged Sample

Author’s ORCID URL

...
<author>
  <personname>
    <firstname>Josiah</firstname>
    <othername>Stinkney</othername>
    <surname>Carberry</surname>
  </personname>
  ...
  <affiliation>
    ...
  </affiliation>
  <email>josiah_carberry@brown.edu</email>
  <link>https://library.brown.edu/info/hay/carberry/</link>
  <uri type="orcid">https://orcid.org/0000-0002-1825-0097</uri>
</author>
...