Skip to content

Commit d88a57f

Browse files
authored
Removal of EMPTY and addition of CMEO (#204)
1 parent 8772f3a commit d88a57f

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

dashboard-config.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,20 @@ obo_score_weights:
3131
ontologies:
3232
#registry: "https://raw.githubusercontent.com/OBOFoundry/OBOFoundry.github.io/master/registry/ontologies.yml"
3333
custom:
34-
- id: empty
35-
mirror_from: https://raw.githubusercontent.com/Waltham-Data-Science/empty-ontology/main/empty.owl
36-
title: "Experimental Measurements, Purposes, and Treatments ontologY"
34+
- id: cmeo
35+
mirror_from: https://raw.githubusercontent.com/komi786/cmeo/main/cmeo-core.owl
36+
title: "Clinical Metadata Exploration Ontology"
3737
contact:
38-
email: andrea@walthamdatascience.com
39-
label: Andrea Gaede
40-
orcid: 0000-0002-1909-7004
41-
github: andreagaede
42-
description: An ontology of experimental measurements in the sciences, the purposes for which experimental measurements were made, and experimental treatments, with a focus on life sciences.
43-
domain: investigations
44-
homepage: https://github.com/Waltham-Data-Science/empty-ontology
38+
email: komalsyeda29@gmail.com
39+
label: Komal Gilani
40+
orcid: 0000-0001-7292-1026
41+
github: komi786
42+
description: CMEO (Clinical Metadata Exploration Ontology) is a semantic model for representing and querying clinical cohort study metadata to enable cross-study discovery and metadata-driven harmonization.
43+
domain: health
44+
homepage: https://komi786.github.io/cmeo/
4545
products:
46-
- id: empty.owl
47-
- id: empty.obo
48-
- id: empty.json
49-
tracker: https://github.com/Waltham-Data-Science/empty-ontology/issues
46+
- id: cmeo-core.owl
47+
tracker: https://github.com/komi786/cmeo/issues
5048
license:
5149
url: https://creativecommons.org/licenses/by/4.0/
5250
label: CC BY 4.0

0 commit comments

Comments
 (0)