<uri> URI (Uniform Resource Identifier)

URI for ORCID information pertaining to a paper’s author.

Usage/Remarks

This will not be a “live” link, but instead will simply preserve the URI for the author’s ORCID entry.
Attribute
type (REQUIRED)
Models and Context
May be contained in
Description
Text, numbers, or special characters
Expanded Content Model

(#PCDATA)

Tagged Sample

ORCID identifier for article’s author

...
<author>
  <personname>
    <firstname>Josiah</firstname>
    <othername>Stinkney</othername>
    <surname>Carberry</surname>
  </personname>
  <personblurb>
    <para>Since 1929, Josiah S. Carberry has been working in the field 
      of psychoceramics, the study of cracked pots.  His noted works 
      include ...</para>
  </personblurb>
  <affiliation>
    <jobtitle>Professor (Psychoceramics)</jobtitle>
    <orgname>Brown University</orgname>
  </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>
...