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

Line 80: Line 80:
 
 
 
.mark_yellow {
 
.mark_yellow {
 +
font-family: 'Acme', sans-serif;
 +
font-weight: bold;
 +
}
 +
 +
.mark_red {
 
font-family: 'Acme', sans-serif;
 
font-family: 'Acme', sans-serif;
 
font-weight: bold;
 
font-weight: bold;
Line 194: Line 199:
 
function toggleHeight7(e, maxHeight) {
 
function toggleHeight7(e, maxHeight) {
 
e = document.getElementById("s7"); // e = the gray div
 
e = document.getElementById("s7"); // 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 toggleHeight8(e, maxHeight) {
 +
e = document.getElementById("s8"); // e = the gray div
 
      
 
      
 
if(e.style.height != '30px') {
 
if(e.style.height != '30px') {
Line 292: Line 307:
 
<div class='panel' style="background-color:rgba(255, 234, 234, 0.9)">
 
<div class='panel' style="background-color:rgba(255, 234, 234, 0.9)">
 
<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, 470); return false"  
+
<a href="#!" onclick="toggleHeight4(this, 670); return false"
 +
style="font-family:'Acme', sans-serif;font-size:30px;color:#af0e0e;height: 30px;">
 +
Astaxanthin (CrtW & CetZ)
 +
</a>
 +
<div style="color:#722525;">
 +
<p>  Astaxanthin is a high value and natural pink pigment which can be found in microalgae, yeast and some sea creatures. It’s special due to its antioxidant activity and has been suggested to be beneficial in cardiovascular, immune, inflammatory and neurodegenerative diseases and skin health.  Although it has lots of benefits, astaxanthin is still a product result in a minority amount in the carotenoid synthesis pathway compare with other carotenoid families and yet, the artificial chemical synthesis cost high and result in the least production.
 +
</p>
 +
<p>  Astaxanthin synthesis does not naturally exist in the <i>S. elongates</i> PCC7942. But fortunately, after paper research, we found out that <i>S. elongates</i> PCC7942 has an similar pathway with other microalgae which can synthesis astaxanthin, and the only different is,  <i>S. elongates</i> PCC7942 lack of two necessary gene: <font class='mark_red'>beta-carotene ketolase (crtW)</font> and <font class='mark_red'>beta-carotene hydroxylase (crtZ) </font> to undergo this pathway. Thus, we use IDT to synthesis these two genes and construct it on pPIGBACK, a vector which can express the carrying genes in <i>S. elongates</i> PCC7942.
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
 +
<div class='panel' style="background-color:rgba(255, 234, 234, 0.9)">
 +
<div id="s8" class="expandable" style='height: 30px;padding-top:15px;'>
 +
<a href="#!" onclick="toggleHeight8(this, 670); return false"  
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#af0e0e;height: 30px;">
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#af0e0e;height: 30px;">
Red
+
Lycopene
 
</a>
 
</a>
 
<div style="color:#722525;">
 
<div style="color:#722525;">
<p>Red Design</p>
+
<p></p>
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 14:10, 12 October 2017

Pigments

  In our project, we transfer five types of pigment-related gene sequence (Indigoidine, Zeaxanthin, Melanin, Astaxanthin and Lycopene) into our cyanobacteria. We expect to get six different colors of microalgae, so we could see whether changing the original color of microalgae would change wavelength absorbance and have better photosynthetic efficiencies. Due to better photosynthetic efficiencies, we could elevate oil accumulation in microalgae, which would have great benefit in both industry and scientific usage.