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

Line 8: Line 8:
 
<meta http-equiv="X-UA-Compatible" content="IE=edge">
 
<meta http-equiv="X-UA-Compatible" content="IE=edge">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
+
 
<!-- Bootstrap -->
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
+
</head>
+
 
 
 
<style>
 
<style>
Line 21: Line 16:
 
 
 
.Nitrogen_Starvation{
 
.Nitrogen_Starvation{
width: 85%;
+
width: 81%;
 
padding:2%;
 
padding:2%;
 
display:block;
 
display:block;
Line 27: Line 22:
 
background-color:#396031;  
 
background-color:#396031;  
 
font-family:'Fresca',sans-serif;
 
font-family:'Fresca',sans-serif;
padding-bottom:250px;
+
font-size:20px;
 
}
 
}
 
 
Line 50: Line 45:
 
}
 
}
 
 
/* Wrapper for the footer */
+
<!-- /* Wrapper for the footer */
 
.igem_2017_footer_wrapper {
 
.igem_2017_footer_wrapper {
 
width: 85%;
 
width: 85%;
Line 73: Line 68:
  
 
}
 
}
+
-->
 
/* 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:100%; margin-left:0px;}
+
#Protocol {width:96%; margin-left:0px;}
#Timeline {width:100%; margin-left:0px;}
+
#Timeline {width:96%; margin-left:0px;}
#Labnote {width:100%; margin-left:0px;}
+
#Labnote {width:96%; margin-left:0px;}
 
}
 
}
 
 
 
</style>
 
</style>
 +
<script>
 +
function toggleHeight1(e, maxHeight) {
 +
e = document.getElementById("s1"); // e = the gray div
 +
   
 +
if(e.style.height != '24px') {
 +
e.style.height = '24px'; // height of one line: 20px
 +
} else {
 +
e.style.height = maxHeight + 'px';
 +
}
 +
}
 +
 +
function toggleHeight2(e, maxHeight) {
 +
e = document.getElementById("s2"); // e = the gray div
 +
   
 +
if(e.style.height != '24px') {
 +
e.style.height = '24px'; // height of one line: 20px
 +
} else {
 +
e.style.height = maxHeight + 'px';
 +
}
 +
}
 +
 +
function toggleHeight3(e, maxHeight) {
 +
e = document.getElementById("s3"); // e = the gray div
 +
   
 +
if(e.style.height != '24px') {
 +
e.style.height = '24px'; // height of one line: 20px
 +
} else {
 +
e.style.height = maxHeight + 'px';
 +
}
 +
}
 +
 +
function toggleHeight4(e, maxHeight) {
 +
e = document.getElementById("s4"); // e = the gray div
 +
   
 +
if(e.style.height != '24px') {
 +
e.style.height = '24px'; // height of one line: 20px
 +
} else {
 +
e.style.height = maxHeight + 'px';
 +
}
 +
}
 +
 +
function toggleHeight5(e, maxHeight) {
 +
e = document.getElementById("s5"); // e = the gray div
 +
   
 +
if(e.style.height != '24px') {
 +
e.style.height = '24px'; // height of one line: 20px
 +
} else {
 +
e.style.height = maxHeight + 'px';
 +
}
 +
}
 +
</script>
 +
 +
</head>
 +
 
 
 
<body>
 
<body>
Line 88: Line 137:
 
<div class="Nitrogen_Starvation">
 
<div class="Nitrogen_Starvation">
 
 
<center><h1>Nitrogen Starvation</h1></center>
+
<h4></h4>
<h5></h5>
+
+
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+
+
<div class="panel panel-default">
+
<div class="panel-heading" role="tab" id="headingOne">
+
<h4 class="panel-title">
+
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
+
Description
+
</a>
+
</h4>
+
</div>
+
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
+
<div class="panel-body">
+
<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 class="panel panel-default">
+
<div class="panel-heading" role="tab" id="headingTwo">
+
<h4 class="panel-title">
+
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
+
Design
+
</a>
+
</h4>
+
</div>
+
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
+
<div class="panel-body">
+
<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>
+
</div>
+
</div>
+
</div>
+
+
<div class="panel panel-default">
+
<div class="panel-heading" role="tab" id="headingThree">
+
<h4 class="panel-title">
+
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
+
Experiments
+
</a>
+
</h4>
+
</div>
+
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
+
<div class="panel-body">
+
<p>Will soon be uploaded...</p>
+
</div>
+
</div>
+
</div>
+
+
<div class="panel panel-default">
+
<div class="panel-heading" role="tab" id="headingFour">
+
<h4 class="panel-title">
+
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
+
Results
+
</a>
+
</h4>
+
</div>
+
<div id="collapseFour" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFour">
+
<div class="panel-body">
+
<p>Will soon be uploaded...</p>
+
</div>
+
</div>
+
</div>
+
+
<div class="panel panel-default">
+
<div class="panel-heading" role="tab" id="headingFive">
+
<h4 class="panel-title">
+
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
+
Functional Test
+
</a>
+
</h4>
+
</div>
+
<div id="collapseFive" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFive">
+
<div class="panel-body">
+
<p>Will soon be uploaded...</p>
+
</div>
+
</div>
+
</div>
+
+
<div class="panel panel-default">
+
<div class="panel-heading" role="tab" id="headingSix">
+
<h4 class="panel-title">
+
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
+
Reference
+
</a>
+
</h4>
+
</div>
+
<div id="collapseSix" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSix">
+
<div class="panel-body">
+
<ol>
+
<p>
+
<li>Triacylglycerol synthesis during nitrogen stress involves the prokaryotic lipid synthesis pathway and acyl chain remodeling in the microalgae Coccomyxa subellipsoidea
+
<br>J.W. Allen et al. / Algal Research 10 (2015) 110–120
+
</p>
+
<p>
+
<li>The impact of nitrogen starvation on the dynamics of triacylglycerol accumulation in nine microalgae strains
+
<br>G. Breuer et al. / Bioresource Technology 124 (2012) 217–226
+
</p>
+
<p>
+
<li>System-level network analysis of nitrogen starvation and recovery in Chlamydomonas reinhardtii reveals potential new targets for increased lipid accumulation
+
<br>Valledor et al. Biotechnology for Biofuels (2014) 7:171
+
</p>
+
<p>
+
<li>Metabolic changes of starch and lipid triggered by nitrogen starvation in the microalga Chlorella zofingiensis
+
<br>S. Zhu et al. / Bioresource Technology 152 (2014) 292–298
+
</p>
+
<p>
+
<li>Molecular mechanisms for photosynthetic carbon partitioning into storage neutral lipids in Nannochloropsis oceanica under nitrogen-depletion conditions
+
<br>J. Jia et al. / Algal Research 7 (2015) 66–77
+
</p>
+
<p>
+
<li>Current advances in molecular, biochemical, and computational modeling analysis of microalgal triacylglycerol biosynthesis
+
<br>S.K. Lenka et al. / Biotechnology Advances 34 (2016) 1046–1063
+
</p>
+
<p>
+
<li>A model for customising biomass composition in continuous microalgae production
+
<br>A.J. Klok et al. / Bioresource Technology 146 (2013) 89–100
+
</p>
+
<p>
+
<li>Effect of various carbon sources on biomass and lipid production of Chlorella vulgaris during nutrient sufficient and nitrogen starvation conditions
+
<br>H. Abedini Najafabadi et al. / Bioresource Technology 180 (2015) 311–317
+
</p>
+
<p>
+
<li>Modifications of the metabolic pathways of lipid and triacylglycerol production in microalgae
+
<br>Yu et al. Microbial Cell Factories 2011, 10:91
+
</p>
+
</ol>
+
</div>
+
</div>
+
</div>
+
+
+
</div>
+
+
+
+
 
 
 +
<div class='panel'>
 +
<div id="s1" class="expandable" style='height: 24px;'>
 +
<a href="#!" onclick="toggleHeight1(this, 220); return false"
 +
style="font-family: 'Acme', sans-serif;font-size:28px;color: #479fcc;height: 20px;">
 +
Background
 +
</a>
 +
<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.
 +
<br>  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.
 +
<br>  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>
 
 

Revision as of 04:07, 17 September 2017