<open-access>

Open Access (オープン・アクセス)

論文に適用されるオープンアクセス条件、またはそのオープンアクセスを提供した資金提供元の情報。

備考

このタグは、<license> や、そこで記述されている情報では捕捉できないような、文章内で記述されているオープンアクセス情報を捕捉するためのものです。テキストに、これがオープンアクセス文書であることを述べる段落がある場合は、それを記述するライセンス要素も存在するはずです。
また、<open-access> は、<funding-group> の中で、誰が文書をオープンアクセスにするために料金を支払ったかについてのステートメントのために使用することもできます。1 つの文書の中で、両方が存在しても差支えありませんが、必須ではありません。

属性

コンテンツ・モデル

<!ELEMENT  open-access  %open-access-model;                          >

拡張コンテンツ・モデル

((p)+)

記述方法

以下の中から 1 個:

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

用例

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