From df8ed98fcc052da2641c26897a8dd0592f274e53 Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 15 Apr 2016 09:59:43 +0000 Subject: reactivated info buttons; changed unit for fish; introduced FAQ --- views/layout.haml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index 60f2bb3..46d326d 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -16,7 +16,7 @@ %script{:src=>"/javascripts/jquery.tablesorter.min.js"} %script{:src=>"/javascripts/jquery.tablesorter.widgets.js"} %script{ :src=>"/javascripts/lazar-gui.js"} - %body{:style=>"background-color:#E7E7E7"} + %body %noscript %div{ :style=>"width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif"} Your web browser must have JavaScript enabled in order for this application to display correctly. @@ -27,6 +27,9 @@ %img.media-object{:src=>"/images/ist_logo.png", :alt=>"logo", :style=>"margin:0 3em 0 2em;"} %div.col-md-8 %h1.media-heading{:style=>"margin: 0 0 0 1em;"} Lazar Toxicity Predictions + %div.col-md-2 + %a.btn.btn-info{:href=> to("/faq"), :rel => "external"} + FAQ %div.container-fluid :javascript -- cgit v1.2.3 From 9d6043aef3836e0678942dccda2d8eeda0dc17b4 Mon Sep 17 00:00:00 2001 From: gebele Date: Wed, 20 Apr 2016 14:49:21 +0000 Subject: keep back faq --- views/layout.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index 46d326d..a49238f 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -27,9 +27,9 @@ %img.media-object{:src=>"/images/ist_logo.png", :alt=>"logo", :style=>"margin:0 3em 0 2em;"} %div.col-md-8 %h1.media-heading{:style=>"margin: 0 0 0 1em;"} Lazar Toxicity Predictions - %div.col-md-2 - %a.btn.btn-info{:href=> to("/faq"), :rel => "external"} - FAQ + /%div.col-md-2 + / %a.btn.btn-info{:href=> to("/faq"), :rel => "external"} + / FAQ %div.container-fluid :javascript -- cgit v1.2.3 From b3fffd49c61745e953415c50084fee900d8029e9 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 21 Apr 2016 13:45:20 +0000 Subject: fixed neighbors table; bg-color predictions due to safari; disabled neighbors sort option; enabled table header info icons --- views/layout.haml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index a49238f..1220cf5 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -4,7 +4,7 @@ %meta{'charset'=>"utf-8"} %meta{'http-equiv'=>"X-UA-Compatible", :content=>"IE=edge"} %meta{'name'=>"viewport", :content=>"width=device-width, initial-scale=1"} - %title Lazar Toxicity Predictions + %title lazar Toxicity Predictions %link{:rel=>'icon', :type=>'image/x-icon', :href=>'/images/favicon.ico'} %link{:rel=>'stylesheet', :href=>"#{'/css/bootstrap.min.css'}"} %link{:rel=>'stylesheet', :href=>"#{'/css/theme.default.min.css'}"} @@ -20,17 +20,18 @@ %noscript %div{ :style=>"width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif"} Your web browser must have JavaScript enabled in order for this application to display correctly. - %header.page-header + %header.page-header{:style=>"margin:20px 0 20px;text-align:justify;display:inline-block;width:100%;"} %div.row %div.col-md-2 %a{:href=> to("/predict")} - %img.media-object{:src=>"/images/ist_logo.png", :alt=>"logo", :style=>"margin:0 3em 0 2em;"} + %img.media-object{:src=>"/images/IST_logo_s.png", :alt=>"logo", :width=>"150px", :heigth=>"150px", :style=>"margin:0 3em 0 2em;"} %div.col-md-8 - %h1.media-heading{:style=>"margin: 0 0 0 1em;"} Lazar Toxicity Predictions - /%div.col-md-2 - / %a.btn.btn-info{:href=> to("/faq"), :rel => "external"} - / FAQ - + %h1.media-heading{:style=>"margin: 0 0 0 2em;"} + lazar Toxicity Predictions + %div.col-md-2 + %h1.media-heading{:style=>"margin: 0 0 0 1em;"} + %small + %a{:href=>"https://nano-lazar.in-silico.ch/predict"} nano-lazar %div.container-fluid :javascript $(document).ready(function(){ -- cgit v1.2.3 From feb1a1cef0d750d009e72914345dc4bf2bd625ba Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 25 Apr 2016 16:01:07 +0000 Subject: added links;share;acknowledgements --- views/layout.haml | 53 +++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 47 insertions(+), 6 deletions(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index 1220cf5..09968e9 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -20,7 +20,7 @@ %noscript %div{ :style=>"width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif"} Your web browser must have JavaScript enabled in order for this application to display correctly. - %header.page-header{:style=>"margin:20px 0 20px;text-align:justify;display:inline-block;width:100%;"} + %header.page-header %div.row %div.col-md-2 %a{:href=> to("/predict")} @@ -29,10 +29,14 @@ %h1.media-heading{:style=>"margin: 0 0 0 2em;"} lazar Toxicity Predictions %div.col-md-2 - %h1.media-heading{:style=>"margin: 0 0 0 1em;"} + %h1.media-heading %small - %a{:href=>"https://nano-lazar.in-silico.ch/predict"} nano-lazar + %a{:href=>"https://nano-lazar.in-silico.ch"} nano-lazar + %a{:href=>"http://lazar-old.in-silico.ch"} lazar-old version + %div.container-fluid + Problems, bugs, ideas for improvements ? Please report at our + %a{:href => 'https://github.com/opentox/lazar-gui/issues', :rel => "external"} issue tracker :javascript $(document).ready(function(){ $("#back-top").hide(); @@ -40,14 +44,51 @@ $(this).attr('src', '/images/blind.png'); }); }); + $(document).ready(function(){ + $('[data-toggle="popover"]').popover(); + $('.modal').on('hidden.bs.modal', function () { + $(this).removeData('bs.modal'); + }); + }); = yield %footer.footer %div.container-fluid - %p.text-muted - © - %a{:href => 'http://www.in-silico.ch', :rel => "external"} in silico toxicology gmbh 2004 - #{Time.now.year.to_s} + %div.row + %div.col-md-8 + %p.text-muted + © + %a{:href => 'http://www.in-silico.ch', :rel => "external"} in silico toxicology gmbh 2004 - #{Time.now.year.to_s} + %div.col-md-4 + %button.btn.btn-default{:type=>"button", :data=>{:toggle=>"modal", :target=>"#acknowledgements"}} acknowledgements + %div.modal.fade{:id=>"acknowledgements", :role=>"dialog"} + %div.modal-dialog + %div.modal-content + %div.modal-header + %button{:type=>"button", :class=>"close", :data=>{:dismiss=>"modal"}} + × + %h4.modal-title Financial support: + %div.modal-body + %a{:href=>"http://www.bfr.bund.de/de/start.html", :target=>"_blank"} + %img{:src=>"/images/bfr_logo.gif"} + %a{:href=>"http://www.opentox.org/", :target=>"_blank"} + %img{:src=>"/images/ot_logo.png"} + %a{:href=>"https://enanomapper.net/", :target=>"_blank"} + %img{:src=>"/images/enm_logo.png"} + + %div.btn-group.dropup + %button.btn.btn-default.dropdown-toggle{:data=>{:toggle=>"dropdown"}, :aria=>{:haspopup=>"true", :expanded=>"false"}} share + %ul.dropdown-menu{:class=>"share-buttons"} + %li + %a{:href=>"https://twitter.com/intent/tweet?source=http%3A%2F%2Flazar.in-silico.ch&text=:%20http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Tweet"} + %img{:src=>"/images/Twitter.png"} + %li + %a{:href=>"https://plus.google.com/share?url=http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Share on Google+"} + %img{:src=>"/images/Google+.png"} + %li + %a{:href=>"http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Flazar.in-silico.ch&title=&summary=&source=http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Share on LinkedIn"} + %img{:src=>"/images/LinkedIn.png"} #back-top{:style => "z-index:100;position:fixed;bottom:1%;right:1%;"} %a{:href => "", :style=>"text:decoration:none;color:#ccc;"} -- cgit v1.2.3 From 6c330fdcdf4ac941b0dab1aeb1add75bb5c4eae2 Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 25 Apr 2016 16:09:59 +0000 Subject: added content to acknowledgement --- views/layout.haml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index 09968e9..5965ee1 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -76,6 +76,8 @@ %img{:src=>"/images/ot_logo.png"} %a{:href=>"https://enanomapper.net/", :target=>"_blank"} %img{:src=>"/images/enm_logo.png"} + %a{:href=>"https://www.researchgate.net/institution/Nestle_SA/department/Nestle_Research_Center", :target=>"_blank"} + %img{:src=>"/images/nestec.jpg"} %div.btn-group.dropup %button.btn.btn-default.dropdown-toggle{:data=>{:toggle=>"dropdown"}, :aria=>{:haspopup=>"true", :expanded=>"false"}} share -- cgit v1.2.3 From 02357098113713b5ac5268ac19bf9443804c930e Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 29 Apr 2016 06:58:00 +0000 Subject: changed share and acknowledgement always visible --- views/layout.haml | 59 +++++++++++++++++++++++-------------------------------- 1 file changed, 25 insertions(+), 34 deletions(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index 5965ee1..43e1233 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -32,11 +32,22 @@ %h1.media-heading %small %a{:href=>"https://nano-lazar.in-silico.ch"} nano-lazar - %a{:href=>"http://lazar-old.in-silico.ch"} lazar-old version %div.container-fluid - Problems, bugs, ideas for improvements ? Please report at our - %a{:href => 'https://github.com/opentox/lazar-gui/issues', :rel => "external"} issue tracker + %topline + Problems, bugs, ideas for improvements ? Please report at our + %a{:href => 'https://github.com/opentox/lazar-gui/issues', :rel => "external"} issue tracker. + | + %a{:href=>"http://lazar-old.in-silico.ch"} lazar-old version + | + %a{:href=>"https://twitter.com/intent/tweet?source=http%3A%2F%2Flazar.in-silico.ch&text=:%20http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Tweet"} + %img.share{:src=>"/images/Twitter.png"} + %a{:href=>"https://plus.google.com/share?url=http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Share on Google+"} + %img.share{:src=>"/images/Google+.png"} + %a{:href=>"http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Flazar.in-silico.ch&title=&summary=&source=http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Share on LinkedIn"} + %img.share{:src=>"/images/LinkedIn.png"} + %a{:href=>"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Flazar.in-silico.ch&title=&summary=&source=http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Share on Facebook"} + %img.share{:src=>"/images/Facebook.png"} :javascript $(document).ready(function(){ $("#back-top").hide(); @@ -56,41 +67,21 @@ %footer.footer %div.container-fluid %div.row - %div.col-md-8 + %div.col-md-12 %p.text-muted © %a{:href => 'http://www.in-silico.ch', :rel => "external"} in silico toxicology gmbh 2004 - #{Time.now.year.to_s} - %div.col-md-4 - %button.btn.btn-default{:type=>"button", :data=>{:toggle=>"modal", :target=>"#acknowledgements"}} acknowledgements - %div.modal.fade{:id=>"acknowledgements", :role=>"dialog"} - %div.modal-dialog - %div.modal-content - %div.modal-header - %button{:type=>"button", :class=>"close", :data=>{:dismiss=>"modal"}} - × - %h4.modal-title Financial support: - %div.modal-body - %a{:href=>"http://www.bfr.bund.de/de/start.html", :target=>"_blank"} - %img{:src=>"/images/bfr_logo.gif"} - %a{:href=>"http://www.opentox.org/", :target=>"_blank"} - %img{:src=>"/images/ot_logo.png"} - %a{:href=>"https://enanomapper.net/", :target=>"_blank"} - %img{:src=>"/images/enm_logo.png"} - %a{:href=>"https://www.researchgate.net/institution/Nestle_SA/department/Nestle_Research_Center", :target=>"_blank"} - %img{:src=>"/images/nestec.jpg"} + %supporters.col-md-12 + %p Financial support: + %a{:href=>"http://www.bfr.bund.de/de/start.html", :target=>"_blank"} + %img{:src=>"/images/bfr_logo.gif"} + %a{:href=>"http://www.opentox.org/", :target=>"_blank"} + %img{:src=>"/images/ot_logo.png"} + %a{:href=>"https://enanomapper.net/", :target=>"_blank"} + %img{:src=>"/images/enm_logo.png"} + %a{:href=>"https://www.researchgate.net/institution/Nestle_SA/department/Nestle_Research_Center", :target=>"_blank"} + %img{:src=>"/images/nestec.jpg"} - %div.btn-group.dropup - %button.btn.btn-default.dropdown-toggle{:data=>{:toggle=>"dropdown"}, :aria=>{:haspopup=>"true", :expanded=>"false"}} share - %ul.dropdown-menu{:class=>"share-buttons"} - %li - %a{:href=>"https://twitter.com/intent/tweet?source=http%3A%2F%2Flazar.in-silico.ch&text=:%20http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Tweet"} - %img{:src=>"/images/Twitter.png"} - %li - %a{:href=>"https://plus.google.com/share?url=http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Share on Google+"} - %img{:src=>"/images/Google+.png"} - %li - %a{:href=>"http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Flazar.in-silico.ch&title=&summary=&source=http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Share on LinkedIn"} - %img{:src=>"/images/LinkedIn.png"} #back-top{:style => "z-index:100;position:fixed;bottom:1%;right:1%;"} %a{:href => "", :style=>"text:decoration:none;color:#ccc;"} -- cgit v1.2.3 From 45dcce0598ec31389991c9e67be2683a8dfcc354 Mon Sep 17 00:00:00 2001 From: gebele Date: Tue, 3 May 2016 08:44:30 +0000 Subject: final header adjustments --- views/layout.haml | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index 43e1233..13f351c 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -27,7 +27,7 @@ %img.media-object{:src=>"/images/IST_logo_s.png", :alt=>"logo", :width=>"150px", :heigth=>"150px", :style=>"margin:0 3em 0 2em;"} %div.col-md-8 %h1.media-heading{:style=>"margin: 0 0 0 2em;"} - lazar Toxicity Predictions + lazar toxicity predictions %div.col-md-2 %h1.media-heading %small @@ -35,19 +35,26 @@ %div.container-fluid %topline - Problems, bugs, ideas for improvements ? Please report at our - %a{:href => 'https://github.com/opentox/lazar-gui/issues', :rel => "external"} issue tracker. - | - %a{:href=>"http://lazar-old.in-silico.ch"} lazar-old version - | - %a{:href=>"https://twitter.com/intent/tweet?source=http%3A%2F%2Flazar.in-silico.ch&text=:%20http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Tweet"} - %img.share{:src=>"/images/Twitter.png"} - %a{:href=>"https://plus.google.com/share?url=http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Share on Google+"} - %img.share{:src=>"/images/Google+.png"} - %a{:href=>"http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Flazar.in-silico.ch&title=&summary=&source=http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Share on LinkedIn"} - %img.share{:src=>"/images/LinkedIn.png"} - %a{:href=>"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Flazar.in-silico.ch&title=&summary=&source=http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Share on Facebook"} - %img.share{:src=>"/images/Facebook.png"} + %div.row + %div.col-md-8 + Problems, bugs, ideas for improvements ? Please report at our + %a{:href => 'https://github.com/opentox/lazar-gui/issues', :rel => "external"} issue tracker. + or send us an email: + %a{ :href=>"mailto:info@in-silico.ch", :target=>"_top"} + %img.share{:src=>"/images/Email.png"} + %div.col-md-2 + %div.col-md-2 + %a{:href=>"https://twitter.com/intent/tweet?source=http%3A%2F%2Flazar.in-silico.ch&text=:%20http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Tweet"} + %img.share{:src=>"/images/Twitter.png"} + %a{:href=>"https://plus.google.com/share?url=http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Share on Google+"} + %img.share{:src=>"/images/Google+.png"} + %a{:href=>"http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Flazar.in-silico.ch&title=&summary=&source=http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Share on LinkedIn"} + %img.share{:src=>"/images/LinkedIn.png"} + %a{:href=>"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Flazar.in-silico.ch&title=&summary=&source=http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Share on Facebook"} + %img.share{:src=>"/images/Facebook.png"} + %div.row + Previous version: + %a{:href=>"http://lazar-old.in-silico.ch"} lazar-old :javascript $(document).ready(function(){ $("#back-top").hide(); -- cgit v1.2.3 From 769f704a2b4e2d83256f580317ed8c0b48cc4f45 Mon Sep 17 00:00:00 2001 From: gebele Date: Wed, 8 Jun 2016 13:47:51 +0000 Subject: bumped version; added version to GUI --- views/layout.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index 13f351c..a40b68c 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -38,10 +38,11 @@ %div.row %div.col-md-8 Problems, bugs, ideas for improvements ? Please report at our - %a{:href => 'https://github.com/opentox/lazar-gui/issues', :rel => "external"} issue tracker. - or send us an email: + %a{:href => 'https://github.com/opentox/lazar-gui/issues', :rel => "external"} issue tracker + or send us an email %a{ :href=>"mailto:info@in-silico.ch", :target=>"_top"} %img.share{:src=>"/images/Email.png"} + (version #{@version}). %div.col-md-2 %div.col-md-2 %a{:href=>"https://twitter.com/intent/tweet?source=http%3A%2F%2Flazar.in-silico.ch&text=:%20http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Tweet"} -- cgit v1.2.3 From f86c084311282036ffa7b4588c0fa0d5b59af95b Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 24 Nov 2016 16:03:09 +0000 Subject: several fixes; works with lazar tree e111369ce5564f159b3f5f85c92afdd22352eaa1 --- views/layout.haml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index a40b68c..dddf854 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -15,7 +15,7 @@ %script{:src=>"/javascripts/bootstrap.min.js"} %script{:src=>"/javascripts/jquery.tablesorter.min.js"} %script{:src=>"/javascripts/jquery.tablesorter.widgets.js"} - %script{ :src=>"/javascripts/lazar-gui.js"} + %script{:src=>"/javascripts/lazar-gui.js"} %body %noscript %div{ :style=>"width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif"} @@ -26,7 +26,7 @@ %a{:href=> to("/predict")} %img.media-object{:src=>"/images/IST_logo_s.png", :alt=>"logo", :width=>"150px", :heigth=>"150px", :style=>"margin:0 3em 0 2em;"} %div.col-md-8 - %h1.media-heading{:style=>"margin: 0 0 0 2em;"} + %h1.media-heading lazar toxicity predictions %div.col-md-2 %h1.media-heading @@ -55,7 +55,7 @@ %img.share{:src=>"/images/Facebook.png"} %div.row Previous version: - %a{:href=>"http://lazar-old.in-silico.ch"} lazar-old + %a{:href=>"http://lazar-old.in-silico.ch", :rel => "external"} lazar-old :javascript $(document).ready(function(){ $("#back-top").hide(); @@ -79,15 +79,17 @@ %p.text-muted © %a{:href => 'http://www.in-silico.ch', :rel => "external"} in silico toxicology gmbh 2004 - #{Time.now.year.to_s} + | + %a{:href => to("/license"), :rel => "external"} GPL3 License %supporters.col-md-12 - %p Financial support: - %a{:href=>"http://www.bfr.bund.de/de/start.html", :target=>"_blank"} + %p Financial support by + %a{:href=>"http://www.bfr.bund.de/de/start.html", :rel=>"external"} %img{:src=>"/images/bfr_logo.gif"} - %a{:href=>"http://www.opentox.org/", :target=>"_blank"} + %a{:href=>"http://www.opentox.org/", :rel=>"external"} %img{:src=>"/images/ot_logo.png"} - %a{:href=>"https://enanomapper.net/", :target=>"_blank"} + %a{:href=>"https://enanomapper.net/", :rel=>"external"} %img{:src=>"/images/enm_logo.png"} - %a{:href=>"https://www.researchgate.net/institution/Nestle_SA/department/Nestle_Research_Center", :target=>"_blank"} + %a{:href=>"https://www.researchgate.net/institution/Nestle_SA/department/Nestle_Research_Center", :rel=>"external"} %img{:src=>"/images/nestec.jpg"} -- cgit v1.2.3