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 @@ -1471,7 +1471,7 @@ ontologies:
browsers:
- label: DO
title: DO Browser
url: http://www.disease-ontology.org/do
url: https://disease-ontology.org/do
build:
infallible: 1
method: obo2owl
Expand All @@ -1481,11 +1481,11 @@ ontologies:
github: lschriml
label: Lynn Schriml
orcid: 0000-0001-8910-9851
depicted_by: http://www.disease-ontology.org/media/images/DO_logo.jpg
depicted_by: https://disease-ontology.org/media/images/DO_logo_teal.png
description: An ontology for describing the classification of human diseases organized
by etiology.
domain: health
homepage: http://www.disease-ontology.org
homepage: https://disease-ontology.org
id: doid
in_foundry_order: 1
layout: ontology_detail
Expand Down Expand Up @@ -1531,8 +1531,8 @@ ontologies:
- description: MGI disease model annotations use DO
examples:
- description: physical disorder
url: http://www.informatics.jax.org/disease/DOID:0080015
user: http://www.informatics.jax.org/disease
url: https://www.informatics.jax.org/disease/DOID:0080015
user: https://www.informatics.jax.org/disease
- description: Immune Epitope Database
examples:
- description: Antibody and T cell epitopes associated with human diseases
Expand Down
10 changes: 5 additions & 5 deletions registry/ontologies.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,7 @@
{
"label": "DO",
"title": "DO Browser",
"url": "http://www.disease-ontology.org/do"
"url": "https://disease-ontology.org/do"
}
],
"build": {
Expand All @@ -2021,10 +2021,10 @@
"label": "Lynn Schriml",
"orcid": "0000-0001-8910-9851"
},
"depicted_by": "http://www.disease-ontology.org/media/images/DO_logo.jpg",
"depicted_by": "https://disease-ontology.org/media/images/DO_logo_teal.png",
"description": "An ontology for describing the classification of human diseases organized by etiology.",
"domain": "health",
"homepage": "http://www.disease-ontology.org",
"homepage": "https://disease-ontology.org",
"id": "doid",
"in_foundry_order": 1,
"layout": "ontology_detail",
Expand Down Expand Up @@ -2088,10 +2088,10 @@
"examples": [
{
"description": "physical disorder",
"url": "http://www.informatics.jax.org/disease/DOID:0080015"
"url": "https://www.informatics.jax.org/disease/DOID:0080015"
}
],
"user": "http://www.informatics.jax.org/disease"
"user": "https://www.informatics.jax.org/disease"
},
{
"description": "Immune Epitope Database",
Expand Down
Loading