Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Add table for additional names of authors #181

Open
rabdill opened this issue Oct 5, 2018 · 0 comments
Open

Add table for additional names of authors #181

rabdill opened this issue Oct 5, 2018 · 0 comments
Labels
spider Issue with the web crawler
Milestone

Comments

@rabdill
Copy link
Collaborator

rabdill commented Oct 5, 2018

If we find an author based on their ORCID but they used a different name for a paper, we accurately link the author to that paper but then forget about that name immediately. This opens up a chance to miss a linkage in the future, albeit an edge case that involves pretty bad data input from the author:

  1. Author posts paper 1 under Name A with their ORCID.
  2. Author posts paper 2 under Name B with their ORCID. We accurately link paper 2 to the author, but forget about Name B and leave Name A untouched.
  3. Author posts another paper without their ORCID, using Name A. We accurately link this paper to the author.
  4. Author posts another paper without their ORCID, using Name B. We will not accurately link this paper to the author, and will instead create a second author under Name B without an ORCID.

If we create a new table for author "aliases," we can keep the existing entries the same, but if an author pops up with the same ORCID and a different name, we can record that name so we can use it in the future to link them to papers where they forgot to include the ORCID.

@rabdill rabdill added the spider Issue with the web crawler label Oct 5, 2018
@rabdill rabdill modified the milestones: 1.1, 1.2 Oct 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
spider Issue with the web crawler
Projects
None yet
Development

No branches or pull requests

1 participant