Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Woozl committed Jun 21, 2023
1 parent 0d4c72c commit dfec2df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/components/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ export default function Header() {
return (
<AppBar position="relative" className="header">
<Toolbar id="headerToolbar">
<MuiLink href="https://robokop.renci.org" style={{ cursor: 'pointer', margin: 0 }}><Logo height="48px" width="100%" style={{ paddingTop: '6px' }} /></MuiLink>
<MuiLink href="/" style={{ cursor: 'pointer', margin: 0 }}><Logo height="48px" width="100%" style={{ paddingTop: '6px' }} /></MuiLink>
<div className="grow" />
<Link to="/">Question Builder</Link>
<Link to="/about">About</Link>
<Link to="/guide">Guide</Link>
<Link to="/tutorial">Tutorial</Link>
<a href="https://robokop.renci.org/#contact" target="_blank" rel="noreferrer">Help</a>
{/* This will go to the actual root of the host (robokop.renci.org/#contact), not an internal route in this application */}
<a href="/#contact">Help</a>
<Divider orientation="vertical" variant="middle" flexItem />
<IconButton
onClick={(e) => (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function About() {
<p>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.</p>
<hr />
<h3>ROBOKOP Knowledge Sources</h3>
<p>Information on ROBOKOP’s knowledge sources, including URLs, their publicly available application programming interfaces (APIs), and other resources, can be found on the <a href="https://robokop.renci.org/api-docs/docs/category/automat" target="_blank" rel="noreferrer">Automat page</a>.</p>
<p>Information on ROBOKOP’s knowledge sources, including URLs, their publicly available application programming interfaces (APIs), and other resources, can be found on the <a href="/api-docs/docs/category/automat">Automat page</a>.</p>
<hr />
<h3>Open-source Licensing</h3>
<p>ROBOKOP is an open-source software application licensed under the <a href="https://opensource.org/license/mit/" target="_blank" rel="noreferrer">MIT license</a>. All software code can be found on the <a href="https://github.com/RobokopU24" target="_blank" rel="noreferrer">ROBOKOP GitHub repository</a>.</p>
Expand Down

0 comments on commit dfec2df

Please sign in to comment.