-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
The Contribution Role Taxonomy (CRediT) defines fourteen standard roles of authors. Each author can be annotated with one or more contribution roles.
- conceptualization
- data-curation
- formal-analysis
- funding-acquisition
- investigation
- methodology
- project-administration
- resources
- software
- supervision
- validation
- visualization
- writing-original-draft
- writing-review-editing
For example, this can be used to identify which authors materially contributed to the paper, such as through formal-analysis
or data-curation
and which authors contributed immaterially, such as through supervision
.
A possible way this could look in the article frontmatter:
authors:
- name: John Doe
affiliation: [ 1 ]
roles:
- type: 'formal-analysis'
- name: John Boss
affiliation: [ 1 ]
roles:
- type: 'funding-acquisition'
- type: 'supervision'
This is helpful to make things more transparent, but also might be useful in implementing additional automated checks. For example, JOSS's guidelines state that authors with the single supervision
role are not qualified to be co-authors - this could be automated if contributor metadata is available.
Metadata
Metadata
Assignees
Labels
No labels