Difference between revisions of "Team:UNOTT/Model"

Line 42: Line 42:
 
<div class="column full_size"  style="background:#FFEE75">
 
<div class="column full_size"  style="background:#FFEE75">
 
<center>
 
<center>
<h2><button onclick="toggle3();">Our Modeling Aims </button></h2>
+
<h2><button onclick="toggle3();">Modeling Aims </button></h2>
 
<div id="clear3" style="display: none;">
 
<div id="clear3" style="display: none;">
 
<ol>
 
<ol>
Line 51: Line 51:
 
<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>
 +
</div>
 +
 +
<script>
 +
  var toggled = function() {
 +
  var mydiv = document.getElementById('cleard');
 +
  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:#e4f2a2">
 +
<center>
 +
<h2><button onclick="toggled();">Software Aims </button></h2>
 +
<div id="cleard" style="display: none;">
 +
<ol>
 +
<li> To check between fluorescence levels during implementation of Key.Coli between the mother colony and the Key.Coli capsules. </li>
 +
<li> Develop an internal development environment to allow next year's iGEM team so they can quickly develop models as well as software</li> 
 +
&nbsp;
 +
&nbsp;
 +
<h5>In order to achieve these aims, it was decided to create an image comparing software as well as an internal development environment where members can easily add their own code as well as access other code made by others and other files. </h5>
 +
<a href="https://github.com/BurgundyIsAPublicEnemy/iGEMNotts2017/blob/master/LuciferA.c">This environment can be downloaded from our GitHub page</a>
 
</div>
 
</div>
 
</center>
 
</center>

Revision as of 14:49, 3 September 2017



Overview

   
When developing Key.Coli, we found it was important to mathematically model possible situations so we could investigate the effects of different situations we might encounter throughout different stages of development as well as during implementation. Software was developed to compare the fluorescence levels with the mother colony to check if there was a high enough degree of similarity.
     
This information was used by the wet lab to assist them by informing them in what to expect. This was done through the use of programming to create visual graphs, simulations as well as development of tools to allow for comparing between fluorescence levels to be done without needing to create anymore synthetic organisms as well as being far quicker.
The source code for these models can be accessed from our GitHub page
The models weren't perfect at first: refinement from lab results helped to optimize and correct the models