Difference between revisions of "Team:Exeter/Model"

Line 807: Line 807:
 
<div class="col-xs-12" style="margin:0;padding:0;">
 
<div class="col-xs-12" style="margin:0;padding:0;">
 
         <img src="https://static.igem.org/mediawiki/2016/1/17/T--Exeter--Modelling_GraphKRone.png" style="max-width:70%;margin:auto;display:block;">
 
         <img src="https://static.igem.org/mediawiki/2016/1/17/T--Exeter--Modelling_GraphKRone.png" style="max-width:70%;margin:auto;display:block;">
<span class="caption">WRITING</span>
+
<span class="caption">Figure 1: A graph showing the mRNA amount in blue over 100 seconds and the overall rate of Protein production in red over 100 seconds.</span>
 
</div>
 
</div>
  
 
+
<div class="col-xs-12" style="margin:0;padding:0;">
<div class="row">
+
        <img src="https://static.igem.org/mediawiki/2016/1/17/T--Exeter--Modelling_GraphKRtwo.png" style="max-width:70%;margin:auto;display:block;">
 
+
<span class="caption">Figure 2: A plot of the overall protein production in blue and the rate at which the first mrna independently produces a protein in red. Creating proteins at ~53s and ~54s respectively.</span>
<div class="col-xs-12">
+
</div>
<img style="height:45%;max-width:100%;padding: 5px 30% 5px 30%;" src="https://static.igem.org/mediawiki/2016/1/17/T--Exeter--Modelling_GraphKRone.png">
+
<div class="col-xs-3"></div>
+
<div class="col-xs-6"><span class="caption" style="padding: 5px 30% 5px 30%;">Figure 1: A graph showing the mRNA amount in blue over 100 seconds and the overall rate of Protein production in red over 100 seconds.</span></div>
+
<div class="col-xs-3"></div>
+
</div>
+
</div>
+
<div class="row">
+
 
+
<div class="col-xs-12">
+
<img style="height:45%;max-width:100%;padding: 5px 30% 5px 30%;" src="https://static.igem.org/mediawiki/2016/0/03/T--Exeter--Modelling_GraphKRtwo.png">  
+
<div class="col-xs-3"></div>
+
<div class="col-xs-6"><span class="caption" style="padding: 5px 30% 5px 30%;">Figure 1: A graph showing the mRNA amount in blue over 100 seconds and the overall rate of Protein production in red over 100 seconds. </span></div>
+
<div class="col-xs-3"></div>
+
</div>
+
</div>
+
  
 
                 <p id="pp">To enable this we moved away from Simbiology and attempted to use Simulink. However, after careful consideration, we decided instead to write the process in C. This allowed us to handle each mRNA and its creation time separately and have it produce proteins up to the time in which the protein was induced. An array was used with each element representing a second; every time a protein was created the corresponding time element would increase by one. The total of all elements were then taken to find an overall amount of protein.
 
                 <p id="pp">To enable this we moved away from Simbiology and attempted to use Simulink. However, after careful consideration, we decided instead to write the process in C. This allowed us to handle each mRNA and its creation time separately and have it produce proteins up to the time in which the protein was induced. An array was used with each element representing a second; every time a protein was created the corresponding time element would increase by one. The total of all elements were then taken to find an overall amount of protein.

Revision as of 18:28, 16 October 2016