Difference between revisions of "Team:MIT"

Line 9: Line 9:
 
top:45px;
 
top:45px;
 
position: relative;
 
position: relative;
}
 
#title{
 
text-align: left;
 
position:relative;
 
 
}
 
}
 
.text{
 
.text{
Line 20: Line 16:
 
}
 
}
 
#blocks{
 
#blocks{
width: 100%;
 
 
position: relative;
 
position: relative;
 
top: 45px;
 
top: 45px;
 
margin-top: 15px;
 
margin-top: 15px;
display:inline-block;
 
 
}
 
}
 
.infoblock{
 
.infoblock{
width: 50%;
 
 
height: 100px;
 
height: 100px;
background-color: white;
+
background-color: rgba(255,255,255,0);
 +
font: 30px;
 +
margin: auto;
 +
vertical-align: center;
 
}
 
}
 
</style>
 
</style>
Line 44: Line 40:
  
 
<div class = "text" align = "center">
 
<div class = "text" align = "center">
The environmental benefits of biodiesel are numerous. To be truly renewable, fatty acid ethyl esters (FAEEs) should be used for biodiesel production, but currently only natural gas dependent fatty acid methyl esters (FAMEs) are used for the industrial production of biodiesel. Bacterial co-cultures can be designed to produce FAEEs from cellulose, but they are unstable and require significant maintenance. We are genetically modifying two species of bacteria to grow in a metabolically linked, self-regulating co-culture that will ultimately serve as the central component of a stable bioreactor for the production of biodiesel.
+
The environmental benefits of biodiesel are numerous. To be truly renewable, fatty acid ethyl esters (FAEEs) should be used for biodiesel production, but currently only natural gas dependent fatty acid methyl esters (FAMEs) are used for the industrial production of biodiesel. Bacterial co-cultures can be designed to produce FAEEs from cellulose, but they are unstable and require significant maintenance. We are genetically modifying two species of bacteria to grow in a metabolically linked, self-regulating co-culture that will ultimately serve as the central component of a stable bioreactor for the production of biodiesel. From this research, we are able to produce biodiesel with an stable, environmentally cautious, and economically feasible method. In the future, we how to expand this project so that it is more attainable on an industrial scale.
 +
</div>
 +
</div>
 +
<div id = "blocks">
 +
<div class = "infoblock col-md-6">
 +
<div class = "subtitle">
 +
Coculture
 +
</div>
 +
</div>
 +
<div class = "infoblock col-md-6">
 +
<div class = "subtitle">
 +
Measurement
 +
</div>
 +
</div>
 +
<div class = "infoblock col-md-6">
 +
<div class = "subtitle">
 +
Modeling
 +
</div>
 +
</div>
 +
<div class = "infoblock col-md-6">
 +
<div class = "subtitle">
 +
Circuitry
 +
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
 
</body>
 
</body>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
 +
 +
<script>
 +
$(document).ready(function(){
 +
    $('.infoblock').hover(function () {
 +
$(this).css( "background-color", "rgba(255,255,255,0.4)" );
 +
}, function() {
 +
$(this).css( "background-color", "rgba(255,255,255,0)" );
 +
});
 +
})
 +
</script>

Revision as of 14:45, 1 July 2015

Project Overview
The environmental benefits of biodiesel are numerous. To be truly renewable, fatty acid ethyl esters (FAEEs) should be used for biodiesel production, but currently only natural gas dependent fatty acid methyl esters (FAMEs) are used for the industrial production of biodiesel. Bacterial co-cultures can be designed to produce FAEEs from cellulose, but they are unstable and require significant maintenance. We are genetically modifying two species of bacteria to grow in a metabolically linked, self-regulating co-culture that will ultimately serve as the central component of a stable bioreactor for the production of biodiesel. From this research, we are able to produce biodiesel with an stable, environmentally cautious, and economically feasible method. In the future, we how to expand this project so that it is more attainable on an industrial scale.
Coculture
Measurement
Modeling
Circuitry