Team:BV CAPS Kansas/Solutions

From 2013hs.igem.org

(Difference between revisions)
 
(41 intermediate revisions not shown)
Line 6: Line 6:
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="search" type="application/opensearchdescription+xml" href="/wiki/opensearch_desc.php" title="2013hs.igem.org (en)" />
<link rel="search" type="application/opensearchdescription+xml" href="/wiki/opensearch_desc.php" title="2013hs.igem.org (en)" />
-
<link title="Creative Commons" type="application/rdf+xml" href="/wiki/index.php?title=Team:BV_CAPS_Kansas/Program/Solutions&amp;action=creativecommons" rel="meta" />
+
<link title="Creative Commons" type="application/rdf+xml" href="/wiki/index.php?title=Team:BV_CAPS_Kansas/Solutions&amp;action=creativecommons" rel="meta" />
<link rel="copyright" href="http://creativecommons.org/licenses/by/3.0/" />
<link rel="copyright" href="http://creativecommons.org/licenses/by/3.0/" />
<link rel="alternate" type="application/atom+xml" title="2013hs.igem.org Atom feed" href="/wiki/index.php?title=Special:RecentChanges&amp;feed=atom" /> <title>Team:BV CAPS Kansas Team Page Code Testing 2 - 2013hs.igem.org</title>
<link rel="alternate" type="application/atom+xml" title="2013hs.igem.org Atom feed" href="/wiki/index.php?title=Special:RecentChanges&amp;feed=atom" /> <title>Team:BV CAPS Kansas Team Page Code Testing 2 - 2013hs.igem.org</title>
Line 81: Line 81:
<script type="text/javascript"        src ="https://2013hs.igem.org/forum/forum_scripts.js"></script>
<script type="text/javascript"        src ="https://2013hs.igem.org/forum/forum_scripts.js"></script>
-
<!-- slide script starts here -->
 
-
<script type="text/javascript">
 
-
function slider() {
 
-
    var $current = $('#slides IMG.current');
 
-
 
-
    if ( $current.length == 0 ) $current = $('#slides IMG:last');
 
-
    var $next =  $current.next().length ? $current.next()
 
-
        : $('#slides IMG:first');
 
-
 
-
      $current.addClass('previous');
 
-
    $next.css({opacity: 0.0})
 
-
        .addClass('current')
 
-
        .animate({opacity: 1.0}, 2500, function() {
 
-
            $current.removeClass('current previous');
 
-
        });
 
-
 
-
var $navicurrent = $('.progress li.current');
 
-
if($navicurrent.length ==0) $navicurrent = $('.progress li:last');
 
-
var $navinext = $navicurrent.next().length ? $navicurrent.next() : $('.progress li:first');
 
-
$navicurrent.addClass('previous');
 
-
$navicurrent.removeClass('current previous');
 
-
$navinext.addClass('current').animate({opacity: 1.0}, 2500, function() {
 
-
        });
 
-
 
-
$('.progress li').click(function(){
 
-
   
 
-
var $ncurrent = $(this);
 
-
        $('.progress li').removeClass('current').removeClass('previous');
 
-
        $('#slides IMG').removeClass('current').removeClass('previous');
 
-
        $ncurrent.addClass('current');
 
-
        var ncurrentindex = $ncurrent.index();
 
-
if(  ncurrentindex=== 0) $current = $('#slides IMG:first');
 
-
        if(  ncurrentindex=== 1) $current = $('#slides IMG:eq(1)');
 
-
        if(  ncurrentindex=== 2) $current = $('#slides IMG:eq(2)');
 
-
        if(  ncurrentindex=== 3) $current = $('#slides IMG:last');
 
-
        $current.addClass('current');
 
-
 
-
});
 
-
 
-
}
 
-
$(function() {
 
-
    setInterval( "slider()", 5000 );
 
-
});
 
-
 
-
</script>
 
-
 
-
</script>
 
-
 
-
<!-- slide script ends here -->
 
<style type="text/css">
<style type="text/css">
<!-- beginning of slider style -->
<!-- beginning of slider style -->
Line 180: Line 131:
     padding: 0;
     padding: 0;
     padding-bottom: 10px;
     padding-bottom: 10px;
-
#    background:url(https://static.igem.org/mediawiki/2012/d/d7/CAPSbackground3.jpg);
+
#    background:url(https://static.igem.org/mediawiki/2013hs/5/5f/Cyano_Background2.jpg);
#    background-repeat: no-repeat;
#    background-repeat: no-repeat;
#    background-attachment: fixed;
#    background-attachment: fixed;
Line 202: Line 153:
display:inherit;
display:inherit;
background-color: rgba(255,255,255,1);
background-color: rgba(255,255,255,1);
-
background-image: url('https://static.igem.org/mediawiki/2012/d/d7/CAPSbackground3.jpg');
+
background-image: url('https://static.igem.org/mediawiki/2013hs/5/5f/Cyano_Background2.jpg');
background-size: 100%;
background-size: 100%;
background-repeat: no-repeat;
background-repeat: no-repeat;
Line 398: Line 349:
.progress li{
.progress li{
-
border:1px solid rgba(0,0,0,0.9);
+
border:1px solid rgba(0,0,0,0.0);
border-radius:3px;
border-radius:3px;
margin-left: 5px;
margin-left: 5px;
Line 405: Line 356:
position:relative;
position:relative;
z-index:10;
z-index:10;
-
background-color:rgba(102,200,255,0.4);
+
background-color:rgba(102,200,255,0.0);
   line-height:1.0em;
   line-height:1.0em;
}
}
Line 412: Line 363:
     padding-left: 6px;
     padding-left: 6px;
     padding-right: 6px;
     padding-right: 6px;
-
     font-size:12px;
+
     font-size:0px;
     line-height:1.0em;
     line-height:1.0em;
}
}
Line 421: Line 372:
.progress .current {
.progress .current {
-
background-color:#FFFFFF;
+
background-color:(0,0,0,0.0);
}
}
Line 764: Line 715:
position: relative;
position: relative;
width: 208px;
width: 208px;
-
margin-top:15px;
+
margin-top:8px;
float: right;
float: right;
height: auto;
height: auto;
Line 875: Line 826:
         border: 1px solid #FFFFFF;
         border: 1px solid #FFFFFF;
}
}
-
 
+
<center>
#tweets {
#tweets {
Line 961: Line 912:
</head>
</head>
-
 
+
</center>
<body              class="mediawiki  ltr ns-0 ns-subject page-Team_UC_Davis">
<body              class="mediawiki  ltr ns-0 ns-subject page-Team_UC_Davis">
Line 973: Line 924:
                    <li class='selected'        ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas">Page</a></li>
                    <li class='selected'        ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas">Page</a></li>
-
                 <li class='new'><a href="https://2013hs.igem.org/wiki/index.php?title=Talk:Team:BV_CAPS_Kansas/Program/Solutions&amp;action=edit&amp;redlink=1">Discussion</a></li>
+
                 <li class='new'><a href="https://2013hs.igem.org/wiki/index.php?title=Talk:Team:BV_CAPS_Kansas/Solutions&amp;action=edit&amp;redlink=1">Discussion</a></li>
-
               <li><a href="https://2013hs.igem.org/wiki/index.php?title=Team:BV_CAPS_Kansas/Program/Solutions&amp;action=edit">Edit</a></li>
+
               <li><a href="https://2013hs.igem.org/wiki/index.php?title=Team:BV_CAPS_Kansas/Solutions&amp;action=edit">Edit</a></li>
-
                           <li><a href="https://2013hs.igem.org/wiki/index.php?title=Team:BV_CAPS_Kansas/Program/Solutions&amp;action=history">History</a></li>
+
                           <li><a href="https://2013hs.igem.org/wiki/index.php?title=Team:BV_CAPS_Kansas/Solutions&amp;action=history">History</a></li>
                 <li><a href="https://2013hs.igem.org/Special:MovePage/Team:BV_CAPS_Kansas">Move</a></li>
                 <li><a href="https://2013hs.igem.org/Special:MovePage/Team:BV_CAPS_Kansas">Move</a></li>
-
                           <li><a href="https://2013hs.igem.org/wiki/index.php?title=Team:BV_CAPS_Kansas/Program/Solutions&amp;action=watch">Watch</a></li>
+
                           <li><a href="https://2013hs.igem.org/wiki/index.php?title=Team:BV_CAPS_Kansas/Solutions&amp;action=watch">Watch</a></li>
  <li><a href="https://igem.org/Login">Log in</a></li>
  <li><a href="https://igem.org/Login">Log in</a></li>
Line 988: Line 939:
           <li><a target="new" href="https://2013.igem.org">Main iGEM</a></li>
           <li><a target="new" href="https://2013.igem.org">Main iGEM</a></li>
           <li><a
           <li><a
-
href="https://2013hs.igem.org">Criteria</a></li>
+
href="https://2013hs.igem.org">HS iGEM</a></li>
           </ul>
           </ul>
         </li>
         </li>
Line 999: Line 950:
         <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Gallery"  
         <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Gallery"  
-
title="Gallery"><b>Gallery</b></a></li>
+
title="Fun"><b>Fun</b></a> <ul>
 +
            <li ><a title="Facebook">Facebook</a>
 +
                <ul>
 +
                  <li ><a href="https://www.facebook.com/groups/368737559905193/?fref=ts">HS iGEM</a></li>
 +
                  <li ><a href="https://www.facebook.com/capsigem2013?fref=ts">CAPS iGEM</a></li>
 +
                  <li ><a href="https://www.facebook.com/groups/igemmers/?fref=ts">iGEM</a></li>
 +
                </ul>
 +
              </li>
 +
            <li ><a title="Twitter">Twitter</a>
 +
                <ul>
 +
                  <li ><a href="https://twitter.com/CAPSiGEM">CAPS iGEM</a></li>
 +
                  <li ><a href="https://twitter.com/iGEM">iGEM HQ</a></li>
 +
                </ul>
 +
              </li>
 +
            <li ><a title="Slideshows">Slideshows</a>
 +
                <ul>
 +
                  <li ><a href="https://static.igem.org/mediawiki/2013hs/b/bd/CAPS_iGEM_Slideshow_2013.pdf">2013</a></li>
 +
                  <li ><a href="https://static.igem.org/mediawiki/2013hs/6/66/IGEM_2012_Slideshow.pdf">2012</a></li>
 +
                </ul>
 +
              </li>
 +
            <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Gallery">Glycolysis Poem</a></li>
 +
          </ul>
 +
        </li>
 +
 
 +
 
 +
              <ul>
 +
                <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Gallery">Glycolysis Poem</a></li>
 +
              </ul>
 +
            </li></li>
         <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Safety"  
         <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Safety"  
Line 1,008: Line 987:
             <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project">Project Overview</a></li>
             <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project">Project Overview</a></li>
             <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Problems">Problems</a></li>
             <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Problems">Problems</a></li>
-
             <li class="selected"><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Program/Solutions">Solutions</a></li>
+
             <li class="selected"><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Solutions">Solutions</a></li>
             <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Notebook">Notebook</a></li>
             <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Notebook">Notebook</a></li>
             <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Methods">Methods</a></li>
             <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Methods">Methods</a></li>
             <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Achievements">Achievements</a></li>
             <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Achievements">Achievements</a></li>
 +
            <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/References">References</a></li>
             <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Future">Future</a></li>
             <li ><a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Future">Future</a></li>
           </ul>
           </ul>
Line 1,023: Line 1,003:
<div id="slides">
<div id="slides">
-
     <img  src="https://static.igem.org/mediawiki/2013hs/d/d9/CyanoSchool.jpg" width="850" height="280" alt="" class="current" />
+
     <img  src="https://static.igem.org/mediawiki/2013hs/3/34/Solutions_Banner.jpg" width="850" height="280" alt="" class="current" />
-
    <img  src="https://static.igem.org/mediawiki/2013hs/b/b8/Cyanomentor.jpg" width="850" height="280" alt="" />
+
 
-
    <img  src="https://static.igem.org/mediawiki/2013hs/6/62/CyanoTeam.jpg" width="850" height="280" alt="" />
+
-
    <img  src="https://static.igem.org/mediawiki/2013hs/b/bb/CyanoFun.jpg" width="850" height="280" alt="" />
+
</div>
</div>
     <ul class="progress">
     <ul class="progress">
Line 1,043: Line 1,021:
<div id="myleftrightbox">
<div id="myleftrightbox">
<div id="myleftrightbox"  class="fourboxes-1">
<div id="myleftrightbox"  class="fourboxes-1">
-
<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Problems"><img src="https://static.igem.org/mediawiki/2013hs/f/f5/Problems_Brick.jpg
+
<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Problems"><img src="https://static.igem.org/mediawiki/2013hs/f/f5/Problems_Brick.jpg
"></a>
"></a>
</div>
</div>
Line 1,050: Line 1,028:
</div>
</div>
<div id="myleftrightbox"  class="fourboxes-2">
<div id="myleftrightbox"  class="fourboxes-2">
-
<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Program/Solutions"><img src="https://static.igem.org/mediawiki/2013hs/1/10/SolutionBrick.jpg
+
<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Solutions"><img src="https://static.igem.org/mediawiki/2013hs/1/10/SolutionBrick.jpg
"></a>
"></a>
</div>
</div>
Line 1,057: Line 1,035:
</div>
</div>
<div id="myleftrightbox"  class="fourboxes-3">
<div id="myleftrightbox"  class="fourboxes-3">
-
<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project"><img src="https://static.igem.org/mediawiki/2013hs/9/9f/IGEM_Brick_Image.jpg"></a>
+
<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Notebook"><img src="https://static.igem.org/mediawiki/2013hs/3/3e/Notebook_Brick.jpg"></a>
</div>
</div>
<div id="myleftrightbox"  class="spacebox">
<div id="myleftrightbox"  class="spacebox">
Line 1,063: Line 1,041:
</div>
</div>
<div id="myleftrightbox"  class="fourboxes-4">
<div id="myleftrightbox"  class="fourboxes-4">
-
<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Methods"><img src="https://static.igem.org/mediawiki/2013hs/d/d6/Methods_Brick.jpg"></a>
+
<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Methods"><img src="https://static.igem.org/mediawiki/2013hs/d/d6/Methods_Brick.jpg"></a>
</div>
</div>
</div>
</div>
Line 1,070: Line 1,048:
<div id="myleftrightbox">
<div id="myleftrightbox">
<div id="myleftrightbox"  class="fourboxes2-1">
<div id="myleftrightbox"  class="fourboxes2-1">
-
<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Gallery"><img src="https://static.igem.org/mediawiki/2013hs/5/50/Achievement_Brick.jpg"></a>
+
<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Achievements"><img src="https://static.igem.org/mediawiki/2013hs/5/50/Achievement_Brick.jpg"></a>
</div>
</div>
<div id="myleftrightbox"  class="spacebox">
<div id="myleftrightbox"  class="spacebox">
Line 1,076: Line 1,054:
</div>
</div>
<div id="myleftrightbox"  class="fourboxes2-2">
<div id="myleftrightbox"  class="fourboxes2-2">
-
<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project"><img src="https://static.igem.org/mediawiki/2013hs/9/9f/IGEM_Brick_Image.jpg"></a>
+
<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Future"><img src="https://static.igem.org/mediawiki/2013hs/c/c1/Future_Brick.jpg"></a>
</div>
</div>
<div id="myleftrightbox"  class="spacebox">
<div id="myleftrightbox"  class="spacebox">
Line 1,082: Line 1,060:
</div>
</div>
<div id="myleftrightbox"  class="fourboxes2-3">
<div id="myleftrightbox"  class="fourboxes2-3">
-
<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project"><img src="https://static.igem.org/mediawiki/2013hs/9/9f/IGEM_Brick_Image.jpg"></a>
+
<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Gallery"><img src="https://static.igem.org/mediawiki/2013hs/0/0f/Fun_Button.jpg"></a>
</div>
</div>
<div id="myleftrightbox"  class="spacebox">
<div id="myleftrightbox"  class="spacebox">
Line 1,088: Line 1,066:
</div>
</div>
<div id="myleftrightbox"  class="fourboxes2-4">
<div id="myleftrightbox"  class="fourboxes2-4">
-
<a href="https://2013hs.igem.org"><img src="https://static.igem.org/mediawiki/2013hs/9/9f/IGEM_Brick_Image.jpg"></a>
+
<a href="https://2013hs.igem.org/Jamboree"><img src="https://static.igem.org/mediawiki/2013hs/9/9f/IGEM_Brick_Image.jpg"></a>
</div>
</div>
</div>
</div>
Line 1,105: Line 1,083:
<h2>BV CAPS iGEM Tweets</h2>
<h2>BV CAPS iGEM Tweets</h2>
</center>
</center>
 +
<a class="twitter-timeline" href="https://twitter.com/CAPSiGEM" data-widget-id="342763142138454016">Tweets by @CAPSiGEM</a>
 +
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
<script>
Line 1,142: Line 1,122:
<div id="sponsorbox" class="sponsorfloat">
<div id="sponsorbox" class="sponsorfloat">
<center>
<center>
-
<h2>Our Sponsors</h2>
+
<h2>Thanks!</h2>
-
<a href="http://www.novozymes.com/en/Pages/default.aspx" target="_blank"><img src="https://static.igem.org/mediawiki/2013hs/2/2b/Alec.jpg" width="200"></a>
+
<center>
 +
<a href="http://www.kumc.edu/" target="_blank"><img src="https://static.igem.org/mediawiki/2013hs/2/27/Kumed.jpg" width="200"></a>
</center>
</center>
-
<center>
+
<a href="https://www.microryza.com/projects/exploring-molecules-and-microbes" target="_blank"><img src="https://static.igem.org/mediawiki/2013hs/9/97/Microryzalarger.jpg" width="200"></a>
-
<a href="https://static.igem.org/mediawiki/2013hs/b/b2/Mason.jpg" target="_blank"><img src="https://static.igem.org/mediawiki/2011/4/40/UCD_BME_logo_minimal_copy.png" width="200 height="70"></a>
+
</center>
</center>
<center>
<center>
-
<a href="https://static.igem.org/mediawiki/2013hs/b/b2/Mason.jpg" target="_blank"><img src="https://static.igem.org/mediawiki/2013hs/b/b2/Mason.jpg" width="200"></a>
+
<a href="https://2008.igem.org/Team:Hawaii" target="_blank"><img src="https://static.igem.org/mediawiki/2013hs/6/6a/Hawaiilogo.jpg" width="200"></a>
 +
</center>
 +
<center>
 +
<a href="https://2012.igem.org/Team:UC_Davis" target="_blank"><img src="https://static.igem.org/mediawiki/2011/4/40/UCD_BME_logo_minimal_copy.png" width="200 height="70"></a>
</center>
</center>
 +
 +
 +
<center>
 +
<a href="https://www.neb.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2013hs/c/c4/NewEnglandBiolabs_Logo.jpg" width="200"></a>
</center>
</center>
<center>
<center>
-
<a href="http://ucomm.ucdavis.edu/" target="_blank"><img src="https://static.igem.org/mediawiki/2012/b/b4/UCD_Communications_sponsor.jpg" width="200"></a>
+
<a href="http://www.idtdna.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2013hs/f/f1/IDTLogo.jpg
 +
" width="200"></a>
</center>
</center>
<center>
<center>
-
<a title="" target="_blank"><img src="https://static.igem.org/mediawiki/2012/2/25/UCD_Schultz_sponsor.jpg
+
<a href="http://www.qiagen.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2013hs/8/88/Quiagen.jpg
" width="200"></a>
" width="200"></a>
</center>
</center>
Line 1,174: Line 1,162:
<div id="myleftbox"  class="smallbox">
<div id="myleftbox"  class="smallbox">
<h1> Solutions </h1>
<h1> Solutions </h1>
-
<p>Our project solutions</p>
+
<p>Attempted solutions</p><br>
 +
Renewable energy is a growing industry. This industry is anticipated to supplement and, ultimately, replace non-renewable fuels. The United States Energy Independence and Security Act of 2007 proclaimed a goal to produce 36 billion gallons of renewable fuel, with 16 billion being cellulosic ethanol, by the year 2022. This was the first major step in the advancement of biofuels.<br><br>
 +
 
 +
Biofuels are energy produced from renewable resources that have a balanced carbon dioxide emission-absorption trade-off. The optimal materials to make biofuels are plant biomass, vegetable oil, and especially municipal and industrial wastes. The major classifications of biofuel are biodiesel, biogas, and bioethanol. Biodiesel is made by the emulsification of vegetable oils and other fats. Commonly, biodiesel suplements petroleum-based fuel. The second class, biogas, is the decomposition of organic matter. This creates a mixture of methane and carbon dioxide that is used to generate steam and electricity. Finally, there is bioethanol. This is made by fermenting the sugars in corn or other agricultural residues. Bioethanol can be used in internal-combustion engines. <br><br>
 +
 
 +
Currently, the most common biofuel is corn-based ethanol. This first-generation biofuel accounted for 2.7% of transportation fuel in 2010. Ethanol, however, is quite expensive to produce and not nearly as efficient as gasoline or diesel. Another concern is the use of land to produce corn for fuel, rather than food. <br><br>
 +
 
 +
Second generation biofuels, those derived from lignocellulosic biomass (dry plant matter), are the most abundant carbon fuel source. Unfortunately, they, like first generation fuels, require land, energy, and nutrient investment. A major barrier to production is the high energy required to extract trapped sugars during fermentation. Even then, there is a high percentage of pentoses (five carbon monosaccharides) that are even more difficult to ferment. A low cost, low input way to create renewable biofuel is still being sought after. <br><br>
 +
 
 +
Third-generation biofuels are a source of hope. Many of these utilize photosynthetic microbes, like cyanobacteria. This method requires only sunlight and adequate growing condition. The microbes do not need much space or nutrient input. However, biofuel output through this method is relatively low. The possibilities here sparked our interest.  <br><br>
 +
 
 +
<p>Our Solutions</p><br>
-
There is a growing industry surrounding renewable fuel. This industry is anticipated to supplement and ultimately replace non-renewable fuels. However, biofuel production is still in its early stages and is nowhere close to achieving such an ambitious goal.
+
Most of the energy  in both diesel and gasoline comes from alkanes. A cell makes alkanes by the fatty-acid pathway. A main resource needed for the fatty-acid pathway, acetyl-CoA, is produced by glycolysis. We hypothesize that if we increase the resources required for the production of alkanes, then the cell will produce more alkanes. <br><br>
-
Currently, the biofuel in highest production is corn-based ethanol, or first generation biofuel, which only accounted for 2.7% of transportation fuel in 2010. Ethanol, however, is quite expensive to produce, very corrosive to combustion engines, and is not nearly as efficient as gasoline or diesel fuel. It is also not a viable long-term solution because it would require a huge percentage of the world's landmass would have to be covered in corn, which in turn could not be utilized as food.  
+
By overexpressing the catalytic protein pyruvate kinase, we hope to increase pyruvate within the cell. This should allow for an increase in activity within the alkane fatty-acid pathway because of pyruvates conversion to acetyl-CoA. See below for the pathway. <br><br><br>
-
Second generation biofuels, those derived from lignocellulosic biomass, are the most abundant carbon fuel source. Unfortunately, they, like first generation fuels, require land, energy, and nutrient investment. A low cost, low input way to create renewable biofuel is still being sought after.
+
<center><a href="https://static.igem.org/mediawiki/2013hs/f/f5/Metabolic_Pathway_New.png"><img src="https://static.igem.org/mediawiki/2013hs/f/f5/Metabolic_Pathway_New.png" width="400" title="Expand"></a></center><br><br>
-
But there is hope for such a fuel source within third-generation biofuels: those produced by photosynthetic microbes, like cyanobacteria. To produce biofuel through this method, only sunlight and adequate growing conditions are needed. The microbes do not need much space or require nutrient input to create fuel. However, biofuel output through this method is relatively low.
+
To increase the efficiency of the production of alkanes, we chose to use cyanobacteria for our chassis. This autotroph doesn’t require an expensive carbon fuel source; instead, it uses one of the world’s harmful surpluses – carbon dioxide. We are using <i>Synechocystis PCC 6803</i> and <i>Synechococcus PCC 6801</i>. <i>S. 6803</i> was the first photosynthetic organism to have its genome sequenced. As a model organism, it contains one chromosome, seven plasmids, and is both phototrophic and heterotrophic. <br><br><br>
-
Another thing to consider is the type of fuel to be replaced. The three petroelum fuels in greatest use are gasoline, diesel fuel, and jet fuel.  
+
<center><a ><img src="https://static.igem.org/mediawiki/2013hs/2/28/Engineered_Cyanobacteria.png" width="400"></center></a><br><br>
-
Diesel fuel is used in compression engines. An alternative would need a comparable freezing temperature, vapor pressure, and cetane number, so something like  a fatty acid methyl esters, fatty alcohols, alkanes, and linear/cyclic isoprenoids could be used.
+
Therefore, we plan to increase the production of alkanes by reducing the bottleneck of limited resources. By placing an overactive system in cyanobacteria, we will create more resources to create alkanes. We’ll used a broad-host range plasmid from Hawaii’s 2008 iGEM team (<b>BBa_K125000</b>) to be the back bone for our two highly active pyruvate genes. One is derived from rabbit muscle (<b>BBa_K977000</b>) and the other is a yeast mutant (<b>BBa_K977001</b>). <br><br>
-
Jet fuel, used in gas turbines, requires much more advanced biofuels to replace because it requires comparable net heat of combustion, low freezing temperature, and a high energy density. Only fatty-acid and isoprenoid-based biofuels show any potential to replace it.
 
-
Gasoline, the fuel used in combustion engines, could be replaced by something with comparable energy content, transportability, and octane number. This limits a replacement to short-chain alcohols and alkanes.
+
<a id="pathway"> </a><b>The Alkane Pathway Explained Step by Step:</b><ol>
 +
<li> Hexokinase, alongside ATP, phosphorylates (adds a phosphate group to) a molecule of glucose, yielding ADP Glucose 6-Phosphate </li>
 +
<li> Phosphoglucose Isomerase isomerizes (changes form of) Glucose 6-Phosphate into Fructose 6-Phosphate </li>
 +
<li> Phosphofructokinase, alongside ATP, phosphorylates Fructose 6-Phosphate, yielding ADP and Fructose 1, 6-Biphosphate </li>
 +
<li> Fructose Biphosphate Aldolase cleaves Fructose 1, 6-Biphosphate into Glyceraldehyde 3-Phosphate and Dihydroxyacetone Phosphate </li>
 +
<li> Triosephosphate Isomerase isomerizes Dihydroxyacetone Phosphate into another Glyceraldehyde 3-Phosphate </li>
 +
<li> Glyceraldehyde Phosphate Dehydrogenase, alondside NAD+ and H2(PO4), dehydrogenizes (removes hydrogen from) Glyceraldehyde 3-Phosphate, yielding NADH/H+ and 1, 3-Biphosphoglycerate </li>
 +
<li>  Phosphoglycerate Kinase, alongside ADP, dephosphorylates 1, 3-Biphosphoglycerate, yielding ATP and 3-Phosphoglycerate </li>
 +
<li> Phosphoglycerate Mutase converts 3-Phosphoglycerate into 2-Phosphoglycerate </li>
 +
<li>  Enolase pulls a molecule of H2O from 2-Phosphoglycerate, yielding Phosphoenolpyruvate (PEP) </li>
 +
<li>  Pyruvate Kinase, alongside ADP and H+, dephosphorylates PEP, yielding ATP and Pyruvate </li>
 +
<li>  Pyruvate Dehydrogenase, alongside NAD+, dehydrogenizes Pyruvate, yielding NADH/H+ and Acetyl Coenzyme-A </li>
 +
<li>  Acetyl CoA Carboxylase, alongside ATP and a carboxyl group (H(CO3)), carboxylizes Acetyl CoA, yielding Malonyl Coenzyme-A </li>
 +
<li>  Beta-Ketoacyl-ACP Synthase and Acetyl CoA react with Malonyl CoA, yielding CO2 and Acetoacetyl-ACP </li>
 +
<li>  2NADPH and Malonyl-ACP react with Acetoacetyl-ACP, facilitating hydrocarbon chain elongation, yielding CO2, NADP+, and Acyl-ACP </li>
 +
<li> Acyl-ACP Reductase, alongside NADPH, reduces (changes the oxidation state of) Acyl-ACP, yielding NADP+ and Acyl-AH </li>
 +
<li> Aldehyde Decarbonylase decarbonylizes (removes a carbonyl group (CO) from) Acyl-AH, yielding an Alkane </li></ol>
-
With the exception of jet fuel, alkanes seem to be a common denominator. That's where our project comes in. Within cyanobacteria is a fatty-acid pathway stemming from pyruvate at the end of glycolysis. This pathway ends with the production of an alkane. Alkane output is very insignificant currently, but our project hopes to change that.
 
-
By genetically modifying cyanobacteria to over-express pyruvate kinase, we hope to increase pyruvate production from phosphoenolpyruvate (PEP) within the cell. This should allow for an increase in activity within the alkane fatty-acid pathway. This increase in alkane production could significantly increase the viability of third-generation biofuels in the global market.
 
</div>
</div>
Line 1,211: Line 1,223:
href="https://twitter.com/CAPSiGEM">Tweets</a></li><li><a
href="https://twitter.com/CAPSiGEM">Tweets</a></li><li><a
style="color:#000000"
style="color:#000000"
-
href="https://2013hs.igem.org">Criteria</a> </li>
+
href="https://2013hs.igem.org">HS iGEM</a> </li>
</ul> </a> </li>
</ul> </a> </li>
Line 1,234: Line 1,246:
href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Problems">Problems
href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Problems">Problems
</a></li><li><a style="color:#000000"
</a></li><li><a style="color:#000000"
-
href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Solutions
+
href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Solutions
">Solutions</a></li>
">Solutions</a></li>
<li><a style="color:#000000"
<li><a style="color:#000000"
Line 1,245: Line 1,257:
href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Achievements">Achievements</a></li>
href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Achievements">Achievements</a></li>
<li><a style="color:#000000"
<li><a style="color:#000000"
-
href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Future">Future</a>
+
href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/References">References</a></li><li><a style="color:#000000"
 +
href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Project/Future">Future</a>
</li></ul> </li>
</li></ul> </li>
Line 1,255: Line 1,268:
<li style="float:left ;margin:0 10px;"><a
<li style="float:left ;margin:0 10px;"><a
href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Gallery">
href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Gallery">
-
<p>Gallery</p></a> <ul
+
<p>Fun</p></a> <ul
style="text-indent:-15px;list-style-image:none;list-style-type:none;color:#000000
style="text-indent:-15px;list-style-image:none;list-style-type:none;color:#000000
  "><li><a style="color:#000000 "
  "><li><a style="color:#000000 "
-
href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Gallery">Gallery</a>
+
href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Gallery">Fun</a>
</li>
</li>
</ul> </li>
</ul> </li>
Line 1,280: Line 1,293:
  "><li><a style="color:#000000 " href="https://2013.igem.org/Main_Page
  "><li><a style="color:#000000 " href="https://2013.igem.org/Main_Page
">Main iGEM</a> </li><li><a style="color:#000000 "
">Main iGEM</a> </li><li><a style="color:#000000 "
-
href="https://2013hs.igem.org"> Criteria</a>
+
href="https://2013hs.igem.org"> HS iGEM</a>
</li></ul>
</li></ul>
</div>
</div>
Line 1,305: Line 1,318:
<!-- Saved in parser cache with key 2013hs_igem_org:pcache:idhash:403-0!1!0!!en!2 and timestamp 20130523001442 -->
<!-- Saved in parser cache with key 2013hs_igem_org:pcache:idhash:403-0!1!0!!en!2 and timestamp 20130523001442 -->
<div class="printfooter">
<div class="printfooter">
-
Retrieved from "<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Program/Solutions">https://2013hs.igem.org/Team:BV_CAPS_Kansas/Program/Solutions</a>"</div>
+
Retrieved from "<a href="https://2013hs.igem.org/Team:BV_CAPS_Kansas/Solutions">https://2013hs.igem.org/Team:BV_CAPS_Kansas/Solutions</a>"</div>
<div id="catlinks"><div id='catlinks' class='catlinks catlinks-allhidden'></div></div> <!-- end content -->
<div id="catlinks"><div id='catlinks' class='catlinks catlinks-allhidden'></div></div> <!-- end content -->
<div class="visualClear"></div>
<div class="visualClear"></div>

Latest revision as of 18:47, 21 June 2013

Team:BV CAPS Kansas Team Page Code Testing 2 - 2013hs.igem.org

BV CAPS iGEM Tweets

Thanks!

Solutions

Attempted solutions


Renewable energy is a growing industry. This industry is anticipated to supplement and, ultimately, replace non-renewable fuels. The United States Energy Independence and Security Act of 2007 proclaimed a goal to produce 36 billion gallons of renewable fuel, with 16 billion being cellulosic ethanol, by the year 2022. This was the first major step in the advancement of biofuels.

Biofuels are energy produced from renewable resources that have a balanced carbon dioxide emission-absorption trade-off. The optimal materials to make biofuels are plant biomass, vegetable oil, and especially municipal and industrial wastes. The major classifications of biofuel are biodiesel, biogas, and bioethanol. Biodiesel is made by the emulsification of vegetable oils and other fats. Commonly, biodiesel suplements petroleum-based fuel. The second class, biogas, is the decomposition of organic matter. This creates a mixture of methane and carbon dioxide that is used to generate steam and electricity. Finally, there is bioethanol. This is made by fermenting the sugars in corn or other agricultural residues. Bioethanol can be used in internal-combustion engines.

Currently, the most common biofuel is corn-based ethanol. This first-generation biofuel accounted for 2.7% of transportation fuel in 2010. Ethanol, however, is quite expensive to produce and not nearly as efficient as gasoline or diesel. Another concern is the use of land to produce corn for fuel, rather than food.

Second generation biofuels, those derived from lignocellulosic biomass (dry plant matter), are the most abundant carbon fuel source. Unfortunately, they, like first generation fuels, require land, energy, and nutrient investment. A major barrier to production is the high energy required to extract trapped sugars during fermentation. Even then, there is a high percentage of pentoses (five carbon monosaccharides) that are even more difficult to ferment. A low cost, low input way to create renewable biofuel is still being sought after.

Third-generation biofuels are a source of hope. Many of these utilize photosynthetic microbes, like cyanobacteria. This method requires only sunlight and adequate growing condition. The microbes do not need much space or nutrient input. However, biofuel output through this method is relatively low. The possibilities here sparked our interest.

Our Solutions


Most of the energy in both diesel and gasoline comes from alkanes. A cell makes alkanes by the fatty-acid pathway. A main resource needed for the fatty-acid pathway, acetyl-CoA, is produced by glycolysis. We hypothesize that if we increase the resources required for the production of alkanes, then the cell will produce more alkanes.

By overexpressing the catalytic protein pyruvate kinase, we hope to increase pyruvate within the cell. This should allow for an increase in activity within the alkane fatty-acid pathway because of pyruvates conversion to acetyl-CoA. See below for the pathway.




To increase the efficiency of the production of alkanes, we chose to use cyanobacteria for our chassis. This autotroph doesn’t require an expensive carbon fuel source; instead, it uses one of the world’s harmful surpluses – carbon dioxide. We are using Synechocystis PCC 6803 and Synechococcus PCC 6801. S. 6803 was the first photosynthetic organism to have its genome sequenced. As a model organism, it contains one chromosome, seven plasmids, and is both phototrophic and heterotrophic.




Therefore, we plan to increase the production of alkanes by reducing the bottleneck of limited resources. By placing an overactive system in cyanobacteria, we will create more resources to create alkanes. We’ll used a broad-host range plasmid from Hawaii’s 2008 iGEM team (BBa_K125000) to be the back bone for our two highly active pyruvate genes. One is derived from rabbit muscle (BBa_K977000) and the other is a yeast mutant (BBa_K977001).

The Alkane Pathway Explained Step by Step:
  1. Hexokinase, alongside ATP, phosphorylates (adds a phosphate group to) a molecule of glucose, yielding ADP Glucose 6-Phosphate
  2. Phosphoglucose Isomerase isomerizes (changes form of) Glucose 6-Phosphate into Fructose 6-Phosphate
  3. Phosphofructokinase, alongside ATP, phosphorylates Fructose 6-Phosphate, yielding ADP and Fructose 1, 6-Biphosphate
  4. Fructose Biphosphate Aldolase cleaves Fructose 1, 6-Biphosphate into Glyceraldehyde 3-Phosphate and Dihydroxyacetone Phosphate
  5. Triosephosphate Isomerase isomerizes Dihydroxyacetone Phosphate into another Glyceraldehyde 3-Phosphate
  6. Glyceraldehyde Phosphate Dehydrogenase, alondside NAD+ and H2(PO4), dehydrogenizes (removes hydrogen from) Glyceraldehyde 3-Phosphate, yielding NADH/H+ and 1, 3-Biphosphoglycerate
  7. Phosphoglycerate Kinase, alongside ADP, dephosphorylates 1, 3-Biphosphoglycerate, yielding ATP and 3-Phosphoglycerate
  8. Phosphoglycerate Mutase converts 3-Phosphoglycerate into 2-Phosphoglycerate
  9. Enolase pulls a molecule of H2O from 2-Phosphoglycerate, yielding Phosphoenolpyruvate (PEP)
  10. Pyruvate Kinase, alongside ADP and H+, dephosphorylates PEP, yielding ATP and Pyruvate
  11. Pyruvate Dehydrogenase, alongside NAD+, dehydrogenizes Pyruvate, yielding NADH/H+ and Acetyl Coenzyme-A
  12. Acetyl CoA Carboxylase, alongside ATP and a carboxyl group (H(CO3)), carboxylizes Acetyl CoA, yielding Malonyl Coenzyme-A
  13. Beta-Ketoacyl-ACP Synthase and Acetyl CoA react with Malonyl CoA, yielding CO2 and Acetoacetyl-ACP
  14. 2NADPH and Malonyl-ACP react with Acetoacetyl-ACP, facilitating hydrocarbon chain elongation, yielding CO2, NADP+, and Acyl-ACP
  15. Acyl-ACP Reductase, alongside NADPH, reduces (changes the oxidation state of) Acyl-ACP, yielding NADP+ and Acyl-AH
  16. Aldehyde Decarbonylase decarbonylizes (removes a carbonyl group (CO) from) Acyl-AH, yielding an Alkane

Retrieved from "http://2013hs.igem.org/Team:BV_CAPS_Kansas/Solutions"