Difference between revisions of "Team:NYMU-Taipei/Nitrogen starvation"

Line 147: Line 147:
 
function toggleHeight5(e, maxHeight) {
 
function toggleHeight5(e, maxHeight) {
 
e = document.getElementById("s5"); // e = the gray div
 
e = document.getElementById("s5"); // 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 toggleHeight6(e, maxHeight) {
 +
e = document.getElementById("s6"); // e = the gray div
 
      
 
      
 
if(e.style.height != '30px') {
 
if(e.style.height != '30px') {
Line 199: Line 209:
 
<div class='panel'>
 
<div class='panel'>
 
<div id="s2" class="expandable" style='height: 30px;padding-top:15px;'>
 
<div id="s2" class="expandable" style='height: 30px;padding-top:15px;'>
<a href="#!" onclick="toggleHeight2(this, 900); return false"  
+
<a href="#!" onclick="toggleHeight2(this, 920); return false"  
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;">
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;">
 
Design
 
Design
Line 222: Line 232:
 
<!--close-->
 
<!--close-->
 
<center>
 
<center>
<a href="#!" onclick="toggleHeight2(this, 900);" style='color:#56914a'>
+
<a href="#!" onclick="toggleHeight2(this, 920);" style='color:#56914a'>
 
click to close
 
click to close
 
</a>
 
</a>
Line 232: Line 242:
 
<div class='panel'>
 
<div class='panel'>
 
<div id="s3" class="expandable" style='height: 30px;padding-top:15px;'>
 
<div id="s3" class="expandable" style='height: 30px;padding-top:15px;'>
<a href="#!" onclick="toggleHeight3(this, 440); return false"  
+
<a href="#!" onclick="toggleHeight3(this, 1440); return false"  
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;">
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;">
 
Experiments
 
Experiments
Line 243: Line 253:
 
<h4>endolysin-holin construct</h4>
 
<h4>endolysin-holin construct</h4>
 
<h4>endolysin-holin-NrtA construct</h4>
 
<h4>endolysin-holin-NrtA construct</h4>
 +
 +
<h4>Growth Curve Measurement</h4>
 +
<p>  In order to investigate the best time to co-culture our modified E.coli and Chlorella vulgaris, and evaluate growth of Chlorella vulgaris before Nile Red staining for oil determination in microalgal cells, we will measure the OD value at 680nm by using spectrophotometer, and do growth curve analysis in R.
 +
<br>  However, since we encountered some difficulties, such as irregular measurement time and personal errors, we decided to search for better measurement method. Later, we borrowed a photo-bioreactor from Professor Ya Tang Yang, Department of Electrical Engineering, National Tsing Hua University, and used it to measure OD value for more precise growth curves.
 +
<center><img src='' style='width:50%'></center>
 +
<ol>
 +
<li>The above line chart presents growth curve of <i>Chlorella vulgaris</i>, under measurement more than 216 hours, and it roughly meets our expectation.
 +
<li>Although the later part of growth curve shows violent fluctuating range, it may be affected by environmental nitrogen metabolites from <i>Chlorella vulgaris</i>.
 +
<li>The measurement result helps us determine lipid production of <i>Chlorella vulgaris</i>, and the time we add NrtA-transformed <i>E. coli</i> into the medium to establish a co-culture system.
 +
</ol>
 +
</p>
 +
 +
<h4>Automatic Measurement</h4>
 +
<p>
 +
  In the photo-bioreactor, there are four light-emitting diode sources and two photodetectors. Once calibrated, the device can cultivate microbial cells and record their growth expression without human intervention. We measure two kinds of microalgae during cell growth in same culture medium, BG-11.
 +
  The photo-bioreactor was designed by Professor Yang, made with Arduino and some circuit components. Yang’s students also helped us assemble it, and teach us how to use. The photo-bioreactor itself can detect multiple units of organisms at same time, having pumps, fans, stir bars and some light bars. In Yang’s laboratory, we had created a calibration curve for correcting, and confirmed that there was a very high degree of correlation between voltage and OD value. You can find it in the below two charts.
 +
<center><img src='' style='width:50%'></center>
 +
<br>
 +
<center><img src='' style='width:50%'></center>
 +
<br>
 +
And here are our results.
 +
<center><img src='' style='width:70%'></center>
 +
<ol>
 +
<li>The above line chart presents growth curve of <i>Chlorella vulgaris</i>, under measurement near 10000 minutes by photobioreactor.
 +
<li>Compared with the stimulation model we made, the result meets our expectation.
 +
</ol>
 +
<center><img src='' style='width:50%'></center>
 +
</p>
 +
 
<p>*See our parts: <a href="https://2017.igem.org/Team:NYMU-Taipei/Parts" target="_blank">click</a></p>
 
<p>*See our parts: <a href="https://2017.igem.org/Team:NYMU-Taipei/Parts" target="_blank">click</a></p>
 
<p>*See our experiments protocols: <a href="https://2017.igem.org/Team:NYMU-Taipei/Notebook" target="_blank">click</a></p>
 
<p>*See our experiments protocols: <a href="https://2017.igem.org/Team:NYMU-Taipei/Notebook" target="_blank">click</a></p>
 
<!--close-->
 
<!--close-->
 
<center>
 
<center>
<a href="#!" onclick="toggleHeight3(this, 440);" style='color:#56914a'>
+
<a href="#!" onclick="toggleHeight3(this, 1440);" style='color:#56914a'>
 
click to close
 
click to close
 
</a>
 
</a>
Line 254: Line 293:
 
</div>
 
</div>
 
 
<!--functional test-->
+
<!--functional test NrtA-->
 
<div class='panel'>
 
<div class='panel'>
 
<div id="s4" class="expandable" style='height: 30px;padding-top:15px;'>
 
<div id="s4" class="expandable" style='height: 30px;padding-top:15px;'>
 
<a href="#!" onclick="toggleHeight4(this, 440); return false"  
 
<a href="#!" onclick="toggleHeight4(this, 440); return false"  
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;">
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;">
Functional Test
+
NrtA Functional Test
 
</a>
 
</a>
 
<p style="padding-top:10px;"></p>
 
<p style="padding-top:10px;"></p>
Line 266: Line 305:
 
<center>
 
<center>
 
<a href="#!" onclick="toggleHeight4(this, 440);" style='color:#56914a'>
 
<a href="#!" onclick="toggleHeight4(this, 440);" style='color:#56914a'>
 +
click to close
 +
</a>
 +
</center>
 +
</div>
 +
</div>
 +
 +
<!--functional test suicide-->
 +
<div class='panel'>
 +
<div id="s6" class="expandable" style='height: 30px;padding-top:15px;'>
 +
<a href="#!" onclick="toggleHeight6(this, 440); return false"
 +
style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;">
 +
Suicide Mechanism  Functional Test
 +
</a>
 +
<p style="padding-top:10px;"></p>
 +
<h4>PCC 6803 gDNA extraction</h4>
 +
<!--close-->
 +
<center>
 +
<a href="#!" onclick="toggleHeight6(this, 440);" style='color:#56914a'>
 
click to close
 
click to close
 
</a>
 
</a>

Revision as of 14:44, 25 October 2017