From 2d82791594b54299eaf1f85f5fd8dbe214583f8b Mon Sep 17 00:00:00 2001 From: rautenberg Date: Wed, 14 Sep 2016 17:02:26 +0200 Subject: refine HTML for validation details --- lib/report.rb | 17 ++++++++--------- 1 file 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"," + + + +

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. - </p> - </body> -</html>" +

+ +" # A priori or a posteriori mechanistic interpretation 8.2 report.value "mechanistic_basis_comments","a posteriori for individual predictions" -- cgit v1.2.3