Funding and Non Monetary Support

Authors and institutions may receive funding support for their research. It is essential this is captured as accurate metadata within our XML, to enable full display on Taylor & Francis Online, dissemination as tagged metadata to our various distribution partners and to facilitate identification, tracking and submission of funded journal articles to various institutional repositories, in accordance with institutional agreements and public access mandates.

<support-group> is a new element for the JATS 1.2 tagging suite. Sitting within <article-meta>, it acts as a wrapper to the <funding-group> element. <award-group> is a repeatable element within <funding-group>. Within each <award-group>, the <funding-source> element will capture information on the funding agency or institution as well as the funder ID of the institution (if present in CrossRef’s Funder Registry). Also within <award-group>, the <award-id> element can be used to capture the grant ID of the funding award.

See Institution Identifiers for more information about Open Funder Registry identifiers.

Example

<support-group> 
    <funding-group> 
        <award-group> 
            <funding-source> 
                <institution-wrap> 
                    <institution>National Institute of Mental Health (NIMH)</institution> 
                    <institution-id institution-id-type="open-funder-registry">10.13039/100000025</institution-id> 
                </institution-wrap> 
            </funding-source> 
            <award-id>R01MH098690</award-id> 
            <award-id>R00MH110343</award-id> 
        </award-group>
        <award-group> 
            <funding-source> 
                <institution-wrap> 
                    <institution>University of North Carolina at Chapel Hill Center for AIDS Research</institution> 
                    <institution-id institution-id-type="open-funder-registry">10.13039/100011072</institution-id> 
                </institution-wrap> 
            </funding-source> 
            <award-id>P30AI50410</award-id> 
        </award-group> 
        <award-group> 
            <funding-source> 
                <institution-wrap> 
                    <institution>National Institute of Allergy and Infectious Diseases</institution> 
                    <institution-id institution-id-type="open-funder-registry">10.13039/100000060</institution-id> 
                </institution-wrap> 
            </funding-source> 
            <award-id>T32 AI007001</award-id> 
        </award-group> 
        <funding-statement>This study was supported by the University of North Carolina at Chapel Hill Center for AIDS Research (P30AI50410), National Institute of Mental Health (NIMH) Grant &num;R01MH098690: PI, Suzanne Maman, NIMH Grant &num;R00MH110343: PI, Donaldson F.&nbsp;Conserve, and a training grant from the National Institute of Allergy and Infectious Diseases &num;T32 AI007001. The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health.</funding-statement> 
    </funding-group> 
</support-group>