<open-access> Open Access

Open access provisions that apply to a work or the funding information that provided the open access provisions.

Usage/Remarks

This tag is for in-line discussions of open access that cannot readily be captured in the <license>, or that are in addition to the information there. If there is a paragraph in the text that mentions that this is an open access document, there should be a license element that describes it.
Also, <open-access> can also be used inside <funding-group>, for statements about who paid the fees to make a document open access. Both may occur in the same document, but that is not required.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Any one of:
Content Model
<!ELEMENT  open-access  %open-access-model;                          >
Expanded Content Model

((p)+)

Tagged Sample

Funding for open-access

<article dtd-version="1.3">
 <front>
  <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">
     <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>
  </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>
 </back>
</article>
Related Resources