summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-09-14 17:02:26 +0200
committerrautenberg <rautenberg@in-silico.ch>2016-09-14 17:02:26 +0200
commit2d82791594b54299eaf1f85f5fd8dbe214583f8b (patch)
tree31cd92a3633ffa034ab152bf630399ff0f57e81e
parentcb8d165ccafe395cf1e836e439e3af0098a840b5 (diff)
refine HTML for validation details
-rw-r--r--lib/report.rb17
1 files changed, 8 insertions, 9 deletions
diff --git a/lib/report.rb b/lib/report.rb
index 8e26deb..03cb773 100644
--- a/lib/report.rb
+++ b/lib/report.rb
@@ -155,20 +155,19 @@ get "/report/:id/?" do
end
# Mechanistic basis of the model 8.1
- report.value "mechanistic_basis","&lt;html&gt;
- &lt;head&gt;
-
- &lt;/head&gt;
- &lt;body&gt;
- &lt;p&gt;
+ report.value "mechanistic_basis","<html>
+ <head>
+ </head>
+ <body>
+ <p>
Compounds with similar structures (neighbors) are assumed to have
similar activities as the query compound. For the determination of
activity specific similarities only statistically relevant subtructures
(paths) are used. For this reason there is a priori no bias towards
specific mechanistic hypothesis.
- &lt;/p&gt;
- &lt;/body&gt;
-&lt;/html&gt;"
+ </p>
+ </body>
+</html>"
# A priori or a posteriori mechanistic interpretation 8.2
report.value "mechanistic_basis_comments","a posteriori for individual predictions"