summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-07-25 16:25:10 +0000
committerChristoph Helma <helma@in-silico.ch>2011-07-25 16:25:10 +0000
commit41945b3dc251ca00580916c3cbc7d26c2093ca89 (patch)
tree9f72dced57636f3c78e72a4cf7891a5e1ffb6959 /views/layout.haml
parent46451d215e87c8009c95a894522cb44b214e0e57 (diff)
text modifications as suggested by davids review
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml13
1 files changed, 12 insertions, 1 deletions
diff --git a/views/layout.haml b/views/layout.haml
index 174db9f..6f6afcb 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -14,7 +14,7 @@
.logo
%img{:src => "ToxCreate_rgb_72.png", :alt => 'ToxCreate', :align => 'right'}/
%br
- Create and evaluate models to predict toxicity
+ Creates computational models to predict toxicity
.index
%ul
%li{:class => ("selected" if /\/create|echa|ambit|feature/ =~ request.path )}
@@ -47,7 +47,18 @@
= yield
.footer
+ Disclaimer: ToxCreate uses state-of-the-art published and tested algorithms and methodologies with full validation information. However, just as with experimental measurements, computational predictions are subject to varying degrees of accuracy and uncertainty, so please read the full report carefully, particularly the validation information. No liability is accepted for any inaccuracy in predictions.
+ %p
+ - tag = `git tag`.split("\n").last
+ - tagdate = `git show #{tag}|grep Date`.chomp
+ Version:
+ = tag
+ ,
+ = tagdate
&copy;
%a{:href => 'http://www.in-silico.ch', :rel => "external"} in silico toxicology
2009-2011, 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/"} 7th Framework Programme
+ of the European Commission)