Team:Clemson/Project
From 2012.igem.org
Line 1: | Line 1: | ||
+ | <!--DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" --> | ||
+ | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
- | + | <!-- Website title --> | |
- | + | <title>CU iGEM</title> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <!-- Favicon --> | ||
+ | <link rel="shortcut icon" href="http://f.cl.ly/items/1A0A3b2i211m3O011y0B/favicon1.ico" /> | ||
+ | <!-- Begin Stylesheets --> | ||
+ | <style type="text/css"> | ||
+ | /*hide default igem banner and reformat style into blank slate*/ | ||
+ | #globalWrapper {width: 100%;} | ||
+ | #top-section {width: 100%; height:30px; border:none;} | ||
+ | #p-logo {display:none;} | ||
+ | #search-controls {display:none;} | ||
+ | #menubar a {color:#000000; background-color:transparent; font-size: small;} | ||
+ | #menubar a:hover{text-decoration:none; color:black; background-color:transparent;} | ||
+ | .left-menu a:hover{background-color:transparent; margin:5px 0px 0px 0px; padding:0; background: transparent; font-size: small;} | ||
+ | .left-menu li a:hover{background-color:transparent; margin:0; padding:0; background: transparent; font-size: small;} | ||
+ | .right-menu ul li a {background-color:transparent; background: transparent; font-size: small;} | ||
+ | .printfooter {display:none; background-color:transparent;} | ||
+ | #footer-box {border:none; background-color:transparent;} | ||
+ | #catlinks {display:none; background-color:transparent;} | ||
+ | .firstHeading {display:none; background-color:transparent;} | ||
+ | #content {width: 100%; border:none; background-color:transparent;} | ||
+ | #bodyContent {border:none;} | ||
+ | </style> | ||
+ | <link rel="stylesheet" href="http://f.cl.ly/items/030R3f0w1a1M390o2p2i/reset.css" type="text/css" media="screen" /> | ||
+ | <link rel="stylesheet" href="http://f.cl.ly/items/3g0l2y370I022d2A2n0W/960_12_proj.css" type="text/css" media="screen" /> | ||
+ | <link rel="stylesheet" href="http://f.cl.ly/items/1c3x1E1l0f190q2w0n11/layout.css" type="text/css" media="screen" /> | ||
+ | <link rel="stylesheet" href="http://f.cl.ly/items/1d0x1o3I170N0s0b3g10/tipTip.css" type="text/css" media="screen" /> | ||
+ | <link rel="stylesheet" href="http://f.cl.ly/items/2y153y1A0W1X2c1H1x2L/colorbox.css" type="text/css" media="screen" /> | ||
+ | <link rel="stylesheet" href="http://f.cl.ly/items/3q0x0n2k3F1H0q0D2A3S/nivo-slider.css" type="text/css" media="screen" /> | ||
+ | <link rel="stylesheet" href="http://f.cl.ly/items/2V1H080W1B2N0a1u0D3N/default.css" type="text/css" media="screen" /> | ||
+ | <link rel="stylesheet" href="http://f.cl.ly/items/0n0D211C0O0c393f1i2R/bx_styles.css" type="text/css" media="screen" /> | ||
+ | <link rel="stylesheet" href="http://f.cl.ly/items/2Q1M3H0F3S1V0W47253q/top_panel.css" type="text/css" media="screen" /> | ||
+ | <link rel="stylesheet" href="http://f.cl.ly/items/2g1p3a200M3Q1g11391j/team.css" type="text/css" media="screen" /> | ||
+ | <!-- End Stylesheets --> | ||
+ | |||
+ | <!-- Begin Google Web Fonts --> | ||
+ | <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css' /> | ||
+ | <!-- End Google Web Fonts --> | ||
+ | |||
+ | <!-- Begin JavaScript --> | ||
+ | |||
+ | <!-- jQuery --> | ||
+ | <script type="text/javascript" src="http://f.cl.ly/items/1G3F2G200f261O30360Y/jquery-1.6.4.min.js"></script> | ||
+ | |||
+ | <!-- jQuery plugins --> | ||
+ | <script type="text/javascript" src="http://f.cl.ly/items/1J1Z331E0A0F3i2f0h3s/jquery.tipTip.minified.js"></script> | ||
+ | <script type="text/javascript" src="http://f.cl.ly/items/0h0p2y1G0o250E0o1E04/jquery.colorbox-min.js"></script> | ||
+ | <script type="text/javascript" src="http://f.cl.ly/items/3U212N2R2R0p0F3p2p2N/jquery.nivo.slider.pack.js"></script> | ||
+ | <script type="text/javascript" src="http://f.cl.ly/items/2Q3f0c1W1E0P1d1m3H21/jquery.bxSlider.min.js"></script> | ||
+ | <script type="text/javascript" src="http://f.cl.ly/items/2t3t3I2E2g2u3w262T1O/jquery.ticker.js"></script> | ||
+ | |||
+ | <!-- jQuery plugin init --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | |||
+ | // IMAGE CAROUSEL | ||
+ | $('#carousel').bxSlider({ | ||
+ | displaySlideQty: 4, | ||
+ | moveSlideQty: 1 | ||
+ | }); | ||
+ | $('#carousel li').mouseover( function() { $(this).css("color","#000000"); }); | ||
+ | $('#carousel li').mouseout( function() { $(this).css("color","#871F78"); }); | ||
+ | |||
+ | // IMAGE SLIDER | ||
+ | $('#slider').nivoSlider(); | ||
+ | |||
+ | // TICKER | ||
+ | $('#comments').list_ticker({ | ||
+ | speed:4000, | ||
+ | effect:'fade' | ||
+ | }); | ||
+ | |||
+ | // IMAGES LIGHTBOX | ||
+ | $('.colorbox').colorbox(); | ||
+ | |||
+ | // WATCH THE VIDEO | ||
+ | $('.watch').colorbox({iframe:true, innerWidth:425, innerHeight:344}); | ||
+ | |||
+ | // TIPS | ||
+ | $(".tip").tipTip({maxWidth: "auto", edgeOffset: 18, delay:0}); | ||
+ | $(".tiptop").tipTip({maxWidth: "auto", edgeOffset: 0, delay:0, defaultPosition: "top" }); | ||
+ | |||
+ | // ROLLOVER EFFECT | ||
+ | $('#carousel li,.watch,.boxImage').mouseover( function() { $(this).fadeTo(0,0.8); }); | ||
+ | $('#carousel li,.watch,.boxImage').mouseout( function() { $(this).fadeTo(0,1); }); | ||
+ | |||
+ | // TOP PANEL | ||
+ | $("div.panel_button").click(function(){ | ||
+ | $("div#panel").animate({ | ||
+ | height: "500px" | ||
+ | }) | ||
+ | .animate({ | ||
+ | height: "400px" | ||
+ | }, "fast"); | ||
+ | $("div.panel_button").toggle(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | $("div#hide_button").click(function(){ | ||
+ | $("div#panel").animate({ | ||
+ | height: "0px" | ||
+ | }, "fast"); | ||
+ | }); | ||
+ | |||
+ | // NEWSLETTER INPUT | ||
+ | // global vars | ||
+ | var searchBox = $("#newsletterInput"); | ||
+ | var searchBoxDefault = "your mail address"; | ||
+ | |||
+ | //Searchbox show/hide default text if needed | ||
+ | searchBox.focus(function(){ | ||
+ | if($(this).attr("value") == searchBoxDefault) $(this).attr("value", ""); | ||
+ | }); | ||
+ | searchBox.blur(function(){ | ||
+ | if($(this).attr("value") == "") $(this).attr("value", searchBoxDefault); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <!-- End JavaScript --> | ||
+ | |||
+ | |||
+ | </head> | ||
+ | <body> | ||
- | == | + | <!-- Begin top panel |
- | + | <div id="toppanel"> | |
+ | <div id="panel"> | ||
+ | <div id="panel_contents"> | ||
+ | <ul> | ||
+ | <li><a href="../../blue/nivo-slider/index.html">Page</a></li> | ||
+ | <li><a href="../../green/nivo-slider/index.html">Discussion</a></li> | ||
+ | <li><a href="../../red/nivo-slider/index.html">Edit</a></li> | ||
+ | <li><a href="../../red/nivo-slider/index.html">History</a></li> | ||
+ | <li><a href="../../red/nivo-slider/index.html">Team</a></li> | ||
- | + | </ul> | |
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel_button" id="expand_button"><img src="images/expand.png" alt="expand"/></div> | ||
+ | <div class="panel_button" id="hide_button"><img src="images/collapse.png" alt="collapse" /></div> | ||
+ | </div><!-- End top panel --> | ||
- | = | + | <!-- BEGIN CONTAINER --> |
+ | <div class="container_12"> | ||
+ | <!-- BEGIN HEADER --> | ||
+ | <div id="header"> | ||
+ | |||
+ | |||
+ | <div class="clear"></div> | ||
+ | |||
+ | </div><!-- END HEADER --> | ||
+ | |||
+ | <!-- begin image slider --> | ||
+ | <div id="sliderWrapper"> | ||
+ | |||
+ | <!-- begin .grid_4 - SLIDER TEXT --> | ||
+ | <div id="sliderText" class="grid_4"> | ||
+ | </div><!-- end .grid_4 --> | ||
+ | <!-- begin .grid_8 - IMAGE SLIDER --> | ||
+ | <div class="grid_8"> | ||
+ | <!-- NIVO SLIDER --> | ||
+ | <div class="slider-wrapper theme-default"> | ||
+ | <div class="ribbon"></div> | ||
+ | <div id="slider" class="nivoSlider"> | ||
+ | <img src="http://f.cl.ly/items/452M391X0n1f14393G1I/1.jpg" alt="" title="1# This is an example of a caption" /> | ||
+ | <img src="http://f.cl.ly/items/3E262T053F0x291F3w1G/2.jpg alt="" title="2# This is an example of a caption" /> | ||
+ | <img src="http://f.cl.ly/items/452M391X0n1f14393G1I/1.jpg" alt="" title="3# This is an example of a caption"/> | ||
+ | <img src="http://f.cl.ly/items/3E262T053F0x291F3w1G/2.jpg" alt="" title="4# This is an example of a caption"/> | ||
+ | <img src="http://f.cl.ly/items/452M391X0n1f14393G1I/1.jpg" alt="" title="5# This is an example of a caption"/> | ||
+ | <img src="http://f.cl.ly/items/3E262T053F0x291F3w1G/2.jpg" alt="" title="6# This is an example of a caption"/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div><!-- end .grid_8 --> | ||
+ | |||
+ | <div class="clear"></div> | ||
+ | |||
+ | </div><!-- end image slider --> | ||
+ | |||
+ | <!-- begin .grid_12 - CAROUSEL --> | ||
+ | <div id="carouselWrapper" class="grid_12" > | ||
+ | <ul id="carousel"> | ||
+ | <li><a href="/Team:Clemson"><img src="http://f.cl.ly/items/1U3g202r2L1n3v1w3x0u/home.png" alt="" width="100" /></a><br />Home</li> | ||
+ | <li><a href="/Team:Clemson/Team"><img src="http://f.cl.ly/items/3d3i0k1f1R3x1P3r1t0w/team.png" alt="" width="100" /><br />Team</li> | ||
+ | <li><img src="http://f.cl.ly/items/0K223h2k2y0n0H2S0V0u/pp.png" alt="" width="100" /><br />Project</li> | ||
+ | <li><a href="/Team:Clemson/Notebook"><img src="http://f.cl.ly/items/1J0k0j2d0s1v2f0z1O3e/Draft.png" alt="" width="100" /></a><br />Notebook</li> | ||
+ | <li><a href="/Team:Clemson/Judge"><img src="http://f.cl.ly/items/1A0A0H2e2b3B3I3t3K3o/judge.png" alt="" width="100" /></a><br />Judging Form</li> | ||
+ | <li><a href="/Team:Clemson/Acknowledgment"><img src="http://f.cl.ly/items/2F333Y3G021S3j1u1u1K/collob.png" alt="" width="100" /></a><br />Acknowledgment</li> | ||
+ | |||
+ | <li><a href="/Team:Clemson/Safety"><img src="http://f.cl.ly/items/3P1e1G2V073P462h2a0j/saftey.png" alt="" width="100" /></a><br />Safety</li> | ||
+ | </ul> | ||
+ | </div><!-- end .grid_12 --> | ||
+ | |||
+ | <div class="clear"></div> | ||
+ | |||
+ | <!-- begin boxes --> | ||
+ | |||
+ | <!-- begin buttons --> | ||
+ | |||
+ | |||
+ | <!-- begin video & features --> | ||
+ | <div id="video_features"> | ||
+ | |||
+ | <!-- begin .grid_7 - FEATURES --> | ||
+ | <div class="grid_7"> | ||
+ | <p align="justify"><font size="2"><strong> | ||
+ | |||
+ | <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ EDIT HERE FOR SECTION 1 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ --> | ||
+ | In an effort to fight pollution through the process of bioremediation, our team proposes to develop bacteria that will be highly effective in degrading Polychlorinated Biphenyls (PCBs) with a long term goal of being able to help clean Lake Hartwell, a major recreational area for people of all ages in the upstate of South Carolina. To accomplish this, we have adapted and expanded the model constructed by the 2011 UT Tokyo team. The focus of their project was to engineer a division of bacteria that would increase the efficiency of bioremediation in any given environment. Their two-component system is comprised of a cell assembling and a cell arrest system. Within the parameters of the cell assembling system, their employed mechanism was to use chemoattraction to increase the density of bacteria at a desired location. To accomplish this, aspartate was used as a natural chemoattractant, and its production was induced by the presence of the substrate. The cell arrest system, a secondary extension of system one, is used to maintain a high density of bacteria once they have reached the desired location since it is likely that the concentration of bacteria will dissipate as the substrate is degraded. This system operates by “arresting” or prohibiting the rotation of the flagellum by regulation of the cheZ gene and thereby decreasing cell motility. Following a few key modifications, such as a change in promoters, this system will be adjusted to work perfectly for our project.</strong></p> | ||
+ | <p> </p> | ||
+ | </div><!-- end .grid_7 --> | ||
+ | |||
+ | <!-- begin .grid_5 - VIDEO --> | ||
+ | <div id="video" class="grid_5"> | ||
+ | <img src="http://f.cl.ly/items/452M391X0n1f14393G1I/1.jpg" width="450" height="400" frameborder="0"> | ||
+ | </div><!-- end .grid_5 --> | ||
+ | |||
+ | <div class="clear"></div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ END HERE FOR SECTION 1 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ --> | ||
+ | |||
+ | <div id="video_features"> | ||
+ | |||
+ | <!-- begin .grid_7 - FEATURES --> | ||
+ | <div class="grid_7"> | ||
+ | <p align="justify"><font size="2"><strong> | ||
+ | |||
+ | <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ EDIT HERE FOR SECTION 2 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ --> | ||
+ | In an effort to fight pollution through the process of bioremediation, our team proposes to develop bacteria that will be highly effective in degrading Polychlorinated Biphenyls (PCBs) with a long term goal of being able to help clean Lake Hartwell, a major recreational area for people of all ages in the upstate of South Carolina. To accomplish this, we have adapted and expanded the model constructed by the 2011 UT Tokyo team. The focus of their project was to engineer a division of bacteria that would increase the efficiency of bioremediation in any given environment. Their two-component system is comprised of a cell assembling and a cell arrest system. Within the parameters of the cell assembling system, their employed mechanism was to use chemoattraction to increase the density of bacteria at a desired location. To accomplish this, aspartate was used as a natural chemoattractant, and its production was induced by the presence of the substrate. The cell arrest system, a secondary extension of system one, is used to maintain a high density of bacteria once they have reached the desired location since it is likely that the concentration of bacteria will dissipate as the substrate is degraded. This system operates by “arresting” or prohibiting the rotation of the flagellum by regulation of the cheZ gene and thereby decreasing cell motility. Following a few key modifications, such as a change in promoters, this system will be adjusted to work perfectly for our project.</strong></p> | ||
+ | <p> </p> | ||
+ | </div><!-- end .grid_7 --> | ||
+ | |||
+ | <!-- begin .grid_5 - VIDEO --> | ||
+ | <div id="video" class="grid_5"> | ||
+ | <img src="http://f.cl.ly/items/452M391X0n1f14393G1I/1.jpg" width="450" height="400" frameborder="0"> | ||
+ | </div><!-- end .grid_5 --> | ||
+ | |||
+ | <div class="clear"></div> | ||
+ | |||
+ | </div> | ||
+ | <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ END HERE FOR SECTION 2 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ --> | ||
+ | <div id="video_features"> | ||
+ | |||
+ | <!-- begin .grid_7 - FEATURES --> | ||
+ | <div class="grid_7"> | ||
+ | <p align="justify"><font size="2"><strong> | ||
+ | <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ EDIT HERE FOR SECTION 3 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ --> | ||
+ | In an effort to fight pollution through the process of bioremediation, our team proposes to develop bacteria that will be highly effective in degrading Polychlorinated Biphenyls (PCBs) with a long term goal of being able to help clean Lake Hartwell, a major recreational area for people of all ages in the upstate of South Carolina. To accomplish this, we have adapted and expanded the model constructed by the 2011 UT Tokyo team. The focus of their project was to engineer a division of bacteria that would increase the efficiency of bioremediation in any given environment. Their two-component system is comprised of a cell assembling and a cell arrest system. Within the parameters of the cell assembling system, their employed mechanism was to use chemoattraction to increase the density of bacteria at a desired location. To accomplish this, aspartate was used as a natural chemoattractant, and its production was induced by the presence of the substrate. The cell arrest system, a secondary extension of system one, is used to maintain a high density of bacteria once they have reached the desired location since it is likely that the concentration of bacteria will dissipate as the substrate is degraded. This system operates by “arresting” or prohibiting the rotation of the flagellum by regulation of the cheZ gene and thereby decreasing cell motility. Following a few key modifications, such as a change in promoters, this system will be adjusted to work perfectly for our project.</strong></p> | ||
+ | <p> </p> | ||
+ | </div><!-- end .grid_7 --> | ||
+ | |||
+ | <!-- begin .grid_5 - VIDEO --> | ||
+ | <div id="video" class="grid_5"> | ||
+ | <img src="http://f.cl.ly/items/452M391X0n1f14393G1I/1.jpg" width="450" height="400" frameborder="0"> | ||
+ | </div><!-- end .grid_5 --> | ||
+ | |||
+ | <div class="clear"></div> | ||
+ | |||
+ | </div> | ||
+ | <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ END HERE FOR SECTION 3 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ --> | ||
+ | <div id="video_features"> | ||
+ | |||
+ | <!-- begin .grid_7 - FEATURES --> | ||
+ | <div class="grid_7"> | ||
+ | <p align="justify"><font size="2"><strong> | ||
+ | <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ EDIT HERE FOR SECTION 4 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ --> | ||
+ | In an effort to fight pollution through the process of bioremediation, our team proposes to develop bacteria that will be highly effective in degrading Polychlorinated Biphenyls (PCBs) with a long term goal of being able to help clean Lake Hartwell, a major recreational area for people of all ages in the upstate of South Carolina. To accomplish this, we have adapted and expanded the model constructed by the 2011 UT Tokyo team. The focus of their project was to engineer a division of bacteria that would increase the efficiency of bioremediation in any given environment. Their two-component system is comprised of a cell assembling and a cell arrest system. Within the parameters of the cell assembling system, their employed mechanism was to use chemoattraction to increase the density of bacteria at a desired location. To accomplish this, aspartate was used as a natural chemoattractant, and its production was induced by the presence of the substrate. The cell arrest system, a secondary extension of system one, is used to maintain a high density of bacteria once they have reached the desired location since it is likely that the concentration of bacteria will dissipate as the substrate is degraded. This system operates by “arresting” or prohibiting the rotation of the flagellum by regulation of the cheZ gene and thereby decreasing cell motility. Following a few key modifications, such as a change in promoters, this system will be adjusted to work perfectly for our project.</strong></p> | ||
+ | <p> </p> | ||
+ | </div><!-- end .grid_7 --> | ||
+ | |||
+ | <!-- begin .grid_5 - VIDEO --> | ||
+ | <div id="video" class="grid_5"> | ||
+ | <img src="http://f.cl.ly/items/452M391X0n1f14393G1I/1.jpg" width="450" height="400" frameborder="0"> | ||
+ | </div><!-- end .grid_5 --> | ||
+ | |||
+ | <div class="clear"></div> | ||
+ | |||
+ | </div> | ||
+ | <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ END HERE FOR SECTION 4 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ --> | ||
- | |||
+ | <!-- BEGIN FOOTER --> | ||
+ | <div id="footer"> | ||
+ | <div id="container_121" class="container_121"> | ||
+ | <p align="left>"<font size="4"> <strong>SPONSORS: </strong></font></p> | ||
+ | <table align="left"> | ||
+ | <tr><td> </td><td> </td></tr> | ||
+ | <tr> | ||
+ | <td><a href="http://www.clemson.edu/academics/programs/creative-inquiry/"><img src="http://f.cl.ly/items/2m140z071u1g3L0d3q25/cuci.png" width="130" height="70" align="left"/></a></td> | ||
+ | <td> </td> | ||
+ | <td><a href="http://www.neb.com/nebecomm/default.asp"><img src="http://f.cl.ly/items/2c133n181W0C2r2A3t28/biolab.png" width="130" height="70" align="left"/></td> | ||
+ | <td> </td> | ||
+ | <td><a href="http://www.promega.com/"><img src="http://f.cl.ly/items/3T1H0e3B1c1v051J381v/promega.png" width="130" height="70" align="left"/></td> | ||
+ | <td><a href="http://www.qiagen.com/default.aspx"><img src="http://f.cl.ly/items/183a0E090o3g3J0E0E2z/qiagwn.png" width="130" height="70" align="left"/></td> | ||
+ | <td> </td> | ||
+ | <td><a href="http://www.idtdna.com/site"><img src="http://f.cl.ly/items/053z273z3s0c0L3p0t0J/idt.png" width="130" height="70" align="left"/></td> | ||
- | + | </tr> | |
- | + | </table> | |
- | + | </div> | |
- | + | <!-- begin .grid_6 - SOCIAL --> | |
- | + | </div><!-- END FOOTER --> | |
- | + | </div><!-- END CONTAINER --> | |
- | + | </body> | |
- | + | </html> | |
- | + | ||
- | + |
Revision as of 06:37, 1 October 2012
Home
Team
Project
Notebook
Judging Form
Acknowledgment
Safety
In an effort to fight pollution through the process of bioremediation, our team proposes to develop bacteria that will be highly effective in degrading Polychlorinated Biphenyls (PCBs) with a long term goal of being able to help clean Lake Hartwell, a major recreational area for people of all ages in the upstate of South Carolina. To accomplish this, we have adapted and expanded the model constructed by the 2011 UT Tokyo team. The focus of their project was to engineer a division of bacteria that would increase the efficiency of bioremediation in any given environment. Their two-component system is comprised of a cell assembling and a cell arrest system. Within the parameters of the cell assembling system, their employed mechanism was to use chemoattraction to increase the density of bacteria at a desired location. To accomplish this, aspartate was used as a natural chemoattractant, and its production was induced by the presence of the substrate. The cell arrest system, a secondary extension of system one, is used to maintain a high density of bacteria once they have reached the desired location since it is likely that the concentration of bacteria will dissipate as the substrate is degraded. This system operates by “arresting” or prohibiting the rotation of the flagellum by regulation of the cheZ gene and thereby decreasing cell motility. Following a few key modifications, such as a change in promoters, this system will be adjusted to work perfectly for our project.
In an effort to fight pollution through the process of bioremediation, our team proposes to develop bacteria that will be highly effective in degrading Polychlorinated Biphenyls (PCBs) with a long term goal of being able to help clean Lake Hartwell, a major recreational area for people of all ages in the upstate of South Carolina. To accomplish this, we have adapted and expanded the model constructed by the 2011 UT Tokyo team. The focus of their project was to engineer a division of bacteria that would increase the efficiency of bioremediation in any given environment. Their two-component system is comprised of a cell assembling and a cell arrest system. Within the parameters of the cell assembling system, their employed mechanism was to use chemoattraction to increase the density of bacteria at a desired location. To accomplish this, aspartate was used as a natural chemoattractant, and its production was induced by the presence of the substrate. The cell arrest system, a secondary extension of system one, is used to maintain a high density of bacteria once they have reached the desired location since it is likely that the concentration of bacteria will dissipate as the substrate is degraded. This system operates by “arresting” or prohibiting the rotation of the flagellum by regulation of the cheZ gene and thereby decreasing cell motility. Following a few key modifications, such as a change in promoters, this system will be adjusted to work perfectly for our project.
In an effort to fight pollution through the process of bioremediation, our team proposes to develop bacteria that will be highly effective in degrading Polychlorinated Biphenyls (PCBs) with a long term goal of being able to help clean Lake Hartwell, a major recreational area for people of all ages in the upstate of South Carolina. To accomplish this, we have adapted and expanded the model constructed by the 2011 UT Tokyo team. The focus of their project was to engineer a division of bacteria that would increase the efficiency of bioremediation in any given environment. Their two-component system is comprised of a cell assembling and a cell arrest system. Within the parameters of the cell assembling system, their employed mechanism was to use chemoattraction to increase the density of bacteria at a desired location. To accomplish this, aspartate was used as a natural chemoattractant, and its production was induced by the presence of the substrate. The cell arrest system, a secondary extension of system one, is used to maintain a high density of bacteria once they have reached the desired location since it is likely that the concentration of bacteria will dissipate as the substrate is degraded. This system operates by “arresting” or prohibiting the rotation of the flagellum by regulation of the cheZ gene and thereby decreasing cell motility. Following a few key modifications, such as a change in promoters, this system will be adjusted to work perfectly for our project.
In an effort to fight pollution through the process of bioremediation, our team proposes to develop bacteria that will be highly effective in degrading Polychlorinated Biphenyls (PCBs) with a long term goal of being able to help clean Lake Hartwell, a major recreational area for people of all ages in the upstate of South Carolina. To accomplish this, we have adapted and expanded the model constructed by the 2011 UT Tokyo team. The focus of their project was to engineer a division of bacteria that would increase the efficiency of bioremediation in any given environment. Their two-component system is comprised of a cell assembling and a cell arrest system. Within the parameters of the cell assembling system, their employed mechanism was to use chemoattraction to increase the density of bacteria at a desired location. To accomplish this, aspartate was used as a natural chemoattractant, and its production was induced by the presence of the substrate. The cell arrest system, a secondary extension of system one, is used to maintain a high density of bacteria once they have reached the desired location since it is likely that the concentration of bacteria will dissipate as the substrate is degraded. This system operates by “arresting” or prohibiting the rotation of the flagellum by regulation of the cheZ gene and thereby decreasing cell motility. Following a few key modifications, such as a change in promoters, this system will be adjusted to work perfectly for our project.