Skip to content

Commit

Permalink
Merge pull request #10 from RobokopU24/kara-patch-1
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
Woozl authored May 26, 2023
2 parents 6298a4b + ff77820 commit a5c6e8a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
robokop.renci.org
17 changes: 15 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Robokop">
<meta name="description" content="ROBOKOP is an open-source biomedical knowledge graph that integrates and semantically harmonizes important knowledge sources.">

<meta property="og:url" content="https://robokopu24.github.io/">
<meta property="og:type" content="website">
<meta property="og:title" content="ROBOKOP">
<meta property="og:description" content="ROBOKOP is an open-source biomedical knowledge graph that integrates and semantically harmonizes important knowledge sources.">
<meta property="og:image" content="./open-graph.png">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="robokopu24.github.io">
<meta property="twitter:url" content="https://robokopu24.github.io/">
<meta name="twitter:title" content="ROBOKOP">
<meta name="twitter:description" content="ROBOKOP is an open-source biomedical knowledge graph that integrates and semantically harmonizes important knowledge sources.">
<meta name="twitter:image" content="./open-graph.png">

<link rel="stylesheet" href="./reset.css" />
<link rel="stylesheet" href="./styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down Expand Up @@ -83,7 +96,7 @@
</svg>
</div>
<p class="acronym-explainer"><span class="large-letter">r</span>easoning <span class="large-letter">o</span>ver <span class="large-letter">b</span>iomedical <span class="large-letter">o</span>bjects linked in <span class="large-letter">k</span>nowledge <span class="large-letter">o</span>riented <span class="large-letter">p</span>athways</p>
<p class="robokop-intro">ROBOKOP is an open-source biomedical knowledge graph that integrates and semantically harmonizes important knowledge sources. ROBOKOP contains tens of millions of nodes representing entities such as genes, chemicals, and diseases, and hundreds of millions of edges representing the relationships between them. Here, users can query this integrated knowledge to explain connections between biomedical entities, and use the underlying integrated knowledge to rapidly deploy their own informatics tools.</p>
<p class="robokop-intro">ROBOKOP is an open-source, knowledge graph–based, biomedical question-answering system that derives answers to user questions by applying reasoning algorithms to integrated and semantically harmonized biomedical knowledge sources. ROBOKOP is comprised of two main components: a ROBOKOP user interface or question-building tool; and ROBOKOP. 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. ROBOKOP Automat allows for programmatic access to the ROBOKOP KG and to a collection of harmonized biomedical KGs derived from various knowledge or data sources.</p>

<div class="project-button-wrapper">
<a class="card gradient-card" href="https://qgraph.renci.org/question" target="_blank">
Expand Down
Binary file added open-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a5c6e8a

Please sign in to comment.