From 79b199e109bd1aecd19ba53a0ad82c9e8daa030c Mon Sep 17 00:00:00 2001 From: David Glymph Date: Mon, 13 Jan 2025 16:31:54 -0500 Subject: [PATCH] update content --- src/app/page.tsx | 16 +++++++++++++--- .../OverviewSummary/OverviewSummary.tsx | 15 ++++----------- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6423cdf..eb55343 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,9 +60,9 @@ export default function Home() { title="ExEmPLAR" href="https://www.exemplar.mml.unc.edu/" target="_blank" - warning="ExEmPLAR is under development and should be considered an experimental alternative to the ROBOKOP UI." + warning="ExEmPLAR is not a formal component of ROBOKOP and should be considered an experimental alternative to the ROBOKOP UI." > -

ExEmPLAR is a generic Neo4j query-and-answer exploration tool that supports queries of the ROBOKOP KG and other Neo4j databases.

+

The Extracting, Exploring and Embedding Pathways Leading to Actionable Research (ExEmPLAR) application is an experimental, generic Neo4J question-and-answer browser tool that supports queries of the ROBOKOP KG and other Neo4J databases.

- ROBOKOP is available under the MIT license. + The ROBOKOP system and the ROBOKOP knowledge graph "KG" are governed under an open-source + MIT License. + Both resources make use of open-source primary data sources. While we make every effort to ensure that + those sources can be freely ingested and redistributed, we encourage users to review and comply with the + specific license terms applicable to each source. Furthermore, copyright remains with the respective originators, + contributors, and maintainers of the primary data sources. This resource does not claim ownership of such + intellectual property unless explicitly stated. The open-source ROBOKOP system, including the ROBOKOP KG, + is provided "as is," without warranties or guarantees of any kind. The creators, maintainers, + and distributors of the original primary data sources and derivative works disclaim any liability for errors, + omissions, or misuse of the data. Users assume all responsibility for ensuring that the data sources are + suitable for their specific applications and comply with all applicable legal and ethical guidelines.

diff --git a/src/components/OverviewSummary/OverviewSummary.tsx b/src/components/OverviewSummary/OverviewSummary.tsx index 72ca639..b591fa0 100644 --- a/src/components/OverviewSummary/OverviewSummary.tsx +++ b/src/components/OverviewSummary/OverviewSummary.tsx @@ -3,17 +3,10 @@ import styles from "./OverviewSummary.module.css"; export const OverviewSummary = () => { return (

- ROBOKOP is an open-source, modular, knowledge graph (KG)–based system that - includes several key components: a biomedical KG; a user interface and - associated question-builder tool; a collection of harmonized and - interoperable knowledge sources, represented as KGs in a service called - Automat and accessible via application programming interfaces; and a - variety of supporting resources, including reasoning algorithms and tools - to support deep exploration of the ROBOKOP KG and the Automat KGs. The - ROBOKOP question-building tool allows users to construct queries, submit - them to ROBOKOP, and receive scored-and-ranked answers that can be - dynamically explored. The ROBOKOP Automat allows for programmatic access - to the ROBOKOP KG and the Automat collection of harmonized biomedical KGs. + ROBOKOP is an open-source, modular, biomedical knowledge graph–based system that includes the + ROBOKOP biomedical knowledge graph, a user interface, and a variety of supporting resources, + including tools and services to support deep exploration of the ROBOKOP KG and each of its + underlying primary knowledge sources.

); };