Skip to content

Commit

Permalink
Add publisher prefixes plos and nlm.catalog (#1318)
Browse files Browse the repository at this point in the history
Also add some other providers related to this, found when rebuilding
pyobo database
  • Loading branch information
cthoyt authored Dec 12, 2024
1 parent a196622 commit 5deb6f4
Showing 1 changed file with 65 additions and 1 deletion.
66 changes: 65 additions & 1 deletion src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -47104,6 +47104,15 @@
"wikidata": "P675"
},
"name": "Google Books",
"providers": [
{
"code": "alt1",
"description": "Alternate URL 1",
"homepage": "https://books.google.com",
"name": "Alternate URL 1",
"uri_format": "https://books.google.com/books/?id=$1"
}
],
"uri_format": "https://books.google.com/books?id=$1",
"wikidata": {
"description": "identifier for a book edition in Google Books",
Expand Down Expand Up @@ -59119,6 +59128,15 @@
"prefix": "isbn",
"uri_format": "http://isbndb.com/search-all.html?kw=$1"
},
"providers": [
{
"code": "google.isbn",
"description": "Google Books provider for ISBN numbers",
"homepage": "https://books.google.com",
"name": "Google Books",
"uri_format": "https://books.google.com/books?isbn=$1"
}
],
"synonyms": [
"ISBN-10",
"ISBN-13"
Expand Down Expand Up @@ -59293,6 +59311,15 @@
"uri_format": "http://www.isni.org/isni/$1"
},
"name": "International Standard Name Identifier",
"providers": [
{
"code": "isni.short",
"description": "Unqualified ISNI URI",
"homepage": "http://www.isni.org",
"name": "ISNI short",
"uri_format": "http://www.isni.org/$1"
}
],
"wikidata": {
"database": "Q423048",
"description": "International Standard Name Identifier for an identity. Starting with 0000.",
Expand Down Expand Up @@ -77683,7 +77710,7 @@
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": "Bibliographic data for all the journals, books, audiovisuals, computer software, electronic resources and other materials that are in the library's holdings.",
"description": "The NLM Catalog provides access to NLM bibliographic data for journals, books, audiovisuals, computer software, electronic resources and other materials. Links to the library's holdings in LocatorPlus, NLM's online public access catalog, are also provided. [from homepage]",
"example": "101775319",
"homepage": "https://www.ncbi.nlm.nih.gov/nlmcatalog",
"mappings": {
Expand All @@ -77694,6 +77721,22 @@
"pattern": "^\\d+$",
"uri_format": "https://www.ncbi.nlm.nih.gov/nlmcatalog/$1"
},
"nlm.publisher": {
"appears_in": [
"nlm"
],
"contributor": {
"email": "cthoyt@gmail.com",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": "Publisher short codes appearin in the NLM Catalog.",
"example": "wiley",
"github_request_issue": 1318,
"homepage": "https://ftp.ncbi.nlm.nih.gov/pubmed/xmlprovidernames.txt",
"name": "NLM Publisher Codes"
},
"nlx.anat": {
"contact": {
"email": "tgbugs@gmail.com",
Expand Down Expand Up @@ -91456,6 +91499,27 @@
"prefix": "plo"
}
},
"plos": {
"contributor": {
"email": "cthoyt@gmail.com",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": "An ontologization of Public Library of Science (PLOS) journal keywords and topics. It's not clear how the IDs correspond to the actual pages. Appears in ADCAD.",
"example": "1443",
"github_request_issue": 1318,
"homepage": "http://journals.plos.org",
"mappings": {
"bioportal": "PLOSTHES"
},
"name": "PLOS Thesaurus",
"pattern": "^\\d+$",
"synonyms": [
"PLOSTHES"
],
"uri_format": "http://localhost/plosthes.2017-1#$1"
},
"pmap.cutdb": {
"biocontext": {
"prefix": "PMAP.CUTDB"
Expand Down

0 comments on commit 5deb6f4

Please sign in to comment.