Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1428,9 +1428,9 @@ ontologies:
browsers:
- label: DO
title: DO Browser
url: http://www.disease-ontology.org/
url: https://disease-ontology.org/
build:
source_url: https://github.com/DiseaseOntology/DiseaseDriversOntology/tree/main/src/ontology/disdriv.owl
source_url: https://raw.githubusercontent.com/DiseaseOntology/DiseaseDriversOntology/refs/heads/main/src/ontology/disdriv.owl
contact:
email: lynn.schriml@gmail.com
github: lschriml
Expand All @@ -1440,7 +1440,7 @@ ontologies:
ExO ontology exposure stressors. An application ontology. Built in collaboration
with EnvO, ExO, ECTO and ChEBI.
domain: health
homepage: http://www.disease-ontology.org
homepage: https://disease-ontology.org/
id: disdriv
layout: ontology_detail
license:
Expand All @@ -1465,8 +1465,8 @@ ontologies:
- description: Human Disease Ontology
examples:
- description: fetal alcohol syndrome, has exposure stressor some alcohol
url: https://www.disease-ontology.org/?id=DOID:0050665
user: https://www.disease-ontology.org
url: https://disease-ontology.org/?id=DOID:0050665
user: https://disease-ontology.org/
- activity_status: active
browsers:
- label: DO
Expand Down
10 changes: 5 additions & 5 deletions registry/ontologies.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -1947,11 +1947,11 @@
{
"label": "DO",
"title": "DO Browser",
"url": "http://www.disease-ontology.org/"
"url": "https://disease-ontology.org/"
}
],
"build": {
"source_url": "https://github.com/DiseaseOntology/DiseaseDriversOntology/tree/main/src/ontology/disdriv.owl"
"source_url": "https://raw.githubusercontent.com/DiseaseOntology/DiseaseDriversOntology/refs/heads/main/src/ontology/disdriv.owl"
},
"contact": {
"email": "lynn.schriml@gmail.com",
Expand All @@ -1961,7 +1961,7 @@
},
"description": "Ontology for drivers and triggers of human diseases, built to classify ExO ontology exposure stressors. An application ontology. Built in collaboration with EnvO, ExO, ECTO and ChEBI.",
"domain": "health",
"homepage": "http://www.disease-ontology.org",
"homepage": "https://disease-ontology.org/",
"id": "disdriv",
"layout": "ontology_detail",
"license": {
Expand Down Expand Up @@ -1994,10 +1994,10 @@
"examples": [
{
"description": "fetal alcohol syndrome, has exposure stressor some alcohol",
"url": "https://www.disease-ontology.org/?id=DOID:0050665"
"url": "https://disease-ontology.org/?id=DOID:0050665"
}
],
"user": "https://www.disease-ontology.org"
"user": "https://disease-ontology.org/"
}
]
},
Expand Down
Loading