-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚀 Automatically rebuilt derived files (#2490)
Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
b49a75f
commit 23bd51f
Showing
7 changed files
with
1,606 additions
and
1,428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4367,7 +4367,7 @@ ontologies: | |
user: https://futres.org/ | ||
- activity_status: active | ||
contact: | ||
email: [email protected].edu | ||
email: [email protected].edu | ||
github: zhengj2007 | ||
label: Jie Zheng | ||
orcid: 0000-0002-2999-0103 | ||
|
@@ -4378,9 +4378,9 @@ ontologies: | |
in_foundry: false | ||
layout: ontology_detail | ||
license: | ||
label: CC BY 3.0 | ||
label: CC BY 4.0 | ||
logo: http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png | ||
url: http://creativecommons.org/licenses/by/3.0/ | ||
url: http://creativecommons.org/licenses/by/4.0/ | ||
ontology_purl: http://purl.obolibrary.org/obo/obcs.owl | ||
preferredPrefix: OBCS | ||
products: | ||
|
@@ -4391,6 +4391,14 @@ ontologies: | |
- statistics | ||
title: Ontology of Biological and Clinical Statistics | ||
tracker: https://github.com/obcs/obcs/issues | ||
usages: | ||
- description: The Ontology of Biological and Clinical Statistics (OBCS)-based statistical | ||
method standardization and meta-analysis of host responses to yellow fever vaccines | ||
examples: | ||
- description: In Methods, "Both OBCS and the Vaccine Ontology (VO) were used | ||
to ontologically model various components and relations ..." | ||
url: https://doi.org/10.1007/s40484-017-0122-5 | ||
user: https://doi.org/10.1007/s40484-017-0122-5 | ||
- activity_status: active | ||
browsers: | ||
- label: BioPortal | ||
|
@@ -4531,6 +4539,39 @@ ontologies: | |
Branch (BBRB) is an international leader in research and policy activities related | ||
to biospecimen collection, processing, and storage, also known as biobanking. | ||
user: https://biospecimens.cancer.gov/resources/vocabularies.asp | ||
- activity_status: active | ||
browsers: | ||
- label: BioPortal | ||
title: BioPortal Ontology Browser | ||
url: https://bioportal.bioontology.org/ontologies/OCCO?p=classes | ||
contact: | ||
email: [email protected] | ||
github: zhengj2007 | ||
label: Jie Zheng | ||
orcid: 0000-0002-2999-0103 | ||
description: An ontology representing occupations. It is designed to facilitate | ||
harmonization of existing occupation standards, such as the US Bureau of Labor | ||
Statistics Standard Occupational Classification (US SOC), the International Standard | ||
Classification of Occupations (ISCO), the UK National Statistics Standard Occupational | ||
Classification (UK SOC), and the European Skills, Competences, Qualifications | ||
and Occupations (ESCO) of the European Union. | ||
domain: information | ||
homepage: https://github.com/Occupation-Ontology/OccO | ||
id: occo | ||
issue_requested: 2428 | ||
layout: ontology_detail | ||
license: | ||
label: CC BY 4.0 | ||
logo: http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png | ||
url: https://creativecommons.org/licenses/by/4.0/ | ||
ontology_purl: http://purl.obolibrary.org/obo/occo.owl | ||
preferredPrefix: OCCO | ||
products: | ||
- id: occo.owl | ||
ontology_purl: http://purl.obolibrary.org/obo/occo.owl | ||
repository: https://github.com/Occupation-Ontology/OccO | ||
title: Occupation Ontology | ||
tracker: https://github.com/Occupation-Ontology/OccO/issues | ||
- activity_status: active | ||
contact: | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6111,7 +6111,7 @@ | |
{ | ||
"activity_status": "active", | ||
"contact": { | ||
"email": "[email protected].edu", | ||
"email": "[email protected].edu", | ||
"github": "zhengj2007", | ||
"label": "Jie Zheng", | ||
"orcid": "0000-0002-2999-0103" | ||
|
@@ -6123,9 +6123,9 @@ | |
"in_foundry": false, | ||
"layout": "ontology_detail", | ||
"license": { | ||
"label": "CC BY 3.0", | ||
"label": "CC BY 4.0", | ||
"logo": "http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png", | ||
"url": "http://creativecommons.org/licenses/by/3.0/" | ||
"url": "http://creativecommons.org/licenses/by/4.0/" | ||
}, | ||
"ontology_purl": "http://purl.obolibrary.org/obo/obcs.owl", | ||
"preferredPrefix": "OBCS", | ||
|
@@ -6140,7 +6140,19 @@ | |
"statistics" | ||
], | ||
"title": "Ontology of Biological and Clinical Statistics", | ||
"tracker": "https://github.com/obcs/obcs/issues" | ||
"tracker": "https://github.com/obcs/obcs/issues", | ||
"usages": [ | ||
{ | ||
"description": "The Ontology of Biological and Clinical Statistics (OBCS)-based statistical method standardization and meta-analysis of host responses to yellow fever vaccines", | ||
"examples": [ | ||
{ | ||
"description": "In Methods, \"Both OBCS and the Vaccine Ontology (VO) were used to ontologically model various components and relations ...\"", | ||
"url": "https://doi.org/10.1007/s40484-017-0122-5" | ||
} | ||
], | ||
"user": "https://doi.org/10.1007/s40484-017-0122-5" | ||
} | ||
] | ||
}, | ||
{ | ||
"activity_status": "active", | ||
|
@@ -6326,6 +6338,44 @@ | |
} | ||
] | ||
}, | ||
{ | ||
"activity_status": "active", | ||
"browsers": [ | ||
{ | ||
"label": "BioPortal", | ||
"title": "BioPortal Ontology Browser", | ||
"url": "https://bioportal.bioontology.org/ontologies/OCCO?p=classes" | ||
} | ||
], | ||
"contact": { | ||
"email": "[email protected]", | ||
"github": "zhengj2007", | ||
"label": "Jie Zheng", | ||
"orcid": "0000-0002-2999-0103" | ||
}, | ||
"description": "An ontology representing occupations. It is designed to facilitate harmonization of existing occupation standards, such as the US Bureau of Labor Statistics Standard Occupational Classification (US SOC), the International Standard Classification of Occupations (ISCO), the UK National Statistics Standard Occupational Classification (UK SOC), and the European Skills, Competences, Qualifications and Occupations (ESCO) of the European Union.", | ||
"domain": "information", | ||
"homepage": "https://github.com/Occupation-Ontology/OccO", | ||
"id": "occo", | ||
"issue_requested": 2428, | ||
"layout": "ontology_detail", | ||
"license": { | ||
"label": "CC BY 4.0", | ||
"logo": "http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png", | ||
"url": "https://creativecommons.org/licenses/by/4.0/" | ||
}, | ||
"ontology_purl": "http://purl.obolibrary.org/obo/occo.owl", | ||
"preferredPrefix": "OCCO", | ||
"products": [ | ||
{ | ||
"id": "occo.owl", | ||
"ontology_purl": "http://purl.obolibrary.org/obo/occo.owl" | ||
} | ||
], | ||
"repository": "https://github.com/Occupation-Ontology/OccO", | ||
"title": "Occupation Ontology", | ||
"tracker": "https://github.com/Occupation-Ontology/OccO/issues" | ||
}, | ||
{ | ||
"activity_status": "active", | ||
"contact": { | ||
|
Oops, something went wrong.