Skip to content

Commit

Permalink
Add prefix omon (#1156)
Browse files Browse the repository at this point in the history
* add omon regex

* added beginning and end for regex

* lint

* edited description

* Add review

---------

Co-authored-by: Ben Gyori <ben.gyori@gmail.com>
  • Loading branch information
tomo-oga and bgyori authored Jul 30, 2024
1 parent ccf0d1c commit 69286ed
Showing 1 changed file with 21 additions and 0 deletions.
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

0 comments on commit 69286ed

Please sign in to comment.