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/03/12 15:18:17 UTC

svn commit: r943532 - in /websites/staging/taverna/trunk: cgi-bin/ content/ content/documentation/scufl2/ content/download/scufl2/

Author: buildbot
Date: Thu Mar 12 14:18:16 2015
New Revision: 943532

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/scufl2/api.html
    websites/staging/taverna/trunk/content/documentation/scufl2/bundle.html
    websites/staging/taverna/trunk/content/documentation/scufl2/datalink.html
    websites/staging/taverna/trunk/content/documentation/scufl2/index.html
    websites/staging/taverna/trunk/content/documentation/scufl2/language.html
    websites/staging/taverna/trunk/content/documentation/scufl2/ontology.html
    websites/staging/taverna/trunk/content/documentation/scufl2/processors.html
    websites/staging/taverna/trunk/content/documentation/scufl2/profile.html
    websites/staging/taverna/trunk/content/documentation/scufl2/taverna_bundle.html
    websites/staging/taverna/trunk/content/documentation/scufl2/uris.html
    websites/staging/taverna/trunk/content/documentation/scufl2/workflow.html
    websites/staging/taverna/trunk/content/download/scufl2/index.html

Propchange: websites/staging/taverna/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 12 14:18:16 2015
@@ -1 +1 @@
-1666203
+1666207

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 12 14:18:16 2015
@@ -1 +1 @@
-1666203
+1666207

Modified: websites/staging/taverna/trunk/content/documentation/scufl2/api.html
==============================================================================
--- websites/staging/taverna/trunk/content/documentation/scufl2/api.html (original)
+++ websites/staging/taverna/trunk/content/documentation/scufl2/api.html Thu Mar 12 14:18:16 2015
@@ -185,7 +185,7 @@
     <div id="page" class="container">
        <h1>SCUFL2 API</h1>
 		<div class="row">
-			<div class="hidden-xs col-sm-3 col-md-2">
+			<div class="hidden-xs col-sm-3 col-md-2 col-lg-10">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -215,14 +215,14 @@
 </ul>
 
 			</div>
-			<div class="col-xs-12 col-sm-9 col-md-10">
+			<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10">
 			   <div id="content"><p>Currently the most up to date information can be found in the github 
    <a href="https://github.com/apache/incubator-taverna-language">readme</a></p>
 <h3 id="previous-versions">Previous Versions</h3>
 <p>For information on previous None Apache versions see the 
    <a href="http://dev.mygrid.org.uk/wiki/display/developer/SCUFL2+API">Mygrid pages</a></p></div>
 			</div>		
-			<div class="col-xs-12 hidden-sm hidden-md">
+			<div class="col-xs-12 hidden-sm hidden-md hidden-lg">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -251,7 +251,7 @@
    <li><a href="/download/scufl2">Download</a></li>
 </ul>
 
-			</div>0
+			</div>
 		</div>
     </div>
 

Modified: websites/staging/taverna/trunk/content/documentation/scufl2/bundle.html
==============================================================================
--- websites/staging/taverna/trunk/content/documentation/scufl2/bundle.html (original)
+++ websites/staging/taverna/trunk/content/documentation/scufl2/bundle.html Thu Mar 12 14:18:16 2015
@@ -185,7 +185,7 @@
     <div id="page" class="container">
        <h1>Scufl2-WorkflowBundle</h1>
 		<div class="row">
-			<div class="hidden-xs col-sm-3 col-md-2">
+			<div class="hidden-xs col-sm-3 col-md-2 col-lg-10">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -215,7 +215,7 @@
 </ul>
 
 			</div>
-			<div class="col-xs-12 col-sm-9 col-md-10">
+			<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10">
 			   <div id="content"><p>The entry point of the Taverna Workflow Bundle.</p>
 <p>Defines the <em>workflows</em> and <em>profiles</em> of a 
    <a href="/documentation/scufl2/taverna_bundle">Taverna Workflow Bundle</a>.
@@ -492,7 +492,7 @@ Each of the workflows and profiles must
 <strong>May</strong> parse the {/workflowBundle.rdf}} according to the XML schema if the <code>xsi:type="WorkflowBundleDocument"</code> 
    is set on the <code>rdf:RDF</code> element.</p></div>
 			</div>		
-			<div class="col-xs-12 hidden-sm hidden-md">
+			<div class="col-xs-12 hidden-sm hidden-md hidden-lg">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -521,7 +521,7 @@ Each of the workflows and profiles must
    <li><a href="/download/scufl2">Download</a></li>
 </ul>
 
-			</div>0
+			</div>
 		</div>
     </div>
 

Modified: websites/staging/taverna/trunk/content/documentation/scufl2/datalink.html
==============================================================================
--- websites/staging/taverna/trunk/content/documentation/scufl2/datalink.html (original)
+++ websites/staging/taverna/trunk/content/documentation/scufl2/datalink.html Thu Mar 12 14:18:16 2015
@@ -185,7 +185,7 @@
     <div id="page" class="container">
        <h1>Scufl2-DataLink</h1>
 		<div class="row">
-			<div class="hidden-xs col-sm-3 col-md-2">
+			<div class="hidden-xs col-sm-3 col-md-2 col-lg-10">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -215,7 +215,7 @@
 </ul>
 
 			</div>
-			<div class="col-xs-12 col-sm-9 col-md-10">
+			<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10">
 			   <div id="content"><p>The definition of a data link.</p>
 <div class="codehilite"><pre><span class="n">Bundle</span> <span class="n">path</span><span class="p">:</span> <span class="o">/</span><span class="n">workflow</span><span class="o">/\</span>$<span class="n">workflowName</span><span class="p">.</span><span class="n">n3</span>
 </pre></div>
@@ -329,7 +329,7 @@ itself. Additional metadata should be ad
    The positions for a port must be sequentially assigned from 0 without gaps.</li>
 </ul></div>
 			</div>		
-			<div class="col-xs-12 hidden-sm hidden-md">
+			<div class="col-xs-12 hidden-sm hidden-md hidden-lg">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -358,7 +358,7 @@ itself. Additional metadata should be ad
    <li><a href="/download/scufl2">Download</a></li>
 </ul>
 
-			</div>0
+			</div>
 		</div>
     </div>
 

Modified: websites/staging/taverna/trunk/content/documentation/scufl2/index.html
==============================================================================
--- websites/staging/taverna/trunk/content/documentation/scufl2/index.html (original)
+++ websites/staging/taverna/trunk/content/documentation/scufl2/index.html Thu Mar 12 14:18:16 2015
@@ -185,7 +185,7 @@
     <div id="page" class="container">
        <h1>SCUFL2 Taverna Language</h1>
 		<div class="row">
-			<div class="hidden-xs col-sm-3 col-md-2">
+			<div class="hidden-xs col-sm-3 col-md-2 col-lg-10">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -215,7 +215,7 @@
 </ul>
 
 			</div>
-			<div class="col-xs-12 col-sm-9 col-md-10">
+			<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10">
 			   <div id="content"><p>SCUFL2 is the new (since Taverna 3) mechanism for specifying Taverna workflows. 
 SCUFL2 defines a model, a workflow bundle file format (.wfbundle), and a Java API for working with workflow structures. 
 SCUFL2 is the workflow language for Taverna 3, and replaces Taverna 2's t2flow format.</p>
@@ -256,7 +256,7 @@ However, this format also has its caveat
 <li><a href="/documentation/scufl2/api">SCUFL2 API</a> for Java</li>
 </ul></div>
 			</div>		
-			<div class="col-xs-12 hidden-sm hidden-md">
+			<div class="col-xs-12 hidden-sm hidden-md hidden-lg">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -285,7 +285,7 @@ However, this format also has its caveat
    <li><a href="/download/scufl2">Download</a></li>
 </ul>
 
-			</div>0
+			</div>
 		</div>
     </div>
 

Modified: websites/staging/taverna/trunk/content/documentation/scufl2/language.html
==============================================================================
--- websites/staging/taverna/trunk/content/documentation/scufl2/language.html (original)
+++ websites/staging/taverna/trunk/content/documentation/scufl2/language.html Thu Mar 12 14:18:16 2015
@@ -185,7 +185,7 @@
     <div id="page" class="container">
        <h1>SCUFL2 language</h1>
 		<div class="row">
-			<div class="hidden-xs col-sm-3 col-md-2">
+			<div class="hidden-xs col-sm-3 col-md-2 col-lg-10">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -215,7 +215,7 @@
 </ul>
 
 			</div>
-			<div class="col-xs-12 col-sm-9 col-md-10">
+			<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10">
 			   <div id="content"><p>The SCUFL2 language is the abstract set of constructs that define a Taverna workflow.</p>
 <p>This has been formalized in an <a href="/documentation/scufl2/ontology">OWL ontology</a>,
   which is used by the <code>scufl2-rdfxml</code> module of the <a href="/documentation/scufl2/api">SCUFL2 API</a> 
@@ -226,7 +226,7 @@
 <p>You can browse a serialisation of using the SCUFL2 ontology within a Taverna workflow bundle in this 
    example (Links to follow):</p></div>
 			</div>		
-			<div class="col-xs-12 hidden-sm hidden-md">
+			<div class="col-xs-12 hidden-sm hidden-md hidden-lg">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -255,7 +255,7 @@
    <li><a href="/download/scufl2">Download</a></li>
 </ul>
 
-			</div>0
+			</div>
 		</div>
     </div>
 

Modified: websites/staging/taverna/trunk/content/documentation/scufl2/ontology.html
==============================================================================
--- websites/staging/taverna/trunk/content/documentation/scufl2/ontology.html (original)
+++ websites/staging/taverna/trunk/content/documentation/scufl2/ontology.html Thu Mar 12 14:18:16 2015
@@ -185,7 +185,7 @@
     <div id="page" class="container">
        <h1>Scufl2 Ontology </h1>
 		<div class="row">
-			<div class="hidden-xs col-sm-3 col-md-2">
+			<div class="hidden-xs col-sm-3 col-md-2 col-lg-10">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -215,10 +215,10 @@
 </ul>
 
 			</div>
-			<div class="col-xs-12 col-sm-9 col-md-10">
+			<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10">
 			   <div id="content"><p>Details of the  Scufl2 Ontology will be available here later.</p></div>
 			</div>		
-			<div class="col-xs-12 hidden-sm hidden-md">
+			<div class="col-xs-12 hidden-sm hidden-md hidden-lg">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -247,7 +247,7 @@
    <li><a href="/download/scufl2">Download</a></li>
 </ul>
 
-			</div>0
+			</div>
 		</div>
     </div>
 

Modified: websites/staging/taverna/trunk/content/documentation/scufl2/processors.html
==============================================================================
--- websites/staging/taverna/trunk/content/documentation/scufl2/processors.html (original)
+++ websites/staging/taverna/trunk/content/documentation/scufl2/processors.html Thu Mar 12 14:18:16 2015
@@ -185,7 +185,7 @@
     <div id="page" class="container">
        <h1>Scufl2-Processors</h1>
 		<div class="row">
-			<div class="hidden-xs col-sm-3 col-md-2">
+			<div class="hidden-xs col-sm-3 col-md-2 col-lg-10">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -215,7 +215,7 @@
 </ul>
 
 			</div>
-			<div class="col-xs-12 col-sm-9 col-md-10">
+			<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10">
 			   <div id="content"><p>The definition of a processor.</p>
 <ul>
 <li>Bundle path: <code>/workflow/\$workflowName.n3</code></li>
@@ -274,7 +274,7 @@ Their URIs <strong>must</strong> be rela
 So for instance &lt;processor/Hello/out/greeting&gt; is a <strong>scufl2:OutputProcessorPort</strong> in &lt;processor/Hello&gt;, 
    and has a <strong>scufl2:name</strong> "greeting".</p></div>
 			</div>		
-			<div class="col-xs-12 hidden-sm hidden-md">
+			<div class="col-xs-12 hidden-sm hidden-md hidden-lg">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -303,7 +303,7 @@ So for instance &lt;processor/Hello/out/
    <li><a href="/download/scufl2">Download</a></li>
 </ul>
 
-			</div>0
+			</div>
 		</div>
     </div>
 

Modified: websites/staging/taverna/trunk/content/documentation/scufl2/profile.html
==============================================================================
--- websites/staging/taverna/trunk/content/documentation/scufl2/profile.html (original)
+++ websites/staging/taverna/trunk/content/documentation/scufl2/profile.html Thu Mar 12 14:18:16 2015
@@ -185,7 +185,7 @@
     <div id="page" class="container">
        <h1>Scufl2 Profile</h1>
 		<div class="row">
-			<div class="hidden-xs col-sm-3 col-md-2">
+			<div class="hidden-xs col-sm-3 col-md-2 col-lg-10">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -215,10 +215,10 @@
 </ul>
 
 			</div>
-			<div class="col-xs-12 col-sm-9 col-md-10">
+			<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10">
 			   <div id="content"><p>Details of the Scufl2 profile still to be added.</p></div>
 			</div>		
-			<div class="col-xs-12 hidden-sm hidden-md">
+			<div class="col-xs-12 hidden-sm hidden-md hidden-lg">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -247,7 +247,7 @@
    <li><a href="/download/scufl2">Download</a></li>
 </ul>
 
-			</div>0
+			</div>
 		</div>
     </div>
 

Modified: websites/staging/taverna/trunk/content/documentation/scufl2/taverna_bundle.html
==============================================================================
--- websites/staging/taverna/trunk/content/documentation/scufl2/taverna_bundle.html (original)
+++ websites/staging/taverna/trunk/content/documentation/scufl2/taverna_bundle.html Thu Mar 12 14:18:16 2015
@@ -185,7 +185,7 @@
     <div id="page" class="container">
        <h1>Taverna Workflow Bundle</h1>
 		<div class="row">
-			<div class="hidden-xs col-sm-3 col-md-2">
+			<div class="hidden-xs col-sm-3 col-md-2 col-lg-10">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -215,7 +215,7 @@
 </ul>
 
 			</div>
-			<div class="col-xs-12 col-sm-9 col-md-10">
+			<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10">
 			   <div id="content"><p>The primary <a href="/documentation/scufl2">SCUFL2</a> file format is the Taverna <em>workflow bundle</em>.</p>
 <table><tbody>
 <tr>
@@ -538,7 +538,7 @@ One can for instance imagine an UCF arch
 However, it can also contain <code>workflowBundle.rdf</code>, <code>workflow/importantResearch.rdf</code>, 
    and could therefore also be opened using SCUFL2 tools. </p></div>
 			</div>		
-			<div class="col-xs-12 hidden-sm hidden-md">
+			<div class="col-xs-12 hidden-sm hidden-md hidden-lg">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -567,7 +567,7 @@ However, it can also contain <code>workf
    <li><a href="/download/scufl2">Download</a></li>
 </ul>
 
-			</div>0
+			</div>
 		</div>
     </div>
 

Modified: websites/staging/taverna/trunk/content/documentation/scufl2/uris.html
==============================================================================
--- websites/staging/taverna/trunk/content/documentation/scufl2/uris.html (original)
+++ websites/staging/taverna/trunk/content/documentation/scufl2/uris.html Thu Mar 12 14:18:16 2015
@@ -185,7 +185,7 @@
     <div id="page" class="container">
        <h1>Scufl2 URIs</h1>
 		<div class="row">
-			<div class="hidden-xs col-sm-3 col-md-2">
+			<div class="hidden-xs col-sm-3 col-md-2 col-lg-10">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -215,7 +215,7 @@
 </ul>
 
 			</div>
-			<div class="col-xs-12 col-sm-9 col-md-10">
+			<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10">
 			   <div id="content"><ul>
 <li><a href="#Scufl2URIs-URItreeofexampleworkflowbundle">URI tree of example workflow bundle</a></li>
 <li><a href="#Scufl2URIs-CompleteURItreeforexampleworkflowbundle">Complete URI tree for example workflow bundle</a></li>
@@ -364,7 +364,7 @@
 <span class="p">]]</span><span class="o">&gt;</span>
 </pre></div></div>
 			</div>		
-			<div class="col-xs-12 hidden-sm hidden-md">
+			<div class="col-xs-12 hidden-sm hidden-md hidden-lg">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -393,7 +393,7 @@
    <li><a href="/download/scufl2">Download</a></li>
 </ul>
 
-			</div>0
+			</div>
 		</div>
     </div>
 

Modified: websites/staging/taverna/trunk/content/documentation/scufl2/workflow.html
==============================================================================
--- websites/staging/taverna/trunk/content/documentation/scufl2/workflow.html (original)
+++ websites/staging/taverna/trunk/content/documentation/scufl2/workflow.html Thu Mar 12 14:18:16 2015
@@ -185,7 +185,7 @@
     <div id="page" class="container">
        <h1>Scufl2-Workflow</h1>
 		<div class="row">
-			<div class="hidden-xs col-sm-3 col-md-2">
+			<div class="hidden-xs col-sm-3 col-md-2 col-lg-10">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -215,7 +215,7 @@
 </ul>
 
 			</div>
-			<div class="col-xs-12 col-sm-9 col-md-10">
+			<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10">
 			   <div id="content"><p>The definition of a workflow, its processors, inputs/outputs and links.</p>
 <ul>
 <li>Bundle path: <code>/workflow/\$name.n3</code></li>
@@ -280,7 +280,7 @@ Their URIs <strong>must</strong> be rela
 So for instance &lt;workflow/Helloworld/processor/Hello&gt; is a <strong>scufl2:Processor</strong> in &lt;workflow/Helloworld&gt;, 
    and has a <strong>scufl2:name</strong> "Hello".</p></div>
 			</div>		
-			<div class="col-xs-12 hidden-sm hidden-md">
+			<div class="col-xs-12 hidden-sm hidden-md hidden-lg">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -309,7 +309,7 @@ So for instance &lt;workflow/Helloworld/
    <li><a href="/download/scufl2">Download</a></li>
 </ul>
 
-			</div>0
+			</div>
 		</div>
     </div>
 

Modified: websites/staging/taverna/trunk/content/download/scufl2/index.html
==============================================================================
--- websites/staging/taverna/trunk/content/download/scufl2/index.html (original)
+++ websites/staging/taverna/trunk/content/download/scufl2/index.html Thu Mar 12 14:18:16 2015
@@ -185,7 +185,7 @@
     <div id="page" class="container">
        <h1>Taverna Language</h1>
 		<div class="row">
-			<div class="hidden-xs col-sm-3 col-md-2">
+			<div class="hidden-xs col-sm-3 col-md-2 col-lg-10">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -215,11 +215,11 @@
 </ul>
 
 			</div>
-			<div class="col-xs-12 col-sm-9 col-md-10">
+			<div class="col-xs-12 col-sm-9 col-md-10 col-lg-10">
 			   <div id="content"><p>The Taverna Language SCUFL2 will be the first Taverna product released under Apache.</p>
 <p>Download detail will here here shortly.</p></div>
 			</div>		
-			<div class="col-xs-12 hidden-sm hidden-md">
+			<div class="col-xs-12 hidden-sm hidden-md hidden-lg">
 			  <ul class="nav nav-pills nav-stacked">               
    <li><a href="/documentation/scufl2">Scufl2 home</a></li>
    <li><a href="/documentation/scufl2/bundle">Workflow Bundle</a></li>
@@ -248,7 +248,7 @@
    <li><a href="/download/scufl2">Download</a></li>
 </ul>
 
-			</div>0
+			</div>
 		</div>
     </div>