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

Filter out titles in author names #46

Open
pwrose opened this issue Dec 14, 2023 · 0 comments
Open

Filter out titles in author names #46

pwrose opened this issue Dec 14, 2023 · 0 comments

Comments

@pwrose
Copy link

pwrose commented Dec 14, 2023

Example

The author list includes titles:
MD Parag N. Jain, MD Sebastian Acosta, PhD Ananth Annapragada, M. P. A. Paul A. Checchia, MD Axel Moreira, MD MS Eyal Muscal, MD Sarah E. Sartain, S. Kristen, MD Sexson Tejtel, MD Tiphanie P. Vogel, MD Lara Shekerdemian, PhD Craig G. Rusin, Online Clinical Investigation

API call

Returns:
{"paperId": "b821f1883605cf85fb6ef38d6c18641f744d01b7", "authors": [{"authorId": "2233154289", "name": "MD Parag N. Jain"}, {"authorId": "2233152973", "name": "MD Sebastian Acosta"}, {"authorId": "2233152981", "name": "PhD Ananth Annapragada"}, {"authorId": "2231840661", "name": "M. P. A. Paul A. Checchia"}, {"authorId": "2233155287", "name": "MD Axel Moreira"}, {"authorId": "2233154284", "name": "MD MS Eyal Muscal"}, {"authorId": "2233152983", "name": "MD Sarah E. Sartain"}, {"authorId": "1412100811", "name": "S. Kristen"}, {"authorId": "2233152527", "name": "MD Sexson Tejtel"}, {"authorId": "2233152150", "name": "MD Tiphanie P. Vogel"}, {"authorId": "2233154251", "name": "MD Lara Shekerdemian"}, {"authorId": "2226316557", "name": "PhD Craig G. Rusin"}, {"authorId": "2233155909", "name": "Online Clinical Investigation"}]}

The title is part of the name and a new author id is created, instead of mapping it to an existing author.

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