summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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","<html>
- <head>
-
- </head>
- <body>
- <p>
+ 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"