Skip to content
  • Sponsor computorg/computorg.github.io

  • Notifications You must be signed in to change notification settings
  • Fork 6
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

The bibtex citation is not properly formatted #13

Open
NelleV opened this issue Feb 5, 2023 · 1 comment
Open

The bibtex citation is not properly formatted #13

NelleV opened this issue Feb 5, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@NelleV
Copy link
Contributor

NelleV commented Feb 5, 2023

Our template contains a bibtex formatted citation, but the authors are not formatted properly.

@article{chagneux2023,
  author = {Mathis Chagneux and Sylvain Le Corff and Pierre Gloaguen and
    Charles Ollion and Océane Lepâtre and Antoine Bruge},

should be

@article{chagneux2023,
  author = {Chagneux, Mathis  and Le Corff, Sylvain  and Gloaguen, Pierre  and
    Ollion, Charles  and Lepâtre, Océane  and  Bruge, Antoine},
@NelleV NelleV added the bug Something isn't working label Feb 5, 2023
@jchiquet
Copy link
Member

jchiquet commented Feb 7, 2023

Thank you @NelleV .
It seems related to a quarto issue actually : quarto-dev/quarto-cli#2723
Or at least, it is the expected behavior, which is indeed not satisfactory.

A solution at this stage seems to explicitly fill the author fields of the citation metadata (Doe, John and Doe, Jane) . Some additional work for the associated editor though, and it could/should be directly extracted from the metadata according to the quarto doc : https://quarto.org/docs/journals/authors.html#author-schema

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants