Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prefix omon #1156

Merged
merged 5 commits into from
Jul 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -80430,6 +80430,27 @@
"pattern": "^\\d{7}$",
"uri_format": "http://purl.obolibrary.org/obo/OMO_$1"
},
"omon": {
"contributor": {
"email": "oga.t@northeastern.edu",
"github": "tomo-oga",
"name": "Tomohiro Oga",
"orcid": "0009-0001-6787-3995"
},
"description": "The new national clinical trials registry of the Netherlands",
"example": "53367",
"homepage": "https://onderzoekmetmensen.nl/en",
"logo": "https://onderzoekmetmensen.nl/themes/custom/trialregister/logo.svg",
"name": "Overview of Medical Research in the Netherlands",
"pattern": "^\\d{5}$",
"reviewer": {
"email": "b.gyori@northeastern.edu",
"github": "bgyori",
"name": "Benjamin M. Gyori",
"orcid": "0000-0001-9439-5346"
},
"uri_format": "https://onderzoekmetmensen.nl/en/trial/$1"
},
"omop": {
"contributor": {
"email": "cthoyt@gmail.com",
Expand Down
Loading