summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-09-14 17:46:51 +0200
committerrautenberg <rautenberg@in-silico.ch>2016-09-14 17:46:51 +0200
commitcfe8023211dcde2e43ae6908816d88c4fd1ef0a3 (patch)
tree679a9898052fc50a6acec5aba52c5b16a933ca39
parentc82b67c27cf701192f0be0cb83df830e4cf342a2 (diff)
add more publications
-rw-r--r--lib/report.rb12
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/report.rb b/lib/report.rb
index dc62f9a..8cfa2c7 100644
--- a/lib/report.rb
+++ b/lib/report.rb
@@ -60,9 +60,13 @@ get "/report/:id/?" do
report.value "model_date", "#{Time.parse(model.created_at.to_s).strftime('%Y')}"
# Reference(s) to main scientific papers and/or software package 2.7
- report.change_catalog :publications_catalog, :publications_catalog_1, {:title => "lazar: a modular predictive toxicology framework", :url => "http://dx.doi.org/10.3389/fphar.2013.00038"}
+ report.change_catalog :publications_catalog, :publications_catalog_1, {:title => "Maunz, Gütlein, Rautenberg, Vorgrimmler, Gebele and Helma (2013), lazar: a modular predictive toxicology framework ", :url => "http://dx.doi.org/10.3389/fphar.2013.00038"}
report.ref_catalog :references, :publications_catalog, :publications_catalog_1
+ # Reference(s) to main scientific papers and/or software package 2.7
+ report.change_catalog :publications_catalog, :publications_catalog_2, {:title => "Maunz A and Helma C (2008) Prediction of chemical toxicity with local support vector regression and activity-specific kernels. SAR & QSAR in Environmental Research 19 (5-6), 413-431", :url => "http://dx.doi.org/10.1080/10629360802358430"}
+ report.ref_catalog :references, :publications_catalog, :publications_catalog_2
+
# Species 3.1
report.value "model_species", prediction_model.species
@@ -181,6 +185,12 @@ get "/report/:id/?" do
not on fragments. Fragments and their statistical significance are used
for the calculation of activity specific similarities.</p>"
+ # Bibliography 9.2
+ report.ref_catalog :bibliography, :publications_catalog, :publications_catalog_1
+ report.ref_catalog :bibliography, :publications_catalog, :publications_catalog_2
+ report.change_catalog :publications_catalog, :publications_catalog_3, {:title => "Lazy structure-activity relationships (lazar) for the prediction of rodent carcinogenicity and Salmonella mutagenicity.", :url => "http://dx.doi.org/10.1007/s11030-005-9001-5"}
+ report.ref_catalog :bibliography, :publications_catalog, :publications_catalog_3
+
# output
response['Content-Type'] = "application/xml"
return report.to_xml