Team:UC Davis E
From 2012e.igem.org
(Difference between revisions)
Line 94: | Line 94: | ||
$next.css({opacity: 0.0}) | $next.css({opacity: 0.0}) | ||
.addClass('current') | .addClass('current') | ||
- | .animate({opacity: 1.0}, | + | .animate({opacity: 1.0}, 4000, function() { |
$current.removeClass('current previous'); | $current.removeClass('current previous'); | ||
}); | }); | ||
Line 103: | Line 103: | ||
$navicurrent.addClass('previous'); | $navicurrent.addClass('previous'); | ||
$navicurrent.removeClass('current previous'); | $navicurrent.removeClass('current previous'); | ||
- | $navinext.addClass('current').animate({opacity: 1.0}, | + | $navinext.addClass('current').animate({opacity: 1.0}, 4000, function() { |
}); | }); | ||
Line 115: | Line 115: | ||
if( ncurrentindex=== 0) $current = $('#slides IMG:first'); | if( ncurrentindex=== 0) $current = $('#slides IMG:first'); | ||
if( ncurrentindex=== 1) $current = $('#slides IMG:eq(1)'); | if( ncurrentindex=== 1) $current = $('#slides IMG:eq(1)'); | ||
- | if( ncurrentindex=== 2 | + | if( ncurrentindex=== 2) $current = $('#slides IMG:last'); |
- | + | ||
$current.addClass('current'); | $current.addClass('current'); | ||
Line 123: | Line 122: | ||
} | } | ||
$(function() { | $(function() { | ||
- | setInterval( "slider()", | + | setInterval( "slider()", 7000 ); |
}); | }); | ||
Line 345: | Line 344: | ||
.progress { | .progress { | ||
- | margin-top:- | + | margin-top:-400px; |
margin-left:20px; | margin-left:20px; | ||
position:absolute; | position:absolute; | ||
Line 987: | Line 986: | ||
<div id="slides"> | <div id="slides"> | ||
- | <img src=" | + | <img src="https://static.igem.org/mediawiki/igem.org/6/61/UCD_Slide1_Background.jpg" width="850" height="420" alt="" class="current" /> |
<img src="https://static.igem.org/mediawiki/igem.org/e/e6/UCD_Slide2_BackgroundFin.jpg" width="850" height="420" alt="" /> | <img src="https://static.igem.org/mediawiki/igem.org/e/e6/UCD_Slide2_BackgroundFin.jpg" width="850" height="420" alt="" /> | ||
<img src="http://img.photobucket.com/albums/v26/bluemelon/e-slide-3_zps243ee3d1.jpg" width="850" height="420" alt="" /> | <img src="http://img.photobucket.com/albums/v26/bluemelon/e-slide-3_zps243ee3d1.jpg" width="850" height="420" alt="" /> | ||
- | |||
</div> | </div> | ||
<ul class="progress"> | <ul class="progress"> | ||
Line 996: | Line 994: | ||
<li><a href="#n_1">2</a> </li> | <li><a href="#n_1">2</a> </li> | ||
<li><a href="#n_2">3</a> </li> | <li><a href="#n_2">3</a> </li> | ||
- | |||
</ul> | </ul> | ||
<!-- slide show ends here --> | <!-- slide show ends here --> | ||
Line 1,054: | Line 1,051: | ||
</div> | </div> | ||
<!-- site map ends here --> | <!-- site map ends here --> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
Revision as of 22:12, 24 October 2012
Welcome
Welcome to iGEM 2012 E at UC Davis!
A significant environmental problem facing the world pertains to the accumulation of plastic polymer waste products, both on land and offshore. The ecological, political, and economic repercussions of plastic accumulation have affected populations and industries alike in a significant manner, however, the technological development and profitability of investment in the business of plastic degradation has stunted the growth of such an institution.
The collegiate iGEM team at the University of California, Davis is currently engaged in engineering pathways in the degradation of poly (ethylene) terephthalate, or PET. AmberCycle Likewise, we also aim to generate a set of tools and guidelines that future iGEM teams can use to assess the realistic marketability of their project. We would like this toolkit to be applicable to a wide range of products under the field of synthetic biology, with the intent that teams and groups can take the product of laboratory based biological engineering and critically look at its real world application. In short, we wish to make successful commercial endeavors out of scientific academic work.
Business Plan : Click Here