Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable annotating Contributor Roles Taxonomy (CRediT) to authors #73

Open
cthoyt opened this issue Aug 29, 2024 · 2 comments · May be fixed by #87
Open

Enable annotating Contributor Roles Taxonomy (CRediT) to authors #73

cthoyt opened this issue Aug 29, 2024 · 2 comments · May be fixed by #87

Comments

@cthoyt
Copy link
Contributor

cthoyt commented Aug 29, 2024

The Contribution Role Taxonomy (CRediT) defines fourteen standard roles of authors. Each author can be annotated with one or more contribution roles.

  1. conceptualization
  2. data-curation
  3. formal-analysis
  4. funding-acquisition
  5. investigation
  6. methodology
  7. project-administration
  8. resources
  9. software
  10. supervision
  11. validation
  12. visualization
  13. writing-original-draft
  14. 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.

cthoyt added a commit to cthoyt/inara that referenced this issue Aug 29, 2024
cthoyt added a commit to cthoyt/inara that referenced this issue Sep 5, 2024
cthoyt added a commit to cthoyt/inara that referenced this issue Sep 17, 2024
@cthoyt cthoyt linked a pull request Sep 17, 2024 that will close this issue
2 tasks
@rowanc1
Copy link

rowanc1 commented Oct 24, 2024

I would love to have a conversation with someone about the overlap/alignment with MyST Markdown frontmatter (a Jupyter project) which both can create JATS 1.3, and already has some of these functionalities (ROR, credit roles, funding)!

https://mystmd.org/guide/frontmatter#frontmatter-authors

@tarleb
Copy link
Collaborator

tarleb commented Oct 24, 2024

That'd be great, can we setup a group call sometime next month? I could also ask someone from the Quarto core team to join.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants