csp logo

Instructions for using this documentation

Issue XML Requirements

Article XML Requirements

Article Objects

ID Syntaxes

File-Naming Conventions

Full-text Examples

DTD

Article metadata

Funding

Element or context:

<funding-group>, <award-group>, <funding-source>, <award-id>

Requirements:

All funders, award IDs, and funding statements should be contained within <funding-group>, with @specific-use set to "FundRef", in <article-meta>.

  1. Place each funder and corresponding award(s) within an <award-group> with a unique id of the form "ag{some number}"
    1. Within <award-group>, set the @country attribute on <funding-source>
    2. Within <funding-source>, in <institution-wrap>, place the funding institution's ID (validated by Crossref's funder registry) inside of <institution-id>, with @institution-id-type set to "doi", @vocab set to "open-funder-registry", and @vocab-identifier set to "10.13039/open_funder_registry"
    3. Include the institution name within <institution> in the <institution-wrap> as well
    4. Put each grant number from the same institution within its own <award-id> tag
  2. Place the funding statement within <funding-statement> after all <award-group> tags and before the closing <funding-group> tag

Example:

  <funding-group specific-use="FundRef">
	 <award-group id="ag1">
       <funding-source country="US">
            <institution-wrap>
                <institution-id institution-id-type="doi" vocab="open-funder-registry" vocab-identifier="10.13039/open_funder_registry">10.13039/100000002</institution-id>
                <institution>National Institutes of Health</institution>
		    <institution-wrap>
	   </funding-source>
	   <award-id>GM18458</award-id>
	 </award-group>
     <award-group id="ag2">
        <funding-source country="US">
            <institution-wrap>
                <institution-id institution-id-type="doi" vocab="open-funder-registry" vocab-identifier="10.13039/open_funder_registry">10.13039/100000001</institution-id>
                <institution>National Science Foundation</institution>
		    </institution-wrap>
		</funding-source>
		<award-id>DMS-0204674</award-id>
		<award-id>DMS-0244638</award-id>
	 </award-group>
    <funding-statement>The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
	 </funding-statement>
  </funding-group>