Contributor CRediT roles
Capture contributor credit roles using the CRediT taxonomy
Capture CRediT roles using a role element with the following attributes:
attribute | Value |
---|---|
vocab | credit |
vocab-identifier | https://credit.niso.org |
vocab-term | (a term from the CRediT taxonomy) |
vocab-term-identifier | (the URI from the CRediT taxonomy) |
The CRediT taxonomy:
Role term | Role URI |
---|---|
Conceptualization | https://credit.niso.org/contributor-roles/conceptualization |
Data curation | https://credit.niso.org/contributor-roles/data-curation |
Formal analysis | https://credit.niso.org/contributor-roles/formal-analysis |
Funding acquisition | https://credit.niso.org/contributor-roles/funding-acquisition |
Investigation | https://credit.niso.org/contributor-roles/investigation |
Methodology | https://credit.niso.org/contributor-roles/methodology |
Project administration | https://credit.niso.org/contributor-roles/project-administration |
Resources | https://credit.niso.org/contributor-roles/resources |
Software | https://credit.niso.org/contributor-roles/software |
Supervision | https://credit.niso.org/contributor-roles/supervision |
Validation | https://credit.niso.org/contributor-roles/validation |
Visualization | https://credit.niso.org/contributor-roles/visualization |
Writing - original draft | https://credit.niso.org/contributor-roles/writing-original-draft |
Writing - review & editing | https://credit.niso.org/contributor-roles/writing-review-editing |
For terms with a dash, capture directly as -
without encoding. For terms with an ampersand, capture with the html entity code ending amp;
.
If provided, capture the degree of contribution in a degree-contribution attribute on role with the following values:
- supporting
- lead
- equal
CRediT role
<contrib-group> <contrib contrib-type="author"> <name> <surname>Boddy</surname> <given-names>Amy M</given-names> </name> <role vocab="credit" vocab-identifier="https://credit.niso.org" vocab-term="Methodology" vocab-term-identifier="https://credit.niso.orgcontributor-roles/methodology" degree-contribution="equal">Methodology</role> <role vocab="credit" vocab-identifier="https://credit.niso.org" vocab-term="Resources" vocab-term-identifier="https://credit.niso.org/contributor-roles/resources" degree-contribution="equal">Resources</role> </contrib> </contrib-group>