Skip to content
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

Merge dev into stable #809

Merged
merged 6 commits into from
Nov 26, 2024
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
28 changes: 28 additions & 0 deletions dataload/configs/lifestylefactors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"ontologies": [
{
"id": "lifestylefactors",
"preferredPrefix": "LIFESTYLEFACTORS",
"title": "Lifestyle Factors Ontology",
"creator": [
"Esmaeil Nourani",
"Mikaela Koutrouli",
"Yijia Xie",
"Danai Vagiaki",
"Sampo Pyysalo",
"Katerina Nastou",
"Søren Brunak",
"Lars Juhl Jensen"
],
"uri": "https://bioportal.bioontology.org/ontologies/LSFO",
"description": "In this ontology, we defined nine distinct categories that encompass various aspects of lifestyle factors (LSFs), creating a unified Lifestyle Factors Ontology (LSFO) across these categories. Within the context of lifestyle, we have identified nine categories that can collectively describe all LSFs, namely: 1-Nutrition, a category that covers different branches such as dietary habits, food groups, food processing and preparation, macronutrients, and micronutrients, among others. 2-Socioeconomic factors, which includes social and economic conditions such as income, wealth, education and socioeconomic status. 3-Environmental exposures, includes exposure to various environmental factors, such as air pollution, water quality, and workplace hazards, that can impact an individual’s health. 4-Substance use, covers concepts such as smoking, as well as illicit drug use. 5-Physical activities, includes regular exercise and physically demanding activities like leisure time, occupational, and household physical activities. 6-Non-physical leisure time activities, describes any activity an individual might engage in during their free time that is not a physical activity. 7-Personal care products and cosmetic procedures, covers activities related to hygiene, use of cosmetic and cleaning products as well as invasive procedures that people undergo to improve their appearance, such as cosmetic surgery. 8-Sleep, covers sleep quality, stages, and habits. 9-Mental health practices, includes the behaviors and habits related to maintaining good mental health and emotional well-being such as meditation, and psychotherapy.",
"homepage": "https://bioportal.bioontology.org/ontologies/LSFO",
"mailing_list": "esmaeil.nourani@gmail.com, esmaeil.nourani@cpr.ku.dk, lars.juhl.jensen@cpr.ku.dk, katerina.nastou@cpr.ku.dk",
"synonym_property": [
"http://www.geneontology.org/formats/oboInOwl#hasExactSynonym",
"http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym"
],
"ontology_purl": "https://raw.githubusercontent.com/EsmaeilNourani/Lifestyle-factors-ontology/main/LSFO/owl/LSFO.owl"
}
]
}
30 changes: 25 additions & 5 deletions ebi_ontologies.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"ontologies": [
{
"id": "upheno",
"ontology_purl": "https://github.com/obophenotype/upheno-dev/releases/latest/download/upheno.owl"
},
{
"id": "uniprotrdfs",
"ontology_purl": "https://ftp.uniprot.org/pub/databases/uniprot/current_release/rdf/core.owl"
Expand All @@ -29,7 +25,7 @@
},
{
"id": "biolink",
"ontology_purl": "https://github.com/biolink/biolink-model/raw/master/project/owl/biolink_model.owl.ttl",
"ontology_purl": "https://w3id.org/biolink/biolink-model.owl.ttl",
"homepage": "https://biolink.github.io/biolink-model/"
},
{
Expand Down Expand Up @@ -1325,6 +1321,30 @@
"http://purl.obolibrary.org/obo/ms#part_of",
"http://purl.obolibrary.org/obo/BFO_0000050"
]
},
{
"id": "lifestylefactors",
"preferredPrefix": "LIFESTYLEFACTORS",
"title": "Lifestyle Factors Ontology",
"creator": [
"Esmaeil Nourani",
"Mikaela Koutrouli",
"Yijia Xie",
"Danai Vagiaki",
"Sampo Pyysalo",
"Katerina Nastou",
"Søren Brunak",
"Lars Juhl Jensen"
],
"uri": "https://bioportal.bioontology.org/ontologies/LSFO",
"description": "In this ontology, we defined nine distinct categories that encompass various aspects of lifestyle factors (LSFs), creating a unified Lifestyle Factors Ontology (LSFO) across these categories. Within the context of lifestyle, we have identified nine categories that can collectively describe all LSFs, namely: 1-Nutrition, a category that covers different branches such as dietary habits, food groups, food processing and preparation, macronutrients, and micronutrients, among others. 2-Socioeconomic factors, which includes social and economic conditions such as income, wealth, education and socioeconomic status. 3-Environmental exposures, includes exposure to various environmental factors, such as air pollution, water quality, and workplace hazards, that can impact an individual’s health. 4-Substance use, covers concepts such as smoking, as well as illicit drug use. 5-Physical activities, includes regular exercise and physically demanding activities like leisure time, occupational, and household physical activities. 6-Non-physical leisure time activities, describes any activity an individual might engage in during their free time that is not a physical activity. 7-Personal care products and cosmetic procedures, covers activities related to hygiene, use of cosmetic and cleaning products as well as invasive procedures that people undergo to improve their appearance, such as cosmetic surgery. 8-Sleep, covers sleep quality, stages, and habits. 9-Mental health practices, includes the behaviors and habits related to maintaining good mental health and emotional well-being such as meditation, and psychotherapy.",
"homepage": "https://bioportal.bioontology.org/ontologies/LSFO",
"mailing_list": "esmaeil.nourani@gmail.com, esmaeil.nourani@cpr.ku.dk, lars.juhl.jensen@cpr.ku.dk, katerina.nastou@cpr.ku.dk",
"synonym_property": [
"http://www.geneontology.org/formats/oboInOwl#hasExactSynonym",
"http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym"
],
"ontology_purl": "https://raw.githubusercontent.com/EsmaeilNourani/Lifestyle-factors-ontology/main/LSFO/owl/LSFO.owl"
}
]
}
Loading