How to Fix Inconsistent Author Names in Zotero?
Hi everyone,
I’ve been using Zotero for years and have imported hundreds of items. Over time, I’ve noticed that many author names are inconsistent, especially with first and middle names being abbreviated differently.
Is there a canonical way to fix this? Ideally, I’d like to see a table of all authors and merge duplicates. Is this possible within Zotero, or is there a plugin or tool that can help with this?
Thanks in advance for your help!
I’ve been using Zotero for years and have imported hundreds of items. Over time, I’ve noticed that many author names are inconsistent, especially with first and middle names being abbreviated differently.
Is there a canonical way to fix this? Ideally, I’d like to see a table of all authors and merge duplicates. Is this possible within Zotero, or is there a plugin or tool that can help with this?
Thanks in advance for your help!
https://forums.zotero.org/discussion/comment/411459/#Comment_411459
The question of what to do with them is somewhat fraught though. There are no rules (and no easy fixes). Is it reasonable to change how an author's name is recorded in your database (and therefore how it is cited) when the publication you are citing has it written slightly differently (eg full name, initials only, etc) ?
Chicago 16, 14.72
“Authors’ names are normally given as they appear on
the title pages of their books or above their articles.
Certain adjustments, however, should be made to
assist correct identification. First names may be given
in full in place of initials. If an author uses his or her
given name in one cited book and initials in another
(e.g., “Mary L. Jones” versus “M. L. Jones” versus
“Mary Jones” versus “Mary Lois Jones” versus “M.
Jones”), the same form, preferably the fuller one,
should be used in all references to that author. To
assist alphabetization, middle initials or names should
be given wherever known”. emphasis added
APA7 9.8
APA Style tries to alleviate any potential gender bias by only including last names and initials of authors. Even if a full name is included on the source, only list the last name and first and middle initials (if given).
Zotero recommends that all entries for the same author be at the same level of name-completeness so that disambiguation may be handled properly by the CSL styles.
edit: See https://www.zotero.org/support/kb/given_name_disambiguation
So it is a chicken-or-egg situation :-) Where would it be best to start a design and/or implementation?
Now the problem is that as far as I know there is a significant lack of manpower when it comes to reviewing issues and pull requests for translators on Github...
There are other identifiers to think about for older works (ISNI, WoS ID, possibly even VIAF records).
They are also accessible using eutils - You can search with [auid] as part of the URL, and efetch.fcgi also returns full records like
<Author ValidYN="Y">
<LastName>Last</LastName>
<ForeName>First M</ForeName>
<Initials>FM</Initials>
<Identifier Source="ORCID">XXXX-XXXX-XXXX-XXXX</Identifier>
<AffiliationInfo>
<Affiliation>
Department of Things, The University of All Things, New York, NY 10000, USA.
</Affiliation>
</AffiliationInfo>
</Author>
, whenever they are in the database.
So, this looks imminently possible for those in any biomedical field, from chem/phys bio to clinical.