Skip to content

Commit

Permalink
update content
Browse files Browse the repository at this point in the history
  • Loading branch information
Woozl committed Jan 13, 2025
1 parent acd3da7 commit 79b199e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
16 changes: 13 additions & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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."
>
<p>ExEmPLAR is a generic Neo4j query-and-answer exploration tool that supports queries of the ROBOKOP KG and other Neo4j databases.</p>
<p>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.</p>
</Card>
<Card
title="RoboDocumentation"
Expand All @@ -87,7 +87,17 @@ export default function Home() {
</Section>
<Section title="License" index={4}>
<p>
ROBOKOP is available under the <a href="https://opensource.org/license/mit/" target="_blank">MIT license</a>.
The ROBOKOP system and the ROBOKOP knowledge graph &quot;KG&quot; are governed under an open-source
<a href="https://opensource.org/license/mit/" target="_blank">MIT License</a>.
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 &quot;as is,&quot; 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.
</p>
</Section>
<Section title="Events" index={5}>
Expand Down
15 changes: 4 additions & 11 deletions src/components/OverviewSummary/OverviewSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@ import styles from "./OverviewSummary.module.css";
export const OverviewSummary = () => {
return (
<p className={styles.summary}>
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.
</p>
);
};

0 comments on commit 79b199e

Please sign in to comment.