<award-id>

Award Identifier

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

Remarks

Note that this is a real-world identifier, not an XML ID.
External Identifier: This element holds an external identifier, assigned to a contract, grant, stipend, or other award by the awarding agency. The contents of this element should not be confused with the @id attribute, which holds an internal document identifier that can be used by software to preform a simple link.

Attributes

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 | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x)*

Description

This element may be contained in:

Example 1

Here the <award-id>s are tagged in place within the funding statement:
    ...
<article-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>
</article-meta>
...   

Example 2

    ...
<article-meta>...
<funding-group>
<award-group>
<funding-source id="gs1">National Institutes of Health</funding-source>
<award-id>GM18458</award-id>
</award-group>
<award-group>
<funding-source id="gs2">National Science Foundation</funding-source>
<award-id>DMS-0204674</award-id>
<award-id>DMS-0244638</award-id>
</award-group>
</funding-group>
</article-meta>
...