<award-id> Award Identifier

Unique identifier assigned to an award, contract, or grant.

Usage/Remarks

Note that this is a real-world identifier, not an XML ID.
Attributes

Base Attributes

Namespaces

Models and Context
May be contained in
Description
Any combination of:
Content Model
<!ELEMENT  award-id     (#PCDATA %award-id-elements;)*               >
Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | serif | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x)*

Tagged Samples
With and without Crossref Funder Registry label
Institution shown with @vocab identifying the Crossref Funder Registry and the <institution> matching the preferred Funder Registry label and one award with no Funder Registry information at all
...
<funding-group specific-use="cSrossref">
 <award-group id="nih-511">
  <funding-source country="US">
   <institution-wrap>
    <institution>National Institutes of Health</institution>
    <institution-id institution-id-type="doi"
      vocab="open-funder-registry"
      vocab-identifier="10.13039/open_funder_registry">10.13039/100000002</institution-id>
   </institution-wrap>
  </funding-source>
  <award-id>NIH GM61374</award-id>
  <principal-award-recipient>Stanford</principal-award-recipient>
 </award-group>

 <award-group id="nsf-512">
  <funding-source country="US">
   <institution-wrap>
    <institution>National Science Foundation</institution>
    <institution-id institution-id-type="doi"
      vocab="open-funder-registry"
      vocab-identifier="10.13039/open_funder_registry">10.13039/100000001</institution-id>
   </institution-wrap>
  </funding-source>
  <award-id>NSF DBI-0317510</award-id>
  <principal-award-recipient>Berkeley</principal-award-recipient>
 </award-group>

 <award-group id="arda-513" award-type="contract">
  <funding-source country="US">ARDA ACQUAINT</funding-source>
  <principal-award-recipient>Berkeley</principal-award-recipient>
 </award-group>

 <award-group id="genentech-514" award-type="gift">
  <funding-source country="US">
   <institution-wrap>
    <institution>Genentech Corp.</institution>
    <institution-id institution-id-type="doi"
      vocab="open-funder-registry"
      vocab-identifier="10.13039/open_funder_registry">10.13039/100004328</institution-id>
   </institution-wrap>
  </funding-source>
  <principal-award-recipient>Berkeley</principal-award-recipient>
 </award-group>
</funding-group>
...
Minimal complete Funding Group
...
<book-meta>
 ...
 <book-title-group>...</book-title-group>
 ...
 <funding-group>
  <award-group id="gs1">
   <funding-source>National Institutes of Health</funding-source>
   <award-id>GM18458</award-id>
  </award-group>
  <award-group id="gs2">
   <funding-source>National Science Foundation</funding-source>
   <award-id>DMS-0204674</award-id>
   <award-id>DMS-0244638</award-id>
  </award-group>
 </funding-group>
</book-meta>
...
In a <funding-statement>
...  
<book-meta>
 ...
 <kwd-group kwd-group-type="author">...</kwd-group>
 <funding-group>
  <funding-statement>L.S.Y. is the recipient of a
   <award-id id="MBS" award-type="scholarship">Martha
   Becker Scholarship Award</award-id> from the
   <funding-source rid="MBS">Alzheimer &amp; Dementia
   Foundation</funding-source>.  This work was also supported 
   by a grant from the <funding-source id="IOA">Institute 
   on Aging</funding-source> (grant no.
   <award-id rid="IOA" award-type="grant">634-TL-88953</award-id>),
   and <funding-source id="NIDE">National Institute for 
   Diseases of the Elderly</funding-source> contract no.
   <award-id rid="NIDE" award-type="contract">GCB-792-55648</award-id>
   (H.S.C.).</funding-statement>
  <open-access>
   <p>Page charge payment having partially discharged this 
    article&rsquo;s publication costs, this article is designated
    as an &ldquo;advertisement&rdquo; under 18 U.S.C. section 1734.</p>
  </open-access>
 </funding-group>
</book-meta>
...