From cfe8023211dcde2e43ae6908816d88c4fd1ef0a3 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Wed, 14 Sep 2016 17:46:51 +0200 Subject: add more publications --- lib/report.rb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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.

" + # 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 -- cgit v1.2.3