Difference between revisions of "Team:UC Davis"

 
(262 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{CSS/Main}}
 
<html>
 
<html>
<head>
 
 
</head>
 
 
<head>
 
       
 
 
<style type="text/css">
 
 
 
#globalWrapper, #content { /*-- changes default wiki settings --*/
 
  width: 100%;
 
  height: 100%;
 
  border: 0px;
 
  background-color: transparent;
 
  margin: 0px;
 
  padding: 0px;
 
}
 
 
html, body, .wrapper { /*-- changes default wiki settings --*/
 
  width: 100%;
 
  height: 100%;
 
  background-color: transparent; 
 
}
 
 
 
</style>
 
 
 
  
 +
<!-- CHANGE DEFAULT WIKI SETTINGS TO WHITE FULL WIDTH BACKGROUND -->
 
<style>
 
<style>
.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);font-size:16px}
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
 
</style>
 
</style>
  
<link href='http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700' rel='stylesheet' type='text/css'>
+
<!-- HEADER -->
<style type="text/css">
+
  
/* Navigation Menu */
+
<table id="menu" width="100%"  cellspacing="0" height="135px">
.navmenubkg {
+
<tr>
  position:fixed;
+
<td  bgColor="#FFFFFF"></td>
  display:block;
+
<td valign="bottom"  width="975px" align="center" bgColor="#FFFFFF">
  z-index:50;
+
  top:20;
+
  height:40px;
+
  left:0;
+
  right:0;
+
  background:#FFFFFF;
+
}
+
.navmenubkg2 {
+
  position:fixed;
+
  display:none;
+
  z-index:50;
+
  top:43px;
+
  height:40px;
+
  left:0;
+
  right:0;
+
  background:#FFFFFF;
+
}
+
#navmenubox {
+
    padding:0;
+
    margin-left:auto;
+
    margin-right:auto;
+
    width:1100px;
+
    height:40px;
+
    z-index:100;
+
    display:block;
+
    background:transparent;
+
    color: rgb(46,43,52);
+
    text-align:center;
+
    border-bottom:5px solid #00B585;
+
}
+
.sidelogos {
+
    float:left;
+
    display:block;
+
    margin-left:auto;
+
    height:100%;
+
    width:auto;   
+
}
+
.sidelogos a {
+
  display:block;
+
  top:0;
+
  bottom:0;
+
}
+
#pblogo{
+
  width:48px;
+
  margin-right:15px;
+
}
+
#pgmap{
+
  width:30px;
+
}
+
  
#igemlogo{ 
+
<table align="center"><tr height="50px">
  width:30px;
+
 
+
  
}
+
<td width="162px" align="center" onMouseOver="this.bgColor='#BDBDBD'" onMouseOut="this.bgColor='#6A181B'" bgColor=#6A181B> 
 +
<a href="https://2015.igem.org/Team:UC_Davis/Practices" style="text-decoration:none;color:#FFFFFF">POLICY & PRACTICES </a> </td>
  
#pblogo img, #pgmap img,#igemlogo img{
+
<td width="162px" align="center" onMouseOver="this.bgColor='#BDBDBD'" onMouseOut="this.bgColor='#6A181B'" bgColor=#6A181B>
+
<a href="https://2015.igem.org/Team:UC_Davis/Design" style="text-decoration:none;color:#FFFFFF">PROJECT</a> </td>
  margin-top:8px;
+
  margin-bottom:2px;
+
}
+
  
ul#nav { 
+
<td width="162px" align="center" onMouseOver="this.bgColor='#BDBDBD'" onMouseOut="this.bgColor='#6A181B'" bgColor=#6A181B>
    display:block;
+
<a href="https://2015.igem.org/Team:UC_Davis/Parts" style="text-decoration:none;color:#FFFFFF">ACHIEVEMENTS</a> </td>
    float:left;
+
    padding:0;
+
    margin:0;
+
    list-style: none;
+
    height:40px;
+
    width:890px;
+
    background:none;
+
    z-index:100;
+
    /*font-family: 'PT Sans Narrow', sans-serif;*/
+
    font-family: 'Archivo Narrow', sans-serif;
+
}
+
ul#nav a {
+
  display:block;
+
  top:0;
+
  bottom:0;
+
}
+
ul#nav ul {
+
    margin:0;
+
    padding:0;
+
    list-style:none;
+
    background:transparent;
+
    z-index:100;
+
}
+
ul#nav li {
+
    float:left;
+
    padding:0;
+
    margin:0;
+
    width:118px;
+
    margin-top:13px;
+
    line-height:27px;
+
    height:27px;
+
    font-size:16px;
+
    font-weight:600;
+
    background:transparent;
+
    font-weight:normal;
+
    z-index:100;
+
}
+
ul#nav li:hover, ul#nav li.over, ul#nav li:hover a, ul#nav li.over a  {
+
    color: rgb(228,45,51);
+
    /*font-weight:bold;*/
+
    border-bottom:5px solid rgb(255,255,255);
+
}
+
ul#nav a{
+
    padding:0px;
+
    margin:0px;
+
    width:100%;
+
    height:100%;
+
    text-decoration:none;
+
    background:transparent;
+
    color:rgb(46,43,52);
+
}
+
ul#nav a:hover{
+
    color: rgb(228,45,51);
+
}
+
#nav li ul {
+
    display:block;
+
    margin:0;
+
    margin-left:auto;
+
    margin-right:auto;
+
    padding:0;
+
    list-style: none;
+
    width:1100px;
+
    height:40px;
+
    background:transparent;
+
    color:rgb(46,43,52);
+
    z-index:100;
+
}
+
#nav li ul li {
+
    margin:0px;
+
    padding:0;
+
    float:left;
+
    background:none;
+
    height:100%;
+
    line-height:40px;
+
    height:40px;
+
    width:135px;
+
    color:rgb(46,43,52);
+
    z-index:100;
+
}
+
#nav li:hover .navmenubkg2 {
+
    display:block;
+
}
+
#nav li .navmenubkg2:hover {
+
    display:block;
+
}
+
ul#nav li:hover li a, ul#nav li.over li a  {
+
    color: rgb(46,43,52);
+
    font-weight:normal;
+
    border:none;
+
}
+
ul#nav li li:hover, ul#nav li li.over, ul#nav li li:hover a, ul#nav li li.over a {
+
    color:rgb(228,45,51);
+
    /*font-weight:bold;*/
+
    border:none;
+
}
+
</style>
+
<style>
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
+
  
:not(.navmenubkg){
+
<td width="162px" align="center" onMouseOver="this.bgColor='#BDBDBD'" onMouseOut="this.bgColor='#6A181B'" bgColor=#6A181B>
  font-family:'Open Sans';
+
<a href="https://2015.igem.org/Team:UC_Davis/Attributions" style="text-decoration:none;color:#FFFFFF">THE TEAM</a> </td>
}
+
.navmenubkg {
+
font-family:'Roboto';
+
  
}
+
<td width="162px" align="center" onMouseOver="this.bgColor='#BDBDBD'" onMouseOut="this.bgColor='#6A181B'" bgColor=#6A181B> 
h1,h2,h3,h4,h5,h6{
+
<a href="https://2015.igem.org/Team:UC_Davis/Safety" style="text-decoration:none;color:#FFFFFF">SAFETY & PROTOCOLS</a></td>
  font-family:'Roboto';
+
}
+
  
#top-section{
+
<td width="162px" align="center" onMouseOver="this.bgColor='#BDBDBD'" onMouseOut="this.bgColor='#6A181B'" bgColor=#6A181B >
width:100%;
+
<a href="https://2015.igem.org/Main_Page"style="text-decoration:none;color:#FFFFFF"><img src="https://static.igem.org/mediawiki/2015/6/68/PPLogo2_igem_UCD.gif" width = "100" > </a> </td>
margin-left:0;
+
left:0;
+
margin-bottom:5px;
+
}
+
  
div#vidbutton {
+
</tr>
    position:absolute;
+
</td>
    width:100px;
+
<td bgColor="#FFFFFF"></td>
    height:100px;
+
</tr>
    background-image:url('paper.gif');
+
</table>
    left:720px;
+
    top:550px;
+
}
+
</style>
+
  
</head>
+
<!-- END OF HEADER -->
<body>
+
<div style="clear: both;"></div>
+
<div class="navmenubkg">
+
  <div id="navmenubox">
+
   
+
  
  
 +
<!-- BANNER -->
 +
<table width="100%"  height = "100%" cellspacing="0">
 +
<br><br><td align="center"><a href="https://2015.igem.org/Team:UC_Davis"><img src="https://static.igem.org/mediawiki/2015/5/5c/Banner_Final.png" width="907px" height="420" align = "top"></a></td> 
  
    <ul id="nav">
 
<li style="width:170px;"> <a href="https://2015.igem.org/Team:UC_Davis" title="Home">Home</a>
 
      </li>
 
      <li style="width:170px;"> <a href="https://2015.igem.org/Team:UCDavis/Attributions" title="Team">Team</a>
 
 
 
      </li>
 
  
      <li style="width:170px;"> <a href="#" title="Project">Project</a>
 
  
      </li>
+
                                                                                                                                                                                                    <!-------------- OVERVIEW --------------->
 +
<table  id="overview" width="100%"  cellspacing="0" height="70px">
 +
<tr><td  bgColor="#FFFFFF"></td>
 +
<td width="100%" align="left" bgColor="#FFFFFF" >
 +
<br>
 +
<font size="3" face = "Avenir">
 +
A report released by the United States Government Accountability Office revealed that of the 80,000 chemicals in commercial use today, only a few are tested and even fewer are restricted. Triclosan, an antimicrobial agent added to a range of consumer product, is one of these 80,000 chemicals that has undergone scrutiny in recent years due to its environmental and human health consequences. This summer we investigated how we might leverage biotechnology to raise awareness and accountability around triclosan use specifically, and around responsible chemical use at large. After exploring our problem space we realized that any device we built for the detection of triclosan would be but one node in a complex web of social, political and industrial interactions. We thought carefully about where this tool would be most effective and what additional resources would be needed to complement it. After identifying public awareness as an effective catalyst for change, we chose high school students as a potential audience and a lesson plan as a viable medium of delivery. Our project consists of three components: a triclosan biosensor, a hands-on lesson plan, and an antimicrobial footprint app that together are an integrated solution to help promote more responsible chemical use. <br>
  
      <li style="width:170px;">
 
        <a href="https://2015.igem.org/Team:UCDavis/Practices" title="Policy & Practice">Policy & Practice</a>
 
<div class="navmenubkg2">
 
          <ul>
 
            <li style="margin-left:300px;"> <a href="#" title="Overview">Overview</a>
 
            <li style = "width:140px"> <a href="#" title="Hardware">Hardware</a></li>
 
<li style="width:140px;"> <a href="#" title="App">App</a></li>
 
  
  </ul>
+
</td>
        </div>
+
</table>
      </li>  
+
<br>
 +
<font size="2" face = "Avenir">
 +
<b>Sources:</b> Stephenson, John B. "Options Exist to Improve EPA’s Ability to Assess Health Risks and Manage Its Chemical Review Program." GAO, June 2005. Web.</font>
  
  
      <li style="width:170px;"> <a href="#">Achievements</a>
+
</td>
      </li>
+
<td bgColor="#FFFFFF"></td>
    </ul>
+
</tr>
    <div id="igemlogo" class="sidelogos">
+
</table>
    <a href="https://2015.igem.org/Main_Page" target="_blank">
+
      <img src="https://static.igem.org/mediawiki/2015/6/6b/IGEM-animated.gif" height="40px"  style="margin-left:97px">
+
    </a>
+
    </div>
+
        </div>
+
  
 
 
  </div>
 
</div>
 
<div style="clear: both;"></div>
 
  
  
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
+
<!-- end of first block -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
+
<table  id="firstblock" width="100%"  cellspacing="10" height="200px">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>
+
<tr><td  bgColor="#FFFFFF"></td>
 +
<td width="975px" align="center" bgColor="#FFFFFF" > <!-- alignment of text-->
  
<style>
+
<br><br><br><br><br>
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
+
  
:not(.navmenubkg){
+
                                                                                                                                                                                                    <!-------------- OVERVIEW --------------->
  font-family:'Open Sans';
+
<table  id="overview" width="100%"  cellspacing="0" height="70px">
}
+
<tr><td bgColor="#FFFFFF"></td>
.navmenubkg {
+
<align="center" bgColor="#FFFFFF" >
  font-family:'Roboto';
+
  
}
+
<font size="3" face = "Avenir">
h1,h2,h3,h4,h5,h6{
+
<p> <b>CLICK ON FEET TO NAVIGATE WIKI </b></font></p>
  font-family:'Roboto';
+
<br><br>
}
+
<a href="https://2015.igem.org/Team:UC_Davis/Design#Lesson_Plan"><img src="https://static.igem.org/mediawiki/2015/4/46/Home_LPFoot_UCD.png" width = "245px" height = "145px" align = "left" > </a>
 +
<a href="https://2015.igem.org/Team:UC_Davis/Design#Biosensor"><img src="https://static.igem.org/mediawiki/2015/a/a4/Home_BiosensorFoot_UCD.png" width = "245px" height = "145px" style="PADDING-TOP: 100px"> </a>
 +
<a href="https://2015.igem.org/Team:UC_Davis/Design#Footprint_App"><img src="https://static.igem.org/mediawiki/2015/0/07/Home_AppFoot_UCD.png" width = "245px" height = "145px" align = "right"> </a>
  
#top-section{
+
</table>
width:100%;
+
margin-left:0;
+
left:0;
+
margin-bottom:5px;
+
}
+
  
div#vidbutton {
+
<br>
    position:absolute;
+
    width:100px;
+
    height:100px;
+
    background-image:url('paper.gif');
+
    left:720px;
+
    top:550px;
+
}
+
</style>
+
  
<!--main content -->
 
<table width="1100px" align="center" style="margin-top:0px">
 
<!--welcome box -->
 
<tr>
 
<td style="border:none;" colspan="3" align="center" height="150px">
 
<h1 style="display:none">Biosynthesis of an Anti-biofouling Surface Binding Polymer with the 21st Amino Acid- L-DOPA</h1>
 
<br>
 
<p> <img src="https://static.igem.org/mediawiki/2015/6/68/UCDavis2015_backgroundimage.png" width="1100"> <div id = "vidbutton"></div></p>
 
 
</td>
 
</td>
 +
<td bgColor="#FFFFFF"></td>
 
</tr>
 
</tr>
<!-- end welcome box -->
 
<tr><td colspan="3"><div class = "well" style="margin-bottom:10px"><p> <strong><center>Development of a Low Cost, User-friendly Biosensor for Triclosan and a Model for Civic Engagement</center></strong><p>
 
We are developing a biosensor for triclosan, an antimicrobial agent whose use has environmental and human health implications. Triclosan inhibits enoyl acp reductase (Fabi). By measuring the rate at which triclosan inhibits Fabi, we can make a standard curve of percent inhibition vs triclosan, and use this standard curve to determine how much triclosan is present in a wastewater sample. We are investigating the activity of the Fabi enzyme from 8 different organisms on a panel of non-native substrates to determine the combination of Fabi and substrate that will yield the best results at the lowest cost. We can then engineer the enzyme to have greater specificity on the non-native substrate through computational design and kunkel mutagenesis. By coupling our biosensor with civic engagement measures, our goal is to raise awareness and accountability around environmental concerns and to empower citizens to participate in decisions being made about chemical use.
 
</p></div></td>
 
</tr>
 
 
 
 
</table>
 
</table>
 +
<!-- end of first block -->
  
<div width="1100px" align="center" >
 
 
 
</div>
 
 
</html>
 
</html>

Latest revision as of 15:43, 21 December 2015






CLICK ON FEET TO NAVIGATE WIKI