summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-04-13 11:14:23 +0000
committerChristoph Helma <helma@in-silico.ch>2012-04-13 11:14:23 +0000
commitcd41ad0dbb9c1725283327018ad6b7ef311114b8 (patch)
treeb6074a4817cf9990de06d6bf23c28938d0248fd1
parent2860c89ea31dc81e2493acbbc735361f9fd00c2d (diff)
deprecation notice added
-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..fb0dbc5 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 in his
+ %a{:href => "http://www.maunz.de/wordpress/topics/opentox"} OpenTox blog
+ ):
+ %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?