-
Notifications
You must be signed in to change notification settings - Fork 213
Create exmo.md #2746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Create exmo.md #2746
Conversation
Create a metadata record for Exercise Medicine Ontology. OBOFoundry#2615
@matentzn and @deepakunni3 are our Registry Metadata Stewards. Can you please look into the error -- it didn't make sense to me. |
id: exmo | ||
mirror_from: https://raw.githubusercontent.com/Exercise-Medicine-Ontology/EXMO/master/exmo.owl | ||
title: "Exercise Medicine Ontology" | ||
contact: | ||
email: xyz19940216@163.com | ||
label: Xingyun Liu | ||
orcid: 0000-0002-9295-2767 | ||
github: DarkKnight0-0 | ||
description: A core reference ontology built upon BFO about exercise medicine and it contains the related terms for healthy people, people with chronic conditions and people living with diability to exercise. | ||
domain: health | ||
homepage: https://github.com/Exercise-Medicine-Ontology/EXMO | ||
products: | ||
- id: exmo.owl | ||
tracker: https://github.com/Exercise-Medicine-Ontology/EXMO/issues | ||
license: | ||
url: https://creativecommons.org/licenses/by/4.0/ | ||
label: CC BY 4.0 | ||
preferredPrefix: EXMO | ||
publications: | ||
- id: https://www.ncbi.nlm.nih.gov/pubmed/39695140 | ||
title: 'Core reference ontology for individualized exercise prescription' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few small fixes. Add layout: ontology_detail
and wrap with dash marks (---
) to mark this as jekyll front matter.
id: exmo | |
mirror_from: https://raw.githubusercontent.com/Exercise-Medicine-Ontology/EXMO/master/exmo.owl | |
title: "Exercise Medicine Ontology" | |
contact: | |
email: xyz19940216@163.com | |
label: Xingyun Liu | |
orcid: 0000-0002-9295-2767 | |
github: DarkKnight0-0 | |
description: A core reference ontology built upon BFO about exercise medicine and it contains the related terms for healthy people, people with chronic conditions and people living with diability to exercise. | |
domain: health | |
homepage: https://github.com/Exercise-Medicine-Ontology/EXMO | |
products: | |
- id: exmo.owl | |
tracker: https://github.com/Exercise-Medicine-Ontology/EXMO/issues | |
license: | |
url: https://creativecommons.org/licenses/by/4.0/ | |
label: CC BY 4.0 | |
preferredPrefix: EXMO | |
publications: | |
- id: https://www.ncbi.nlm.nih.gov/pubmed/39695140 | |
title: 'Core reference ontology for individualized exercise prescription' | |
--- | |
layout: ontology_detail | |
id: exmo | |
mirror_from: https://raw.githubusercontent.com/Exercise-Medicine-Ontology/EXMO/master/exmo.owl | |
title: "Exercise Medicine Ontology" | |
contact: | |
email: xyz19940216@163.com | |
label: Xingyun Liu | |
orcid: 0000-0002-9295-2767 | |
github: DarkKnight0-0 | |
description: A core reference ontology built upon BFO about exercise medicine and it contains the related terms for healthy people, people with chronic conditions and people living with diability to exercise. | |
domain: health | |
homepage: https://github.com/Exercise-Medicine-Ontology/EXMO | |
products: | |
- id: exmo.owl | |
tracker: https://github.com/Exercise-Medicine-Ontology/EXMO/issues | |
license: | |
url: https://creativecommons.org/licenses/by/4.0/ | |
label: CC BY 4.0 | |
preferredPrefix: EXMO | |
publications: | |
- id: https://www.ncbi.nlm.nih.gov/pubmed/39695140 | |
title: 'Core reference ontology for individualized exercise prescription' | |
--- | |
After these changes it's passing locally for me
Create a metadata record for Exercise Medicine Ontology.
#2615