summaryrefslogtreecommitdiff
path: root/views/create.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/create.haml')
-rw-r--r--views/create.haml43
1 files changed, 29 insertions, 14 deletions
diff --git a/views/create.haml b/views/create.haml
index 757adc2..b706484 100644
--- a/views/create.haml
+++ b/views/create.haml
@@ -1,19 +1,13 @@
.input
- This service creates
- %ul
- %li
- = toggle_link("#lazar_description","lazar")
- %em= toggle_link("#classification","classification")
- models and
- %li
- = toggle_link("#lazar_description","lazar")
- %em= toggle_link("#regression","regression")
- models (experimental)
- from your uploaded datasets. Further modelling algorithms will be added in future versions.
-
%p
- Please read the
+ You will need to upload training data that includes chemical structures and their measured toxicity values, in
+ = link_to "Excel", '/help'
+ ,
+ = link_to "CSV", '/help'
+ or
+ = link_to "SDF", '/help'
+ file formats to create a prediction model. Please read the
= link_to "instructions for creating training datasets", '/help'
before submitting.
@@ -24,8 +18,10 @@
%label{:for => 'file'}
Upload training data in
= link_to "Excel", '/help'
- or
+ ,
= link_to "CSV", '/help'
+ or
+ = link_to "SDF", '/help'
format:
%input{:type => 'file', :name => 'file', :id => 'file', :size => '41'}
%input{ :type => "submit", :value => "Create model"}
@@ -43,6 +39,25 @@
= haml :endpoint, :layout => false
= haml :unit, :layout => false
+ %p
+ This service creates and validates new
+ %em= toggle_link("#classification","classification")
+ and
+ %em= toggle_link("#regression","regression")
+ structure-activity models from your experimental data. The models can be used to predict toxicity of new chemicals (e.g. for
+ %a{:href => "http://ec.europa.eu/environment/chemicals/reach/reach_intro.htm", :rel => "external"} REACH
+ purposes) and to reduce the need for animal testing. The following methods are currently available:
+ %ul
+ %li
+ = toggle_link("#lazar_description","lazar")
+ %em= toggle_link("#classification","classification")
+ models and
+ %li
+ = toggle_link("#lazar_description","lazar")
+ %em= toggle_link("#regression","regression")
+ models (experimental)
+ Further modelling algorithms may be added in future versions.
+
.login_notice
- if session[:username] == "guest"