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

Weird behaviour in some Taylor & Francis journals #46

Open
episanty opened this issue Sep 10, 2021 · 1 comment
Open

Weird behaviour in some Taylor & Francis journals #46

episanty opened this issue Sep 10, 2021 · 1 comment

Comments

@episanty
Copy link

One example: https://www.tandfonline.com/doi/abs/10.1080/01442350500270601

Produces a buggy bibtex key, and extraneous daggers in the author list

@Article{xn--Belkin2005Apr-us6g,
author = {Belkin{\textdagger}, M. A. and Shen{\textdaggerdbl}, Y. R.},
title = {{Non-linear optical spectroscopy as a novel probe for molecular chirality}},
journal = {Int. Rev. Phys. Chem.},
volume = {24},
number = {2},
pages = {257--299},
year = {2005},
doi = {10.1080/01442350500270601}
}

@Langenscheiss
Copy link
Owner

Langenscheiss commented Oct 5, 2021

Thanks for letting me know. Yes, this is because it fetches the dagger from the author list as well. In the citation key generation, it replaces everything for which there is no simple fallback (such as ä -> a) by punycode, hence the weird citation key.

I will try to update it at the weekend. I had very little time recently, unfortunately. But my paid job takes priority.

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