Skip to content

Commit

Permalink
Add NORD
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jan 22, 2025
1 parent 36cad81 commit 04ee99c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/bioregistry/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
EXTRAS = f"%20Community%20Health%20Score&link={CH_BASE}"

# not a perfect email regex, but close enough
EMAIL_RE_STR = r"^(\w|\.|\_|\-)+[@](\w|\_|\-|\.)+[.]\w{2,5}$"
EMAIL_RE_STR = r"^(\w|\.|\_|\-)+[@](\w|\_|\-|\.)+[.]\w{2,7}$"
EMAIL_RE = re.compile(EMAIL_RE_STR)

MaybeCURIE = Union[Tuple[str, str], Tuple[None, None]]
25 changes: 25 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -79582,6 +79582,31 @@
"uri_format": "http://www.bioinfo.org/NONCODEv4/show_rna.php?id=$1"
}
},
"nord": {
"appears_in": [
"mondo"
],
"contact": {
"email": "[email protected]",
"github": "skm16",
"name": "Sean Roberts"
},
"contributor": {
"email": "[email protected]",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": "A website containing information about rare diseases, powered by Wordpress.",
"example": "1693",
"homepage": "https://rarediseases.org",
"name": "National Organization for Rare Disorders",
"pattern": "^\\d+$",
"references": [
"https://github.com/monarch-initiative/mondo/issues/8588"
],
"uri_format": "https://rarediseases.org/?p=$1"
},
"norine": {
"biocontext": {
"prefix": "NORINE"
Expand Down

0 comments on commit 04ee99c

Please sign in to comment.