summaryrefslogtreecommitdiff
path: root/views/help.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-05-31 11:10:18 +0000
committerChristoph Helma <helma@in-silico.ch>2011-05-31 11:10:18 +0000
commit58bf485d18fc94e86365e03f24a62cb46977bd50 (patch)
tree0e90d76695e46f296aa8cbc5d56a631a22da729b /views/help.haml
parent80a751445012d520beefa156e5f886695ff8765d (diff)
regression example dataset added
Diffstat (limited to 'views/help.haml')
-rw-r--r--views/help.haml20
1 files changed, 16 insertions, 4 deletions
diff --git a/views/help.haml b/views/help.haml
index 3d39641..4882380 100644
--- a/views/help.haml
+++ b/views/help.haml
@@ -85,8 +85,14 @@
%td 0
%p
- Excel example file for download:
- = link_to "hamster_carcinogenicity.xls", "/hamster_carcinogenicity.xls"
+ Excel examples for download:
+ %ul
+ %li
+ = link_to "hamster_carcinogenicity.xls", "/hamster_carcinogenicity.xls"
+ (classification)
+ %li
+ = link_to "EPAFHM.xls", "/EPAFHM.xls"
+ (regression)
%h3 CSV example
@@ -104,7 +110,13 @@
%br CN1CCCC1c2cccnc2, 0
%p
- CSV example for download:
- = link_to "hamster_carcinogenicity.csv", "/hamster_carcinogenicity.csv"
+ CSV examples for download:
+ %ul
+ %li
+ = link_to "hamster_carcinogenicity.csv", "/hamster_carcinogenicity.csv"
+ (classification)
+ %li
+ = link_to "EPAFHM.csv", "/EPAFHM.csv"
+ (regression)
%p You can create CSV files in Excel: Create a sheet with two columns and export them as CSV file with the "Save As" option from the menu, selecting the CSV (comma delimited) format.