Skip to content

Incorrect family names for authors because of affiliation script #8

@kellijohnson-NOAA

Description

@kellijohnson-NOAA

Publishers often use alpha, i.e., [a-z], superscripts to denote affiliations for authors and when retrieving journal information from stored metadata the superscripts can appear as though they are part of the author's family names. When these superscripts are numeric, they do not pose a problem.

How to search for authors of the form XXXX versus XXXX[a-z] when both can be legitimate? For example,

        Montresorc               Marina
        Montresor                Marina

        Gabele                   T.
        Gabel                    Thomas

the first example represents an error and the second example represents two legitimate author names.

Ideas

  • When family names are similar as in both of these examples, we could search the html for both names using curl and grep.
  • Nelson created awk programs to split and organize names such as the list above.
  • use orcid to check names

Metadata

Metadata

Assignees

No one assigned

    Labels

    incorrect metadataIncorrect metadata on the manuscript is stored via the publisher.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions