JATS Guide
Index Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Author Contributions and CRediT

  • 21 Feb 2025: Revised to improve clarity and add examples

Introduction

Articles may include CRediT roles and/or a free text Author Contributions statement to describe the activities of each person who contributed to the article. CRediT roles and Author Contributions statement are optional components that should be tagged if available for an article.

  • CRediT (Contributor Roles Taxonomy) is a high-level taxonomy of 14 roles that can be used to describe the activities of each person in producing a scholarly output. Any individual contributor (an author) may have zero or more CRediT roles assigned. Multiple contributors may share the same CRediT roles, and may optionally indicate degree of contribution. If CRediT information is provided for an article (typically transmitted in article metadata), the CRediT roles for each author should be tagged using the <role> element within <contrib> as part of the article metadata. CRediT roles should be displayed in typeset PDFs as a backmatter section titled “Author Contributions” and formatted according to the Interact template guide; although note that CRediT roles should not be duplicated within the article XML to create this display.

  • Author Contributions Statement is a section of free text that acknowledges the specific contributions of each person. Because it is free text, an author contributions statement can contain detailed information that is not possible to convey using the CRediT taxonomy, and may contain some CRediT roles or adaptations of CRediT roles. When an author contributions statement is provided it should be placed in the back of an article (within <back>) either as its own section tagged using a <sec> element with attribute @sec-type="author-contributions" or as part of the acknowledgements section using the <ack> element.

Ideally, CRediT information should not be duplicated within an article because any inconsistencies may require input from the authors to resolve.

For articles in production, if authors have provided CRediT roles this information will typically be included in the article metadata transmittal from CATS. The CRediT roles should be tagged using <role> elements within article metadata, and displayed in the PDF using the formatting described in the Interact template guide without duplicating CRediT information between article metadata and backmatter.

If both CRediT roles and a free text Author Contributions statement are present, then the free text author contributions statement should be placed in the Acknowledgements section and an author query should be raised.

Author Contributions Statement

A free text Author Contributions Statement may be included in an article as its own section or as part of the acknowledgements section, and may be placed in the back of an article (within <back>) before the references list.

If an Author Contributions Statement is in the acknowledgements section, it should be tagged within the <ack> element and may be placed in its own paragraph <p> element.

This is an example of an Author Contributions Statement within an acknowledgments section.

<ack>
    <title>Acknowledgments</title>
    <p>All authors contributed to the conception of the work. They also were involved in drafting or revising the article critically for intellectual content. All approved the final version.</p>
</ack>

If an Author Contributions Statement is in its own section, the attribute @sec-type="author-contributions" should be tagged on the <sec> element. An Author Contributions Statement may be present using a variety of different section titles, possibly chosen based on journal style, such as “Author contributions”, “Author’s Contributions”, “Author Contribution Statement”, “Authors’ Declaration of Authorship Contribution”, or other variations. The attribute @sec-type="author-contributions" should be added to any backmatter section that is recognizable as an Author Contributions Statement.

This is an example of an Author Contributions Statement in its own section.

<sec sec-type="author-contributions">
    <title>Author contributions</title>
    <p>All authors contributed to this manuscript, wrote the manuscript and were involved with project concept and submission.</p>
</sec>

Depending on the journal’s policy for authorship, it may not be possible for all contributors to be included in an article’s author list. It is currently not possible for contributors who are not included in the author list to have CRediT roles tagged using <role> elements in article metadata. Instead, the Author Contribution Statement or acknowledgements can describe the individual contributions of each person and may use CRediT roles in these descriptions.

Free text author contributions statements may contain recognizable CRediT roles. In some cases it may be possible to tag CRediT roles in <role> elements by extracting metadata from free text author contributions statements. However, this metadata extraction from text is generally not expected, and instructions will be indicated if this is needed.

CRediT

The <role> element should be used within the <contrib> element to tag the CRediT roles that are assigned to the contributors (authors) on the article. Each <role> element should have the name of the CRediT role tagged as text within the <role> element, and have the attributes @vocab, @vocab-identifier, @vocab-term, and @vocab-term-identifier that correspond to the CRediT role.

CRediT roles

This list shows the <role> element tagging for all 14 CRediT roles.

Conceptualization

Definition: Ideas; formulation or evolution of overarching research goals and aims.

<role vocab="credit" vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/conceptualization/"
    vocab-term="Conceptualization"
    >Conceptualization</role>

Data curation

Definition: Management activities to annotate (produce metadata), scrub data and maintain research data (including software code, where it is necessary for interpreting the data itself) for initial use and later re-use.

<role vocab="credit" vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/data-curation/"
    vocab-term="Data curation"
    >Data curation</role>

Formal analysis

Definition: Application of statistical, mathematical, computational, or other formal techniques to analyse or synthesize study data.

<role vocab="credit" vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/formal-analysis/"
    vocab-term="Formal analysis"
    >Formal analysis</role>

Funding acquisition

Definition: Acquisition of the financial support for the project leading to this publication.

<role vocab="credit" vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/funding-acquisition/"
    vocab-term="Funding acquisition"
    >Funding acquisition</role>

Investigation

Definition: Conducting a research and investigation process, specifically performing the experiments, or data/evidence collection.

<role vocab="credit" vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/investigation/"
    vocab-term="Investigation"
    >Investigation</role>

Methodology

Definition: Development or design of methodology; creation of models.

<role vocab="credit" vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/methodology/"
    vocab-term="Methodology"
    >Methodology</role>

Project administration

Definition: Management and coordination responsibility for the research activity planning and execution.

<role vocab="credit" vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/project-administration/"
    vocab-term="Project administration"
    >Project administration</role>

Resources

Definition: Provision of study materials, reagents, materials, patients, laboratory samples, animals, instrumentation, computing resources, or other analysis tools.

<role vocab="credit" vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/resources/"
    vocab-term="Resources"
    >Resources</role>

Software

Definition: Programming, software development; designing computer programs; implementation of the computer code and supporting algorithms; testing of existing code components.

<role vocab="credit" vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/software/"
    vocab-term="Software"
    >Software</role>

Supervision

Definition: Oversight and leadership responsibility for the research activity planning and execution, including mentorship external to the core team.

<role vocab="credit" vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/supervision/"
    vocab-term="Supervision"
    >Supervision</role>

Validation

Definition: Verification, whether as a part of the activity or separate, of the overall replication/reproducibility of results/experiments and other research outputs.

<role vocab="credit" vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/validation/"
    vocab-term="Validation"
    >Validation</role>

Visualization

Definition: Preparation, creation and/or presentation of the published work, specifically visualization/data presentation.

<role vocab="credit" vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/visualization/"
    vocab-term="Visualization"
    >Visualization</role>

Writing – original draft

Definition: Preparation, creation and/or presentation of the published work, specifically writing the initial draft (including substantive translation).

<role vocab="credit" vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-original-draft/"
    vocab-term="Writing &#x2013; original draft"
    >Writing &#x2013; original draft</role>

Note that the dash character is an en dash (–, &#x2013;) not a hyphen (-, &#x002D;).

Writing – review & editing

Definition: Preparation, creation and/or presentation of the published work by those from the original research group, specifically critical review, commentary or revision – including pre- or post-publication stages.

<role vocab="credit" vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-review-editing/"
    vocab-term="Writing &#x2013; review &amp; editing"
    >Writing &#x2013; review &amp; editing</role>

Note that the dash character is an en dash (–, &#x2013;) not a hyphen (-, &#x002D;).

Degree of Contribution

It is possible for two or more contributors to have the same CRediT role. When more than one contributor has the same CRediT role, each contributor’s degree of contribution may optionally be specified as “equal”, “lead”, or “supporting”.

If a degree of contribution is provided, the degree of contribution should be displayed in parenthesis after the CRediT role in the text of the <role> element, and the <role> element should have a @degree-contribution attribute which contains a value of “equal”, “lead”, or “supporting.”

  • degree-contribution="equal"
  • degree-contribution="lead"
  • degree-contribution="supporting"

For example, contributors who equally performed the role of “Writing - review & editing” would each have this <role> within their <contrib> elements:

<role vocab="credit" 
    vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-review-editing/"
    vocab-term="Writing &#x2013; review &amp; editing" 
    degree-contribution="equal"
    >Writing &#x2013; review &amp; editing (equal)</role>

If two contributors performed the role of “Writing – original draft” with one person leading or performing more of the work and the other person supporting, the lead person would have this <role>:

<role vocab="credit" 
    vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-original-draft/"
    vocab-term="Writing &#x2013; original draft" 
    degree-contribution="lead"
    >Writing &#x2013; original draft (lead)</role>

and the supporting person would have this <role>:

<role vocab="credit" 
    vocab-identifier="https://credit.niso.org/" 
    vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-original-draft/"
    vocab-term="Writing &#x2013; original draft" 
    degree-contribution="supporting"
    >Writing &#x2013; original draft (supporting)</role>

Other uses of the <role> element

The <role> element can also hold non-CRediT roles for a contributor. Some examples are: <role>Reviewing Editor</role>, <role>PhD Student</role>, <role>(she/her)</role>. If a contributor has more than one role then separate <role> elements should be used within the <contrib> element to hold each of the contributor’s roles individually.

<role> elements that contain CRediT roles can be distinguished from <role> elements that contain other kinds of roles by checking whether “credit.niso.org” is contained within the @vocab-term-identifier or @content-type attributes, or checking whether the @vocab attribute equals “credit”.

Examples

These examples illustrate tagging for a variety of different Author Contributions Statements and CRediT roles.

Article where all authors have one or more CRediT roles

This example shows an author list where all authors have one or more CRediT roles.

<contrib-group>
    <contrib contrib-type="author">
        <name>
            <surname>R&#xF6;derstr&#xF6;m</surname>
            <given-names>Venus</given-names>
        </name>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-original-draft/" vocab-term="Writing &#x2013; original draft">Writing &#x2013; original draft</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/supervision/" vocab-term="Supervision">Supervision</role>
        <xref ref-type="aff" rid="AF1"/>
        <xref ref-type="corresp" rid="cor1"/>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Appa</surname>
            <given-names>Huzzah</given-names>
        </name>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/visualization/" vocab-term="Visualization">Visualization</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-review-editing/" vocab-term="Writing &#x2013; review &amp; editing">Writing &#x2013; review &amp; editing</role>
        <xref ref-type="aff" rid="AF1"/>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Francis</surname>
            <given-names>Mercury</given-names>
        </name>
        <xref ref-type="aff" rid="AF1"/>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-review-editing/" vocab-term="Writing &#x2013; review &amp; editing">Writing &#x2013; review &amp; editing</role>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Thespian</surname>
            <given-names>Bacchus</given-names>
        </name>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/methodology/" vocab-term="Methodology">Methodology</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/formal-analysis/" vocab-term="Formal analysis">Formal analysis</role>
        <xref ref-type="aff" rid="AF1"/>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/software/" vocab-term="Software">Software</role>
    </contrib>
    <aff id="AF1">Department of Science &amp; Mathematics Education, <institution>Ume&#xE5; University</institution>, <city>Ume&#xE5;</city>, <country>Sweden</country>
    </aff>
</contrib-group>

Using this article metadata, the author names and CRediT roles should be displayed in a typeset PDF following the formatting instructions in the Interact template guide like this:

Author Contributions

CRediT: Venus Röderström: Writing – original draft, Supervision; Huzzah Appa: Visualization, Writing – review & editing; Mercury Francis: Writing – review & editing; Bacchus Thespian: Methodology, Formal analysis, Software.

Article where one author has all 14 CRediT roles

This example shows an author list where one author has all 14 credit roles

<contrib-group>
    <contrib contrib-type="author">
        <name>
            <surname>Amara</surname>
            <given-names>Abeba Abara</given-names>
        </name>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/conceptualization/" vocab-term="Conceptualization">Conceptualization</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/data-curation/" vocab-term="Data curation">Data curation</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/formal-analysis/" vocab-term="Formal analysis">Formal analysis</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/funding-acquisition/" vocab-term="Funding acquisition">Funding acquisition</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/investigation/" vocab-term="Investigation">Investigation</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/methodology/" vocab-term="Methodology">Methodology</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/project-administration/" vocab-term="Project administration">Project administration</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/resources/" vocab-term="Resources">Resources</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/software/" vocab-term="Software">Software</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/supervision/" vocab-term="Supervision">Supervision</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/validation/" vocab-term="Validation">Validation</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/visualization/" vocab-term="Visualization">Visualization</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-original-draft/" vocab-term="Writing &#x2013; original draft">Writing &#x2013; original draft</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-review-editing/" vocab-term="Writing &#x2013; review &amp; editing">Writing &#x2013; review &amp; editing</role>
        <xref ref-type="aff" rid="AF1"/>
        <xref ref-type="corresp" rid="cor1"/>
    </contrib>
    <aff id="AF1">Department of Mathematical and Physical Sciences, <institution>Miami University</institution>, <city>Middletown</city>, <state>OH</state>, <country>USA</country>
    </aff>
</contrib-group>

Using this article metadata, the author names and CRediT roles should be displayed in a typeset PDF following the formatting instructions in the Interact template guide like this:

Author Contributions

CRediT: Abeba Abara Amara: Conceptualization, Data curation, Formal analysis, Funding acquisition, Investigation, Methodology, Project administration, Resources, Software, Supervision, Validation, Visualization, Writing – original draft, Writing – review & editing.

Article where authors have CRediT roles and degree of contribution

This example shows an author list where authors have CRediT roles and degree of contribution.

<contrib-group>
    <contrib contrib-type="author">
        <name>
            <surname>Bram</surname>
            <given-names>Julia</given-names>
        </name>
        <xref ref-type="aff" rid="AF1">a</xref>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Cionaodh</surname>
            <given-names>George</given-names>
        </name>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-original-draft/" vocab-term="Writing &#x2013; original draft" degree-contribution="equal">Writing &#x2013; original draft (equal)</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/investigation/" vocab-term="Investigation" degree-contribution="lead">Investigation (lead)</role>
        <xref ref-type="aff" rid="AF2">b</xref>
        <xref ref-type="corresp" rid="cor1"/>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Schauer</surname>
            <given-names>Michael</given-names>
        </name>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-original-draft/" vocab-term="Writing &#x2013; original draft" degree-contribution="equal">Writing &#x2013; original draft (equal)</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/investigation/" vocab-term="Investigation" degree-contribution="supporting">Investigation (supporting)</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/formal-analysis/" vocab-term="Formal analysis" degree-contribution="supporting">Formal analysis (supporting)</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-review-editing/" vocab-term="Writing &#x2013; review &amp; editing">Writing &#x2013; review &amp; editing</role>
        <xref ref-type="aff" rid="AF1">a</xref>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Frankie</surname>
            <given-names>Jane</given-names>
        </name>
        <xref ref-type="aff" rid="AF1">a</xref>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/formal-analysis/" vocab-term="Formal analysis" degree-contribution="lead">Formal analysis (lead)</role>
    </contrib>
    <aff id="AF1">
        <label>a</label>Department of Mathematics, <institution>ETH Z&#xFC;rich</institution>, <city>Zurich</city>, <country>Switzerland</country>
    </aff>
    <aff id="AF2">
        <label>b</label>School of Mathematics, <institution>University of Edinburgh</institution>, <city>Edinburgh</city>, <country>UK</country>
    </aff>
</contrib-group>

Using this article metadata, the author names and CRediT roles should be displayed in a typeset PDF following the formatting instructions in the Interact template guide like this:

Author Contributions

CRediT: George Cionaodh: Writing – original draft (equal), Investigation (lead); Michael Schauer: Writing – original draft (equal), Investigation (supporting), Formal analysis (supporting), Writing – review & editing; Jane Frankie: Formal analysis (lead).

Article where some authors have CRediT roles and others do not

This example shows an author list where some authors have CRediT roles and others do not.

<contrib-group>
    <contrib contrib-type="author">
        <name>
            <surname>Sh&#xE9;in</surname>
            <given-names>Kaitr&#xED;ona N&#xED;</given-names>
        </name>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-original-draft/" vocab-term="Writing &#x2013; original draft">Writing &#x2013; original draft</role>
        <xref ref-type="aff" rid="AF1">a</xref>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Mac an Bhaird</surname>
            <given-names>Maeve</given-names>
        </name>
        <xref ref-type="aff" rid="AF2">b</xref>
        <xref ref-type="corresp" rid="cor1"/>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Flinn</surname>
            <given-names>Ebha N&#xED;</given-names>
        </name>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/investigation/" vocab-term="Investigation">Investigation</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/methodology/" vocab-term="Methodology">Methodology</role>
        <xref ref-type="aff" rid="AF3">c</xref>
    </contrib>
    <aff id="AF1">
        <label>a</label>Academic Practice, <institution>Trinity College Dublin</institution>, <city>Dublin</city>, <country>Ireland</country>
    </aff>
    <aff id="AF2">
        <label>b</label>Department of Mathematics and Statistics, <institution>Maynooth University</institution>, <city>Kildare</city>, <country>Ireland</country>
    </aff>
    <aff id="AF3">
        <label>c</label>School of Mathematical Sciences, <institution>Dublin City University</institution>, <city>Dublin</city>, <country>Ireland</country>
    </aff>
</contrib-group>

Using this article metadata, the author names and CRediT roles should be displayed in a typeset PDF following the formatting instructions in the Interact template guide like this:

Author Contributions

CRediT: Kaitríona Ní Shéin: Writing – original draft; Ebha Ní Flinn: Investigation, Methodology.

Article where an author has one or more CRediT roles and same author also has a non-CRediT role

This example shows an author list where an author has one or more CRediT roles and same author also has a non-CRediT role.

<contrib-group>
    <contrib contrib-type="author">
        <name>
            <surname>Aoi</surname>
            <given-names>Akira</given-names>
        </name>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/methodology/" vocab-term="Methodology">Methodology</role>
        <role>Reviewing Editor</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-original-draft/" vocab-term="Writing &#x2013; original draft">Writing &#x2013; original draft</role>
        <xref ref-type="aff" rid="AF1">a</xref>
        <xref ref-type="corresp" rid="cor1"/>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Agampreet</surname>
            <given-names>Ajeet</given-names>
        </name>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-review-editing/" vocab-term="Writing &#x2013; review &amp; editing">Writing &#x2013; review &amp; editing</role>
        <xref ref-type="aff" rid="AF2">b</xref>
        <role>Prof. Dr.</role>
        <role>Advertising Director</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" vocab-term-identifier="https://credit.niso.org/contributor-roles/supervision/" vocab-term="Supervision">Supervision</role>
    </contrib>
    <aff id="AF1">
        <label>a</label>Department of Integrated Studies in Education, <institution>McGill University</institution>, <city>Montreal</city>, <country>Canada</country>
    </aff>
    <aff id="AF2">
        <label>b</label>Department of Curriculum, Teaching &amp; Learning, <institution>University of Toronto</institution>, <city>Toronto</city>, <country>Canada</country>
    </aff>
</contrib-group>

Using this article metadata, the author names and CRediT roles should be displayed in a typeset PDF following the formatting instructions in the Interact template guide like this:

Author Contributions

CRediT: Akira Aoi: Methodology, Writing – original draft; Ajeet Agampreet: Writing – review & editing, Supervision.

Basic Author Contributions Statement

In this example, the author contributions statement makes a general acknowledgement that all authors contributed and approved the manuscript.

<sec sec-type="author-contributions">
    <title>Author contributions</title>
    <p>All authors approved the submitted manuscript and contributed actively to the study.</p>
</sec>

Author Contributions stating equal contribution

In this example, the author contributions statement states only that all authors contributed equally.

<sec sec-type="author-contributions">
    <title>Author contributions</title>
    <p>All the authors contributed equally to this article.</p>
</sec>

Author Contributions describing each author’s contribution

In this example, the authors contributions statement provides a detailed account of each person’s contribution.

<sec sec-type="author-contributions">
    <title>Author contributions</title>
    <p>Xiaqin Fang, An Xie, Hui Song, Dong Jiang, He Li, Zhiqiang Wang, Xiaochuan Tan, Yujia Zhang, Aiping Wang and Wensheng Zheng participated in conducting the study. Wensheng Zheng, Xiaqin Fang and Hui Song designed and performed the majority of the study. All other authors also contributed to data analysis. Xiaqin Fang, An Xie, Hui Song drafted the manuscript. Dong Jiang, He Li provided language help and with writing assistance. Wensheng Zheng proofread the article. All other authors amended the manuscript and agreed to publication.</p>
</sec>

Author Contributions and separate Acknowledgements

In this example, the article includes an Acknowledgements section and an Author Contributions section.

<ack>
    <title>Acknowledgements</title>
    <p>We would like to acknowledge all our co-workers at the Department of Nephrology and Department of Dialysis for their constant support and help.</p>
</ack>
<sec sec-type="author-contributions">
    <title>Author contributions</title>
    <p>All authors have made substantial contributions to the conception of the review on hyperuricemia, have revised it critically for important intellectual content; have approved the final version to be published; and have agreed to be accountable for all aspects of the work in ensuring that questions related to the accuracy or integrity of any part of the work are appropriately investigated and resolved.</p>
</sec>

Author Contributions included in acknowledgements

In this example, an author contributions statement is included in the acknowledgements section.

<ack>
    <title>Acknowledgments</title>
    <p>We would like to thank colleagues in the department of Clinical Biochemistry of The Royal Liverpool and Broadgreen Hospitals Trust for encouragement during this study. Author contributions: All the authors have accepted responsibility for the entire content of this submitted manuscript and approved submission. Research funding: None declared. Employment or leadership: None declared.Honorarium: None declared.</p>
</ack>

Incorrect Author Contributions Statement

This example of an Author Contributions statement (which was published in article https://doi.org/10.1080/23294515.2020.1818877) is incorrect. The problems in this example are:

  • The sec-type=“author-contributions” attribute was omitted
  • Some text from a submission form (“Please provide…”) was incorrectly included in addition to the actual statement that was provided by the authors.
<sec id="S0006" disp-level="1">
<title>Author contributions</title>
<p>Please provide a brief statement regarding the contributions of the listed authors regarding the conception, design, data collection, and/or drafting of the manuscript. (See the International Committee of Medical Journal Editors’ Uniform Requirements for manuscripts for more information: <ext-link ext-link-type="uri" xlink:href="http://www.icmje.org/ethical_1author.html">http://www.icmje.org/ethical_1author.html</ext-link>.) All authors contributed to the drafting and revisions to this manuscript. Ekaterina Pivovarova and Robert Klitzman were also interviewers and integral to the data collection process.</p>
</sec>

Corrected version:

<sec id="S0006" disp-level="1" sec-type="author-contributions">
<title>Author contributions</title>
<p>All authors contributed to the drafting and revisions to this manuscript. Ekaterina Pivovarova and Robert Klitzman were also interviewers and integral to the data collection process.</p>
</sec>

The attributes @id and @disp-level are optional on <sec>.

CRediT roles extracted from Author Contributions Statement

In this example, a free-text Author Contributions statement contains CRediT roles and is clearly written, thus making it possible to extract CRediT roles from the text. The CRediT roles in the article metadata and the Author Contributions Statement are consistent with each other. Although it may be possible in some instances to extract CRediT data from a free-text Author Contributions statement, as this example illustrates, this approach is not scalable in part because of the variability and ambiguity that can be present in free text author contributions statements. Prepress suppliers are not expected to tag CRediT roles extracted from free text Author Contributions Statements.

<article-meta>
<article-id pub-id-type="doi">10.1002/leap.1210</article-id>
<contrib-group>
<contrib contrib-type="author">
    <contrib-id content-type="orcid">0000-0002-9298-3168</contrib-id>
    <name>
        <surname>Allen</surname>
        <given-names>Liz</given-names>
    </name>
    <role vocab="credit" vocab-identifier="https://credit.niso.org/"
        vocab-term-identifier="https://credit.niso.org/contributor-roles/conceptualization/"
        vocab-term="Conceptualization">Conceptualization</role>
    <role vocab="credit" vocab-identifier="https://credit.niso.org/"
        vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-original-draft/"
        vocab-term="Writing &#x2013; original draft">Writing &#x2013; original
        draft</role>
</contrib>
<contrib>
    <contrib-id contrib-id-type="orcid">0000-0002-9032-3983</contrib-id>
    <name>
        <surname>O&#x2019;Connell</surname>
        <given-names>Alison</given-names>
    </name>
    <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
        vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-review-editing/"
        vocab-term="Writing &#x2013; review &amp; editing"
        >Writing &#x2013; review &amp; editing</role>
    <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
        vocab-term-identifier="https://credit.niso.org/contributor-roles/conceptualization/"
        vocab-term="Conceptualization"
        >Conceptualization</role>
</contrib>
<contrib>
    <contrib-id contrib-id-type="orcid">0000-0001-8771-7239</contrib-id>
    <name>
        <surname>Kiermer</surname>
        <given-names>Veronique</given-names>
    </name>
    <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
        vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-review-editing/"
        vocab-term="Writing &#x2013; review &amp; editing"
        >Writing &#x2013; review &amp; editing</role>
    <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
        vocab-term-identifier="https://credit.niso.org/contributor-roles/conceptualization/"
        vocab-term="Conceptualization"
        >Conceptualization</role>
</contrib>
</contrib-group>
</article-meta>
<back>
<sec sec-type="author-contributions">
    <title>Author Contributions</title>
    <p>Liz Allen performed writing &#x2013; original draft and conceptualization. Alison O&#x2019;Connell and Veronique Kiermer performed writing &#x2013; review and editing; conceptualization.</p>
</sec>
</back>

CRediT roles and Author Contributions Statement using abbreviated contributor names

In this example, which is similar to the previous example, the author contribution statement lists each contributor using only their initials instead of their names. Although using only initials has the benefit of being concise, this style is difficult to interpret and can introduce ambiguity if two authors have the same initials.

<article>
<front>
<article-meta>
<article-id pub-id-type="doi">10.1080/14786419.2020.1824228</article-id>
<contrib-group>
    <contrib contrib-type="author">
        <name>
            <surname>Sanna</surname>
            <given-names>Giuseppina</given-names>
        </name>
        <xref ref-type="aff" rid="AF0001">a</xref>
        <xref ref-type="author-notes" rid="EN0001"></xref>
        <xref ref-type="corresp" rid="AN0001"/>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/conceptualization/"
            vocab-term="Conceptualization"
            >Conceptualization</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/data-curation/"
            vocab-term="Data curation"
            >Data curation</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/formal-analysis/"
            vocab-term="Formal analysis"
            >Formal analysis</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/investigation/"
            vocab-term="Investigation"
            >Investigation</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/methodology/"
            vocab-term="Methodology"
            >Methodology</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/software/"
            vocab-term="Software"
            >Software</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/supervision/"
            vocab-term="Supervision"
            >Supervision</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/visualization/"
            vocab-term="Visualization"
            >Visualization</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-original-draft/"
            vocab-term="Writing &#x2013; original draft"
            >Writing &#x2013; original draft</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-review-editing/"
            vocab-term="Writing &#x2013; review &amp; editing"
            >Writing &#x2013; review &amp; editing</role>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Madeddu</surname>
            <given-names>Silvia</given-names>
        </name>
        <xref ref-type="aff" rid="AF0001">a</xref>
        <xref ref-type="author-notes" rid="EN0001"></xref>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/data-curation/"
            vocab-term="Data curation"
            >Data curation</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/investigation/"
            vocab-term="Investigation"
            >Investigation</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/methodology/"
            vocab-term="Methodology"
            >Methodology</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/software/"
            vocab-term="Software"
            >Software</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-original-draft/"
            vocab-term="Writing &#x2013; original draft"
            >Writing &#x2013; original draft</role>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Serreli</surname>
            <given-names>Gabriele</given-names>
        </name>
        <xref ref-type="aff" rid="AF0001">a</xref>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/data-curation/"
            vocab-term="Data curation"
            >Data curation</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/investigation/"
            vocab-term="Investigation"
            >Investigation</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/methodology/"
            vocab-term="Methodology"
            >Methodology</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/software/"
            vocab-term="Software"
            >Software</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-original-draft/"
            vocab-term="Writing &#x2013; original draft"
            >Writing &#x2013; original draft</role>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Nguyen</surname>
            <given-names>Hoai Thi</given-names>
        </name>
        <xref ref-type="aff" rid="AF0002">b</xref>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/formal-analysis/"
            vocab-term="Formal analysis"
            >Formal analysis</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/project-administration/"
            vocab-term="Project administration"
            >Project administration</role>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Le</surname>
            <given-names>Nhan Trong</given-names>
        </name>
        <xref ref-type="aff" rid="AF0002">b</xref>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/investigation/"
            vocab-term="Investigation"
            >Investigation</role>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Usai</surname>
            <given-names>Donatella</given-names>
        </name>
        <xref ref-type="aff" rid="AF0003">c</xref>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/conceptualization/"
            vocab-term="Conceptualization"
            >Conceptualization</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/formal-analysis/"
            vocab-term="Formal analysis"
            >Formal analysis</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/visualization/"
            vocab-term="Visualization"
            >Visualization</role>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Carta</surname>
            <given-names>Antonio</given-names>
        </name>
        <xref ref-type="aff" rid="AF0004">d</xref>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/visualization/"
            vocab-term="Visualization"
            >Visualization</role>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Cappuccinelli</surname>
            <given-names>Piero</given-names>
        </name>
        <xref ref-type="aff" rid="AF0004">d</xref>
        <xref ref-type="aff" rid="AF0003">c</xref>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/conceptualization/"
            vocab-term="Conceptualization"
            >Conceptualization</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/funding-acquisition/"
            vocab-term="Funding acquisition"
            >Funding acquisition</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/project-administration/"
            vocab-term="Project administration"
            >Project administration</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/resources/"
            vocab-term="Resources"
            >Resources</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/supervision/"
            vocab-term="Supervision"
            >Supervision</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/validation/"
            vocab-term="Validation"
            >Validation</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/visualization/"
            vocab-term="Visualization"
            >Visualization</role>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Zanetti</surname>
            <given-names>Stefania</given-names>
        </name>
        <xref ref-type="aff" rid="AF0004">d</xref>
        <xref ref-type="aff" rid="AF0003">c</xref>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/funding-acquisition/"
            vocab-term="Funding acquisition"
            >Funding acquisition</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/project-administration/"
            vocab-term="Project administration"
            >Project administration</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/resources/"
            vocab-term="Resources"
            >Resources</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/supervision/"
            vocab-term="Supervision"
            >Supervision</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/validation/"
            vocab-term="Validation"
            >Validation</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/visualization/"
            vocab-term="Visualization"
            >Visualization</role>
    </contrib>
    <contrib contrib-type="author">
        <name>
            <surname>Donadu</surname>
            <given-names>Matthew Gavino</given-names>
        </name>
        <xref ref-type="aff" rid="AF0003">c</xref>
        <xref ref-type="aff" rid="AF0004">d</xref>
        <xref ref-type="corresp" rid="AN0001"/>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/conceptualization/"
            vocab-term="Conceptualization"
            >Conceptualization</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/formal-analysis/"
            vocab-term="Formal analysis"
            >Formal analysis</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/funding-acquisition/"
            vocab-term="Funding acquisition"
            >Funding acquisition</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/project-administration/"
            vocab-term="Project administration"
            >Project administration</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/resources/"
            vocab-term="Resources"
            >Resources</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/supervision/"
            vocab-term="Supervision"
            >Supervision</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/visualization/"
            vocab-term="Visualization"
            >Visualization</role>
        <role vocab="credit" vocab-identifier="https://credit.niso.org/" 
            vocab-term-identifier="https://credit.niso.org/contributor-roles/writing-original-draft/"
            vocab-term="Writing &#x2013; original draft"
            >Writing &#x2013; original draft</role>
    </contrib>
    <aff id="AF0001">
        <label>a</label>
        <institution>Department of Biomedical Sciences, University of Cagliari</institution>, <city>Monserrato, Cagliari</city>, <country>Italy</country>
    </aff>
    <aff id="AF0002">
        <label>b</label>
        <institution>Faculty of Pharmacy, Hue University of Medicine and Pharmacy, Hue University</institution>, <city>Hue</city>, <country>Viet Nam</country>
    </aff>
    <aff id="AF0003">
        <label>c</label>
        <institution>Department of Biomedical Sciences, University of Sassari</institution>, <city>Sassari</city>, <country>Italy</country>
    </aff>
    <aff id="AF0004">
        <label>d</label>
        <institution>Department of Chemistry and Pharmacy, University of Sassari</institution>, <city>Sassari</city>, <country>Italy</country>
    </aff>
</contrib-group>
<author-notes>
    <fn id="FN0800">
        <p>This article has been amended with a minor change to the acknowledgements. This change does not impact the academic content of the article.</p>
    </fn>
    <fn id="EN0001">
        <label>&#x2020;</label>
        <p>Equal contribution.</p>
    </fn>
    <fn id="AUFN2">
        <p>Supplemental data for this article can be accessed at <ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1080/14786419.2020.1824228">https://doi.org/10.1080/14786419.2020.1824228</ext-link>.</p>
    </fn>
    <corresp id="AN0001">
        <bold>CONTACT</bold> Giuseppina Sanna <ext-link ext-link-type="email" xlink:href="mailto:[email protected]">[email protected]</ext-link>; Matthew Gavino Donadu <ext-link ext-link-type="email" xlink:href="mailto:[email protected]">[email protected]</ext-link>
    </corresp>
</author-notes>
</article-meta>
</front>
<back>
<sec sec-type="author-contributions">
    <title>Author contributions</title>
    <p>Conceptualization, D.U., P.C., G.S., and M.G.D.; Data curation, G.S., G.Se., S.M.; Formal analysis, G.S, D.U., H.T.N. and M.G.D.; Funding acquisition, P.C., S.Z. and M.G.D.; Investigation, S.M, G. Se., G.S, N.T.L.; Methodology, G.Se, G.S., S.M. Project administration, P.C., S.Z., H.T.N. and M.G.D.; Resources, P.C., S.Z. and M.G.D.; Software, G.S., S.M., G.Se.; Supervision, G.S., P.C., S.Z. and M.G.D.; Validation, P.C., S.Z.; Visualization, D.U., G.S., A.C., P.C., S.Z. and M.G.D.; Writing &#x2013; original draft, G.S., S.M., G.Se. and M.G.D.; Writing &#x2013; review &amp; editing, G.S.</p>
</sec>
</back>
</article>

Compatibility note: CRediT roles in JATS version 1.1 and earlier

The recommended tagging for CRediT roles relies on attributes that were added to the <role> element in JATS version 1.2. In JATS version 1.1 and earlier versions of JATS the @vocab* and @degree-contribution attributes are not available. Instead, the @content-type and @specific-use attributes are available on the <role> element and can be used even though this usage is not in line with the intended use of these attributes.

In JATS version 1.1 and earlier, the @content-type attribute holds the URI identifier for the CRediT role and the name of the CRediT role is placed as text within the <role> element. Here are the 14 CRediT roles in JATS 1.1 format:

  • Conceptualization

    <role content-type="https://credit.niso.org/contributor-roles/conceptualization/">Conceptualization</role>
    
  • Data curation

    <role content-type="https://credit.niso.org/contributor-roles/data-curation/">Data curation</role>
    
  • Formal analysis

    <role content-type="https://credit.niso.org/contributor-roles/formal-analysis/">Formal analysis</role>
    
  • Funding acquisition

    <role content-type="https://credit.niso.org/contributor-roles/funding-acquisition/">Funding acquisition</role>
    
  • Investigation

    <role content-type="https://credit.niso.org/contributor-roles/investigation/">Investigation</role>
    
  • Methodology

    <role content-type="https://credit.niso.org/contributor-roles/methodology/">Methodology</role>
    
  • Project administration

    <role content-type="https://credit.niso.org/contributor-roles/project-administration/">Project administration</role>
    
  • Resources

    <role content-type="https://credit.niso.org/contributor-roles/resources/">Resources</role>
    
  • Software

    <role content-type="https://credit.niso.org/contributor-roles/software/">Software</role>
    
  • Supervision

    <role content-type="https://credit.niso.org/contributor-roles/supervision/">Supervision</role>
    
  • Validation

    <role content-type="https://credit.niso.org/contributor-roles/validation/">Validation</role>
    
  • Visualization

    <role content-type="https://credit.niso.org/contributor-roles/visualization/">Visualization</role>
    
  • Writing – original draft

    <role content-type="https://credit.niso.org/contributor-roles/writing-original-draft/">Writing &#x2013; original draft</role>
    
  • Writing – review & editing

    <role content-type="https://credit.niso.org/contributor-roles/writing-review-editing/">Writing &#x2013; review &amp; editing</role>
    

The degree of contribution, if included, can be held in the @specific-use attribute and placed in parenthesis within the <role> element.

  • specific-use="equal"
  • specific-use="lead"
  • specific-use="supporting"

For example:

<role content-type="https://credit.niso.org/contributor-roles/conceptualization/" specific-use="equal">Conceptualization (equal)</role>

<role content-type="https://credit.niso.org/contributor-roles/conceptualization/" specific-use="lead">Conceptualization (lead)</role>

<role content-type="https://credit.niso.org/contributor-roles/conceptualization/" specific-use="supporting">Conceptualization (supporting)</role>