-
Notifications
You must be signed in to change notification settings - Fork 208
Update ontoneo.md #2687
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?
Update ontoneo.md #2687
Conversation
@matentzn Could you help me with this error? |
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.
@FernandaFarinelli Thank you for updating the entry for Ontoneo.
After inspecting the errors, it looks like there are a couple of issues that needs to be fixed. These are provided via review comments.
ontology/ontoneo.md
Outdated
url: https://ontobee.org/ontology/ONTONEO | ||
publications: | ||
- id: https://ceur-ws.org/Vol-1747/IT403_ICBO2016.pdf | ||
title: OntONeo: The Obstetric and Neonatal Ontology |
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.
If title
has a semi-colon then it should be in double quotes.
title: OntONeo: The Obstetric and Neonatal Ontology | |
title: "OntONeo: The Obstetric and Neonatal Ontology" |
ontology/ontoneo.md
Outdated
label: CC BY 3.0 | ||
url: http://creativecommons.org/licenses/by/3.0/ | ||
label: CC BY 4.0 | ||
url: https://creativecommons.org/licenses/by/4.0 |
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.
Minor formatting:
url: https://creativecommons.org/licenses/by/4.0 | |
url: https://creativecommons.org/licenses/by/4.0/ |
Co-authored-by: Deepak <[email protected]>
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.
I made some changes.
- user: http://recol.eci.ufmg.br/ (Link to group) | ||
description: The ReCOL research group uses OntONeo to model and structure biomedical information, particularly in obstetrics and neonatology. | ||
examples: | ||
- url: [Ontology-driven data architecture: fostering interoperability between health systems (in portuguese)](https://mba.eci.ufmg.br/wp-content/uploads/Anais_CBIS_2018_FarinelliAlmeidaLouize.pdf) |
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.
- url: [Ontology-driven data architecture: fostering interoperability between health systems (in portuguese)](https://mba.eci.ufmg.br/wp-content/uploads/Anais_CBIS_2018_FarinelliAlmeidaLouize.pdf) | |
- url: https://mba.eci.ufmg.br/wp-content/uploads/Anais_CBIS_2018_FarinelliAlmeidaLouize.pdf |
examples: | ||
- url: [Ontology-driven data architecture: fostering interoperability between health systems (in portuguese)](https://mba.eci.ufmg.br/wp-content/uploads/Anais_CBIS_2018_FarinelliAlmeidaLouize.pdf) | ||
description: The ontology has been applied in studies on data interoperability and semantic integration, improving access to structured medical information and enabling knowledge sharing between systems. | ||
- user: Health Information Systems and Clinical Decision Support |
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.
description
missing for this usage.
description: The ontology has been applied in studies on data interoperability and semantic integration, improving access to structured medical information and enabling knowledge sharing between systems. | ||
- user: Health Information Systems and Clinical Decision Support | ||
examples: | ||
- descripiton: OntONeo serves as a knowledge representation framework to support clinical decision-making and data interoperability in healthcare. It is used in information retrieval applications, enabling structured queries over medical databases and facilitating access to critical obstetric and neonatal health information. |
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.
url
missing for this example
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.
The url
has to point to a resource that documents or demonstrates how OntONeo is used in 'Health Information Systems and Clinical Decision Support'.
- url: https://www.feliciorocho.org.br/ | ||
description: Application of ontology-driven healthcare data management for obstetric and gynecological care. DOI:10.56238/devopinterscie-267 |
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.
This should be in the examples
of this usage.
- description: Hospital Felício Rocho is a reference center in Belo Horizonte for high-complexity healthcare, including obstetrics and gynecology. The hospital integrates advanced technologies and research in medical informatics to improve patient care and data management.
examples:
- description: Application of ontology-driven healthcare data management for obstetric and gynecological care. DOI:10.56238/devopinterscie-267
url: https://www.feliciorocho.org.br/
user: Hospital Felício Rocho, Belo Horizonte
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.
Again, the url
has to point to a resource that documents or demonstrates how OntONeo is used within the hospital. A link to the hospital website is insufficient to be considered as a documented usage.
title: OntoBee Browser | ||
url: https://ontobee.org/ontology/ONTONEO | ||
publications: | ||
- id: https://ceur-ws.org/Vol-1747/IT403_ICBO2016.pdf |
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.
Is there DOI for this publication?
We discourage the use of CEUR-WS if there exists other forms of publication that has an associated DOI or PubMed ID.
@FernandaFarinelli Thank you for incorporating the suggestions. Please go through and address the comments made in the re-review. I also see another PR (#2686) that updates metadata for OntONeo. Is it possible to include those changes into this PR? |
No description provided.