pubmed original identifier update #228

Merged
claudio.atzori merged 3 commits from pubmed_update into beta 2 years ago
Owner

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.

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.
sandro.labruzzo added 2 commits 2 years ago
claudio.atzori added 1 commit 2 years ago
claudio.atzori merged commit 3f883c4ecc into beta 2 years ago
claudio.atzori changed title from pubmed_update to pubmed original identifier update 2 years ago
The pull request has been merged as 3f883c4ecc.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b pubmed_update beta
git pull origin pubmed_update

Step 2:

Merge the changes and update on Gitea.
git checkout beta
git merge --no-ff pubmed_update
git push origin beta
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: D-Net/dnet-hadoop#228
Loading…
There is no content yet.