From 464d6f3c96b911f07ad3ca8e6a41de3b2e7fa08e Mon Sep 17 00:00:00 2001 From: demetturan Date: Mon, 25 Sep 2017 10:41:35 +0200 Subject: [PATCH] modifications for paper --- WebContent/data.xhtml | 6 +- WebContent/dataTable.xhtml | 89 +++++++-- WebContent/detailedSearch.xhtml | 52 ++++- WebContent/graph.xhtml | 4 +- WebContent/help.xhtml | 37 ++-- WebContent/information.xhtml | 5 +- WebContent/resources/css/custom.css | 34 ++++ WebContent/resources/js/tissue.js | 17 ++ WebContent/search.xhtml | 95 +++++++-- resources/query.properties | 5 +- .../java/com/compomics/beans/ControlBean.java | 27 +++ .../compomics/beans/GraphDbManagedBean.java | 92 +++++++-- .../com/compomics/neo4j/database/Service.java | 70 +++++++ .../model/dataTransferObjects/ProteinDTO.java | 10 + .../java/com/compomics/rest/JSONService.java | 187 +++++++++++++++++- .../com.compomics/graphdb/pom.properties | 2 +- .../compomics/beans/GraphDbManagedBean.class | Bin 6785 -> 10653 bytes .../compomics/beans/VisualisationBean.class | Bin 12660 -> 12660 bytes .../com/compomics/export/TSVExporter.class | Bin 9800 -> 11044 bytes .../compomics/neo4j/database/Service.class | Bin 24179 -> 25581 bytes .../dataTransferObjects/ProteinDTO.class | Bin 4975 -> 5243 bytes .../com/compomics/rest/JSONService.class | Bin 4493 -> 11101 bytes target/classes/query.properties | 7 +- 23 files changed, 669 insertions(+), 70 deletions(-) create mode 100644 WebContent/resources/js/tissue.js diff --git a/WebContent/data.xhtml b/WebContent/data.xhtml index 422c64e..1bf26fc 100644 --- a/WebContent/data.xhtml +++ b/WebContent/data.xhtml @@ -146,6 +146,8 @@ $(document).ready(function() BioGRID , DisGeNet + , + The Human Protein Atlas
@@ -213,8 +215,8 @@ $(document).ready(function()

Help

-

Documentation

-

Source Code & Api

+

FAQ

+

User Guide

Contact

diff --git a/WebContent/dataTable.xhtml b/WebContent/dataTable.xhtml index b70833d..9866e99 100644 --- a/WebContent/dataTable.xhtml +++ b/WebContent/dataTable.xhtml @@ -1,10 +1,11 @@ - + - + @@ -48,7 +49,50 @@ body { ga('send', 'pageview'); - + +
@@ -81,6 +125,10 @@ body {
+ + + +

+ + + + -

Total number of protein pairs found: #{graphDbManagedBean.proteinDTOS.size()}

-