<funding-statement>

Funding Statement

Displayable prose statement that describes the funding for the research on which a work was based.

Remarks

Such a statement is required, for example, for research funded in whole or part by the Wellcome Trust. The statement may mention the funding source, Principal Investigator, or other funding information; in that case it repeats (and does not replace) such information as it appears in elements like <funding-source>, <contrib>, etc.

Attributes

id Document Internal Identifier
rid Reference to an Identifier
specific-use Specific Use
xml:base Base
xml:lang Language

Content Model

<!ELEMENT  funding-statement
                        (#PCDATA %funding-statement-elements;)*      >

Expanded Content Model

(#PCDATA | email | ext-link | uri | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | named-content | styled-content | sub | sup)*

Description

This element may be contained in:

Example 1

...
<article-meta>
...
<kwd-group kwd-group-type="author">...</kwd-group>
<funding-group>
<funding-statement>L.S.Y. is the recipient of a Martha
Becker Scholarship Award from the Alzheimer &amp; Dementia
Foundation.  This work was also supported by a grant from
the Institute on Aging (grant no. 634-TL-88953), and
National Institute for Diseases of the Elderly contract
no. GCB-792-55648 (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

...
<funding-group>
<funding-statement><bold>Funding:</bold> The author received
no specific funding for this article.</funding-statement>
</funding-group>
...

Example 3

<article dtd-version="1.1d2">
<front>
<journal-meta>...</journal-meta>
<article-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" award-type="computational resources">
<funding-source id="GS4" country="JP">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>
</article-meta>
</front>
<body>...</body>
<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>
<notes notes-type="conflict-interest">
<p>Conflict of interest statement. None declared.</p>
</notes>
</back>
</article>