Difference between revisions of "Team:UNOTT/Model"

Line 11: Line 11:
  
 
<body>
 
<body>
&nbsp;
 
&nbsp;
 
 
<div class="column full_size" style="background:#A7FF6D">
 
<center>
 
&nbsp;
 
&nbsp;
 
<h1>Modellling()</h1>
 
&nbsp;
 
&nbsp;
 
</div>
 
 
<script>
 
  var toggle = function() {
 
  var mydiv = document.getElementById('clear');
 
  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:#C6E2FF">
 
<div class="column full_size" style="background:#C6E2FF">
 
<center>
 
<center>
<h2><button onclick="toggle();">Modeling Introduction </button></h2>
+
<h2>Overview</h2>
 
&nbsp;
 
&nbsp;
 
&nbsp;
 
&nbsp;
<div id="clear" style="display: none;">
+
<div id="clear">
 
<h5>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.</h5>
 
<h5>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.</h5>
 
&nbsp;
 
&nbsp;

Revision as of 14:24, 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.
     
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.
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