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();"> | + | <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> | ||
+ | | ||
+ | | ||
+ | <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