Difference between revisions of "Team:UCSC/Fermentation"

 
(79 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
 
<head>
 
<head>
 
<meta charset="utf-8">
 
<meta charset="utf-8">
 +
<!-- Bootstrap CSS -->
 
   <meta name="viewport" content="width=device-width, initial-scale=1">
 
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
+
   <link rel="stylesheet" href="https://2015.igem.org/Template:UCSC/CSS?action=raw&ctype=text/css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+
  <script src="https://2015.igem.org/Template:UCSC/Javascript?action=raw&ctype=text/javascript"></script>
   <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
+
   <script src="https://2015.igem.org/Template:UCSC/Bootstrap_Javascript?action=raw&ctype=text/javascript"></script>
 
<style>
 
<style>
 +
 
body{padding-bottom: 70px;}
 
body{padding-bottom: 70px;}
 +
 +
b {font-size: 24px;}
 +
 +
.navbar-nav > li{
 +
  padding-top: 5px;
 +
  padding-left:15px;
 +
  padding-right:20px;
 +
}
 +
 +
.navbar .navbar-nav {
 +
    display: inline-block;
 +
    float: none;
 +
}
 +
 +
.navbar .navbar-collapse {
 +
    text-align: center;
 +
}
 +
.bernick a:hover { color: #CCAC00;}
 +
 +
.foot a:link{ color: black;}
 +
 +
.foot a:visited{ color: black;}
 +
 +
.foot a:hover { color: #CCAC00;}
 +
 +
.bernick_swag a:link{ color: #8798b2; font-family:  Calibri, Helvetica; Arial font-size: 13px;}
 +
 +
.bernick_swag a:visited{ color: #8798b2; font-family: Calibri, Helvetica; Arial font-size: 13px;}
 +
 +
.bernick_swag a:hover { color: #DAA520; font-family:  Calibri, Helvetica; Arial font-size: 13px;}
 +
 +
img {
 +
max-width: 100%;
 +
height: auto;
 +
width: auto\9; /* ie8 */
 +
}
 +
 +
 +
#salt {width: 75%;
 +
      height: 75%;
 +
      margin: auto;
 +
      position: relative;
 +
      top: -25px;}
 +
  
 
div.classname a:hover {
 
div.classname a:hover {
Line 15: Line 60:
 
}
 
}
  
.left { text-align:left;}
+
 
  
 
.gear {
 
.gear {
Line 24: Line 69:
 
     animation:spin 4s linear infinite;
 
     animation:spin 4s linear infinite;
 
}
 
}
 +
 
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
 
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
 
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
 
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
Line 31: Line 77:
 
font-family: calibri, helvetica, arial;
 
font-family: calibri, helvetica, arial;
 
font-size: 16px;}
 
font-size: 16px;}
 +
 +
ul#menu li {
 +
    display:inline;
 +
}
  
 
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 
     display:none;}
 
     display:none;}
 +
  
 
#top-section {
 
#top-section {
Line 40: Line 91:
 
     width: 100%;
 
     width: 100%;
 
     padding-left: 0px;}
 
     padding-left: 0px;}
 +
  
 
#content {
 
#content {
Line 45: Line 97:
 
     width: 100%;
 
     width: 100%;
 
     padding: 0px;}
 
     padding: 0px;}
 +
  
 
#our_content {
 
#our_content {
Line 61: Line 114:
 
         font-size: 12px;
 
         font-size: 12px;
 
         font-family: Calibri, Helvetica; Arial;}
 
         font-family: Calibri, Helvetica; Arial;}
 +
 +
 +
 +
}
 +
 +
@media screen and (max-width: 1280px) {
 +
 +
.gear {width: 10%; height: 10%;}
 +
 +
#salt {width: 100%}
 +
 +
#our_content {
 +
width: 100%;
 +
}
 +
 +
#top-section {
 +
width: 100%;
 +
}
 +
 +
#content {width: 100%;}
 +
 +
#foot {width: 100%}
 +
 +
 +
}
 +
 +
<!-- Nina don't touch this or so help me god -->
 +
 +
  .a {
 +
        -webkit-animation:gear_1 4s linear infinite;
 +
        -moz-animation:gear_1 4s linear infinite;
 +
        animation:gear_1 4s linear infinite;
 +
    }
 +
 +
    @-moz-keyframes gear_1 {
 +
        100% {
 +
            -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{
 +
        -webkit-animation:gear_2 4s linear infinite;
 +
        -moz-animation:gear_2 4s linear infinite;
 +
        animation:gear_2 4s linear infinite;
 +
    }
 +
 +
    @-moz-keyframes gear_2 {
 +
        100% {
 +
            -moz-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 {
 +
        position: relative;
 +
        height: 630px;
 +
    }
 +
 +
    .gear-node {
 +
        width: 180px;
 +
        height: 180px;
 +
        position: absolute;
 +
        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 {
 +
        width: 180px;
 +
        height: 180px;
 +
        position: absolute;
 +
        top: 0;
 +
        left: 0;
 +
        right: 0;
 +
        bottom: 0;
 +
        z-index: 3;
 +
    }
 +
 +
    .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;
 +
    }
 +
 +
    .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;
 +
    }
 +
 +
    .profile-cont.active {
 +
        opacity: 1;
 +
        height: auto;
 +
    }
 +
 +
 +
    @media screen and (max-width: 1024px) {
 +
 +
        #salt {
 +
            width: 100%
 +
        }
 +
 +
        #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%;
 +
        }
 +
 +
        .gear-node {
 +
            width: 100%;
 +
            height: 100%;
 +
        }
 +
     
 +
        .gear-node .gear {
 +
            width: 100%;
 +
            height: 100%;
 +
        }
 +
    }
 +
 +
    @media screen and (max-width: 980px) {
 +
 +
        #salt {
 +
            width: 100%;
 +
        }
 +
 +
        #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%;
 +
        }
 +
 +
        .gear-node {
 +
            width: 100%;
 +
            height: 100%;
 +
        }
 +
     
 +
        .gear-node .gear {
 +
            width: 100%;
 +
            height: 100%;
 +
        }
 +
    }
 +
 +
 +
    @media screen and (max-width: 650px) {
 +
 +
        #salt {
 +
            width: 100%;
 +
        }
 +
 +
        #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%;
 +
            width: 100%;
 +
        }
 +
 +
        .gear-node {
 +
            width: 10%;
 +
            height: 10%;
 +
        }
 +
     
 +
        .gear-node .gear {
 +
            width: 10%;
 +
            height: 10%;
 +
        }
 +
    }
 +
 +
 
</style>
 
</style>
  
Line 72: Line 381:
 
<body>
 
<body>
  
<nav class="navbar navbar-inverse navbar-fixed-top" style="position:relative; top: -10px; " >
+
<nav class="navbar navbar-fixed-top" style="position:relative; top: -10px; background-color: #E5E4E2; text-align:center;" >
   <div  class="container-fluid">
+
   <div  class="container-fluid" >
     <div class="navbar-header">
+
     <div class="navbar-header" >
       <a class="navbar-brand" href="https://2015.igem.org/Team:UCSC">UCSC iGEM</a>
+
       <a class="navbar-brand" href="#"></a>
 
     </div>
 
     </div>
 
     <div>
 
     <div>
       <ul class="nav navbar-nav steve">
+
       <ul class="nav navbar-nav bernick_swag">
 
         <li class="active"><a href="https://2015.igem.org/Team:UCSC">Home</a></li>
 
         <li class="active"><a href="https://2015.igem.org/Team:UCSC">Home</a></li>
 
         <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Team <span class="caret"></span></a>
 
         <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Team <span class="caret"></span></a>
 
           <ul class="dropdown-menu">
 
           <ul class="dropdown-menu">
             <li><a href="https://2015.igem.org/Team:UCSC/Captains">The Captains</a></li>
+
             <li><a href="https://2015.igem.org/Team:UCSC/Team">Meet the Team</a></li>
 
             <li><a href="https://2015.igem.org/Team:UCSC/Breakdown">Breakdown</a></li>
 
             <li><a href="https://2015.igem.org/Team:UCSC/Breakdown">Breakdown</a></li>
 
             <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><a href="https://2015.igem.org/Team:UCSC/Outreach">Outreach</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="#">Notebook<span class="caret"></span></a>
+
          <ul class="dropdown-menu">
 +
            <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>
 +
          </ul>
 +
         </li>        <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Notebook<span class="caret"></span></a>
 
           <ul class="dropdown-menu">
 
           <ul class="dropdown-menu">
 
             <li><a href="https://2015.igem.org/Team:UCSC/Logs">Logs</a></li>
 
             <li><a href="https://2015.igem.org/Team:UCSC/Logs">Logs</a></li>
Line 97: 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 110: Line 429:
  
 
<!--First Block -->
 
<!--First Block -->
 +
<div id="salt">
 +
<img src="https://static.igem.org/mediawiki/2015/f/f1/UCSC_Fermentation_banner.png" />
 +
</div>
 
<div id="our_content" align="center">
 
<div id="our_content" align="center">
<img src="https://static.igem.org/mediawiki/2015/7/73/Ucsclogo.png" width="75%" height="75%" />
+
<h1> Fermentation: Butanol </h1>
 +
<br />
  
<h1>Fermentation Team</h1>
 
  
<h2 class="left">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 />
 
<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>
  
<h2 class="left">Ethanol</h2>
+
<div="col-md-6">
<p>
+
<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>
 
</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 />
 
<br />
 
<br />
 +
<div class="container">
 +
    <div class="row">
 +
        <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" />
 +
                <img class="profile-picture" src="https://static.igem.org/mediawiki/2015/4/4b/Fermentation_-_Alonzo.png"  />
 +
                <div class="line" style="-ms-transform: rotate(7deg); -webkit-transform: rotate(7deg); transform: rotate(7deg); width: 577px; top: 94px; left: 63px;"></div>
 +
            </div>
 +
            <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" />
 +
                <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 class="col-md-6">
 +
            <div class="profile-cont" data-node="1">
 +
                <table style=" width: 500px; padding: 0px; margin: auto;">
 +
                    <tr>
 +
                        <td>
 +
                            <p><b>Alonzo Lee</b></p>
 +
                            <img src="https://static.igem.org/mediawiki/2015/c/c0/T7juPEQ.jpg" style=" width: 236px; height: 355px;" />
 +
                        </td>
 +
                        <td>
 +
                            <ul class="list-unstyled">
 +
                                <li><span>Biomolecular Engineering<br /> Cowell College (UCSC)<br /> 4th Year<br /> Overseer of all projects&nbsp;<br /> From: Sacramento, CA</span></li>
 +
                            </ul>
 +
                        </td>
 +
                    </tr>
 +
                </table>
 +
                <table style=" width: 500px; padding: 0px; margin: auto;">
 +
                    <tr>
 +
                        <td style=" padding: 0px;">
 +
                            <p class="left">
 +
                                <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>
 +
                    </tr>
 +
                </table>
 +
            </div>
 +
            <div class="profile-cont" data-node="2">
 +
                <table style=" width: 500px; padding: 0px; margin: auto;">
 +
                    <tr>
 +
                        <td>
 +
                            <p><b>Nina Sardesh</b></p>
 +
                            <img src="https://static.igem.org/mediawiki/2015/e/ea/TBLe8mj.jpg" style=" width: 236px; height: 355px;" />
 +
                        </td>
 +
                        <td>
 +
                            <ul class="list-unstyled">
 +
                                <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>
 +
                        </td>
 +
                    </tr>
 +
                </table>
 +
<table style=" width: 500px; padding: 0px; margin: auto;">
 +
                    <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 class="profile-cont" data-node="3">
 +
                <table style=" width: 500px;">
 +
                    <tr>
 +
                        <td>
 +
                            <p><b>Sanusha Bijj</b></p>
 +
                            <img src="https://static.igem.org/mediawiki/2015/9/94/Hh3piQb.jpg" style=" width: 236px; height: 355px;" />
 +
                        </td>
 +
                        <td>
 +
                            <ul class="list-unstyled">
 +
                                <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>
 +
                        </td>
 +
                    </tr>
 +
                </table>
 +
                <table style=" width: 500px; padding: 0px; margin: auto;">
 +
                    <tr>
 +
                        <td style=" padding: 0px;">
 +
                            <p class="left">
 +
                                <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>
 +
                    </tr>
 +
                </table>
 +
            </div>
 +
            <div class="profile-cont" data-node="4">
 +
                <table style=" width: 500px;">
 +
                    <tr>
 +
                        <td>
 +
                            <p><b>Jackson DeKloe</b></p>
 +
                            <img src="https://static.igem.org/mediawiki/2015/5/50/JOskfl3.jpg" style=" width: 236px; height: 355px;" />
 +
                        </td>
 +
                        <td>
 +
                            <ul class="list-unstyled">
 +
                                <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>
 +
                        </td>
 +
                    </tr>
 +
                </table>
 +
            </div>
 +
            <div class="profile-cont" data-node="5">
 +
                <table style=" width: 500px;">
 +
                    <tr>
 +
                        <td>
 +
                            <p><b>Vijay Jayant</b></p>
 +
                            <img src="https://static.igem.org/mediawiki/2015/7/7b/TSbgd8F.jpg" style=" width: 236px; height: 355px;" />
 +
                        </td>
 +
                        <td>
 +
                            <ul class="list-unstyled">
 +
                                <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>
 +
                        </td>
 +
                    </tr>
 +
                </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 class="profile-cont" data-node="6">
 +
                <table style=" width: 500px; margin: auto;">
 +
                    <tr>
 +
                        <td>
 +
                            <p><b>Isabel Madau</b></p>
 +
                            <img src="https://static.igem.org/mediawiki/2015/e/ef/SJzt0Ij.jpg" style=" width: 236px; height: 355px;" />
 +
                        </td>
 +
                        <td>
 +
                            <ul class="list-unstyled">
 +
                                <li><span>Biochemistry<br /> University of Edinburgh<br /> 2nd Year<br /> Grant Team<br /> From:&nbsp;Baltimore, MD</span></li>
 +
                            </ul>
 +
                        </td>
 +
                    </tr>
 +
                </table>
 +
            </div>
 +
            <div class="profile-cont" data-node="7">
 +
                <table style=" width: 500px;">
 +
                    <tr>
 +
                        <td>
 +
                            <p><b>Derek Brekke</b></p>
 +
                            <img src="https://static.igem.org/mediawiki/2015/7/75/Derek.jpg" style=" width: 236px; height: 355px;" />
 +
                        </td>
 +
                        <td>
 +
                            <ul class="list-unstyled">
 +
                                <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>
 +
                        </td>
 +
                    </tr>
 +
                </table>
 +
            </div>
 +
        </div>
 +
    </div>
 +
</div>
 +
<br />
 +
<br /> 
 +
<br />
 +
<br /> 
 +
<br />
 +
<br /> 
 +
<br />
 +
<br /> 
 +
<h1> Fermentation: Ethanol </h1>
 +
<div class="container">
 +
    <div class="row">
 +
        <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" />
 +
                <img class="profile-picture" src="https://static.igem.org/mediawiki/2015/9/90/Kv.png" />
 +
                <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="profile-cont" data-node="8">
 +
                <table style=" width: 500px;">
 +
                    <tr>
 +
                        <td>
 +
                            <p><b>Kassandra Colao</b></p>
 +
                            <img src="https://static.igem.org/mediawiki/2015/6/6e/YnHcHHt.jpg" style=" width: 236px; height: 355px;" />
 +
                        </td>
 +
                        <td>
 +
                            <ul class="list-unstyled">
 +
                                <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>
 +
                        </td>
 +
                    </tr>
 +
                </table>
 +
            </div>
 +
            <div class="profile-cont" data-node="9">
 +
                <table style=" width: 500px;">
 +
                    <tr>
 +
                        <td>
 +
                            <p><b>Megana Kunda</b></p>
 +
                            <img src="https://static.igem.org/mediawiki/2015/8/88/Zyhb1HX.jpg" style=" width: 236px; height: 355px;" />
 +
                        </td>
 +
                        <td>
 +
                            <ul class="list-unstyled">
 +
                                <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>
 +
                        </td>
 +
                    </tr>
 +
                </table>
 +
            </div>
 +
            <div class="profile-cont" data-node="0">
 +
                <table style=" width: 500px;">
 +
                    <tr>
 +
                        <td>
 +
                            <p><b>Kendal Prokopakis</b></p>
 +
                            <img src="https://static.igem.org/mediawiki/2015/b/b1/GUwlqfp.jpg" style=" width: 236px; height: 355px;" />
 +
                        </td>
 +
                        <td>
 +
                            <ul class="list-unstyled">
 +
                                <li><span>Biomolecular Engineering<br /><em>Bioinformatics minor<br /></em>Stevenson College (UCSC)<br /> 4th Year<br />From: Santa Clara, CA</span></li>
 +
                            </ul>
 +
                        </td>
 +
                    </tr>
 +
                </table>
 +
            </div>
 +
        </div>
 +
    </div>
 +
</div>
  
 
<br />
 
<br />
 
<br />
 
<br />
<table class="center">
+
 
<tr>
+
<div class="classname">
   
+
    <td><img src="https://static.igem.org/mediawiki/2015/d/d5/Sammy1.jpg" width="350" height="300"></a></td>
+
 
+
  </tr>
+
</table>
+
</nav>
+
  
 
<br />
 
<br />
 
<br />
 
<br />
 +
 +
</nav>
  
 +
<br />
 +
<br />
 +
</div>
 
<br />
 
<br />
 
<br />
 
<br />
Line 152: Line 773:
 
     <!--Footer-->
 
     <!--Footer-->
  
<div id="foot" class="center">
+
<div id="foot" class="center foot">
<img class="gear" src="http://i.imgur.com/Sfq96UL.png" alt=""> &nbsp;&nbsp; Home | Teams | Project | Outreach | Parts | Notebook | Safety | Parts | F.O.C.U.S &nbsp;&nbsp; <img class="gear" src="http://i.imgur.com/Sfq96UL.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="20%"/>
 +
 
 +
<ul id="menu">
 +
<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" style="width: 241px; height: 50px "/></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: 288px; height: 88px; " /></li>
 +
 
 +
<li><img src="https://static.igem.org/mediawiki/2015/3/34/Idt.jpg" style="width: 88px; height: 88px;" /></li>
 +
 
 +
</ul>
 +
 
 
</div>
 
</div>
 
</body>
 
</body>
 +
<script>
 +
    jQuery(document).ready(function() {
 +
        jQuery('.gear-node').on('mouseover', function() {
 +
            jQuery('.gear-node').removeClass('active');
 +
            jQuery(this).addClass('active');
 +
            jQuery('.profile-cont').removeClass('active');
 +
            jQuery('.profile-cont[data-node="' + jQuery(this).attr('data-node') + '"]').addClass('active');
 +
        });
 +
    });
 +
</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