<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, type of award, grant, contract, principal investigator, etc.

Attributes

award-type Type of Award
id Document Internal Identifier
rid Reference to an Identifier
specific-use Specific Use
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
xml:base Base
xml:lang Language
xmlns:xlink XLink Namespace Declaration

Content Model

<!ELEMENT  award-group  %award-group-model;                          >

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

Funding metadata and the textual Acknowledgment that states the same information in the narrative of the document:

    
<book dtd-version="1.0">  
<book-meta>
...
<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>
<award-group id="geneentech-512" award-type="gift">
<funding-source country="US">Genentech Corp.</funding-source>
<principal-award-recipient>Berkeley</principal-award-recipient>
</award-group>
</funding-group>
</book-meta>
<book-body>...</book-body>
<book-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>
...
</book-back>
</book>

   

Example 2

    
<book dtd-version="1.0">  
<book-meta>
...
<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>
<award-group id="award2">
<funding-source id="GS2">21st Century COE program &lsquo;Genome 
Science&rsquo;</funding-source>
</award-group>
<award-group id="award3" award-type="grant-in-aid">
<funding-source id="GS3" country="JP">Ministry of Education, 
Culture, Sports, Science and Technology of Japan</funding-source>
</award-group>
<award-group id="award4">
<funding-source id="GS4" country="JP" source-type="computational 
resources">Bioinformatics Center, Institute for Chemical Research, 
Kyoto University</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, the 21st Century COE program 
&lsquo;Genome Science&rsquo;, and a grant-in-aid for scientific 
research on the priority area from the Ministry of Education, Culture, 
Sports, Science and Technology of Japan. The computational resources 
were provided by the Bioinformatics Center, Institute for Chemical 
Research, Kyoto University.</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>
</book-meta>
<book-body>...</book-body>
<book-back>
<ack>
<title>ACKNOWLEDGEMENTS</title>
<p>The KEGG project is supported by the Institute for Bioinformatics 
Research and Development of the Japan Science and Technology 
Agency, the 21st Century COE program &lsquo;Genome Science&rsquo;, 
and a grant-in-aid for scientific research on the priority area from 
the Ministry of Education, Culture, Sports, Science and Technology of 
Japan. The computational resources were provided by the Bioinformatics 
Center, Institute for Chemical Research, Kyoto University. Funding to 
pay the Open Access publication charges for this article was provided 
by the grant-in-aid for scientific research.</p>
</ack>
</book-back>
</book>