From 47232f3a3a9393c458f1027965348340bc715b52 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 25 Jul 2012 15:44:03 +0200 Subject: missing views added --- views/about.haml | 24 ++++++++++++++++++++++++ views/blog.haml | 2 ++ views/commercial.haml | 15 +++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 views/about.haml create mode 100644 views/blog.haml create mode 100644 views/commercial.haml diff --git a/views/about.haml b/views/about.haml new file mode 100644 index 0000000..e1aaf8f --- /dev/null +++ b/views/about.haml @@ -0,0 +1,24 @@ +%em in silico +toxicology is a small research oriented company focussing on the development of +%a{:href => "http://en.wikipedia.org/wiki/Open_source_software"} open source +predictive toxicology software and services. We are specialized in developing and applying advanced data mining algorithms for complex chemical and biological data. + +%h1 Contact +%em in silico toxicology gmbh +%br Altkircher Str. 4 +%br CH-4052 Basel, Switzerland +%br + Phone: +41-774339164 + %br + Email: + %a{ :href => "mailto:helma@in-silico.ch" } helma@in-silico.ch + + +%h1 History +%em in silico +toxicology gmbh is a spin-off company of the +%a{ :href => "http://ml.informatik.uni-freiburg.de/", :target => "_top" } Machine Learning Lab +( +%a{ :href => "http://www.uni-freiburg.de", :target => "_top" } University Freiburg +). It was founded in 2004 as a single person enterprise by Christoph Helma and transformed into a gmbh (ltd) in 2010. + diff --git a/views/blog.haml b/views/blog.haml new file mode 100644 index 0000000..8e83a7b --- /dev/null +++ b/views/blog.haml @@ -0,0 +1,2 @@ +Scientific and technical background, tips and tricks and FAQs can be found in our +%a{:href => "http://opentox.github.com"} blog. diff --git a/views/commercial.haml b/views/commercial.haml new file mode 100644 index 0000000..e15d765 --- /dev/null +++ b/views/commercial.haml @@ -0,0 +1,15 @@ +%ul + %li + Virtual appliances with + %a{ :href => "http://lazar.in-silico.ch/" } lazar + software for turn-key in-house installations, including email support and updates for one year + %li + Confidential virtual screening of compound libraries + %li + Development of prediction models for new endpoints + %li + Scientific programming and contract research + +Please contact +%a{ :href => "mailto:helma@in-silico.ch" } helma@in-silico.ch +for quotes and technical details. -- cgit v1.2.3