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
An author exists in the database, but with an empty ORCID field
Metadata containing the author ORCID is available from a new publication
The code sees that the author is present
...but does not update the record.
What should happen?
Step 3: The code sees that the author is present, but that the ORCID field is empty.
Step 4: The author's ORCID field in the database is written to, retaining the other data.
Potential issues
This relies upon the matching of author names (or other attributes) is accurate e.g. it would be possible to update an incorrectly matching author with the wrong ORCID.
The text was updated successfully, but these errors were encountered:
What currently happens:
What should happen?
Step 3: The code sees that the author is present, but that the ORCID field is empty.
Step 4: The author's ORCID field in the database is written to, retaining the other data.
Potential issues
This relies upon the matching of author names (or other attributes) is accurate e.g. it would be possible to update an incorrectly matching author with the wrong ORCID.
The text was updated successfully, but these errors were encountered: