Difference between revisions of "Team:Bordeaux/Software"

Line 3: Line 3:
 
<html>
 
<html>
  
<div class="content_wrapper">
+
<script src="http://savandara.besse.emi.u-bordeaux.fr/Wiki/jquery-1.12.3.min.js"></script>
 +
<script src="http://savandara.besse.emi.u-bordeaux.fr/Wiki/alphabet.js"></script>
  
<div class="column full_size">
+
<section class="title_toc">
<p>Regardless of the topic, iGEM projects often create or adapt computational tools to move the project forward. Because they are born out of a direct practical need, these software tools (or new computational methods) can be surprisingly useful for other teams. Without necessarily being big or complex, they can make the crucial difference to a project's success. This award tries to find and honor such "nuggets" of computational work.</p>
+
  
 +
                <div class="content_wrapper">
 +
<canvas id="myCanvas"></canvas>
 +
                <script src="http://savandara.besse.emi.u-bordeaux.fr/Wiki/bubbles.js"></script>
  
<p> </p>
+
<script>
  
<h5> Inspiration </h5>
+
var myName = "Results";
<p>
+
Here are a few examples from previous teams:
+
</p>
+
<ul>
+
<li><a href="https://2013.igem.org/Team:TU-Munich/Results/Software">TU Munich 2013</a></li>
+
<li><a href="https://2014.igem.org/Team:Heidelberg/Software">Heidelberg 2014</a></li>
+
<li><a href="https://2014.igem.org/Team:Aachen/Project/Measurement_Device#Software">Aachen 2014</a></li>
+
</ul>
+
  
</div>
+
var red = [0, 100, 63];
 +
var orange = [40, 100, 60];
 +
var green = [75, 100, 40];
 +
var mint_green = [139, 44, 42];
 +
var bioo_blue = [201, 79, 70];
 +
var foo_blue = [196,71,35];
 +
var blue = [196, 77, 55];
 +
var purple = [280, 50, 60];
  
 +
var letterColors = [bioo_blue,mint_green,foo_blue];
 +
 +
drawName(myName, letterColors);
 +
 +
bubbleShape = 'circle';
 +
 +
bounceBubbles();
 +
 +
</script>
 +
 +
<div class="column full_size">
 +
 +
                </div>
 +
 +
<section id="text">
 +
<div class="content_wrapper">
 +
<div class="column full_size">
 +
</div>
 
</div>
 
</div>
 +
</section>
  
 
</html>
 
</html>
 +
 +
{{Bordeaux/Footer}}

Revision as of 21:20, 18 October 2016

Sleep with EpiC elegans