Difference between revisions of "Team:NYMU-Taipei/Model"

Line 145: Line 145:
 
function toggleHeight10(e, maxHeight) {
 
function toggleHeight10(e, maxHeight) {
 
e = document.getElementById("s10"); // e = the gray div
 
e = document.getElementById("s10"); // e = the gray div
 +
   
 +
if(e.style.height != '30px') {
 +
e.style.height = '30px'; // height of one line: 20px
 +
} else {
 +
e.style.height = maxHeight + 'px';
 +
}
 +
}
 +
 +
function toggleHeight11(e, maxHeight) {
 +
e = document.getElementById("s11"); // e = the gray div
 +
   
 +
if(e.style.height != '30px') {
 +
e.style.height = '30px'; // height of one line: 20px
 +
} else {
 +
e.style.height = maxHeight + 'px';
 +
}
 +
}
 +
 +
function toggleHeight12(e, maxHeight) {
 +
e = document.getElementById("s12"); // e = the gray div
 
      
 
      
 
if(e.style.height != '30px') {
 
if(e.style.height != '30px') {
Line 537: Line 557:
 
</div>
 
</div>
  
 +
<!-- Simulation of energy absorption of each pigment -->
 
<div class='panel'>
 
<div class='panel'>
 
<div id="s9" class="expandable" style='height: 30px;padding-top:15px;'>
 
<div id="s9" class="expandable" style='height: 30px;padding-top:15px;'>
Line 542: Line 563:
 
<a href="#!" onclick="toggleHeight9(this, 620); return false"  
 
<a href="#!" onclick="toggleHeight9(this, 620); return false"  
 
style="font-family:'Acme', sans-serif;font-size:34px;color:#205e1a;height: 30px;">
 
style="font-family:'Acme', sans-serif;font-size:34px;color:#205e1a;height: 30px;">
+
Simulation of energy absorption of each pigment
 
</a>
 
</a>
 
 
<p>descibe
+
<p>The simplified graph can be used to calculate how much energy be absorbed by  each pigments approximately, also knowing photon adsorption amount,after conversion.
 
</p>
 
</p>
 
 
 
<h6 style='color:#bc0101; font-family:"Roboto Mono", monospace;'>
 
<h6 style='color:#bc0101; font-family:"Roboto Mono", monospace;'>
 +
y=0.01*x-3.5, 400<=x<=500
 
<br>
 
<br>
 +
<br>y=1.5, 501<=x<=600
 
<br>
 
<br>
 +
<br>y=3-0.0025*x, 601<=x<=800
 +
</h6>
 +
 +
<blockquote>
 +
<p style='color:#702828;font-size:16px; font-family:"Roboto Mono", monospace;'>
 +
x:
 +
<br>y:
 +
</p>
 +
</blockquote>
 +
 +
<p></p>
 +
<center>
 +
<img src='https://static.igem.org/mediawiki/2017/f/fb/T--NYMU-Taipei--model_energy-pigment.png'
 +
alt='Simulation of energy absorption of each pigment'
 +
style='width:65%'>
 +
<p style='font-size:20px'>fig.9 Simulation of energy absorption of each pigment</p>
 +
</center>
 +
<p></p>
 +
 +
</div>
 +
</div>
 +
 +
 +
<!-- Microalgae productivity in different temperature -->
 +
<div class='panel'>
 +
<div id="s10" class="expandable" style='height: 30px;padding-top:15px;'>
 +
 +
<a href="#!" onclick="toggleHeight10(this, 620); return false"
 +
style="font-family:'Acme', sans-serif;font-size:34px;color:#205e1a;height: 30px;">
 +
Microalgae productivity in different temperature
 +
</a>
 +
 +
<p>After we get the influence degree on temperature,with this model ,we can predict the microalgae productivity at each temperature with other condition keeping stable.It is one of those which use to ensure the experiment  in control.
 +
</p>
 +
 +
<h6 style='color:#bc0101; font-family:"Roboto Mono", monospace;'>
 +
U = Umax*Kss
 
<br>
 
<br>
 +
<br>Umax = A*exp(-E/RT)
 
</h6>
 
</h6>
 
 
 
<blockquote>  
 
<blockquote>  
 
<p style='color:#702828;font-size:16px; font-family:"Roboto Mono", monospace;'>
 
<p style='color:#702828;font-size:16px; font-family:"Roboto Mono", monospace;'>
 +
U: specific growth rate day^-1
 +
<br>Umax: maximum specific growth rate day^-1
 +
<br>Kss: substrate parameter //1
 +
<br>A: constant day^-1 //1.0114*10^10
 +
<br>E: activation energy cal/mol//6842
 +
<br>R: gas constant cal/K*mol //8.314
 +
</p>
 +
</blockquote>
 +
 +
<p></p>
 +
<center>
 +
<img src='https://static.igem.org/mediawiki/2017/8/8c/T--NYMU-Taipei--model_t-spr.png'
 +
alt='Microalgae productivity in different temperature'
 +
style='width:65%'>
 +
<p style='font-size:20px'>fig.10 Microalgae productivity in different temperature</p>
 +
</center>
 +
<p></p>
 +
 +
</div>
 +
</div>
 +
 +
<!-- Microalgae productivity in different pH -->
 +
<div class='panel'>
 +
<div id="s11" class="expandable" style='height: 30px;padding-top:15px;'>
 +
 +
<a href="#!" onclick="toggleHeight11(this, 620); return false"
 +
style="font-family:'Acme', sans-serif;font-size:34px;color:#205e1a;height: 30px;">
 +
Microalgae productivity in different pH
 +
</a>
 +
 +
<p>During microalgae grow at each phase,the equilibrium of pH value is different. This model can be used to collocate with our device,also for the purpose of enhance productivity.
 +
</p>
 
 
<br>
+
<h6 style='color:#bc0101; font-family:"Roboto Mono", monospace;'>
<br>
+
R=A1exp(-B1/ph)-A2exp(-B2/pH)
<br>
+
</h6>
<br>
+
<br>
+
<blockquote>
 +
<p style='color:#702828;font-size:16px; font-family:"Roboto Mono", monospace;'>
 +
R: Co2 productive rate
 +
<br>A1: preexponential factor at i=400 //8.625*10^-5
 +
<br>A2: preexponential factor at i=200 //1.83885*10^-2
 +
<br>B1: activation energy at i=400 mol/J //6.45
 +
<br>B2: activation energy at i=200 mol/J //69.2
 
</p>
 
</p>
 
</blockquote>
 
</blockquote>
Line 567: Line 666:
 
<p></p>
 
<p></p>
 
<center>
 
<center>
<img src=''  
+
<img src='https://static.igem.org/mediawiki/2017/3/36/T--NYMU-Taipei--model_ph-rco2.png'  
alt=''
+
alt='Microalgae productivity in different pH'
 
style='width:65%'>
 
style='width:65%'>
<p style='font-size:20px'>fig.9 </p>
+
<p style='font-size:20px'>fig.11 Microalgae productivity in different pH</p>
 
</center>
 
</center>
 
<p></p>
 
<p></p>
 
 
 
</div>
 
</div>
</div>
+
</div>
 +
 
 +
<!-- The relation between photosynthetic rate and total yield -->
 +
<div class='panel'>
 +
<div id="s12" class="expandable" style='height: 30px;padding-top:15px;'>
 +
 +
<a href="#!" onclick="toggleHeight12(this, 620); return false"
 +
style="font-family:'Acme', sans-serif;font-size:34px;color:#205e1a;height: 30px;">
 +
The relation between photosynthetic rate and total yield
 +
</a>
 +
 +
<p>The model tells us that theoretically there is no faster  photosynthetic rate only if more energy be absorbed, so after work with other model, we can establish the relation between photosynthetic rate and total yield for the purpose of best balance.
 +
</p>
 +
 +
<h6 style='color:#bc0101; font-family:"Roboto Mono", monospace;'>
 +
R=Rmax.e^n/(ke*exp(e.m)+e^n)
 +
</h6>
 +
 +
<blockquote>
 +
<p style='color:#702828;font-size:16px; font-family:"Roboto Mono", monospace;'>
 +
Rmax: maximum rate mol/g*min //0.000046
 +
<br>e: absorbed energy w/m^2
 +
<br>n: energy exponential constant//1.252
 +
<br>ke: productive coefficient uE/(m^2)*s //157.88
 +
<br>m: constant (m^2)*s /uE//0.0035
 +
</p>
 +
</blockquote>
 +
 
 +
<p></p>
 +
<center>
 +
<img src='https://static.igem.org/mediawiki/2017/a/a2/T--NYMU-Taipei--model_e-rco2.png'
 +
alt='The relation between photosynthetic rate and total yield'
 +
style='width:65%'>
 +
<p style='font-size:20px'>fig.12 The relation between photosynthetic rate and total yield</p>
 +
</center>
 +
<p></p>
 +
 +
</div>
 +
</div>
 +
 
  
 
 
</div>
 
</div>
 
</body>
 
</body>
 
 
 
</html>
 
</html>

Revision as of 06:38, 28 September 2017

Modeling