You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing the PubMed entry with the Id gives me a bunch of names.
However in e26d9ab I added a normalize names formatter to add dots to the abbrevated names.
However, the Authorlist.parse method adds an extra space between the first and last name of the last author. N.[space][space]Henriette
@article{,
author = {Dyar, Kenneth Allen and Hubert, Michaël Jean and Mir, Ashfaq Ali and Ciciliot, Stefano and Lutter, Dominik and Greulich, Franziska and Quagliarini, Fabiana and Kleinert, Maximilian and Fischer, Katrin and Eichmann, Thomas Oliver and Wright, Lauren Emily and Peña Paz, Marcia Ivonne and Casarin, Alberto and Pertegato, Vanessa and Romanello, Vanina and Albiero, Mattia and Mazzucco, Sara and Rizzuto, Rosario and Salviati, Leonardo and Biolo, Gianni and Blaauw, Bert and Schiaffino, Stefano and Uhlenhaut, N Henriette},
}
Workaround is to call the NormalizeNames formatter again, then the space is removed
Entry preview in import is correct, so the error is the parser:
The text was updated successfully, but these errors were encountered:
Not the last author is affected, but the problem seems to be caused by the quite special format of this particular name Uhlenhaut, N Henriette.
The single character without dot as the first firstname causes problems...
Siedlerchr
changed the title
AuthorLIst parse adds extra space between last author firstname and lastname
AuthorLIst parse adds extra space if author middlename is abbrevatied without dot
Apr 22, 2019
Siedlerchr
changed the title
AuthorLIst parse adds extra space if author middlename is abbrevatied without dot
AuthorList parse adds extra space if author middlename is abbrevatied without dot
Apr 22, 2019
Importing the PubMed entry with the Id gives me a bunch of names.
However in e26d9ab I added a normalize names formatter to add dots to the abbrevated names.
However, the Authorlist.parse method adds an extra space between the first and last name of the last author.
N.[space][space]Henriette
Input entry to the formatter:
Workaround is to call the NormalizeNames formatter again, then the space is removed
Entry preview in import is correct, so the error is the parser:
The text was updated successfully, but these errors were encountered: