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

contribution attributs #8

Open
jcolomb opened this issue Jan 16, 2020 · 2 comments
Open

contribution attributs #8

jcolomb opened this issue Jan 16, 2020 · 2 comments

Comments

@jcolomb
Copy link
Contributor

jcolomb commented Jan 16, 2020

Adding contributors who are not authors:

  1. categories of contribution beside authors

There is no list or reserved vocabulary for this (yet), jats just gives some examples:
https://jats.nlm.nih.gov/archiving/tag-library/1.1/attribute/contrib-type.html

  1. yaml implementation
-  name: Nicole Vasilevsky
    ...
    is_author: yes
    is_corresponding_author: no

OR

-  name: Nicole Vasilevsky
    ...
    contributor-type: author, translator, research-assistant, editor, ...
    is_corresponding_author: no
  1. manubot output

in the xml: using contrib-type attibute like jats4r recommendation, or using a entry (easier to implement, may make more sense)

(previously posted in #5 )

@jcolomb
Copy link
Contributor Author

jcolomb commented Jan 16, 2020

any way to add contributors who are not authors something like
Do you want the translators to show up on the manuscript, like we did for translators at https://greenelab.github.io/scihub-manuscript-es/#traductores?

For now we could just create another field in the YAML for contributors below authors if we have this situation. Then I can deal with making it show up in the manuscript later.

Originally posted by @dhimmel in #5 (comment)

@dhimmel
Copy link
Collaborator

dhimmel commented Jan 17, 2020

For this manuscript, do we have contributors who are not authors? The easiest solution is often just to write an acknowledgements section like this example. I see the appeal of putting non-contributing authors into metadata.yaml for the best structured metadata, although I'd say we should hold off spending a lot of time on this until we actually need it.

To not hold things up, I'd do the following for now if we have non-contributing authors:

authors:
  - name: Nicole Vasilevsky
    orcid: 0000-0001-5208-3432
  - name: Barbara Kern
    orcid: 0000-0002-1184-911X
contributors:
  - name: Some contributor
    orcid: XXXX-XXXX-XXXX-XXX
translators:  # Not relevant for this manuscript
  - name: Some translator
    orcid: XXXX-XXXX-XXXX-XXX

I don't think this is the best long term solution, but should be sufficient for this manuscript. I am interested in better longterm solutions that we could implement as part of manubot/manubot#187.

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

No branches or pull requests

2 participants