-
Notifications
You must be signed in to change notification settings - Fork 23
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
Equal-contributors option #20
Comments
In looking at the title block that we are currently generating for Elsevier, it doesn't currently support equal-contributor as an option. Is there a specific treatment that Elsevier provides for equal contributors? I can try to improve if you can point me at something to shoot for... |
I would also love to have this feature. Thank you |
I am unsure if this applies to all elsevier journals, but So essentially, they are treated pretty similarly to affiliations (an extra number), only they should ideally appear in the footnotes. As a temporary hack, I simply added it to affiliations like this:
To be fair, this could be sufficient for me, and I don't think I will necessarily follow up this "issue". But to really adhere to |
I noticed that the Is it possible to adapt this Elsevier template to support equal-contributor ---
title: "Authors-block Example"
authors:
- name: John Doe
affiliations:
- ref: jdct
corresponding: true
email: [email protected]
orcid: 0000-1111-2222-3333
equal-contributor: true
- name: John Roe
affiliations:
- ref: jdct
orcid: 0000-3333-2222-1111
- name: Jane Roe
affiliations:
- ref: jdct
- ref: iot
orcid: 0000-2222-1111-3333
equal-contributor: true
affiliations:
- id: jdct
name: John Doe Center for Technology, John Doe University, Doetown, Germany.
- id: iot
name: Institute of Technology, John Doe University, Doetown, Germany.
filters:
- authors-block
format:
elsevier-pdf:
keep-tex: true
---
|
Hi,
I would like to toggle on the equal-contributors attribute in the Elsevier template. I'm trying to achieve this with:
in my
.qmd
header, but without success. Note that thecorresponding
attribute is working correctly. Is theequal-contributor
available form the elsevier template?Kind regards,
Jeroen
The text was updated successfully, but these errors were encountered: