<award-id>

Award Identifier

An identifier that has been assigned to the award, for example, a grant number, a grant reference number, or a contract number.

Remarks

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

Attributes

award-type Type of Award
id Identifier
rid Reference to an Identifier
xlink:actuate Actuating the Link
xlink:href Href (Linking Mechanism)
xlink:role Role of the Link
xlink:show Showing the Link
xlink:title Title of the Link
xlink:type Type of Link
xmlns:xlink XLink Namespace Declaration

Expanded Content Model

(#PCDATA | ext-link | related-article | inline-supplementary-material | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | alternatives | inline-graphic | mml:math | fn | target | xref | sub | sup)*

Description

Any combination of:

This element may be contained in:

<award-group>, <license-p>, <p>

Example 1

<article structure-type="article" dtd-version="0.1"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<front>
...
<article-meta>
...
<kwd-group>...</kwd-group>
<funding-group>
<award-group id="nih-509">
<funding-source country="US">NIH</funding-source>
<award-id>NIH GM61374</award-id>
<principal-award-recipient>Stanford</principal-award-recipient>
</award-group>
</funding-group>
<funding-group>
<award-group id="nsf-510">
<funding-source country="US">NSF</funding-source>
<award-id>NSF DBI-0317510</award-id>
<principal-award-recipient>Berkeley</principal-award-recipient>
</award-group>
<award-group id="arda-511"  award-type="contract">
<funding-source country="US">ARDA ACQUAINT</funding-source>
<principal-award-recipient>Berkeley</principal-award-recipient>
</award-group>
...
</funding-group>
</article-meta>
</front>
<body>...</body>
<back>
<ack>
<p>... Part of the research at Stanford was supported by
NIH GM61374. The Berkeley portion of this research was
supported by NSF DBI-0317510, an ARDA AQUAINT contract,
and a gift from Genentech Corp.</p>
</ack>
...
</back>
</article>

Example 2

...
<article-meta>
...
<kwd-group>...</kwd-group>
<funding-group>
<award-group id="NIA94" award-type="grant">
<funding-source>National Institute on Aging</funding-source>
<award-id>AG20962</award-id>
<principal-investigator>
<string-name><given-names>Sharon R.</given-names>
<surname>Kaufman</surname></string-name>
</principal-investigator>
</award-group>
<funding-statement><bold>Funding:</bold> The study upon which
this article is based was funded by the National Institute on
Aging under grant AG20962 (to SRK, principal investigator).
The funding source had no role in study design; collection,
analysis, and interpretation of data; writing of the paper;
or the decision to submit it for publication.</funding-statement>
</funding-group>
</article-meta>
...

Module

funding3.ent