<award-group>

Award Group

Container element for information concerning one award under which the work (or the research on which the work was based) was supported.

Remarks

There may be more than one source of funding, a grant or contract number, principal investigator, etc.

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

(funding-source*, award-id*, principal-award-recipient*, principal-investigator*)

Description

The following, in order:

This element may be contained in:

<funding-group>

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>
...

Example 3

...
<article-meta>
...
<kwd-group>...</kwd-group>
<funding-group >
<award-group id="award1">
<funding-source id="GS1" country="JP">Institute for
Bioinformatics Research and Development of the Japan
Science and Technology Agency</funding-source>
</award-group>
...
<funding-statement>The KEGG project is supported by the
Institute for Bioinformatics Research and Development of
the Japan Science and Technology Agency, ...</funding-statement>
<open-access>
<p>Funding to pay the Open Access publication charges for
this article was provided by the grant-in-aid for scientific
research.</p>
</open-access>
</funding-group>
</article-meta>
...

Module

funding3.ent