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
Logs for the openalex_harvest_dois task show that there are sometimes multiple authors returned for an ORCID. The code currently proceeds to look up DOIs for the first author returned.
Example warning: found more than one openalex author id for 0000-0001-7586-8240
Those two author ids seem to be the same person. You wrote: "The code currently proceeds to look up authors for the first author returned." Did you mean: "The code currently proceeds to look up publications for the first author returned."? If so, that might be reasonable. Maybe we should look into the logs to see how often this happens and make the code harvest for all authors but it may not be worth the effort.
Logs for the
openalex_harvest_dois
task show that there are sometimes multiple authors returned for an ORCID. The code currently proceeds to look up DOIs for the first author returned.Example warning:
found more than one openalex author id for 0000-0001-7586-8240
The lookup for the ORCID above returns authors https://openalex.org/A5013127948 and https://openalex.org/A5102787736. The second author ID only has 7 works.
The text was updated successfully, but these errors were encountered: