<award-group>

Award Group (研究助成グループ)

著作 (または著作の基となる研究) が受けている助成 1 つ 1 つに関する情報のコンテナ要素。

備考

資金調達源、助成金または契約番号、主研究者などが複数存在する場合があります。
この要素は廃止された <contract-num>要素を置き換えます。

属性

コンテンツ・モデル

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

拡張コンテンツ・モデル

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

記述方法

以下の順:

この要素は以下の要素内に含むことができます:

用例 1

資金提供情報メタデータと、同じ情報を記載している記事本文中の謝辞要素:
<article dtd-version="1.1">
<front>
<journal-meta>
<journal-id>xxxx</journal-id>
<issn>xxxxx</issn>
</journal-meta>
<article-meta>...
<abstract>...</abstract>
<kwd-group kwd-group-type="author">...</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>
<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>
</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>

用例 2

<article dtd-version="1.1">
<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>