Difference between revisions of "Team:UCSC/Fermentation"

 
(47 intermediate revisions by 2 users not shown)
Line 142: Line 142:
 
<!-- Nina don't touch this or so help me god -->
 
<!-- Nina don't touch this or so help me god -->
  
.a {
+
  .a {
-webkit-animation:gear_1 4s linear infinite;
+
        -webkit-animation:gear_1 4s linear infinite;
    -moz-animation:gear_1 4s linear infinite;
+
        -moz-animation:gear_1 4s linear infinite;
    animation:gear_1 4s linear infinite;}
+
        animation:gear_1 4s linear infinite;
 +
    }
  
@-moz-keyframes gear_1 { 100% { -moz-transform: rotate(360deg); } }
+
    @-moz-keyframes gear_1 {  
@-webkit-keyframes gear_1 { 100% { -webkit-transform: rotate(360deg); } }
+
        100% {  
@keyframes gear_1 { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
+
            -moz-transform: rotate(360deg);  
 +
        }  
 +
    }
 +
    @-webkit-keyframes gear_1 {  
 +
        100% {  
 +
            -webkit-transform: rotate(360deg);  
 +
        }  
 +
    }
 +
    @keyframes gear_1 {  
 +
        100% {  
 +
            -webkit-transform: rotate(360deg);  
 +
            transform:rotate(360deg);  
 +
        }  
 +
    }
  
.c{
+
    .c{
-webkit-animation:gear_2 4s linear infinite;
+
        -webkit-animation:gear_2 4s linear infinite;
-moz-animation:gear_2 4s linear infinite;
+
        -moz-animation:gear_2 4s linear infinite;
animation:gear_2 4s linear infinite;}
+
        animation:gear_2 4s linear infinite;
 +
    }
  
 
+
    @-moz-keyframes gear_2 {  
 
+
        100% {  
@-moz-keyframes gear_2 { 100% { -moz-transform: rotate(-360deg); } }
+
            -moz-transform: rotate(-360deg);  
@-webkit-keyframes gear_2 { 100% { -webkit-transform: rotate(-360deg); } }
+
        }  
@keyframes gear_2 { 100% { -webkit-transform: rotate(360deg); transform:rotate(-360deg); } }  
+
    }
 +
    @-webkit-keyframes gear_2 {  
 +
        100% {  
 +
            -webkit-transform: rotate(-360deg);  
 +
        }  
 +
    }
 +
    @keyframes gear_2 {  
 +
        100% {  
 +
            -webkit-transform: rotate(360deg);  
 +
            transform:rotate(-360deg);  
 +
        }  
 +
    }  
  
 
     .gear-container {
 
     .gear-container {
Line 166: Line 192:
 
         height: 630px;
 
         height: 630px;
 
     }
 
     }
 
 
 
  
 
     .gear-node {
 
     .gear-node {
Line 174: Line 197:
 
         height: 180px;
 
         height: 180px;
 
         position: absolute;
 
         position: absolute;
         cursor: pointer;}
+
         cursor: pointer;
 +
    }
  
 +
    .gear-node .gear {
 +
        width: 180px;
 +
        height: 180px;
 +
        position: absolute;
 +
        top: 0;
 +
        left: 0;
 +
        right: 0;
 +
        bottom: 0;
 +
        z-index: 2;
 +
    }
  
 
+
    .gear-node .profile-pictures {
.gear-node .gear {
+
 
         width: 180px;
 
         width: 180px;
 
         height: 180px;
 
         height: 180px;
 +
        position: absolute;
 +
        top: 0;
 +
        left: 0;
 +
        right: 0;
 +
        bottom: 0;
 +
        z-index: 3;
 
     }
 
     }
     .profile-cont {
+
 
         display: none;
+
     .gear-node .line {
 +
         position: absolute;
 +
        height: 0px;
 +
        left: 85px;
 +
        top: 85px;
 +
        border: 2px dashed #bdbec0;
 +
        opacity: 0;
 +
        -webkit-transition: opacity 0.5s ease-in-out;
 +
        transition: opacity 0.5s ease-in-out;
 +
        z-index: -1;
 
     }
 
     }
     .profile-cont.active {
+
 
         display: block;
+
     .gear-node.active .line {
 +
         opacity: 1;
 
     }
 
     }
  
 +
    .profile-cont {
 +
        opacity: 0;
 +
        height: 0;
 +
        overflow: hidden;
 +
        -webkit-transition: opacity 0.5s ease-in-out;
 +
        transition: opacity 0.5s ease-in-out;
 +
    }
  
@media screen and (max-width: 1024px) {
+
    .profile-cont.active {
 
+
         opacity: 1;
#salt {width: 100%}
+
         height: auto;
 
+
#our_content {
+
width: 100%;
+
}
+
 
+
#top-section {
+
width: 100%;
+
}
+
 
+
#content {width: 100%;}
+
 
+
#foot {width: 100%}
+
 
+
.gear {width: 10%; height: 10%;}
+
 
+
 
+
  .gear-container {
+
         position: relative;
+
         height: 100%;
+
 
     }
 
     }
  
  
 +
    @media screen and (max-width: 1024px) {
  
 +
        #salt {
 +
            width: 100%
 +
        }
  
    .gear-node {
+
        #our_content {
        width: 100%;
+
            width: 100%;
        height: 100%;
+
 
         }
 
         }
  
 +
        #top-section {
 +
            width: 100%;
 +
        }
  
 
+
         #content {width: 100%;}
.gear-node .gear {
+
         #foot {width: 100%;}
         width: 100%;
+
         height: 100%;
+
  
}
+
        .gear {
@media screen and (max-width: 980px) {
+
            width: 10%;
 +
            height: 10%;
 +
        }
  
#salt {width: 100%}
 
#our_content {
 
width: 100%;
 
}
 
  
#top-section {
+
        .gear-container {
width: 100%;
+
            position: relative;
}
+
            height: 100%;
 +
        }
  
#content {width: 100%;}
+
        .gear-node {
 
+
            width: 100%;
#foot {width: 100%}
+
            height: 100%;
 
+
        }
.gear {width: 10%; height: 10%;}
+
     
}
+
        .gear-node .gear {
 
+
            width: 100%;
.gear-container {
+
            height: 100%;
        position: relative;
+
        }
        height: 100%;
+
 
     }
 
     }
  
 +
    @media screen and (max-width: 980px) {
  
 +
        #salt {
 +
            width: 100%;
 +
        }
  
 +
        #our_content {
 +
            width: 100%;
 +
        }
  
    .gear-node {
+
        #top-section {
        width: 100%;
+
            width: 100%;
        height: 100%;
+
 
         }
 
         }
  
 +
        #content {width: 100%;}
 +
        #foot {width: 100%}
  
 
+
        .gear {
.gear-node .gear {
+
            width: 10%;  
        width: 100%;
+
            height: 10%;
        height: 100%;
+
        }
  
 +
        .gear-container {
 +
            position: relative;
 +
            height: 100%;
 +
        }
  
@media screen and (max-width: 650px) {
+
        .gear-node {
 
+
            width: 100%;
#salt {width: 100%}
+
            height: 100%;
 
+
        }
#our_content {
+
     
width: 100%;
+
        .gear-node .gear {
}
+
            width: 100%;
 
+
            height: 100%;
#top-section {
+
         }
width: 100%;
+
}
+
 
+
#content {width: 100%;}
+
 
+
#foot {width: 100%}
+
 
+
.gear {width: 10%; height: 10%;}
+
 
+
.gear-container {
+
        position: relative;
+
        height: 100%;
+
         width: 100%;
+
 
     }
 
     }
  
  
 +
    @media screen and (max-width: 650px) {
  
 +
        #salt {
 +
            width: 100%;
 +
        }
  
    .gear-node {
+
        #our_content {
        width: 10%;
+
            width: 100%;
        height: 10%;
+
 
         }
 
         }
  
 +
        #top-section {
 +
            width: 100%;
 +
        }
  
 
+
        #content {width: 100%;}
.gear-node .gear {
+
         #foot {width: 100%}
        width: 10%;
+
         height: 10%;
+
  
 +
        .gear {
 +
            width: 10%;
 +
            height: 10%;
 +
        }
  
}
+
        .gear-container {
 +
            position: relative;
 +
            height: 100%;
 +
            width: 100%;
 +
        }
  
 +
        .gear-node {
 +
            width: 10%;
 +
            height: 10%;
 +
        }
 +
     
 +
        .gear-node .gear {
 +
            width: 10%;
 +
            height: 10%;
 +
        }
 +
    }
  
  
Line 335: Line 395:
 
             <li><a href="https://2015.igem.org/Team:UCSC/Fermentation">Fermentation</a></li>
 
             <li><a href="https://2015.igem.org/Team:UCSC/Fermentation">Fermentation</a></li>
 
             <li><a href="https://2015.igem.org/Team:UCSC/Field">Field</a></li>
 
             <li><a href="https://2015.igem.org/Team:UCSC/Field">Field</a></li>
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Attributions">Attributions</a></li>
 +
 
           </ul>
 
           </ul>
 
         </li>
 
         </li>
         <li><a href="https://2015.igem.org/Team:UCSC/Project">Project</a></li>
+
         <li><a href="https://2015.igem.org/Team:UCSC/Description">Project</a></li>
 
           <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Human Practices<span class="caret"></span></a>
 
           <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Human Practices<span class="caret"></span></a>
 
           <ul class="dropdown-menu">
 
           <ul class="dropdown-menu">
             <li><a href="https://2015.igem.org/Team:UCSC/Outreach">Outreach</a></li>
+
             <li><a href="https://2015.igem.org/Team:UCSC/Practices">Outreach</a></li>
 
             <li><a href="https://2015.igem.org/Team:UCSC/Bioethics">Bioethics</a></li>
 
             <li><a href="https://2015.igem.org/Team:UCSC/Bioethics">Bioethics</a></li>
 
           </ul>
 
           </ul>
Line 350: Line 412:
 
         </li>
 
         </li>
 
         <li><a href="https://2015.igem.org/Team:UCSC/Safety">Safety</a></li>
 
         <li><a href="https://2015.igem.org/Team:UCSC/Safety">Safety</a></li>
        <li><a href="https://2015.igem.org/Team:UCSC/Parts">Parts</a></li>
+
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Achievements<span class="caret"></span></a>
        <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">F.O.C.U.S<span class="caret"></span></a>
+
 
           <ul class="dropdown-menu">
 
           <ul class="dropdown-menu">
             <li><a href="https://2015.igem.org/Team:UCSC/FOCUS_Works">How it works</a></li>
+
             <li><a href="https://2015.igem.org/Team:UCSC/Parts">Parts</a></li>
             <li><a href="https://2015.igem.org/Team:UCSC/FOCUS_Devs">Developers</a></li>
+
             <li><a href="https://2015.igem.org/Team:UCSC/Medal_Fulfillment">Medal Fulfillment</a></li>
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Results">Results</a></li>
 +
 
 +
          </ul>
 +
 
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Software">Software</a></li>
 
              
 
              
 
       </ul>
 
       </ul>
Line 367: Line 433:
 
</div>
 
</div>
 
<div id="our_content" align="center">
 
<div id="our_content" align="center">
<h1>
+
<h1> Fermentation: Butanol </h1>
<i>H. volcanii</i> has the possibility of building butanol and ethanol using its natural fatty acid synthesis pathway. The team will be finding gene analogs from Clostridium in halophiles and inserting them into H. volcanii.
+
<br />
</h1>
+
<h2> Fermentation: Butanol </h2>
+
<br />
+
  
 +
 +
 +
<div class="col-md-12">
 +
<b>Background:</b>
 +
<p style="text-align: center;">With our world’s rapid industrial growth and increasing globalization of the consumer market, we have created an energy crisis that our planet can’t sustain for much longer. Rising demand for high energy liquid fuel has only driven us further to our dependency on a resource that is quickly depleting around the world; this is of course fossil fuels. We must, as a single people, begin looking for a renewable or at a minimum a live carbon solution if we are to have any chance of preventing a global catastrophe that will endanger all that humanity has achieved in our brief existence. However the reality of the situation is that the technology and resources to rectify our predicament already exist and have so for several years.
 +
Bio-Butanol is a viable and greater alternative to current fossil fuels, due to bio-butanol’s carbon sequestering of today’s plants. Fossil fuels rely on atmospheric carbon that died millions of years ago while bio-butanol relies on sources that were grown within that year. Expansion of current methods could greatly reduce the impact and even slow the destruction of the planet, however if we hope to halt the issue definitively, we must take responsibility for our energy harvesting and use our technologies to their fullest potential.
 +
Existing bio-butanol production relies on an engineered Clostridium acetobutylicum that converts sugars into the desired 1-butanol, via its solventogenic pathway. However, as many researchers and industrialists have noted, working with the Clostridium has proven difficult due to its additional byproducts: butyrate, acetone, and ethanol making the control over the yield of butanol difficult. Along with a short and spore forming life cycle Clostridium is far from an excellent producer of butanol. </p>
 +
</div>
 +
 +
<div class="col-md-6">
 +
<b>Aims:</b>
 +
<p style="text-align: left;">
 +
 +
The aim was to produce butanol through this fermentation pathway. The focus was converting glucose to butanol by creating two fusion genes to complete the pathway from Butyryl Coa to Butanol. One from Shewanella and one consisting of native ACD and Aldy genes from HVO.
 +
In addition, we wished to grow multiple cultures both aerobically and anaerobically, and at different pHs, to test solvent production without modification. We were looking for butyric acid and/or butanol in our samples.
 +
<br/>
 +
<img src="https://static.igem.org/mediawiki/2015/7/74/CAC_pathway.png" />
 +
<br />
 +
</p>
 +
<p style="font-size: 10px;">  García, V., Challenges in biobutanol production: How to improve the efficiency? Renewable and Sustainable Energy Reviews 15, 964–980 (2011). </p>
 +
</p>
 +
</div>
 +
 +
<div="col-md-6">
 +
<b>Achievements:</b>
 +
<p style="text-align:left;">
 +
 +
We were able to create one assembled fusion gene. We also designed multiple linkers (refer to parts) to complete the designed fusion gene.
 +
<br />
 +
<img src= "https://static.igem.org/mediawiki/2015/b/bd/Linker_assembly.png" style="width: 50%; height 50%;" />
 +
</p>
 +
</div>
 +
 +
 +
 +
 +
 +
 +
<table style="width: 1230px; text-align: center;">
 +
<tr>
 +
<td>
 +
View our <a href="https://2015.igem.org/Team:UCSC/Logs">Notebook</a> for our methodology that lead to our results.
 +
</td>
 +
</tr>
 +
</table>
 +
 +
<br />
 +
<br />
 
<div class="container">
 
<div class="container">
 
     <div class="row">
 
     <div class="row">
 
         <div class="col-md-6 gear-container">
 
         <div class="col-md-6 gear-container">
             <div class="gear-node a" data-node="1" style="top: 0px; left: -2px;"><img class="gear" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" /></div>
+
             <div class="gear-node a" data-node="1" style="top: 0px; left: -2px;">
             <div class="gear-node" data-node="2" style="top: 68px; left: 155px;"><img class="gear c " src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" /></div>
+
                <img class="gear" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" />
             <div class="gear-node a" data-node="3" style="top: 200px; left: 50px;"><img class="gear" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" /></div>
+
                <img class="profile-picture" src="https://static.igem.org/mediawiki/2015/4/4b/Fermentation_-_Alonzo.png"  />
             <div class="gear-node" data-node="4" style="top: 270px; left: 210px;"><img class="gear c" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" /></div>
+
                <div class="line" style="-ms-transform: rotate(7deg); -webkit-transform: rotate(7deg); transform: rotate(7deg); width: 577px; top: 94px; left: 63px;"></div>
             <div class="gear-node a" data-node="5" style="top: 405px; left: 105px;"><img class="gear" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" /></div>
+
            </div>
             <div class="gear-node" data-node="6" style="top: 470px; left: 270px;"><img class="gear c" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" /></div>
+
             <div class="gear-node" data-node="2" style="top: 68px; left: 155px;">
             <div class="gear-node a" data-node="7" style="top: 630px; left: 340px;"><img class="gear" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" /></div>
+
                <img class="gear c " src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" />
 +
                <img class="profile-picture" src="https://static.igem.org/mediawiki/2015/5/56/Fermentation_-_Nina.png" />
 +
                <div class="line" style="-ms-transform: rotate(7deg); -webkit-transform: rotate(7deg); transform: rotate(7deg); width: 433px; top: 94px; left: 63px;"></div>
 +
            </div>
 +
             <div class="gear-node a" data-node="3" style="top: 200px; left: 50px;">
 +
                <img class="gear" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" />
 +
                <img class="profile-picture" src="https://static.igem.org/mediawiki/2015/9/99/Fermentation_-_Sanusha.png" />
 +
                <div class="line" style="-ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg); width: 559px; top: 31px; left: 39px;"></div>
 +
            </div>
 +
             <div class="gear-node" data-node="4" style="top: 270px; left: 210px;">
 +
                <img class="gear c" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" />
 +
                <img class="profile-picture" src="https://static.igem.org/mediawiki/2015/d/d0/Fermentation_-_Jackson.png" />
 +
                <div class="line" style="-ms-transform: rotate(-26deg); -webkit-transform: rotate(-26deg); transform: rotate(-26deg); width: 476px; top: -15px; left: 39px;"></div>
 +
            </div>
 +
             <div class="gear-node a" data-node="5" style="top: 405px; left: 105px;">
 +
                <img class="gear" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" />
 +
                <img class="profile-picture" src="https://static.igem.org/mediawiki/2015/8/81/Fermentation_-_Vijay.png" />
 +
                <div class="line" style="-ms-transform: rotate(-26deg); -webkit-transform: rotate(-26deg); transform: rotate(-26deg); width: 528px; top: -15px; left: 39px;"></div>
 +
            </div>
 +
             <div class="gear-node" data-node="6" style="top: 470px; left: 270px;">
 +
                <img class="gear c" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" />
 +
                <img class="profile-picture" src="https://static.igem.org/mediawiki/2015/9/9d/Fermentation_-_Isabel.png" />
 +
                <div class="line" style="-ms-transform: rotate(-44deg); -webkit-transform: rotate(-44deg); transform: rotate(-44deg); width: 382px; top: -48px; left: 43px;"></div>
 +
            </div>
 +
             <div class="gear-node a" data-node="7" style="top: 630px; left: 340px;">
 +
                <img class="gear" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" />
 +
                <img class="profile-picture" src="https://static.igem.org/mediawiki/2015/3/3d/Derekwheel.png" />
 +
                <div class="line" style="-ms-transform: rotate(-59deg); -webkit-transform: rotate(-59deg); transform: rotate(-59deg); width: 485px; top: -148px; left: -12px;"></div>
 +
            </div>
  
 
         </div>
 
         </div>
Line 388: Line 527:
 
             <div class="profile-cont" data-node="1">
 
             <div class="profile-cont" data-node="1">
 
                 <table style=" width: 500px; padding: 0px; margin: auto;">
 
                 <table style=" width: 500px; padding: 0px; margin: auto;">
                <tr>
+
                    <tr>
                <td>
+
                        <td>
                <p>
+
                            <p><b>Alonzo Lee</b></p>
                <b>Alonzo Lee</b>
+
                            <img src="https://static.igem.org/mediawiki/2015/c/c0/T7juPEQ.jpg" style=" width: 236px; height: 355px;" />
                </p>
+
                        </td>
                <img src="https://static.igem.org/mediawiki/2015/c/c0/T7juPEQ.jpg" style=" width: 236px; height: 355px;" />
+
                        <td>
                <td>
+
                            <ul class="list-unstyled">
                <td>
+
                                <li><span>Biomolecular Engineering<br /> Cowell College (UCSC)<br /> 4th Year<br /> Overseer of all projects&nbsp;<br /> From: Sacramento, CA</span></li>
                <ul class="list-unstyled">
+
                            </ul>
                <li><span>Biomolecular Engineering<br /> Cowell College (UCSC)<br /> 4th Year<br /> Overseer of all projects&nbsp;<br /> From: Sacramento, CA</span></li>
+
                        </td>
                </ul>
+
                    </tr>
                </td>
+
                </table>
                </tr>
+
                <table style=" width: 500px; padding: 0px; margin: auto;">
                </table>
+
                    <tr>
<table style=" width: 500px; padding: 0px; margin: auto;">
+
                        <td style=" padding: 0px;">
                <tr>
+
                            <p class="left">
                <td style=" padding: 0px;">
+
                                <i>"I started this project nervous and afraid about my ability to not only perform in a laboratory setting but as a captain as well. Yet now that have gone through iGEM I have become both an experienced researcher and a decisive leader who is able to communicate with all levels. This project has been one of the most fulfilling experiences of my life and I only hope that in the future more potential researchers are able to live what I have lived. With new experiences, knowledge, and friends in hand I look back at back at my iGEM experience only wishing to live it once more."</i>
                <p class="left">
+
                            </p>
<i>"I started this project nervous and afraid about my ability to not only perform in a laboratory setting but as a captain as well. Yet now that have gone through iGEM I have become both an experienced researcher and a decisive leader who is able to communicate with all levels. This project has been one of the most fulfilling experiences of my life and I only hope that in the future more potential researchers are able to live what I have lived. With new experiences, knowledge, and friends in hand I look back at back at my iGEM experience only wishing to live it once more."</i>
+
                </p>
+
 
                  
 
                  
                </td>
+
                        </td>
                </tr>
+
                    </tr>
                </table>
+
                </table>
 
             </div>
 
             </div>
 
             <div class="profile-cont" data-node="2">
 
             <div class="profile-cont" data-node="2">
                  <table style=" width: 500px; padding: 0px; margin: auto;">
+
                <table style=" width: 500px; padding: 0px; margin: auto;">
                <tr>
+
                    <tr>
                <td>
+
                        <td>
                <p>
+
                            <p><b>Nina Sardesh</b></p>
                <b>Nina Sardesh</b>
+
                            <img src="https://static.igem.org/mediawiki/2015/e/ea/TBLe8mj.jpg" style=" width: 236px; height: 355px;" />
                </p>
+
                        </td>
                <img src="https://static.igem.org/mediawiki/2015/e/ea/TBLe8mj.jpg" style=" width: 236px; height: 355px;" />
+
                        <td>
                <td>
+
                            <ul class="list-unstyled">
                <td>
+
                                <li><span>Bioelectronics Engineering<br /> <em>Electrical Engineering minor</em><br />Stevenson College (UCSC)<br />4th Year<br />Grant &amp; Social Media Supervisor<br />From: San Francisco, CA&nbsp;</span></li>
                <ul class="list-unstyled">
+
                            </ul>
                <li><span>Bioelectronics Engineering<br /> <em>Electrical Engineering minor</em><br />Stevenson College (UCSC)<br />4th Year<br />Grant &amp; Social Media Supervisor<br />From: San Francisco, CA&nbsp;</span></li>
+
                        </td>
                </ul>
+
                    </tr>
                </td>
+
                </table>
                </tr>
+
<table style=" width: 500px; padding: 0px; margin: auto;">
                </table>
+
                    <tr>
 +
                        <td style=" padding: 0px;">
 +
                            <p class="left">
 +
                                <i>"iGEM has been a leadership experience like no other. The skills I have acquired from working with such a bright and diverse team have allowed me to become confident in my ability to manage, and the potential for me to start a business. I am extremely proud of the work we have done and our teamwork abilities. "</i>
 +
                            </p>
 +
               
 +
                        </td>
 +
                    </tr>
 +
                </table>
 
             </div>
 
             </div>
 
             <div class="profile-cont" data-node="3">
 
             <div class="profile-cont" data-node="3">
                <table style=" width: 500px;">
+
                <table style=" width: 500px;">
                <tr>
+
                    <tr>
                <td>
+
                        <td>
                <p>
+
                            <p><b>Sanusha Bijj</b></p>
                <b>Sanusha Bijj</b>
+
                            <img src="https://static.igem.org/mediawiki/2015/9/94/Hh3piQb.jpg" style=" width: 236px; height: 355px;" />
                </p>
+
                        </td>
                <img src="https://static.igem.org/mediawiki/2015/9/94/Hh3piQb.jpg" style=" width: 236px; height: 355px;" />
+
                        <td>
                <td>
+
                            <ul class="list-unstyled">
                <td>
+
                                <li><span>Biomolecular Engineering<br /> </span><em><span>Bioinformatics minor</span></em><span><br /> College Nine (UCSC)<br /> 4th Year<br /> Grant, Social Media,&nbsp;&amp; <br />Website Team<br /> From: San Jose, CA</span></li>
                <ul class="list-unstyled">
+
                            </ul>
        <li><span>Biomolecular Engineering<br /> </span><em><span>Bioinformatics minor</span></em><span><br /> College Nine (UCSC)<br /> 4th Year<br /> Grant, Social Media,&nbsp;&amp; <br />Website Team<br /> From: San Jose, CA</span></li>
+
                        </td>
</ul>
+
                    </tr>
                </td>
+
                </table>
                </tr>
+
                <table style=" width: 500px; padding: 0px; margin: auto;">
                </table>
+
                    <tr>
<table style=" width: 500px; padding: 0px; margin: auto;">
+
                        <td style=" padding: 0px;">
                <tr>
+
                            <p class="left">
                <td style=" padding: 0px;">
+
                                <i>"Being apart of iGEM was more than just an experience. I was able to not only learn new lab techniques, but also learn how to fundraise, communicate, and think broader. My contribution to the team not only include lab work but publicizing our research through newspapers, writing grants, and writing thank-you letters. Two important qualities I learned from this experience were patience and communication. I can definitely say that this experience has prepped me to deal with the future research labs that I will encounter."</i>
                <p class="left">
+
                            </p>
<i>"Being apart of iGEM was more than just an experience. I was able to not only learn new lab techniques, but also learn how to fundraise, communicate, and think broader. My contribution to the team not only include lab work but publicizing our research through newspapers, writing grants, and writing thank-you letters. Two important qualities I learned from this experience were patience and communication. I can definitely say that this experience has prepped me to deal with the future research labs that I will encounter."</i>
+
                </p>
+
 
                  
 
                  
                </td>
+
                        </td>
                </tr>
+
                    </tr>
                </table>
+
                </table>
 
             </div>
 
             </div>
 
             <div class="profile-cont" data-node="4">
 
             <div class="profile-cont" data-node="4">
          <table style=" width: 500px;">
+
                <table style=" width: 500px;">
                <tr>
+
                    <tr>
                <td>
+
                        <td>
                <p>
+
                            <p><b>Jackson DeKloe</b></p>
                <b>Jackson DeKloe</b>
+
                            <img src="https://static.igem.org/mediawiki/2015/5/50/JOskfl3.jpg" style=" width: 236px; height: 355px;" />
                </p>
+
                        </td>
                <img src="https://static.igem.org/mediawiki/2015/5/50/JOskfl3.jpg" style=" width: 236px; height: 355px;" />
+
                        <td>
                <td>
+
                            <ul class="list-unstyled">
                <td>
+
                                <li><span>Molecular, Cell, &amp; <br />Developmental&nbsp;Biology<br /> </span><em><span>Bioinformatics minor</span></em><span><br /> Cowell College (UCSC)<br /> 5th Year<br /> From: Fairfield, CA</span></li>
                <ul class="list-unstyled">
+
                            </ul>
        <li><span>Molecular, Cell, &amp; <br />Developmental&nbsp;Biology<br /> </span><em><span>Bioinformatics minor</span></em><span><br /> Cowell College (UCSC)<br /> 5th Year<br /> From: Fairfield, CA</span></li>
+
                        </td>
</ul>
+
                    </tr>
                </td>
+
                </table>
                </tr>
+
                </table>
+
 
             </div>
 
             </div>
 
             <div class="profile-cont" data-node="5">
 
             <div class="profile-cont" data-node="5">
          <table style=" width: 500px;">
+
                <table style=" width: 500px;">
                <tr>
+
                    <tr>
                <td>
+
                        <td>
                <p>
+
                            <p><b>Vijay Jayant</b></p>
                <b>Vijay Jayant</b>
+
                            <img src="https://static.igem.org/mediawiki/2015/7/7b/TSbgd8F.jpg" style=" width: 236px; height: 355px;" />
                </p>
+
                        </td>
                <img src="https://static.igem.org/mediawiki/2015/7/7b/TSbgd8F.jpg" style=" width: 236px; height: 355px;" />
+
                        <td>
                <td>
+
                            <ul class="list-unstyled">
                <td>
+
                                <li><span>Molecular, Cell, &amp; <br />Developmental&nbsp;Biology<br /> </span><em><span>Bioinformatics minor</span></em><span><br /> College Ten (UCSC)<br /> 5th Year<br /> Graphic Deisgn, Video, &amp; <br />Website Team<br /> From: Fremont, CA</span></li>
                <ul class="list-unstyled">
+
                            </ul>
        <li><span>Molecular, Cell, &amp; <br />Developmental&nbsp;Biology<br /> </span><em><span>Bioinformatics minor</span></em><span><br /> College Ten (UCSC)<br /> 5th Year<br /> Graphic Deisgn, Video, &amp; <br />Website Team<br /> From: Fremont, CA</span></li>
+
                        </td>
                </td>
+
                    </tr>
                </tr>
+
                </table>
                </table>
+
<table style=" width: 500px; padding: 0px; margin: auto;">
 +
                    <tr>
 +
                        <td style=" padding: 0px;">
 +
                            <p class="left">
 +
                                <i>""Aside from the valuable lab research experience and team building, the most rewarding aspect of iGEM for me was the ability to apply my extracurricular skills towards the project. From providing graphic design to helping with our crowdfunding video, this was the first time I have been able to get involved with a meaningful project from multiple angles. I am confident that I will be able to take what I have learned from iGEM and apply it to my future career path. ""</i>
 +
                            </p>
 +
               
 +
                        </td>
 +
                    </tr>
 +
                </table>
 
             </div>
 
             </div>
 
             <div class="profile-cont" data-node="6">
 
             <div class="profile-cont" data-node="6">
 
                 <table style=" width: 500px; margin: auto;">
 
                 <table style=" width: 500px; margin: auto;">
                <tr>
+
                    <tr>
                <td>
+
                        <td>
                <p>
+
                            <p><b>Isabel Madau</b></p>
                <b>Isabel Madau</b>
+
                            <img src="https://static.igem.org/mediawiki/2015/e/ef/SJzt0Ij.jpg" style=" width: 236px; height: 355px;" />
                </p>
+
                        </td>
                <img src="https://static.igem.org/mediawiki/2015/e/ef/SJzt0Ij.jpg" style=" width: 236px; height: 355px;" />
+
                        <td>
                <td>
+
                            <ul class="list-unstyled">
                <td>
+
                                <li><span>Biochemistry<br /> University of Edinburgh<br /> 2nd Year<br /> Grant Team<br /> From:&nbsp;Baltimore, MD</span></li>
                <ul class="list-unstyled">
+
                            </ul>
      <li><span>Biochemistry<br /> University of Edinburgh<br /> 2nd Year<br /> Grant Team<br /> From:&nbsp;Baltimore, MD</span></li>
+
                        </td>
</ul>
+
                    </tr>
                </td>
+
                </table>
                </tr>
+
                </table>
+
 
             </div>
 
             </div>
 
             <div class="profile-cont" data-node="7">
 
             <div class="profile-cont" data-node="7">
 
                 <table style=" width: 500px;">
 
                 <table style=" width: 500px;">
                <tr>
+
                    <tr>
                <td>
+
                        <td>
                <p>
+
                            <p><b>Derek Brekke</b></p>
                <b>Derek Brekke</b>
+
                            <img src="https://static.igem.org/mediawiki/2015/7/75/Derek.jpg" style=" width: 236px; height: 355px;" />
                </p>
+
                        </td>
                <img src="" style=" width: 236px; height: 355px;" />
+
                        <td>
                <td>
+
                            <ul class="list-unstyled">
                <td>
+
                                <li><span>Biomolecular Engineering<br /> </span><em><span>Bioinformatics minor</span></em><span><br /> College Nine (UCSC)<br /> 5th Year<br /> From: Aptos, CA</span></li>
                <ul class="list-unstyled">
+
                            </ul>
        <li><span>Biomolecular Engineering<br /> </span><em><span>Bioinformatics minor</span></em><span><br /> College Nine (UCSC)<br /> 5th Year<br /> From: Aptos, CA</span></li>
+
                        </td>
</ul>
+
                    </tr>
                </td>
+
                </table>
                </tr>
+
                </table>
+
 
             </div>
 
             </div>
          <div class="gear-node" data-node="1" style="top: 0.5px; left: -586px;"><img src="https://static.igem.org/mediawiki/2015/4/4b/Fermentation_-_Alonzo.png"  /></div>
+
        </div>
          <div class="gear-node" data-node="2" style="top: 68px; left: -429px;"><img src="https://static.igem.org/mediawiki/2015/5/56/Fermentation_-_Nina.png" /></div>
+
          <div class="gear-node a" data-node="3" style="top: 200px; left: -534px;"><img src="https://static.igem.org/mediawiki/2015/9/99/Fermentation_-_Sanusha.png" /></div>
+
            <div class="gear-node" data-node="4" style="top: 270px; left: -375px;"><img src="https://static.igem.org/mediawiki/2015/d/d0/Fermentation_-_Jackson.png" /></div>
+
            <div class="gear-node" data-node="5" style="top: 405px; left: -480px;"><img src="https://static.igem.org/mediawiki/2015/8/81/Fermentation_-_Vijay.png" /></div>
+
            <div class="gear-node" data-node="6" style="top: 470px; left: -315px;"><img src="https://static.igem.org/mediawiki/2015/9/9d/Fermentation_-_Isabel.png" /></div>
+
            <div class="gear-node " data-node="7" style="top: 630px; left: -244px;"><img src="" /></div>
+
 
+
      </div>
+
 
     </div>
 
     </div>
 
</div>  
 
</div>  
Line 543: Line 681:
 
<br />
 
<br />
 
<br />   
 
<br />   
<h2> Fermentation: Ethanol </h2>  
+
<h1> Fermentation: Ethanol </h1>  
 
<div class="container">
 
<div class="container">
 
     <div class="row">
 
     <div class="row">
 
         <div class="col-md-6 gear-container">
 
         <div class="col-md-6 gear-container">
             <div class="gear-node" data-node="8" style="top: 0px; left: -2px;"><img class="gear" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" /></div>
+
             <div class="gear-node" data-node="8" style="top: 0px; left: -2px;">
             <div class="gear-node" data-node="9" style="top: 100px; left: 125px;"><img class="gear c" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" /></div>
+
                <img class="gear" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" />
             <div class="gear-node" data-node="0" style="top: 260px; left: 105px;"><img class="gear" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" /></div>
+
                <img class="profile-picture" src="https://static.igem.org/mediawiki/2015/9/90/Kv.png" />
</div>
+
                <div class="line" style="-ms-transform: rotate(8deg); -webkit-transform: rotate(8deg); transform: rotate(8deg); width: 575px; top: 108px; left: 68px;"></div>
 +
            </div>
 +
             <div class="gear-node" data-node="9" style="top: 100px; left: 125px;">
 +
                <img class="gear c" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" />
 +
                <img class="profile-picture" src="https://static.igem.org/mediawiki/2015/6/6e/Meg.png" />
 +
                <div class="line" style="width: 485px; top: 85px; left: 85px;"></div>
 +
            </div>
 +
             <div class="gear-node" data-node="0" style="top: 260px; left: 105px;">
 +
                <img class="gear" src="https://static.igem.org/mediawiki/2015/9/9c/UCSC_Profile_Gear.png" />
 +
                <img class="profile-picture" src="https://static.igem.org/mediawiki/2015/e/ec/Kendal.png" />
 +
                <div class="line" style="-ms-transform: rotate(-32deg); -webkit-transform: rotate(-32deg); transform: rotate(-32deg); width: 485px; top: -51px; left: 78px;"></div>
 +
            </div>
 +
        </div>
 
         <div class="col-md-6">
 
         <div class="col-md-6">
 
             <div class="profile-cont" data-node="8">
 
             <div class="profile-cont" data-node="8">
                <table style=" width: 500px;">
+
                <table style=" width: 500px;">
                <tr>
+
                    <tr>
                <td>
+
                        <td>
                <p>
+
                            <p><b>Kassandra Colao</b></p>
                <b>Kassandra Colao</b>
+
                            <img src="https://static.igem.org/mediawiki/2015/6/6e/YnHcHHt.jpg" style=" width: 236px; height: 355px;" />
                </p>
+
                        </td>
                <img src="https://static.igem.org/mediawiki/2015/6/6e/YnHcHHt.jpg" style=" width: 236px; height: 355px;" />
+
                        <td>
                <td>
+
                            <ul class="list-unstyled">
                <td>
+
                                <li><span>Biomolecular Engineering<br /> </span><em><span>Bioinformatics minor</span></em><span><br /> Merrill College (UCSC)<br /> 5th Year<br /> From: Napa, CA</span></li>
                <ul class="list-unstyled">
+
                            </ul>
      <li><span>Biomolecular Engineering<br /> </span><em><span>Bioinformatics minor</span></em><span><br /> Merrill College (UCSC)<br /> 5th Year<br /> From: Napa, CA</span></li>
+
                        </td>
</ul>
+
                    </tr>
                </td>
+
                </table>
                </tr>
+
                </table>
+
 
             </div>
 
             </div>
 
             <div class="profile-cont" data-node="9">
 
             <div class="profile-cont" data-node="9">
                        <table style=" width: 500px;">
+
                <table style=" width: 500px;">
                <tr>
+
                    <tr>
                <td>
+
                        <td>
                <p>
+
                            <p><b>Megana Kunda</b></p>
                <b>Megana Kunda</b>
+
                            <img src="https://static.igem.org/mediawiki/2015/8/88/Zyhb1HX.jpg" style=" width: 236px; height: 355px;" />
                </p>
+
                        </td>
                <img src="https://static.igem.org/mediawiki/2015/8/88/Zyhb1HX.jpg" style=" width: 236px; height: 355px;" />
+
                        <td>
                <td>
+
                            <ul class="list-unstyled">
                <td>
+
                                <li><span>Biomolecular Engineering and<br /> Molecular, Cell, &amp; <br />Developmental&nbsp;Biology<br /> </span><em><span>Bioinformatics minor</span></em><span><br /> Collge 10 (UCSC)<br /> 4th Year<br /> From:&nbsp;<span>Milpitas, CA</span></span></li>
                <ul class="list-unstyled">
+
                            </ul>
      <li><span>Biomolecular Engineering and<br /> Molecular, Cell, &amp; <br />Developmental&nbsp;Biology<br /> </span><em><span>Bioinformatics minor</span></em><span><br /> Collge 10 (UCSC)<br /> 4th Year<br /> From:&nbsp;<span>Milpitas, CA</span></span></li>
+
                        </td>
</ul>
+
                    </tr>
                </td>
+
                </table>
                </tr>
+
                </table>
+
            </div>
+
 
             </div>
 
             </div>
 
             <div class="profile-cont" data-node="0">
 
             <div class="profile-cont" data-node="0">
                          <table style=" width: 500px;">
+
                <table style=" width: 500px;">
                <tr>
+
                    <tr>
                <td>
+
                        <td>
                <p>
+
                            <p><b>Kendal Prokopakis</b></p>
                <b>Kendal Prokopakis</b>
+
                            <img src="https://static.igem.org/mediawiki/2015/b/b1/GUwlqfp.jpg" style=" width: 236px; height: 355px;" />
                </p>
+
                        </td>
                <img src="https://static.igem.org/mediawiki/2015/b/b1/GUwlqfp.jpg" style=" width: 236px; height: 355px;" />
+
                        <td>
                <td>
+
                            <ul class="list-unstyled">
                <td>
+
                                <li><span>Biomolecular Engineering<br /><em>Bioinformatics minor<br /></em>Stevenson College (UCSC)<br /> 4th Year<br />From: Santa Clara, CA</span></li>
                <ul class="list-unstyled">
+
                            </ul>
    <li><span>Biomolecular Engineering<br /><em>Bioinformatics minor<br /></em>Stevenson College (UCSC)<br /> 4th Year<br />From: Santa Clara, CA</span></li>
+
                        </td>
</ul>
+
                    </tr>
                </td>
+
                </table>
                </tr>
+
            </div>
                </table>
+
        </div>
</div>
+
</div>
+
 
     </div>
 
     </div>
 
</div>
 
</div>
 +
 
<br />
 
<br />
 
<br />
 
<br />
Line 630: Line 774:
  
 
<div id="foot" class="center foot">
 
<div id="foot" class="center foot">
<img src="https://static.igem.org/mediawiki/2015/8/80/Cellulose_Footer.png" width="25%" /><img class="gear" src="https://static.igem.org/mediawiki/2015/1/11/Ucsc_gear.png" alt="">&nbsp;&nbsp; <a href="https://2015.igem.org/Team:UCSC">Home</a> | <a href="https://2015.igem.org/Team:UCSC/Team">Teams</a> | <a href="https://2015.igem.org/Team:UCSC/Project">Project</a> | <a href="https://2015.igem.org/Team:UCSC/Outreach">Human Practices</a> | <a href="https://2015.igem.org/Team:UCSC/Notebook">Notebook</a> | <a href="https://2015.igem.org/Team:UCSC/Safety">Safety</a> | <a href="https://2015.igem.org/Team:UCSC/Parts">Parts</a> | <a href="https://2015.igem.org/Team:UCSC/Software">F.O.C.U.S</a> &nbsp;&nbsp; <img class="gear" src="https://static.igem.org/mediawiki/2015/1/11/Ucsc_gear.png" alt="">
+
<img src="https://static.igem.org/mediawiki/2015/8/80/Cellulose_Footer.png" width="20%" /><img class="gear" src="https://static.igem.org/mediawiki/2015/1/11/Ucsc_gear.png" alt="">&nbsp;&nbsp; <a href="https://2015.igem.org/Team:UCSC">Home</a> | <a href="https://2015.igem.org/Team:UCSC/Team">Teams</a> | <a href="https://2015.igem.org/Team:UCSC/Description">Project</a> | <a href="https://2015.igem.org/Team:UCSC/Practices">Human Practices</a> | <a href="https://2015.igem.org/Team:UCSC/Logs">Notebook</a> | <a href="https://2015.igem.org/Team:UCSC/Safety">Safety</a> | <a href="https://2015.igem.org/Team:UCSC/Parts">Achievements</a> | <a href="https://2015.igem.org/Team:UCSC/Software">F.O.C.U.S</a> &nbsp;&nbsp; <img class="gear" src="https://static.igem.org/mediawiki/2015/1/11/Ucsc_gear.png" alt="">
<img src="https://static.igem.org/mediawiki/2015/4/4c/Fuel_Footer.png"  width="25%"/>
+
<img src="https://static.igem.org/mediawiki/2015/4/4c/Fuel_Footer.png"  width="20%"/>
  
 
<ul id="menu">
 
<ul id="menu">
<li><img src="https://static.igem.org/mediawiki/2015/a/a9/Fns4kg.png" style="width: 148px; height:148px;" /></li>
+
<li><img src="https://static.igem.org/mediawiki/2015/a/a9/Fns4kg.png" style="width: 88px; height:88px;" /></li>
  
<li><img src="https://static.igem.org/mediawiki/2015/0/03/Vwr.png" /></li>
+
<li><img src="https://static.igem.org/mediawiki/2015/0/03/Vwr.png" style="width: 241px; height: 50px "/></li>
  
<li><img src="https://static.igem.org/mediawiki/2015/6/62/Ucsc.png" style="width: 348px; height: 98px;" /></li>
+
<li><img src="https://static.igem.org/mediawiki/2015/6/62/Ucsc.png" style="width: 288px; height: 68px;" /></li>
  
<li><img src="https://static.igem.org/mediawiki/2015/b/b6/Geneious_logo.png" style="width: 348px; height: 148px; " /></li>
+
<li><img src="https://static.igem.org/mediawiki/2015/b/b6/Geneious_logo.png" style="width: 288px; height: 88px; " /></li>
  
<li><img src="https://static.igem.org/mediawiki/2015/3/34/Idt.jpg" style="width: 148px; height: 148px;" /></li>
+
<li><img src="https://static.igem.org/mediawiki/2015/3/34/Idt.jpg" style="width: 88px; height: 88px;" /></li>
  
 
</ul>
 
</ul>
Line 649: Line 793:
 
</body>
 
</body>
 
<script>
 
<script>
    console.log('hi');
 
 
     jQuery(document).ready(function() {
 
     jQuery(document).ready(function() {
 
         jQuery('.gear-node').on('mouseover', function() {
 
         jQuery('.gear-node').on('mouseover', function() {
 +
            jQuery('.gear-node').removeClass('active');
 +
            jQuery(this).addClass('active');
 
             jQuery('.profile-cont').removeClass('active');
 
             jQuery('.profile-cont').removeClass('active');
 
             jQuery('.profile-cont[data-node="' + jQuery(this).attr('data-node') + '"]').addClass('active');
 
             jQuery('.profile-cont[data-node="' + jQuery(this).attr('data-node') + '"]').addClass('active');
Line 657: Line 802:
 
     });
 
     });
 
</script>
 
</script>
 +
 
</html>
 
</html>

Latest revision as of 03:54, 19 September 2015

Fermentation: Butanol


Background:

With our world’s rapid industrial growth and increasing globalization of the consumer market, we have created an energy crisis that our planet can’t sustain for much longer. Rising demand for high energy liquid fuel has only driven us further to our dependency on a resource that is quickly depleting around the world; this is of course fossil fuels. We must, as a single people, begin looking for a renewable or at a minimum a live carbon solution if we are to have any chance of preventing a global catastrophe that will endanger all that humanity has achieved in our brief existence. However the reality of the situation is that the technology and resources to rectify our predicament already exist and have so for several years. Bio-Butanol is a viable and greater alternative to current fossil fuels, due to bio-butanol’s carbon sequestering of today’s plants. Fossil fuels rely on atmospheric carbon that died millions of years ago while bio-butanol relies on sources that were grown within that year. Expansion of current methods could greatly reduce the impact and even slow the destruction of the planet, however if we hope to halt the issue definitively, we must take responsibility for our energy harvesting and use our technologies to their fullest potential. Existing bio-butanol production relies on an engineered Clostridium acetobutylicum that converts sugars into the desired 1-butanol, via its solventogenic pathway. However, as many researchers and industrialists have noted, working with the Clostridium has proven difficult due to its additional byproducts: butyrate, acetone, and ethanol making the control over the yield of butanol difficult. Along with a short and spore forming life cycle Clostridium is far from an excellent producer of butanol.

Aims:

The aim was to produce butanol through this fermentation pathway. The focus was converting glucose to butanol by creating two fusion genes to complete the pathway from Butyryl Coa to Butanol. One from Shewanella and one consisting of native ACD and Aldy genes from HVO. In addition, we wished to grow multiple cultures both aerobically and anaerobically, and at different pHs, to test solvent production without modification. We were looking for butyric acid and/or butanol in our samples.

García, V., Challenges in biobutanol production: How to improve the efficiency? Renewable and Sustainable Energy Reviews 15, 964–980 (2011).

Achievements:

We were able to create one assembled fusion gene. We also designed multiple linkers (refer to parts) to complete the designed fusion gene.

View our Notebook for our methodology that lead to our results.


Alonzo Lee

  • Biomolecular Engineering
    Cowell College (UCSC)
    4th Year
    Overseer of all projects 
    From: Sacramento, CA

"I started this project nervous and afraid about my ability to not only perform in a laboratory setting but as a captain as well. Yet now that have gone through iGEM I have become both an experienced researcher and a decisive leader who is able to communicate with all levels. This project has been one of the most fulfilling experiences of my life and I only hope that in the future more potential researchers are able to live what I have lived. With new experiences, knowledge, and friends in hand I look back at back at my iGEM experience only wishing to live it once more."

Nina Sardesh

  • Bioelectronics Engineering
    Electrical Engineering minor
    Stevenson College (UCSC)
    4th Year
    Grant & Social Media Supervisor
    From: San Francisco, CA 

"iGEM has been a leadership experience like no other. The skills I have acquired from working with such a bright and diverse team have allowed me to become confident in my ability to manage, and the potential for me to start a business. I am extremely proud of the work we have done and our teamwork abilities. "

Sanusha Bijj

  • Biomolecular Engineering
    Bioinformatics minor
    College Nine (UCSC)
    4th Year
    Grant, Social Media, &
    Website Team
    From: San Jose, CA

"Being apart of iGEM was more than just an experience. I was able to not only learn new lab techniques, but also learn how to fundraise, communicate, and think broader. My contribution to the team not only include lab work but publicizing our research through newspapers, writing grants, and writing thank-you letters. Two important qualities I learned from this experience were patience and communication. I can definitely say that this experience has prepped me to deal with the future research labs that I will encounter."

Jackson DeKloe

  • Molecular, Cell, &
    Developmental Biology
    Bioinformatics minor
    Cowell College (UCSC)
    5th Year
    From: Fairfield, CA

Vijay Jayant

  • Molecular, Cell, &
    Developmental Biology
    Bioinformatics minor
    College Ten (UCSC)
    5th Year
    Graphic Deisgn, Video, &
    Website Team
    From: Fremont, CA

""Aside from the valuable lab research experience and team building, the most rewarding aspect of iGEM for me was the ability to apply my extracurricular skills towards the project. From providing graphic design to helping with our crowdfunding video, this was the first time I have been able to get involved with a meaningful project from multiple angles. I am confident that I will be able to take what I have learned from iGEM and apply it to my future career path. ""

Isabel Madau

  • Biochemistry
    University of Edinburgh
    2nd Year
    Grant Team
    From: Baltimore, MD

Derek Brekke

  • Biomolecular Engineering
    Bioinformatics minor
    College Nine (UCSC)
    5th Year
    From: Aptos, CA








Fermentation: Ethanol

Kassandra Colao

  • Biomolecular Engineering
    Bioinformatics minor
    Merrill College (UCSC)
    5th Year
    From: Napa, CA

Megana Kunda

  • Biomolecular Engineering and
    Molecular, Cell, &
    Developmental Biology
    Bioinformatics minor
    Collge 10 (UCSC)
    4th Year
    From: Milpitas, CA

Kendal Prokopakis

  • Biomolecular Engineering
    Bioinformatics minor
    Stevenson College (UCSC)
    4th Year
    From: Santa Clara, CA