Skip to content

Read ELocationID DOIs as a fallback when ArticleIdList carries none #35

Description

@gaurav

The exported identifiers array reads DOIs from PubmedData/ArticleIdList only — the same place Babel reads (createcompendia/publications.py), and the authoritative one.

A DOI can also appear as Article/ELocationID[@EIdType="doi"]. In the records we have looked at this duplicates ArticleIdList, so reading it would add nothing; Babel ignores it for the same reason.

Worth adding as a fallback only if records turn up carrying the ELocationID form and not the ArticleIdList one. Checking that is the first step — a scan for ELocationID[@EIdType="doi"] on records whose ArticleIdList has no doi entry would settle it, and a count of zero closes this.

Currently recorded in FUTURE.md under "Data fidelity".

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions