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

Poor bibtex formatting #581

Open
perrette opened this issue Apr 21, 2023 · 0 comments
Open

Poor bibtex formatting #581

perrette opened this issue Apr 21, 2023 · 0 comments

Comments

@perrette
Copy link

First, thanks for the great API. I just wish the bibtex API would be improved.

I was looking at that paper.
One author name is Hélène Seroussi.
The request https://api.crossref.org/works/10.1038/s41586-021-03302-y apparently provides reasonable results:

"given":"He\u0301le\u0300ne","family":"Seroussi"

(I checked the unicode characters are correct)

But the bibtex transformation https://api.crossref.org/works/10.1038/s41586-021-03302-y/transform/application/x-bibtex returns the weird:

He{'}le{`}ne Seroussi

(which would be Heĺeǹe Seroussi)

I think that is no isolated case.

Any plan to improve the conversion to bibtex?

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

1 participant