You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by bu...@apache.org on 2015/02/09 11:43:15 UTC

svn commit: r939534 - in /websites/staging/taverna/trunk: cgi-bin/ content/ content/documentation/ content/documentation/server/ content/documentation/web-service-developers/ content/introduction/ content/introduction/taverna-in-use/

Author: buildbot
Date: Mon Feb  9 10:43:15 2015
New Revision: 939534

Log:
Staging update by buildbot for taverna

Modified:
    websites/staging/taverna/trunk/cgi-bin/   (props changed)
    websites/staging/taverna/trunk/content/   (props changed)
    websites/staging/taverna/trunk/content/documentation/index.html
    websites/staging/taverna/trunk/content/documentation/server/index.html
    websites/staging/taverna/trunk/content/documentation/web-service-developers/index.html
    websites/staging/taverna/trunk/content/introduction/chemistry-web-services.html
    websites/staging/taverna/trunk/content/introduction/how-can-taverna-help-me.html
    websites/staging/taverna/trunk/content/introduction/index.html
    websites/staging/taverna/trunk/content/introduction/related-projects.html
    websites/staging/taverna/trunk/content/introduction/roadmap.html
    websites/staging/taverna/trunk/content/introduction/services-in-taverna.html
    websites/staging/taverna/trunk/content/introduction/taverna-features.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/annotation.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/arts.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/astronomy.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/biodiversity.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/bioinformatics.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/chemistry.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/data-and-text-mining.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/databases.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/document-analysis.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/education.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/engineering.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/geoinformatics.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/index.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/information-quality.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/multimedia.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/natural-language-processing.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/service-provision.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/service-testing.html
    websites/staging/taverna/trunk/content/introduction/taverna-in-use/social-sciences.html
    websites/staging/taverna/trunk/content/introduction/what-is-a-workflow-management-system.html
    websites/staging/taverna/trunk/content/introduction/what-is-in-silico-experimentation.html
    websites/staging/taverna/trunk/content/introduction/why-use-workflows.html
    websites/staging/taverna/trunk/content/introduction/works-with.html

Propchange: websites/staging/taverna/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb  9 10:43:15 2015
@@ -1 +1 @@
-1658354
+1658355

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb  9 10:43:15 2015
@@ -1 +1 @@
-1658354
+1658355

Modified: websites/staging/taverna/trunk/content/documentation/index.html
==============================================================================
--- websites/staging/taverna/trunk/content/documentation/index.html (original)
+++ websites/staging/taverna/trunk/content/documentation/index.html Mon Feb  9 10:43:15 2015
@@ -198,6 +198,25 @@ It has a greater emphasis on scalability
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/documentation/server/index.html
==============================================================================
--- websites/staging/taverna/trunk/content/documentation/server/index.html (original)
+++ websites/staging/taverna/trunk/content/documentation/server/index.html Mon Feb  9 10:43:15 2015
@@ -170,6 +170,25 @@ Instead it shows <a class="alert-link" h
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/documentation/web-service-developers/index.html
==============================================================================
--- websites/staging/taverna/trunk/content/documentation/web-service-developers/index.html (original)
+++ websites/staging/taverna/trunk/content/documentation/web-service-developers/index.html Mon Feb  9 10:43:15 2015
@@ -170,6 +170,25 @@ Instead it shows <a class="alert-link" h
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/chemistry-web-services.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/chemistry-web-services.html (original)
+++ websites/staging/taverna/trunk/content/introduction/chemistry-web-services.html Mon Feb  9 10:43:15 2015
@@ -710,6 +710,25 @@ In BioCatalogue: <a href="href=&quot;htt
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/how-can-taverna-help-me.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/how-can-taverna-help-me.html (original)
+++ websites/staging/taverna/trunk/content/introduction/how-can-taverna-help-me.html Mon Feb  9 10:43:15 2015
@@ -176,6 +176,25 @@ Instead it shows <a class="alert-link" h
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/index.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/index.html (original)
+++ websites/staging/taverna/trunk/content/introduction/index.html Mon Feb  9 10:43:15 2015
@@ -251,6 +251,25 @@ The screenshot shown below shows the Tav
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/related-projects.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/related-projects.html (original)
+++ websites/staging/taverna/trunk/content/introduction/related-projects.html Mon Feb  9 10:43:15 2015
@@ -500,6 +500,25 @@ The workflows made use of <a href="http:
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/roadmap.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/roadmap.html (original)
+++ websites/staging/taverna/trunk/content/introduction/roadmap.html Mon Feb  9 10:43:15 2015
@@ -188,6 +188,25 @@ As Taverna 2 is not an Apache product so
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/services-in-taverna.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/services-in-taverna.html (original)
+++ websites/staging/taverna/trunk/content/introduction/services-in-taverna.html Mon Feb  9 10:43:15 2015
@@ -227,6 +227,25 @@ Creating a service accessible from Taver
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-features.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-features.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-features.html Mon Feb  9 10:43:15 2015
@@ -282,6 +282,25 @@ so you can set it to a different instanc
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/annotation.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/annotation.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/annotation.html Mon Feb  9 10:43:15 2015
@@ -231,6 +231,25 @@ Their relationship with Taverna is multi
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/arts.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/arts.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/arts.html Mon Feb  9 10:43:15 2015
@@ -200,6 +200,25 @@ The environment consists of three main c
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/astronomy.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/astronomy.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/astronomy.html Mon Feb  9 10:43:15 2015
@@ -200,6 +200,25 @@ ESO Refex allows users to connect togeth
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/biodiversity.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/biodiversity.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/biodiversity.html Mon Feb  9 10:43:15 2015
@@ -171,6 +171,25 @@ Instead it shows <a class="alert-link" h
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/bioinformatics.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/bioinformatics.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/bioinformatics.html Mon Feb  9 10:43:15 2015
@@ -274,6 +274,25 @@ Quantitative models of these metabolic p
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/chemistry.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/chemistry.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/chemistry.html Mon Feb  9 10:43:15 2015
@@ -206,6 +206,25 @@ and which are of demonstrated scientific
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/data-and-text-mining.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/data-and-text-mining.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/data-and-text-mining.html Mon Feb  9 10:43:15 2015
@@ -198,6 +198,25 @@ The myExperiment group share some of the
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/databases.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/databases.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/databases.html Mon Feb  9 10:43:15 2015
@@ -224,6 +224,25 @@ The second point, known as the admin end
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/document-analysis.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/document-analysis.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/document-analysis.html Mon Feb  9 10:43:15 2015
@@ -211,6 +211,25 @@ Because of its open architecture users c
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/education.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/education.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/education.html Mon Feb  9 10:43:15 2015
@@ -171,6 +171,25 @@ Instead it shows <a class="alert-link" h
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/engineering.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/engineering.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/engineering.html Mon Feb  9 10:43:15 2015
@@ -187,6 +187,25 @@ Taverna's recent overhaul appears to hav
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/geoinformatics.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/geoinformatics.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/geoinformatics.html Mon Feb  9 10:43:15 2015
@@ -186,6 +186,25 @@ part of the <a href="http://netmar.nersc
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/index.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/index.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/index.html Mon Feb  9 10:43:15 2015
@@ -647,6 +647,25 @@ formalise or share existing research. </
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/information-quality.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/information-quality.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/information-quality.html Mon Feb  9 10:43:15 2015
@@ -188,6 +188,25 @@ This is achieved by providing a declarat
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/multimedia.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/multimedia.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/multimedia.html Mon Feb  9 10:43:15 2015
@@ -198,6 +198,25 @@ The mapping services within the workflow
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/natural-language-processing.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/natural-language-processing.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/natural-language-processing.html Mon Feb  9 10:43:15 2015
@@ -191,6 +191,25 @@ In special the review report stated that
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/service-provision.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/service-provision.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/service-provision.html Mon Feb  9 10:43:15 2015
@@ -173,6 +173,25 @@ Instead it shows <a class="alert-link" h
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/service-testing.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/service-testing.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/service-testing.html Mon Feb  9 10:43:15 2015
@@ -179,6 +179,25 @@ These Web service developers include:</p
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/taverna-in-use/social-sciences.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/taverna-in-use/social-sciences.html (original)
+++ websites/staging/taverna/trunk/content/introduction/taverna-in-use/social-sciences.html Mon Feb  9 10:43:15 2015
@@ -174,6 +174,25 @@ Instead it shows <a class="alert-link" h
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/what-is-a-workflow-management-system.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/what-is-a-workflow-management-system.html (original)
+++ websites/staging/taverna/trunk/content/introduction/what-is-a-workflow-management-system.html Mon Feb  9 10:43:15 2015
@@ -175,6 +175,25 @@ In other words, the WMS provide an envir
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/what-is-in-silico-experimentation.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/what-is-in-silico-experimentation.html (original)
+++ websites/staging/taverna/trunk/content/introduction/what-is-in-silico-experimentation.html Mon Feb  9 10:43:15 2015
@@ -197,6 +197,25 @@ They provide an easy-to-use declarative
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/why-use-workflows.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/why-use-workflows.html (original)
+++ websites/staging/taverna/trunk/content/introduction/why-use-workflows.html Mon Feb  9 10:43:15 2015
@@ -227,6 +227,25 @@ By installing and using the Taverna [Wor
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/taverna/trunk/content/introduction/works-with.html
==============================================================================
--- websites/staging/taverna/trunk/content/introduction/works-with.html (original)
+++ websites/staging/taverna/trunk/content/introduction/works-with.html Mon Feb  9 10:43:15 2015
@@ -232,6 +232,25 @@ Bioconductor uses the R statistical prog
     <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
 <script src="/lib/bootstrap/js/bootstrap.min.js"></script>
 
+<script>
+	jQuery(function($) {
+        if($(window).width()>769){
+            $('.navbar .dropdown').hover(function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(250).slideDown();
+
+            }, function() {
+                $(this).find('.dropdown-menu').first().stop(true, true).delay(100).slideUp();
+
+            });
+
+            $('.navbar .dropdown > a').click(function(){
+                location.href = this.href;
+            });
+
+        }
+    });
+</script>
+
 
   </body>
 </html>
\ No newline at end of file