Line 2: | Line 2: | ||
{{NYMU-Taipei-css}} | {{NYMU-Taipei-css}} | ||
− | <html> | + | <html lang="en"> |
+ | |||
<head> | <head> | ||
− | + | ||
− | + | <style> | |
body{ | body{ | ||
− | background-color:# | + | background-color:#396031; |
} | } | ||
− | + | .Nitrogen_Starvation{ | |
− | + | ||
width: 81%; | width: 81%; | ||
− | padding: 2%; | + | padding:2%; |
display:block; | display:block; | ||
float:right; | float:right; | ||
− | background-color:# | + | background-color:#396031; |
font-family:'Fresca',sans-serif; | font-family:'Fresca',sans-serif; | ||
font-size:20px; | font-size:20px; | ||
+ | padding-bottom:250px; | ||
} | } | ||
− | + | .Nitrogen_Starvation_top{ | |
− | width: | + | width: 85%; |
− | + | ||
display:block; | display:block; | ||
float:right; | float:right; | ||
− | background-color:# | + | background-color:#000000; |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
font-family:'Fresca',sans-serif; | font-family:'Fresca',sans-serif; | ||
font-size:20px; | font-size:20px; | ||
− | + | } | |
− | + | ||
− | + | .Nitrogen_Starvation h1{ | |
− | color: # | + | padding:30px 30px 20px 20px; |
− | font-size: | + | color: #ecffe8; |
+ | font-size: 44px; | ||
font-family: 'Acme', sans-serif; | font-family: 'Acme', sans-serif; | ||
} | } | ||
− | + | .Nitrogen_Starvation h4{ | |
− | + | padding:20px 0px 15px 20px; | |
− | + | color: #3dba32; | |
− | + | font-size: 20px; | |
− | + | ||
− | + | ||
− | + | ||
− | color: # | + | |
− | font-size: | + | |
font-family: 'Acme', sans-serif; | font-family: 'Acme', sans-serif; | ||
} | } | ||
− | + | .Nitrogen_Starvation p { | |
− | + | padding:0px 0px 0px 20px; | |
− | font-size: | + | font-size: 20px; |
− | + | color: #0f2306; | |
} | } | ||
− | + | ||
/* Show & hide */ | /* Show & hide */ | ||
.expandable { | .expandable { | ||
Line 87: | Line 72: | ||
padding:15px; | padding:15px; | ||
padding-top:20px; | padding-top:20px; | ||
− | |||
} | } | ||
− | |||
/* IF THE SCREEN IS LESS THAN 800PX */ | /* IF THE SCREEN IS LESS THAN 800PX */ | ||
@media only screen and (max-width: 800px) { | @media only screen and (max-width: 800px) { | ||
.igem_2017_footer_wrapper {width:100%; margin-left:0px;} | .igem_2017_footer_wrapper {width:100%; margin-left:0px;} | ||
− | #Protocol {width:96%; margin-left: | + | #Protocol {width:96%; margin-left:0px;} |
− | #Timeline {width:96%; margin-left: | + | #Timeline {width:96%; margin-left:0px;} |
− | #Labnote {width:96%; margin-left: | + | #Labnote {width:96%; margin-left:0px;} |
} | } | ||
− | + | </style> | |
− | + | ||
− | + | <script> | |
function toggleHeight1(e, maxHeight) { | function toggleHeight1(e, maxHeight) { | ||
e = document.getElementById("s1"); // e = the gray div | e = document.getElementById("s1"); // e = the gray div | ||
− | if(e.style.height != ' | + | if(e.style.height != '30px') { |
− | e.style.height = ' | + | e.style.height = '30px'; // height of one line: 20px |
} else { | } else { | ||
e.style.height = maxHeight + 'px'; | e.style.height = maxHeight + 'px'; | ||
Line 114: | Line 97: | ||
e = document.getElementById("s2"); // e = the gray div | e = document.getElementById("s2"); // e = the gray div | ||
− | if(e.style.height != ' | + | if(e.style.height != '30px') { |
− | e.style.height = ' | + | e.style.height = '30px'; // height of one line: 20px |
} else { | } else { | ||
e.style.height = maxHeight + 'px'; | e.style.height = maxHeight + 'px'; | ||
Line 124: | Line 107: | ||
e = document.getElementById("s3"); // e = the gray div | e = document.getElementById("s3"); // e = the gray div | ||
− | if(e.style.height != ' | + | if(e.style.height != '30px') { |
− | e.style.height = ' | + | e.style.height = '30px'; // height of one line: 20px |
} else { | } else { | ||
e.style.height = maxHeight + 'px'; | e.style.height = maxHeight + 'px'; | ||
Line 134: | Line 117: | ||
e = document.getElementById("s4"); // e = the gray div | e = document.getElementById("s4"); // e = the gray div | ||
− | if(e.style.height != ' | + | if(e.style.height != '30px') { |
− | e.style.height = ' | + | e.style.height = '30px'; // height of one line: 20px |
} else { | } else { | ||
e.style.height = maxHeight + 'px'; | e.style.height = maxHeight + 'px'; | ||
Line 144: | Line 127: | ||
e = document.getElementById("s5"); // e = the gray div | e = document.getElementById("s5"); // e = the gray div | ||
− | if(e.style.height != ' | + | if(e.style.height != '30px') { |
− | e.style.height = ' | + | e.style.height = '30px'; // height of one line: 20px |
} else { | } else { | ||
e.style.height = maxHeight + 'px'; | e.style.height = maxHeight + 'px'; | ||
} | } | ||
} | } | ||
− | + | </script> | |
− | + | ||
</head> | </head> | ||
+ | |||
<body> | <body> | ||
− | <div | + | <div class="Nitrogen_Starvation_top"> |
− | + | <img src="https://static.igem.org/mediawiki/2017/2/20/T--NYMU-Taipei--nitrogen_starvation.jpg" width="100%"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | <div | + | <div class="Nitrogen_Starvation"> |
− | + | ||
− | + | ||
− | + | ||
<div class='panel'> | <div class='panel'> | ||
− | <div id="s1" class="expandable" style='height: | + | <div id="s1" class="expandable" style='height: 30px;'> |
− | <a href="#!" onclick="toggleHeight1(this, | + | <a href="#!" onclick="toggleHeight1(this, 440); return false" |
− | style="font-family: 'Acme', sans-serif;font-size: | + | style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;"> |
− | + | background | |
</a> | </a> | ||
− | <p> | + | <p> With the development of global economy in the latest demands of energy in world, Taiwanese person produce 2.58 billion tons of carbon emission a year. The carbon emission of each person in Taiwan is far ahead China, Japan and South Korea. So in our project, we want to use biofuel as an alternative to fossil fuel in our project. We choose Microalgae as biofuel because it will produce more oil during the period of nitrogen starvation. </p> |
− | + | <p> One research indicates nitrogen starvation promotion fuel accumulation in microalgae. Under nitrogen starvation, de novo synthesis of triacylglycerol from acyl-CoA increases. Then acyl moieties from the degradation of membrane lipids recycle into triacylglycerol and finally increase carbon flux towards glycerol-3 -phosphate and acyl-CoA for fatty acid synthesis. Therefore, the oil accumulation under nitrogen starvation will increase.</p> | |
− | + | <p> How to reach nitrogen starvation? In the past, people cultivate microalgae in closed pond. Give microalgae no nitrogen mediate and extract nitrogen. But this method is consumes lots of energy like closed pond cultivation need electricity to maintain the temperature, nutrition, light etc. So, we want to develop a new method to make microalgae reach nitrogen starvation and evaluate oil production in open pond.</p> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | ||
<div class='panel'> | <div class='panel'> | ||
− | <div id="s2" class="expandable" style='height: | + | <div id="s2" class="expandable" style='height: 30px;'> |
− | <a href="#!" onclick="toggleHeight2(this, | + | <a href="#!" onclick="toggleHeight2(this, 1470); return false" |
− | style="font-family: 'Acme', sans-serif;font-size: | + | style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;"> |
− | + | design | |
</a> | </a> | ||
− | <p> | + | <p> NrtA protein sticks to the periplasmic membrane by a flexible linker and it can capture nitrite or nitrate in the periplasm. Then delivery to the transmembrane complexed that made by NrtB. In our project, we try to transform NrtA gene from cyanobacteria Synechosistis PCC 6803 to E.coli. Engineering E.coli will be capable of clutching nitrite or nitrate in the environment. They will not intake nitrate or nitrite since the gas accumulation may be lethal to cells. But the amount of cells that contain nitrite will decrease. Therefore, the microalgae will undergo nitrogen Starvation and produce oil more efficient.</p> |
− | + | <p> After building up the nitrogen starvation and extract the oil from microalgae, we need to kill E.coli to prevent contamination. So we plan to use endolysin and holin for cell lysis, which is similar to the mechanism used by team Pecking (2014iGEM Beijing). Holin can trigger the formation of holes on cell membrane. When the holin successfully triggers holes on cell membrane, endolysin can pass the membrane through holes and decompose peptidoglycan. E.coli is lysed after the cell membrane and cell wall are destroyed. To control the suicide timing, we design an inducible promoter for holin, so that we can induce E.coli suicide at the exactly time we want.</p> | |
− | + | ||
− | + | <center> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/8/83/T--NYMU-Taipei--nitrogen_starvation_design.png" width="100%"> | |
− | + | </center> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
</div> | </div> | ||
</div> | </div> | ||
<div class='panel'> | <div class='panel'> | ||
− | <div id="s3" class="expandable" style='height: | + | <div id="s3" class="expandable" style='height: 30px;'> |
− | <a href="#!" onclick="toggleHeight3(this, | + | <a href="#!" onclick="toggleHeight3(this, 440); return false" |
− | style="font-family: 'Acme', sans-serif;font-size: | + | style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;"> |
− | + | experiments | |
</a> | </a> | ||
− | < | + | <h4>PCC 6803 gDNA extraction</h4> |
− | + | <h4>NrtA expression</h4> | |
− | </p> | + | <h4>endolysin construct</h4> |
+ | <h4>holin construct</h4> | ||
+ | <h4>endolysin-holin construct</h4> | ||
+ | <h4>endolysin-holin-NrtA construct</h4> | ||
+ | <p>*See our parts <a href="https://2017.igem.org/Team:NYMU-Taipei/Parts">click</a></p> | ||
+ | <p>*See our experiments protocols <a href="https://2017.igem.org/Team:NYMU-Taipei/Notebook">click</a></p> | ||
</div> | </div> | ||
</div> | </div> | ||
<div class='panel'> | <div class='panel'> | ||
− | <div id="s4" class="expandable" style='height: | + | <div id="s4" class="expandable" style='height: 30px;'> |
− | <a href="#!" onclick="toggleHeight4(this, | + | <a href="#!" onclick="toggleHeight4(this, 440); return false" |
− | style="font-family: 'Acme', sans-serif;font-size: | + | style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;"> |
− | + | functional test | |
</a> | </a> | ||
− | < | + | <h4>PCC 6803 gDNA extraction</h4> |
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
</body> | </body> | ||
− | + | ||
</html> | </html> |
Revision as of 06:14, 17 September 2017