Team:UC Davis

From 2012.igem.org

(Difference between revisions)
(Undo revision 57706 by Serujio (talk))
Line 150: Line 150:
<!-- end of slides style -->
<!-- end of slides style -->
-
body {
 
-
    background-color: #ffffff;
 
-
    color: black;
 
-
    font: x-small sans-serif;
 
-
    margin: 0;
 
-
    padding: 0;
 
-
    height:100%;
 
-
#    height:auto !important;
 
-
}
 
#globalWrapper {
#globalWrapper {
     position: relative;
     position: relative;
     font-size: 127%;
     font-size: 127%;
-
     width: 100%;
+
     width: 850px //100%;
     margin: 0;
     margin: 0;
     padding: 0;
     padding: 0;
     padding-bottom: 10px;
     padding-bottom: 10px;
-
    background-color: #ffffff;
+
#    background:url(http://img.photobucket.com/albums/v26/bluemelon/bg-2-1.jpg);
-
#   height:100%;
+
#    background-repeat: no-repeat;
-
 
+
#   background-attachment: fixed;
 +
#   background-size:100% auto;
}
}
Line 177: Line 169:
     margin: 0 auto;
     margin: 0 auto;
     padding: 5px 5px 5px 5px;;
     padding: 5px 5px 5px 5px;;
-
     background: white;
+
     background: transparent;
     color: black;
     color: black;
-
    border-left: 1px solid #ffffff;
+
#    border-left: 1px solid #ffffff;
-
    border-right: 1px solid #ffffff;
+
#    border-right: 1px solid #ffffff;
-
    line-height: 1.5em;
+
#    line-height: 1.5em;
-
#    z-index: 2;
+
}
}
 +
 +
 +
body {
 +
background-color: rgba(255,255,255,1);
 +
background-image: url('http://img.photobucket.com/albums/v26/bluemelon/bg-2-1.jpg');
 +
background-size: 100%;
 +
background-repeat: no-repeat;
 +
background-attachment:fixed;
 +
 +
    color: black;
 +
    font: x-small sans-serif;
 +
    margin: 0;
 +
    padding: 0;
 +
#    height:100%;
 +
}
 +
#topmenubar {
#topmenubar {
Line 248: Line 255:
         overflow:hidden;
         overflow:hidden;
         padding:0px;  
         padding:0px;  
-
         margin:0px;  
+
         margin:2px solid transparent;  
         list-style-type:none;  
         list-style-type:none;  
         height:24px;
         height:24px;
         list-style-image:none;
         list-style-image:none;
-
         background:#004b85;
+
         background: #004b85;
}
}
#newnavi .newmenu li    {
#newnavi .newmenu li    {
Line 258: Line 265:
         height:24px;
         height:24px;
         width: 103px;
         width: 103px;
-
         background:#004b85;
+
         background: #004b85;
-
        border-left: solid 2px white;
+
#        margin-left: solid 2px transparent;
-
        border-right: solid 2px white;
+
#        margin-right: solid 2px transparent;
 +
#        margin-bottom: solid 1px transparent;
 +
#        border-right: 4px solid #eaf0f2;
 +
#        border-left: 2px solid #eaf0f2;
 +
        border-right: 2px solid transparent;
 +
        border-left: 2px solid transparent;
 +
        text-align:center;
}
}
#newnavi .newmenu .selected {
#newnavi .newmenu .selected {
Line 317: Line 330:
}
}
/* slide ends here */
/* slide ends here */
 +
//leftbox, rightbox starts here
 +
 +
#myleftbox
 +
{
 +
position:relative;
 +
width:625px;
 +
float:left;
 +
background-color:#d2d2d2;
 +
margin-top: 0px;
 +
border-radius: 4px;
 +
padding: 0px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
#myleftbox .smallbox
 +
{
 +
width:595px;
 +
float:left;
 +
background-color:#bfbfbf;
 +
margin-top: 17px;
 +
border-radius: 4px;
 +
padding: 15px 15px 15px 15px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
line-height:1.5em;
 +
color:black;
 +
}
 +
#myleftbox .smallbox h1
 +
{
 +
color:#004b85;
 +
font-weight:bold;
 +
}
 +
#myleftbox .smallbox p
 +
{
 +
color: #004b85;
 +
font-weight:bold;
 +
}
 +
 +
#myleftbox .threeboxes
 +
{
 +
width:175px;
 +
float:left;
 +
background-color:rgba(143,143,143,0.7);
 +
margin-top: 17px;
 +
border-radius: 4px;
 +
border-left:2px solid #e8eff1;
 +
border-right:2px solid #e8eff1;
 +
padding: 15px 15px 15px 15px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
 +
}
 +
 +
#myleftbox .threeleft
 +
{
 +
width:175px;
 +
float:left;
 +
background-color:#ba9108;
 +
margin-top: 17px;
 +
border-radius: 4px;
 +
padding: 15px 15px 15px 15px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
 +
#myleftbox .threecenter
 +
{
 +
width:175px;
 +
#float:left;
 +
background-color:#ba9108;
 +
margin-top: 17px;
 +
border-radius: 4px;
 +
padding: 15px 15px 15px 15px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
#myleftbox .threeright
 +
{
 +
width:175px;
 +
float:right;
 +
background-color:#ba9108;
 +
margin-top: 17px;
 +
border-radius: 4px;
 +
padding: 15px 15px 15px 15px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
 +
#sponsorbox
 +
{
 +
position: relative;
 +
width: 215px;
 +
margin-top:17px;
 +
float: right;
 +
height: auto;
 +
}
 +
 +
#sponsorbox .sponsorfloat
 +
{
 +
width:205px;
 +
float: right;
 +
background-color: #004b85;
 +
margin-top: 0px;
 +
margin-bottom:5px;
 +
border-radius: 4px;
 +
padding: 5px 5px 5px 5px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: rgba(225,225,225,1);
 +
}
 +
 +
#sponsorbox .sponsorfloat h2
 +
{
 +
#color:#ba9108;
 +
color:white;
 +
font-size:130%;
 +
}
 +
//leftbox, rightbox ends here
 +
 +
#sponsorbox .sponsorfloat a
 +
{
 +
color:white;
 +
}
 +
.newsAnnouncement
 +
{
 +
width:205px;
 +
height:110px;
 +
overflow-x:hidden;
 +
overflow-y:scroll;
 +
}
.floatbox3
.floatbox3
{
{
Line 335: Line 483:
font-weight:bold;
font-weight:bold;
font-size: 40px;
font-size: 40px;
-
color: #004b85;;
+
color: #016D8B;;
left:10px;
left:10px;
}
}
Line 342: Line 490:
font-size: 20px;
font-size: 20px;
font-weight: bold;
font-weight: bold;
-
color: #004b85;
+
color: #016D8B;
}
}
Line 413: Line 561:
         <li ><a href="https://2012.igem.org/Team:UC_Davis/Notebook" title="Notebook">Notebook</a>
         <li ><a href="https://2012.igem.org/Team:UC_Davis/Notebook" title="Notebook">Notebook</a>
           <ul>
           <ul>
-
             <li ><a href="https://2012.igem.org/Team:UC_Davis/Notebook/Protocols">Protocols</a></li>
+
             <li ><a href="https://2012.igem.org/Team:UC_Davis/Notebook/Protocols ">Protocols</a></li>
-
             <li ><a href="./Notebook.htm ">Week 1</a></li>
+
             <li ><a href="Notebook.htm ">Week 1</a></li>
-
             <li ><a href="./Notebook.htm ">Week 2</a></li>
+
             <li ><a href="Notebook.htm ">Week 2</a></li>
-
             <li ><a href="./Notebook.htm ">Week 3</a></li>
+
             <li ><a href="Notebook.htm ">Week 3</a></li>
           </ul>
           </ul>
         </li>
         </li>
Line 422: Line 570:
         <li ><a href="https://2012.igem.org/Team:UC_Davis/Safety" title="Safety">Safety</a></li>
         <li ><a href="https://2012.igem.org/Team:UC_Davis/Safety" title="Safety">Safety</a></li>
-
                <li><a href="https://2012.igem.org/Team:UC_Davis/Project" title="Project">Project</a>
+
        <li ><a href="https://2012.igem.org/Team:UC_Davis/Project" title="Project">Project</a>
           <ul>
           <ul>
             <li ><a href="https://2012.igem.org/Team:UC_Davis/Project/Strain">Strain</a></li>
             <li ><a href="https://2012.igem.org/Team:UC_Davis/Project/Strain">Strain</a></li>
             <li ><a href="https://2012.igem.org/Team:UC_Davis/Project/Catalyst">Catalyst</a></li>
             <li ><a href="https://2012.igem.org/Team:UC_Davis/Project/Catalyst">Catalyst</a></li>
-
             <li ><a href="https://2012.igem.org/Team:UC_Davis/Project/Protein_Engineering">Protein Engineering</a></li>
+
             <li ><a href="https://2012.igem.org/Team:UC_Davis/Project/Protein_Engineering" style="font-size:8pt">Protein Engineering</a></li>
           </ul>
           </ul>
         </li>
         </li>
Line 443: Line 591:
</div>
</div>
<!-- slide show ends here -->  
<!-- slide show ends here -->  
 +
<!--we extend the main-content div further by removing </div> or if you want to stop here then put </div> back here -->
-
  <div id="bodyContent">  
+
<div id="bodyContent">
-
            <div id="contentSub"></div>
+
<!--  <div id="contentSub"></div> -->
-
<br>
+
<!--  </div> -->
-
  <div class="floatbox3">
+
<!-- float: right; first try -->
 +
<!-- <div id="sponsorbox" style="width:220px; float:right;"> -->
 +
 
 +
<div id="sponsorbox">
 +
<div id="sponsorbox" class="sponsorfloat">
 +
<center>
 +
<h2>News</h2>
 +
</center>
 +
<div class="newsAnnouncement">
 +
<ul>
 +
<li>Presented our respective project at the UC San Francisco campus. We interacted with teams from UC Berkeley, UCSF, and Stanford-Brown.  </li>
 +
<li>Requested the protocal from the iGEM Washington 2011 team, July 10th.  </li>
 +
<li>Field trip to Yolo County Landfill, June 27th. Met with Ramin Yazdani, the senior civil engineer at the landfill. </li>
 +
<li>Sushi buffet for lunch, June 21st</li>
 +
<li>First day of iGEM meeting, June 18th</li>
 +
</ul>
 +
</div>
 +
</div>
 +
 
 +
<div id="sponsorbox" class="sponsorfloat">
 +
<center>
 +
<h2>Our Sponsors</h2>
 +
<a href="http://www.novozymes.com/en/Pages/default.aspx" target="_blank"><img src="https://static.igem.org/mediawiki/2011/2/21/UCD_Novozymes-logo.jpg" width="200"></a>
 +
</center>
 +
 
 +
<center>
 +
<a href="http://engineering.ucdavis.edu/" target="_blank"><img src="https://static.igem.org/mediawiki/2011/f/f6/UCD_CoE.png" width="200" height="40"></a>
 +
</center>
 +
 
 +
<center>
 +
<a href="http://biosci.ucdavis.edu/index_js.html" target="_blank"><img src="https://static.igem.org/mediawiki/2011/b/b1/UCD_biosci_sponsor.jpg" width="200" height="90"></a>
 +
</center>
 +
 
 +
<center>
 +
<a href="http://www.genomecenter.ucdavis.edu/" target="_blank"><img src="https://static.igem.org/mediawiki/2011/1/1b/UCD_Genome_center_sponsor.jpg" width="200" height="60"></a>
 +
</center>
 +
 
 +
<center>
 +
<a href="http://www.fishersci.com" target="_blank"><img src="https://static.igem.org/mediawiki/2011/a/a4/UCD_Fisher_Logo.gif" width="200"></a>
 +
</center>
 +
 
 +
<center>
 +
<a href="http://www.bme.ucdavis.edu/" target="_blank"><img src="https://static.igem.org/mediawiki/2011/4/40/UCD_BME_logo_minimal_copy.png" width="200 height="70"></a>
 +
</center>
 +
 
 +
</div>
 +
 
 +
<!--
 +
<a href="https://2011.igem.org/Team:UC_Davis/PartFamilies"><div id="sponsorbox" class="sponsorfloat"></a>
 +
<center>
 +
<h2>Start a Family</h2>
 +
Got a favorite BioBrick? Check our our <a href="https://2011.igem.org/Team:UC_Davis/PartFamilies">process</a> for expanding basic parts into part families.
 +
</div>
 +
-->
 +
 
 +
<div id="sponsorbox" class="sponsorfloat">
 +
<center>
 +
<h2>Criteria</h2>
 +
View our judging criteria for iGEM 2012 <a href="https://2012.igem.org/Team:UC_Davis/Criteria" style="color:#33FF33;">here</a>.
 +
</center>
 +
</div>
 +
</div>
 +
 
 +
<!-- div id="myleftbox" style="width:625px; float:left;" -->
 +
<div id="myleftbox">
 +
 
 +
<div id="myleftbox"  class="smallbox">
<h1> Welcome </h1>
<h1> Welcome </h1>
<p>Welcome to iGEM 2012 at UC Davis!</p>
<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.  
+
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.
-
  </div>
+
</div>
-
<br>
 
-
  <div class="floatbox3">
 
-
<h1>Our Project/Abstract  </h1>
 
-
<p>We hope to accomplish:</p><br>
+
<div id="myleftbox"  class="threeboxes">
-
This year, our team hopes to successfully insert the gene for cutinase, an
+
<a href="https://2012.igem.org/Team:UC_Davis/Project/Strain"><img src="http://img.photobucket.com/albums/v26/bluemelon/strain_small_banner-1.jpg"></a>
-
enzyme that has been shown to degrade polyethylene terephthalate (PET), into
+
</div>
-
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>
+
-
<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 id="myleftbox"  class="threeboxes">
 +
<a href="https://2012.igem.org/Team:UC_Davis/Project/Catalyst"><img src="http://img.photobucket.com/albums/v26/bluemelon/catalyst_small_banner-orange-1.jpg"></a>
 +
</div>
-
  </div>
+
<div id="myleftbox"  class="threeboxes">
 +
<a href="https://2012.igem.org/Team:UC_Davis/Project/Protein_Engineering"><img src="http://img.photobucket.com/albums/v26/bluemelon/protein_small_banner.jpg"></a>
 +
</div>
 +
<!-- the second row of the three boxes starts here-->
 +
 +
<div id="myleftbox"  class="threeboxes">
 +
<a href="https://2012.igem.org/Team:UC_Davis/Data "><img src="http://img.photobucket.com/albums/v26/bluemelon/data_small_banner.jpg"></a>
 +
</div>
 +
 +
<div id="myleftbox"  class="threeboxes">
 +
<a href="https://2012.igem.org/Team:UC_Davis/Notebook "><img src="http://img.photobucket.com/albums/v26/bluemelon/notebook_small_banner-1.jpg"></a>
 +
</div>
 +
 +
<div id="myleftbox"  class="threeboxes">
 +
<a href="https://2012.igem.org/Team:UC_Davis/Team "><img src="http://img.photobucket.com/albums/v26/bluemelon/protocols_small_banner.jpg"></a>
 +
</div>
 +
 +
<!-- the second row of the three boxes ends here-->
 +
 +
</div>
</div>
</div>
 +
<!--  </div> -->
<script>if (window.runOnloadHook) runOnloadHook();</script>
<script>if (window.runOnloadHook) runOnloadHook();</script>
</div>
</div>

Revision as of 20:32, 10 August 2012

Team:UC Davis - 2012.igem.org

News

  • Presented our respective project at the UC San Francisco campus. We interacted with teams from UC Berkeley, UCSF, and Stanford-Brown.
  • Requested the protocal from the iGEM Washington 2011 team, July 10th.
  • Field trip to Yolo County Landfill, June 27th. Met with Ramin Yazdani, the senior civil engineer at the landfill.
  • Sushi buffet for lunch, June 21st
  • First day of iGEM meeting, June 18th

Our Sponsors

Criteria

View our judging criteria for iGEM 2012 here.

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.