Skip to content

Commit b105ff8

Browse files
🚀 Automatically rebuilt derived files (#2393)
Co-authored-by: GitHub Action <action@github.com>
1 parent 93994e7 commit b105ff8

7 files changed

Lines changed: 1791 additions & 1600 deletions

File tree

_config.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3511,6 +3511,48 @@ ontologies:
35113511
- experimental conditions
35123512
title: Microbial Conditions Ontology
35133513
tracker: https://github.com/microbial-conditions-ontology/microbial-conditions-ontology/issues
3514+
- activity_status: active
3515+
contact:
3516+
email: muamith@utmb.edu
3517+
github: ProfTuan
3518+
label: Tuan Amith
3519+
orcid: 0000-0003-4333-1857
3520+
dependencies:
3521+
- id: iao
3522+
- id: swo
3523+
description: An ontology representing the structure of model card reports - reports
3524+
that describe basic characteristics of machine learning models for the public
3525+
and consumers.
3526+
domain: information technology
3527+
homepage: https://github.com/UTHealth-Ontology/MCRO
3528+
id: mcro
3529+
layout: ontology_detail
3530+
license:
3531+
label: CC BY 4.0
3532+
logo: http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png
3533+
url: https://creativecommons.org/licenses/by/4.0/
3534+
ontology_purl: http://purl.obolibrary.org/obo/mcro.owl
3535+
preferredPrefix: MCRO
3536+
products:
3537+
- id: mcro.owl
3538+
ontology_purl: http://purl.obolibrary.org/obo/mcro.owl
3539+
publications:
3540+
- id: https://doi.org/10.1186/s12859-022-04797-6
3541+
title: Toward a standard formal semantic representation of the model card report
3542+
repository: https://github.com/UTHealth-Ontology/MCRO
3543+
title: Model Card Report Ontology
3544+
tracker: https://github.com/UTHealth-Ontology/MCRO/issues
3545+
usages:
3546+
- description: MCRO used for publishing model cards
3547+
examples:
3548+
- description: Demonstration of Java-based library utilizing MCRO to output RDF-based
3549+
model card reports
3550+
url: https://github.com/UTHealth-Ontology/MCRO-Software
3551+
publications:
3552+
- id: https://doi.org/10.1145/3543873.3587601
3553+
title: Application of an ontology for model cards to generate computable artifacts
3554+
for linking machine learning information from biomedical research
3555+
user: https://github.com/UTHealth-Ontology/MCRO-Software
35143556
- activity_status: active
35153557
build:
35163558
method: owl2obo

registry/obo_context.jsonld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"MAT": "http://purl.obolibrary.org/obo/MAT_",
120120
"MAXO": "http://purl.obolibrary.org/obo/MAXO_",
121121
"MCO": "http://purl.obolibrary.org/obo/MCO_",
122+
"MCRO": "http://purl.obolibrary.org/obo/MCRO_",
122123
"MF": "http://purl.obolibrary.org/obo/MF_",
123124
"MFMO": "http://purl.obolibrary.org/obo/MFMO_",
124125
"MFO": "http://purl.obolibrary.org/obo/MFO_",

registry/obo_prefixes.ttl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
,[ sh:prefix "MA" ; sh:namespace "http://purl.obolibrary.org/obo/MA_"]
8484
,[ sh:prefix "MAXO" ; sh:namespace "http://purl.obolibrary.org/obo/MAXO_"]
8585
,[ sh:prefix "MCO" ; sh:namespace "http://purl.obolibrary.org/obo/MCO_"]
86+
,[ sh:prefix "MCRO" ; sh:namespace "http://purl.obolibrary.org/obo/MCRO_"]
8687
,[ sh:prefix "MF" ; sh:namespace "http://purl.obolibrary.org/obo/MF_"]
8788
,[ sh:prefix "MFMO" ; sh:namespace "http://purl.obolibrary.org/obo/MFMO_"]
8889
,[ sh:prefix "MFOEM" ; sh:namespace "http://purl.obolibrary.org/obo/MFOEM_"]

registry/ontologies.jsonld

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4980,6 +4980,68 @@
49804980
"title": "Microbial Conditions Ontology",
49814981
"tracker": "https://github.com/microbial-conditions-ontology/microbial-conditions-ontology/issues"
49824982
},
4983+
{
4984+
"activity_status": "active",
4985+
"contact": {
4986+
"email": "muamith@utmb.edu",
4987+
"github": "ProfTuan",
4988+
"label": "Tuan Amith",
4989+
"orcid": "0000-0003-4333-1857"
4990+
},
4991+
"dependencies": [
4992+
{
4993+
"id": "iao"
4994+
},
4995+
{
4996+
"id": "swo"
4997+
}
4998+
],
4999+
"description": "An ontology representing the structure of model card reports - reports that describe basic characteristics of machine learning models for the public and consumers.",
5000+
"domain": "information technology",
5001+
"homepage": "https://github.com/UTHealth-Ontology/MCRO",
5002+
"id": "mcro",
5003+
"layout": "ontology_detail",
5004+
"license": {
5005+
"label": "CC BY 4.0",
5006+
"logo": "http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png",
5007+
"url": "https://creativecommons.org/licenses/by/4.0/"
5008+
},
5009+
"ontology_purl": "http://purl.obolibrary.org/obo/mcro.owl",
5010+
"preferredPrefix": "MCRO",
5011+
"products": [
5012+
{
5013+
"id": "mcro.owl",
5014+
"ontology_purl": "http://purl.obolibrary.org/obo/mcro.owl"
5015+
}
5016+
],
5017+
"publications": [
5018+
{
5019+
"id": "https://doi.org/10.1186/s12859-022-04797-6",
5020+
"title": "Toward a standard formal semantic representation of the model card report"
5021+
}
5022+
],
5023+
"repository": "https://github.com/UTHealth-Ontology/MCRO",
5024+
"title": "Model Card Report Ontology",
5025+
"tracker": "https://github.com/UTHealth-Ontology/MCRO/issues",
5026+
"usages": [
5027+
{
5028+
"description": "MCRO used for publishing model cards",
5029+
"examples": [
5030+
{
5031+
"description": "Demonstration of Java-based library utilizing MCRO to output RDF-based model card reports",
5032+
"url": "https://github.com/UTHealth-Ontology/MCRO-Software"
5033+
}
5034+
],
5035+
"publications": [
5036+
{
5037+
"id": "https://doi.org/10.1145/3543873.3587601",
5038+
"title": "Application of an ontology for model cards to generate computable artifacts for linking machine learning information from biomedical research"
5039+
}
5040+
],
5041+
"user": "https://github.com/UTHealth-Ontology/MCRO-Software"
5042+
}
5043+
]
5044+
},
49835045
{
49845046
"activity_status": "active",
49855047
"build": {

0 commit comments

Comments
 (0)