-
Notifications
You must be signed in to change notification settings - Fork 17
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
Authors sometimes reported multiple times #59
Comments
Ah. Looking at the source, it's quite clear what's happening:
i.e., the Optica metadata is reporting each author multiple times -- one per reported institution. I'm not sure whether this is the actual place where the plugin is taking the information, but it feels reasonable. I also don't know how common this type of reporting would be. I would naively suggest merging the author list, but this doesn't feel right -- I'm sure there are papers out there where authors share the same initial and surname (or even share the same full name), and the plugin should return the repetition for those. |
On that last point, I've asked on Stack Exchange; let's see if anybody produces something useful there which can be helpful when debugging any relevant code. |
Came here from SE... Can you use the dc.creator fields instead of the citation_author fields? They're in a weird order, but the weirdness of the order might be in some way consistent across the site... |
I found this recently: for the paper
https://opg.optica.org/optica/fulltext.cfm?uri=optica-8-10-1243&id=459914&ibsearch=false
the plugin produces the following output:
The first two authors are reported twice, and the PIs are reported three times each. I really like all of those people, but I think a single copy of each is all that's needed =).
The text was updated successfully, but these errors were encountered: