CRediT Roles

All authors are strongly encouraged to include their contributions as CRediT Roles. There are 14 official contributor roles that are in the NISO CRediT Role standard.

MyST Example

Add contribution roles for each author, these should be valid CRediT Roles.

1
2
3
4
5
6
7
8
---
authors:
  - name: Penny Crediton
    roles:
      - Conceptualization
      - Data curation
      - Validation
---

See MyST documentation.

Quarto Example

Add an ORCID for each author, it will be validated before publication.

1
2
3
4
5
6
7
8
---
authors:
  - name: Penny Crediton
    roles:
      - Conceptualization
      - Data curation
      - Validation
---

See Quarto documentation.