-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PubMed and PMC contact and update PMC information (#968)
- Loading branch information
Showing
4 changed files
with
37 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79079,6 +79079,18 @@ | |
"prefix": "PMC", | ||
"uri_format": "http://europepmc.org/articles/PMC$1" | ||
}, | ||
"comment": "Note that the Europe PMC instance redirects canonical local unique identifiers from https://europepmc.org/articles/PMC3084216 to https://europepmc.org/article/PMC/3084216. However, this is an implementation detail and does not reflect the official format of a PMC identifier, which indeed does include `PMC` at the beginning of the local unique identifier", | ||
"contact": { | ||
"email": "[email protected]", | ||
"github": "jeffbeckncbi", | ||
"name": "Jeff Beck", | ||
"orcid": "0000-0002-1798-9797" | ||
}, | ||
"example_extras": [ | ||
"PMC7418728", | ||
"PMC7418728.1", | ||
"PMC7418728.2" | ||
], | ||
"fairsharing": { | ||
"abbreviation": "PMC", | ||
"description": "PubMed Central (PMC) is the U.S. National Institutes of Health (NIH) digital archive of biomedical and life sciences journal literature.", | ||
|
@@ -79135,15 +79147,6 @@ | |
"namespaceEmbeddedInLui": false, | ||
"pattern": "PMC\\d+", | ||
"prefix": "pmc", | ||
"providers": [ | ||
{ | ||
"code": "ncbi", | ||
"description": "PubMed Central", | ||
"homepage": "https://www.ncbi.nlm.nih.gov/pmc/", | ||
"name": "PubMed Central", | ||
"uri_format": "https://www.ncbi.nlm.nih.gov/pmc/articles/$1/?tool=pubmed" | ||
} | ||
], | ||
"sampleId": "PMC3084216", | ||
"uri_format": "http://europepmc.org/articles/$1" | ||
}, | ||
|
@@ -79158,6 +79161,7 @@ | |
"uri_format": "http://europepmc.org/articles/$1" | ||
}, | ||
"name": "PubMed Central", | ||
"pattern": "^PMC\\d+(\\.\\d+)?$", | ||
"prefixcommons": { | ||
"description": "PubMed Central (PMC) is the U.S. National Institutes of Health (NIH) digital archive of biomedical and life sciences journal literature.", | ||
"example": "PMC3084216", | ||
|
@@ -79173,6 +79177,15 @@ | |
], | ||
"uri_format": "http://www.ncbi.nlm.nih.gov/pmc/articles/$1/?tool=pmcentrez" | ||
}, | ||
"providers": [ | ||
{ | ||
"code": "ncbi.pmc", | ||
"description": "PubMed Central", | ||
"homepage": "https://www.ncbi.nlm.nih.gov/pmc/", | ||
"name": "PubMed Central", | ||
"uri_format": "https://www.ncbi.nlm.nih.gov/pmc/articles/$1" | ||
} | ||
], | ||
"publications": [ | ||
{ | ||
"doi": "10.1093/nar/gkr1184", | ||
|
@@ -79189,6 +79202,9 @@ | |
"year": 2010 | ||
} | ||
], | ||
"references": [ | ||
"https://github.com/biopragmatics/bioregistry/issues/965" | ||
], | ||
"synonyms": [ | ||
"PMC", | ||
"PMCID" | ||
|
@@ -82914,6 +82930,12 @@ | |
"obsolete": false, | ||
"prefix": "000302" | ||
}, | ||
"contact": { | ||
"email": "[email protected]", | ||
"github": "jeffbeckncbi", | ||
"name": "Jeff Beck", | ||
"orcid": "0000-0002-1798-9797" | ||
}, | ||
"edam": { | ||
"description": "PubMed unique identifier of an article.", | ||
"name": "PubMed", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters