From 477099b5f48ecd7d5aa6c3f5e136374b079c30e3 Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Wed, 22 Nov 2023 10:39:54 +0100 Subject: [PATCH 1/2] Add prefix: devtox Closes #989 --- src/bioregistry/data/bioregistry.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/bioregistry/data/bioregistry.json b/src/bioregistry/data/bioregistry.json index 2b93cab5f..cb6f419cb 100644 --- a/src/bioregistry/data/bioregistry.json +++ b/src/bioregistry/data/bioregistry.json @@ -22893,6 +22893,20 @@ "uri_format": "https://dos-gdc.ucsc-cgp-dev.org/ga4gh/dos/v1/dataobjects/$1" } }, + "devtox": { + "contributor": { + "github": "bgyori", + "name": "Benjamin M. Gyori", + "orcid": "0000-0001-9439-5346" + }, + "description": "The DevTox Project harmonizes the nomenclature used to describe developmental anomalies in laboratory animals, assists in the visual recognition of developmental anomalies with the aid of photographs, and provides a historical control database of developmental effects in laboratory animals.", + "example": "311935300", + "github_request_issue": 989, + "homepage": "https://www.devtox.org/", + "name": "DevTox", + "pattern": "^\\d+$", + "uri_format": "https://www.devtox.org/nomenclature/ml_manus.php?mno=$1" + }, "dg.4503": { "mappings": { "miriam": "dg.4503" From a53f2f162185f97f6a60e022858295789c45dc68 Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Wed, 22 Nov 2023 10:44:12 +0100 Subject: [PATCH 2/2] Update bioregistry.json Co-Authored-By: Benjamin M. Gyori --- src/bioregistry/data/bioregistry.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/bioregistry/data/bioregistry.json b/src/bioregistry/data/bioregistry.json index cb6f419cb..ba3b990fa 100644 --- a/src/bioregistry/data/bioregistry.json +++ b/src/bioregistry/data/bioregistry.json @@ -22894,6 +22894,11 @@ } }, "devtox": { + "contact": { + "email": "rupert.kellner@item.fraunhofer.de", + "name": "Rupert Kellner", + "orcid": "0000-0002-6807-8731" + }, "contributor": { "github": "bgyori", "name": "Benjamin M. Gyori", @@ -22905,6 +22910,21 @@ "homepage": "https://www.devtox.org/", "name": "DevTox", "pattern": "^\\d+$", + "publications": [ + { + "doi": "10.1016/j.reprotox.2019.07.003", + "pmc": "PMC8865445", + "pubmed": "31288076", + "title": "Update of the DevTox data database for harmonized risk assessment and alternative methodologies in developmental toxicology: Report of the 9th Berlin Workshop on Developmental Toxicity", + "year": 2019 + } + ], + "reviewer": { + "email": "cthoyt@gmail.com", + "github": "cthoyt", + "name": "Charles Tapley Hoyt", + "orcid": "0000-0003-4423-4370" + }, "uri_format": "https://www.devtox.org/nomenclature/ml_manus.php?mno=$1" }, "dg.4503": {