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

Cannot recognize my name when equal contribution #808

Closed
CryoSky opened this issue Aug 6, 2022 · 5 comments
Closed

Cannot recognize my name when equal contribution #808

CryoSky opened this issue Aug 6, 2022 · 5 comments
Labels

Comments

@CryoSky
Copy link

CryoSky commented Aug 6, 2022

Hi, I have a quick question. I have a paper that I was one of the co-first authors. If I add a star sign on my name in the paper.bib, then the underscore line cannot recognize my name because in the _config.yml I didn't put a star sign behind my last name. Does anyone know how to solve this problem then? Many thanks for your reply!

@CryoSky CryoSky added the bug label Aug 6, 2022
@avrohr
Copy link

avrohr commented Aug 6, 2022

This seems to be fixed with #770.

@gzwongkk
Copy link
Contributor

gzwongkk commented Aug 8, 2022

#770 should have fixed the problem.

In the bib.html file, the following line
{%- assign author_last_name = author.last | remove: "¶" | remove: "&" | remove: "*" | remove: "†" | remove: "^" -%}
supports five special characters to indicate different authorship type. Its meaning is literal, i.e., remove these characters from the current author's last name.

Let me know if the issue persists.

@CryoSky
Copy link
Author

CryoSky commented Aug 8, 2022

#770 should have fixed the problem.

In the bib.html file, the following line
{%- assign author_last_name = author.last | remove: "¶" | remove: "&" | remove: "*" | remove: "†" | remove: "^" -%}
supports five special characters to indicate different authorship type. Its meaning is literal, i.e., remove these characters from the current author's last name.

Let me know if the issue persists.

You are right. I have figured it out. Thank you very much!

@CryoSky CryoSky closed this as completed Aug 8, 2022
@LarsDoorenbos
Copy link

With this I can indeed add star signs to the names of co-authors of a publication, but how do I add a footnote saying that the star stands for "equal contribution"?

@toggled
Copy link

toggled commented May 3, 2024

@LarsDoorenbos You can add something like note={* = equal contribution} in papers.bib file inside the relevant BibTeX entry

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

No branches or pull requests

5 participants