diff --git a/src/components/header/Header.jsx b/src/components/header/Header.jsx index 189dfd1b..dbcb4548 100644 --- a/src/components/header/Header.jsx +++ b/src/components/header/Header.jsx @@ -26,13 +26,14 @@ export default function Header() { return ( - +
Question Builder About Guide Tutorial - Help + {/* This will go to the actual root of the host (robokop.renci.org/#contact), not an internal route in this application */} + Help ( diff --git a/src/pages/About.jsx b/src/pages/About.jsx index c039dd9c..f9d2701f 100644 --- a/src/pages/About.jsx +++ b/src/pages/About.jsx @@ -25,7 +25,7 @@ export default function About() {

Questions or queries that include very few nodes and edges or that include many specified nodes and edges typically result in numerous knowledge subgraphs or answers. As such, the scoring and ranking of answers by relevance is critical for user analysis. ROBOKOP scores and ranks each answer within an answer set using a complex scoring algorithm. In brief, the ROBOKOP answer scoring-and-ranking algorithm weights each edge within each knowledge subgraph based on the number of supporting PubMed publications. The publication support is provided by either the curated knowledge source from which a particular edge was derived or by an additional ROBOKOP service, termed OmniCorp, which contains a graph of PubMed identifiers linked to node categories or biomedical entities co-occurring within PubMed abstracts. The ROBOKOP answer scoring-and-ranking algorithm treats publications derived from curated knowledge sources with greater importance than those derived from OmniCorp.


ROBOKOP Knowledge Sources

-

Information on ROBOKOP’s knowledge sources, including URLs, their publicly available application programming interfaces (APIs), and other resources, can be found on the Automat page.

+

Information on ROBOKOP’s knowledge sources, including URLs, their publicly available application programming interfaces (APIs), and other resources, can be found on the Automat page.


Open-source Licensing

ROBOKOP is an open-source software application licensed under the MIT license. All software code can be found on the ROBOKOP GitHub repository.