Difference between revisions of "Team:UNOTT/Model"

Line 50: Line 50:
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
<script>
 +
  var toggle3 = function() {
 +
  var mydiv = document.getElementById('clear3');
 +
  if (mydiv.style.display === 'block' || mydiv.style.display === '')
 +
    mydiv.style.display = 'none';
 +
  else
 +
    mydiv.style.display = 'block'
 +
  }
 +
</script>
  
 
<div class="column full_size"  style="background:#FFEE75">
 
<div class="column full_size"  style="background:#FFEE75">
 
<center>
 
<center>
<h2>Our aims when creating the models were the following:</h2>
+
<h2><button onclick="toggle3();">Our Modeling Aims button></h2>
 +
<div id="clear3" style="display: none;">
 
<ol>
 
<ol>
 
<li> To assist the processes within the Wet Lab by informing them and allowing for simulations. This would be especially useful when predicting the required fluorescence </li>
 
<li> To assist the processes within the Wet Lab by informing them and allowing for simulations. This would be especially useful when predicting the required fluorescence </li>
Line 61: Line 72:
 
<h5>In order to achieve these aims, it was decided to create a simulation for measuring fluorescence intensity when given parameters such as protein concentrations and wavelengths of lasers added. </h5>
 
<h5>In order to achieve these aims, it was decided to create a simulation for measuring fluorescence intensity when given parameters such as protein concentrations and wavelengths of lasers added. </h5>
 
<a href="https://github.com/BurgundyIsAPublicEnemy/iGEMNotts2017/blob/master/LuciferA.c">This simulation can be downloaded from our GitHub page</a>
 
<a href="https://github.com/BurgundyIsAPublicEnemy/iGEMNotts2017/blob/master/LuciferA.c">This simulation can be downloaded from our GitHub page</a>
 
+
</div>
 
</center>
 
</center>
 
</div>
 
</div>

Revision as of 11:11, 23 August 2017

   
   

Modelling()