Team:UC Davis
From 2012.igem.org
(Difference between revisions)
Line 13: | Line 13: | ||
@import "/wiki/skins/igem/main.css?270"; | @import "/wiki/skins/igem/main.css?270"; | ||
/*]]>*/</style> | /*]]>*/</style> | ||
- | |||
<link rel="stylesheet" type="text/css" media="screen, projection" href="https://2012.igem.org/wiki/skins/common/shared.css?270" /> | <link rel="stylesheet" type="text/css" media="screen, projection" href="https://2012.igem.org/wiki/skins/common/shared.css?270" /> | ||
<link rel="stylesheet" type="text/css" media="screen, projection" href="https://2012.igem.org/wiki/skins/igem/main.css?270" /> | <link rel="stylesheet" type="text/css" media="screen, projection" href="https://2012.igem.org/wiki/skins/igem/main.css?270" /> | ||
Line 67: | Line 66: | ||
</script> | </script> | ||
<script type="text/javascript" src="https://2012.igem.org/wiki/skins/common/wikibits.js?270"><!-- wikibits js --></script> | <script type="text/javascript" src="https://2012.igem.org/wiki/skins/common/wikibits.js?270"><!-- wikibits js --></script> | ||
- | |||
<!-- Head Scripts --> | <!-- Head Scripts --> | ||
<script src="https://2012.igem.org/wiki/skins/common/ajax.js?270"></script> | <script src="https://2012.igem.org/wiki/skins/common/ajax.js?270"></script> | ||
Line 75: | Line 73: | ||
<script type="text/javascript" src ="https://2012.igem.org/common/jquery-latest.min.js"></script> | <script type="text/javascript" src ="https://2012.igem.org/common/jquery-latest.min.js"></script> | ||
<script type="text/javascript" src ="https://2012.igem.org/common/tablesorter/jquery.tablesorter.min.js"></script> | <script type="text/javascript" src ="https://2012.igem.org/common/tablesorter/jquery.tablesorter.min.js"></script> | ||
- | |||
<link rel="stylesheet" type="text/css" href="https://2012.igem.org/common/tablesorter/themes/groupparts/style.css" /> | <link rel="stylesheet" type="text/css" href="https://2012.igem.org/common/tablesorter/themes/groupparts/style.css" /> | ||
<link rel="stylesheet" type="text/css" href="https://2012.igem.org/common/table_styles.css" /> | <link rel="stylesheet" type="text/css" href="https://2012.igem.org/common/table_styles.css" /> | ||
Line 81: | Line 78: | ||
<script type="text/javascript" src ="https://2012.igem.org/forum/forum_scripts.js"></script> | <script type="text/javascript" src ="https://2012.igem.org/forum/forum_scripts.js"></script> | ||
+ | <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'); | ||
+ | |||
+ | var $n_sibs = $current.siblings(); | ||
+ | var rndNum = Math.floor(Math.random() * $n_sibs.length ); | ||
+ | var $next = $( $n_sibs[ rndNum ] ); | ||
+ | |||
+ | $current.addClass('previous'); | ||
+ | |||
+ | $next.css({opacity: 0.0}) | ||
+ | .addClass('current') | ||
+ | .animate({opacity: 1.0}, 2500, function() { | ||
+ | $current.removeClass('current previous'); | ||
+ | }); | ||
+ | } | ||
+ | $(function() { | ||
+ | setInterval( "slider()", 5000 ); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 106: | Line 129: | ||
#menubar.right-menu { width:300px; display:block; float:left; margin-top:-80px; border: none;} | #menubar.right-menu { width:300px; display:block; float:left; margin-top:-80px; border: none;} | ||
.right-menu ul { border: none; width: 300px;} | .right-menu ul { border: none; width: 300px;} | ||
- | #footer-box { background-color: #216085; border: none; width | + | #footer-box { background-color: #216085; border: none; width: 100%; margin: -10px auto 0 auto; padding: 20px 0;} |
.visualClear { display: none; } | .visualClear { display: none; } | ||
#footer { border: none; width: 850px; margin: 0 auto; padding: 0;} | #footer { border: none; width: 850px; margin: 0 auto; padding: 0;} | ||
Line 128: | Line 151: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
- | |||
- | |||
} | } | ||
Line 140: | Line 161: | ||
padding-bottom: 10px; | padding-bottom: 10px; | ||
background-color: #ffffff; | background-color: #ffffff; | ||
- | |||
- | |||
} | } | ||
Line 172: | Line 191: | ||
text-align: right; | text-align: right; | ||
text-transform: lowercase; | text-transform: lowercase; | ||
+ | color: white; | ||
} | } | ||
Line 208: | Line 228: | ||
color: white; | color: white; | ||
} | } | ||
- | # | + | |
- | + | #nav { | |
- | + | position: relative; | |
- | + | height: 24px; | |
- | + | width: 850px; | |
- | + | # margin-left: 10px; | |
- | + | # margin: 0 auto 0 auto; | |
+ | # border-left: 1px solid #444444; | ||
+ | # border-right: 1px solid #444444; | ||
+ | # border-bottom: 1px solid #444444; | ||
+ | |||
+ | background-color: white; | ||
+ | # border: 0px solid black; | ||
+ | # height: 0px; | ||
+ | # width: 850px; | ||
+ | # left: 220px; | ||
+ | # top: -2px; | ||
+ | # position: relative;} | ||
+ | |||
+ | #nav ul { | ||
+ | |||
+ | list-style-type:none; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | overflow:hidden;} | ||
+ | #nav ul .groupb { | ||
+ | float: right; | ||
+ | list-style:none; | ||
+ | padding: 0 .0em;} | ||
+ | |||
+ | #nav a:hover, #nav a:focus { | ||
+ | opacity:0.7; | ||
} | } | ||
- | # | + | |
- | + | #slides { | |
- | + | position:relative; | |
- | + | height:350px; | |
- | + | width: 840px | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | |
- | + | #slides IMG { | |
- | + | position:absolute; | |
- | + | opacity:0.0; | |
- | + | top:0px; | |
- | + | left:0px; | |
- | + | z-index:1; | |
} | } | ||
- | # | + | |
- | + | #slides .current { | |
+ | z-index:3; | ||
+ | opacity:1.0; | ||
} | } | ||
- | + | ||
- | + | #slides .previous { | |
- | + | z-index:2; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
Line 269: | Line 290: | ||
position:relative; | position:relative; | ||
top: 0px; | top: 0px; | ||
- | width: | + | width:830px; |
left: 0px; | left: 0px; | ||
background-color: #d2d2d2; | background-color: #d2d2d2; | ||
margin-top: 0px; | margin-top: 0px; | ||
border-radius: 4px; | border-radius: 4px; | ||
- | padding: 30px; | + | padding: 30px 10px 10px 10px; |
font: sans-serif; | font: sans-serif; | ||
font-size: 13px; | font-size: 13px; | ||
Line 291: | Line 312: | ||
font-weight: bold; | font-weight: bold; | ||
color: #016D8B; | color: #016D8B; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 336: | Line 352: | ||
<li style='color:#014457; cursor:default'><a>teams</a></li> | <li style='color:#014457; cursor:default'><a>teams</a></li> | ||
<li class='selected' ><a href="https://2012.igem.org/Team:UC_Davis">Page</a></li> | <li class='selected' ><a href="https://2012.igem.org/Team:UC_Davis">Page</a></li> | ||
- | |||
<li class='new'><a href="https://2012.igem.org/wiki/index.php?title=Talk:Team:UC_Davis&action=edit&redlink=1">Discussion</a></li> | <li class='new'><a href="https://2012.igem.org/wiki/index.php?title=Talk:Team:UC_Davis&action=edit&redlink=1">Discussion</a></li> | ||
<li><a href="https://2012.igem.org/wiki/index.php?title=Team:UC_Davis&action=edit">Edit</a></li> | <li><a href="https://2012.igem.org/wiki/index.php?title=Team:UC_Davis&action=edit">Edit</a></li> | ||
Line 346: | Line 361: | ||
</ul> | </ul> | ||
</div> | </div> | ||
- | + | ||
- | + | <div id="nav"> | |
- | <li ><a href="https://2012.igem.org/" title="Back to iGEM"> | + | <ul> |
+ | <li class="groupb"><a href="https://2012.igem.org/" title="Back to iGEM"> | ||
+ | <img src="http://img.photobucket.com/albums/v26/bluemelon/main-button_09.jpg"></a></li> | ||
- | <li ><a href="https://2012.igem.org/Team:UC_Davis/Attributions" title="Attributions"> | + | <li class="groupb"><a href="https://2012.igem.org/Team:UC_Davis/Attributions" title="Attributions"> |
+ | <img src="http://img.photobucket.com/albums/v26/bluemelon/main-button_08.jpg"></a></li> | ||
- | <li ><a href="https://2012.igem.org/Team:UC_Davis/Data" title="Data" | + | <li class="groupb"><a href="https://2012.igem.org/Team:UC_Davis/Data" title="Data"> |
- | + | <img src="http://img.photobucket.com/albums/v26/bluemelon/main-button_07.jpg"></a></li> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <li class=" | + | <li class="groupb"><a href="https://2012.igem.org/Team:UC_Davis/Notebook" title="Notebook"> |
+ | <img src="http://img.photobucket.com/albums/v26/bluemelon/main-button_06.jpg"></a></li> | ||
- | <li | + | <li class="groupb"><a href="https://2012.igem.org/Team:UC_Davis/Safety" title="Safety"> |
- | + | <img src="http://img.photobucket.com/albums/v26/bluemelon/main-button_05.jpg"></a></li> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <img src="http://img.photobucket.com/albums/v26/bluemelon/ | + | |
- | + | <li class="groupb"><a href="https://2012.igem.org/Team:UC_Davis/Project" title="Project"> | |
- | + | <img src="http://img.photobucket.com/albums/v26/bluemelon/main-button_04.jpg"></a></li> | |
+ | <li class="groupb"><a href="https://2012.igem.org/Team:UC_Davis/Team" title="Team"> | ||
+ | <img src="http://img.photobucket.com/albums/v26/bluemelon/main-button_03.jpg"></a></li> | ||
+ | |||
+ | <li class="groupb"><a href="https://2012.igem.org/Team:UC_Davis" title="Home"> | ||
+ | <img src="http://img.photobucket.com/albums/v26/bluemelon/main-button_02.jpg"></a></li> | ||
+ | </ul> | ||
+ | </div> | ||
<br> | <br> | ||
+ | <!--<a><h1 class="firstHeading">Team:UC Davis</h1></a>--> | ||
- | + | <div id="slides"> | |
- | + | ||
- | + | ||
- | + | ||
- | < | + | <img src="http://img.photobucket.com/albums/v26/bluemelon/slide-1-1.jpg" width="850" height="349" alt="" class="current" /> |
+ | <img src="http://img.photobucket.com/albums/v26/bluemelon/slide-2-1.jpg" width="850" height="349" alt="" /> | ||
+ | <img src="http://img.photobucket.com/albums/v26/bluemelon/slide-3-1.jpg" width="850" height="349" alt="" /> | ||
+ | <img src="http://img.photobucket.com/albums/v26/bluemelon/slide-4-1.jpg" width="850" height="349" alt="" /> | ||
+ | |||
+ | </div> | ||
- | + | <div id="bodyContent"> | |
+ | <div id="contentSub"></div> | ||
+ | <br> | ||
- | < | + | <div class="floatbox3"> |
+ | <h1> Welcome </h1> | ||
- | < | + | <p>Welcome to iGEM 2012 at UC Davis!</p> |
- | + | This year's UC Davis team is composed of ten undergraduates, two advisors, and a graduate student. We come from different areas of study, but we're all working together on this year's synthetic biology project. Due to the global impact of plastic pollution, we have decided to focus on biodegradation of polyethylene terephthalate (PET). PET is a commonly and widely used plastic, but only a small percentage of them are recycled, meaning a majority of the trash ends up in landfills and the oceans. It is a global issue, and achieving our goal would have a big impact on the issue of plastic degradation. | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<br><br> | <br><br> | ||
+ | <center> | ||
+ | <img src="http://img.photobucket.com/albums/v26/bluemelon/UCDavis_teamphoto01.jpg"> | ||
+ | </center> | ||
+ | <br> | ||
- | + | </div> | |
- | + | ||
- | < | + | |
- | < | + | <br> |
+ | <div class="floatbox3"> | ||
+ | <h1> Our Project/Abstract</h1> | ||
+ | <p>We hope to accomplish:</p><br> | ||
+ | This year, our team hopes to successfully insert the gene for cutinase, an | ||
+ | enzyme that has been shown to degrade polyethylene terephthalate (PET), into | ||
+ | several strains of E. coli. PET is a major kind of plastic used today, and we hope to | ||
+ | overproduce cutinase within the E. coli and secrete the enzyme into the extracellular | ||
+ | region to degrade the PET. We hope to test the cutinase out on several kinds of | ||
+ | PET, such as films from scientific companies and plastic bottles, and test how much | ||
+ | each is broken down. We also hope to improve the cutinase itself through targeted | ||
+ | mutations and codon optimization, through programs such as Foldit and SWISS- | ||
+ | MODEL.<br><br> | ||
+ | Through our research, we have learned that with cutinase, PET degrades into | ||
+ | terephthalic acid (TPA) and ethylene glycol. While TPA does not appear to be | ||
+ | harmful, ethylene glycol is a toxic substance. We hope to degrade ethylene glycol as | ||
+ | much as possible by enhancing the promoters that express the degradative enzymes | ||
+ | involved. After ethylene glycol is degraded, we hope to redirect all further | ||
+ | byproducts into glycolysis within E. coli so that the project would sustain itself. | ||
+ | We also hope to perform a complete economic and environmental analysis | ||
+ | of our project to see how feasible it would be in real life and to assess the impact it | ||
+ | could have.<br><br> | ||
+ | Lastly, we need to ensure that our parts do not have common restriction | ||
+ | sites within them so they can be used properly in the standard BioBrick format. We | ||
+ | hope to create and characterize a part family and to end up with a series of BioBrick | ||
+ | standard parts to submit to the Parts Registry. | ||
<br><br> | <br><br> | ||
+ | <p>What We Have Done So Far:</p><br> | ||
+ | We have outlined a plan for the engineering of the PET degradation circuit | ||
+ | and we ordered a synthesized sequence for cutinase. We asked for separate strains | ||
+ | of E. coli from Yale and Barcelona.<br><br> | ||
+ | We learned basic lab protocols, such as ligation, transformation, and | ||
+ | digestion and we have worked on the Wiki.<br><br> | ||
+ | We have done extensive research on past attempts to degrade PET and other | ||
+ | plastics. We even visited our local landfill to talk about current issues with waste | ||
+ | degradation, such as control over concentrations of methane.<br><br> | ||
+ | Two of our members (Nick and Mattan) attended the Biomedical Engineering | ||
+ | Entrepreneurship Academy to be better informed about the economic implications | ||
+ | of our project, and what companies might be looking for in terms of a completed | ||
+ | product.<br><br> | ||
+ | Lastly, we’ve had team bonding, over sushi buffets, ice cream sandwiches and | ||
+ | laughs.<br> | ||
- | + | </div> | |
- | + | ||
- | + | ||
+ | <!-- | ||
+ | <div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #c2c2c2; padding: 5px;"> | ||
+ | This is a template page. READ THESE INSTRUCTIONS. | ||
</div> | </div> | ||
- | < | + | <div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #c1c1c1; padding: 5px;"> |
+ | You are provided with this team page template with which to start the iGEM season. You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples. | ||
</div> | </div> | ||
+ | <div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #cccccc; padding: 5px;"> | ||
+ | You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace. | ||
</div> | </div> | ||
+ | <p><br /> | ||
+ | </p><p><br /> | ||
+ | </p> | ||
+ | <table align="justify"> | ||
+ | <tr> | ||
+ | <td>You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing. | ||
+ | </td><td><div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="https://2012.igem.org/wiki/index.php?title=Special:Upload&wpDestFile=UC_Davis_logo.png" class="new" title="File:UC Davis logo.png">File:UC Davis logo.png</a> <div class="thumbcaption">200px</div></div></div> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <p><i>Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)</i> | ||
+ | </p> | ||
+ | </td><td><div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/index.php?title=Special:Upload&wpDestFile=UC_Davis_team.png" class="new" title="File:UC Davis team.png">File:UC Davis team.png</a> <div class="thumbcaption">Your team picture</div></div></div> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | </td><td align="center"><strong class="selflink"> Team UC_Davis</strong> | ||
+ | </td></tr></table> | ||
+ | <p><br /> | ||
+ | </p> | ||
+ | <table style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" width="62%" align="center"> | ||
+ | <tr> | ||
+ | <th align="center"><strong class="selflink">Home</strong> | ||
+ | </th><th align="center"><a href="https://2012.igem.org/Team:UC_Davis/Team" title="Team:UC Davis/Team">Team</a> | ||
+ | </th><th align="center"><a href="https://2012.igem.org/Team.cgi?year=2012&team_name=UC_Davis" class="external text" rel="nofollow">Official Team Profile</a> | ||
+ | </th><th align="center"><a href="https://2012.igem.org/Team:UC_Davis/Project" title="Team:UC Davis/Project">Project</a> | ||
+ | </th><th align="center"><a href="https://2012.igem.org/Team:UC_Davis/Parts" title="Team:UC Davis/Parts">Parts Submitted to the Registry</a> | ||
+ | </th><th align="center"><a href="https://2012.igem.org/Team:UC_Davis/Modeling" title="Team:UC Davis/Modeling">Modeling</a> | ||
+ | </th><th align="center"><a href="https://2012.igem.org/Team:UC_Davis/Notebook" title="Team:UC Davis/Notebook">Notebook</a> | ||
+ | </th><th align="center"><a href="https://2012.igem.org/Team:UC_Davis/Safety" title="Team:UC Davis/Safety">Safety</a> | ||
+ | </th><th align="center"><a href="https://2012.igem.org/Team:UC_Davis/Attributions" title="Team:UC Davis/Attributions">Attributions</a> | ||
+ | </th></tr></table> | ||
+ | --> | ||
+ | <!-- | ||
+ | NewPP limit report | ||
+ | Preprocessor node count: 4/1000000 | ||
+ | Post-expand include size: 0/2097152 bytes | ||
+ | Template argument size: 0/2097152 bytes | ||
+ | Expensive parser function count: 0/100 | ||
+ | --> | ||
+ | |||
+ | <!-- Saved in parser cache with key 2012_igem_org:pcache:idhash:1318-0!1!0!!en!2!edit=0 and timestamp 20120705172055 --> | ||
+ | <!-- | ||
+ | <div class="printfooter"> | ||
+ | Retrieved from "<a href="https://2012.igem.org/Team:UC_Davis">https://2012.igem.org/Team:UC_Davis</a>"</div> | ||
+ | <div id="catlinks"><div id='catlinks' class='catlinks catlinks-allhidden'></div></div> | ||
+ | --> | ||
+ | <!-- end content --> | ||
+ | <!-- <div class="visualClear"></div> --> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <script>if (window.runOnloadHook) runOnloadHook();</script> | ||
+ | </div> | ||
+ | <!-- Served in 0.192 secs. --> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 17:11, 24 July 2012
Welcome
Welcome to iGEM 2012 at UC Davis!
This year's UC Davis team is composed of ten undergraduates, two advisors, and a graduate student. We come from different areas of study, but we're all working together on this year's synthetic biology project. Due to the global impact of plastic pollution, we have decided to focus on biodegradation of polyethylene terephthalate (PET). PET is a commonly and widely used plastic, but only a small percentage of them are recycled, meaning a majority of the trash ends up in landfills and the oceans. It is a global issue, and achieving our goal would have a big impact on the issue of plastic degradation.Our Project/Abstract
We hope to accomplish:
This year, our team hopes to successfully insert the gene for cutinase, an enzyme that has been shown to degrade polyethylene terephthalate (PET), into several strains of E. coli. PET is a major kind of plastic used today, and we hope to overproduce cutinase within the E. coli and secrete the enzyme into the extracellular region to degrade the PET. We hope to test the cutinase out on several kinds of PET, such as films from scientific companies and plastic bottles, and test how much each is broken down. We also hope to improve the cutinase itself through targeted mutations and codon optimization, through programs such as Foldit and SWISS- MODEL.
Through our research, we have learned that with cutinase, PET degrades into terephthalic acid (TPA) and ethylene glycol. While TPA does not appear to be harmful, ethylene glycol is a toxic substance. We hope to degrade ethylene glycol as much as possible by enhancing the promoters that express the degradative enzymes involved. After ethylene glycol is degraded, we hope to redirect all further byproducts into glycolysis within E. coli so that the project would sustain itself. We also hope to perform a complete economic and environmental analysis of our project to see how feasible it would be in real life and to assess the impact it could have.
Lastly, we need to ensure that our parts do not have common restriction sites within them so they can be used properly in the standard BioBrick format. We hope to create and characterize a part family and to end up with a series of BioBrick standard parts to submit to the Parts Registry.
What We Have Done So Far:
We have outlined a plan for the engineering of the PET degradation circuit and we ordered a synthesized sequence for cutinase. We asked for separate strains of E. coli from Yale and Barcelona.
We learned basic lab protocols, such as ligation, transformation, and digestion and we have worked on the Wiki.
We have done extensive research on past attempts to degrade PET and other plastics. We even visited our local landfill to talk about current issues with waste degradation, such as control over concentrations of methane.
Two of our members (Nick and Mattan) attended the Biomedical Engineering Entrepreneurship Academy to be better informed about the economic implications of our project, and what companies might be looking for in terms of a completed product.
Lastly, we’ve had team bonding, over sushi buffets, ice cream sandwiches and laughs.