pubmed original identifier update #228
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
RDGraph
RSAC
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dnet-hadoop#228
Loading…
Reference in New Issue
No description provided.
Delete Branch "pubmed_update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As described on ticket #7931
this pull requests create a connection between PMID Identifier and PMC Identifier, by adding the OLD openaire Identifier
created by the transformation rule (in the OAI interface of PubMed) in the OriginalID field.
This means creating an identifier in this way:
od_______267::+md5("oai:pubmedcentral.nih.gov:"+ PMCID.replace("PMC",""))
This pull request include unit tests to verify that the mapping works.
pubmed_updateto pubmed original identifier update