From 02311e25a43d9a9443149a0402279f0f8a48ce50 Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Wed, 8 May 2019 15:58:09 -0500 Subject: improved ontology --- templates/cytoscape.html | 6 ++++-- templates/index.html | 3 +-- templates/layout.html | 12 +----------- 3 files changed, 6 insertions(+), 15 deletions(-) (limited to 'templates') diff --git a/templates/cytoscape.html b/templates/cytoscape.html index ab30562..749b042 100644 --- a/templates/cytoscape.html +++ b/templates/cytoscape.html @@ -20,7 +20,8 @@ { selector: 'edge', css: { 'content': 'data(sentCnt)', - 'curve-style': 'bezier' + 'curve-style': 'bezier', + 'opacity': '0.3' } }, { selector: 'node.highlight', @@ -35,7 +36,8 @@ }, { selector: 'edge.highlight', - style: { 'mid-target-arrow-color': '#FFF' } + style: { 'mid-target-arrow-color': '#FFF' }, + style:{ 'opacity': '0.9' } }, { selector: 'edge.semitransp', diff --git a/templates/index.html b/templates/index.html index 4f19269..27455fb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,8 +1,7 @@ {% extends "layout.html" %} {% block content %} +

- -

Searching PubMed to find sentences related to addiction

diff --git a/templates/layout.html b/templates/layout.html index 421798e..0d3021e 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -15,20 +15,10 @@
-- cgit v1.2.3