summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2012-05-11 11:05:28 +0200
committerrautenberg <rautenberg@in-silico.ch>2012-05-11 11:05:28 +0200
commita5432e958843fa925a1c5ed745ca34df47144480 (patch)
tree8b4676d4fcc5ac110f9846e6dbc237474b7e941f
parentbde54e4c03267a7de0eb721141005bd34361a69f (diff)
parent6fc261cb3e6f39b55a206353fb9bc5c7d5479d7b (diff)
Merge branch 'development'
-rw-r--r--views/create.haml32
-rw-r--r--views/layout.haml2
-rw-r--r--views/predict.haml1
3 files changed, 34 insertions, 1 deletions
diff --git a/views/create.haml b/views/create.haml
index 9b0ca09..4f03248 100644
--- a/views/create.haml
+++ b/views/create.haml
@@ -27,6 +27,38 @@
.input
+ .notice
+ %h3 DEPRECATION NOTICE
+ During the last months we have added a lot of capabilities and algorithms to our framework and tested them with extensive model building and validation. We finally came to the conclusion that the creation of good models still requires a lot of human intervention and that we cannot recommend a simple 1-click interface as in the current ToxCreate version.
+
+ %br
+ Until we have implemented an expert GUI interface you have the following options to construct models (
+ %a{:href => "http://www.maunz.de"} Andreas Maunz
+ gives detailed instructions at
+ %a{:href => "http://opentox-ruby.maunz.de"} http://opentox-ruby.maunz.de
+ ):
+ %ul
+ %li
+ %a{:href => "http://opentox.org/dev/apis/api-1.2"} OpenTox REST interface
+ %li
+ %a{:href => "https://github.com/opentox/opentox-ruby"} opentox-ruby
+ or
+ %a{:href => "https://github.com/opentox/opentox-client"} opentox-client
+ Ruby libraries.
+ %a{:href => "https://github.com/opentox/opentox-client"} opentox-client
+ is under development and will substitute
+ %a{:href => "https://github.com/opentox/opentox-ruby"} opentox-ruby
+ %li
+ %a{:href => "http://ambit.sourceforge.net//download_otclient.html"} IDEAConsult
+ or
+ %a{:href => "https://github.com/alphaville/ToxOtis"} ToxOtis
+ Java libraries
+ %li
+ %a{:href => "http://in-silico.ch"} in silico toxicology
+ offers model building as a paid service
+ We will keep the ToxCreate interface available for documentation purposes, but
+ %em strongly discourage
+ its use, because the resulting models may perform less than optimal.
%p
You will need to upload training data that includes chemical structures and their measured toxicity values, in
= link_to "Excel", '/help'
diff --git a/views/layout.haml b/views/layout.haml
index 098c529..8a8ccc8 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -58,7 +58,7 @@
= tagdate
&copy;
%a{:href => 'http://www.in-silico.ch', :rel => "external"} in silico toxicology
- 2009-2011, powered by
+ 2009-2012, powered by
%a{:href => 'http://www.opentox.org', :rel => "external"} <span style="color:#5D308A;font-family:arial,sans-serif,helvetica;letter-spacing:-1px;">Open</span><span style="color:#000;font-family:arial,sans-serif,helvetica;font-weight:bold;letter-spacing:-1px;">Tox</span>
(a project funded by the
%a{:href => "http://cordis.europa.eu/fp7/", :rel => "external"} 7th Framework Programme
diff --git a/views/predict.haml b/views/predict.haml
index c6097ac..e467ef6 100644
--- a/views/predict.haml
+++ b/views/predict.haml
@@ -6,6 +6,7 @@
}
.input
+
%p Use this service to obtain predictions from OpenTox models.
- unless @models.empty?