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
The issue was that the author's given name ("John N.") wasn't in the database - only "John".
I fixed it by updating the orcid collection, but the proper fix will be one of two things:
When adding a Janelia author to a paper, ensure that the author's given/family name is in the orcid collection
Somehow override get_author_details to recognize an author without a name or ORCID match (as was the case here) to include entries in jrc_author. This will be ugly, with multiple finds in the orcis collection for a single author.
10.1016/j.isci.2024.111336
John Koberstein is in jrc_author, but update_tags.py recognizes no Janelia authors, and therefore suggests no tags.
The text was updated successfully, but these errors were encountered: