Team:UC Davis/Team

From 2012.igem.org

(Difference between revisions)
 
(68 intermediate revisions not shown)
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 66: Line 67:
</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 73: Line 75:
<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 78: Line 81:
<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">
 +
$(document).ready(function(){
 +
    $("#firstpane p.menu_head").click(function(){
 +
    $(this).css({backgroundImage:"url(https://static.igem.org/mediawiki/2012/b/b3/UCD_arrow_down.png)"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");
 +
    $(this).siblings().css({backgroundImage:"url(https://static.igem.org/mediawiki/2012/1/1d/UCD_arrow_right.png)"});
 +
});
 +
});
 +
</script>
<style type="text/css">
<style type="text/css">
Line 97: Line 107:
min-height:100%; /* real browsers */
min-height:100%; /* real browsers */
}
}
-
#top-section { z-index: 2; height: 10px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; padding:0; border: none; font-size: 10px;}
+
#top-section { z-index: 2; height: 15px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; padding:0; border: none; font-size: 10px;}
#p-logo { height:1px; overflow:hidden; display: none;}
#p-logo { height:1px; overflow:hidden; display: none;}
#search-controls { overflow:hidden; display:block; background: none; position: absolute; top: 100px; right: 40px;}
#search-controls { overflow:hidden; display:block; background: none; position: absolute; top: 100px; right: 40px;}
Line 104: Line 114:
#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: 100%; margin: -10px auto 0 auto; padding: 20px 0;}
+
#footer-box { background-color: #216085; border: none; width: 850px; height: 30px; 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 116: Line 126:
h3#siteSub { display: none;}
h3#siteSub { display: none;}
#contentSub {display: none;}
#contentSub {display: none;}
-
p:first-child { display: none;}
+
p:first-child { display: block;}
h1{border:none; width: 100%; clear: both;}
h1{border:none; width: 100%; clear: both;}
-
<!-- end of slides style -->
 
-
 
-
body {
 
-
    background-color: #ffffff;
 
-
    color: black;
 
-
    font: x-small sans-serif;
 
-
    margin: 0;
 
-
    padding: 0;
 
-
}
 
#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(https://static.igem.org/mediawiki/2012/c/cc/UCD_Bg_1.jpg);
 +
#    background-repeat: no-repeat;
 +
#   background-attachment: fixed;
 +
#    background-size:100% auto;
}
}
Line 143: Line 147:
     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('https://static.igem.org/mediawiki/2012/c/cc/UCD_Bg_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 201: Line 220:
.topleft-menu:hover a {
.topleft-menu:hover a {
     color: white;
     color: white;
 +
}
 +
#newnavi {
 +
        position:relative;
 +
        height:42px;
 +
        width: 850px;
 +
        margin-left: -2px;
 +
        display:block;
 +
        background:transparent;
 +
}
 +
#newnavi .newmenu {
 +
        display:inline;
 +
        overflow:hidden;
 +
        padding:0px;
 +
        margin:2px solid transparent;
 +
        list-style-type:none;
 +
        height:24px;
 +
        width: 107px;
 +
        list-style-image:none;
 +
        background: #004b85;
 +
}
 +
#newnavi .newmenu li    {
 +
        float:right;
 +
        background: #004b85;
 +
        text-align:center;
 +
}
 +
#newnavi .newmenu .selected {
 +
        background: #ba9108;
 +
}
 +
#newnavi .newmenu li a  {
 +
text-align:center; vertical-align:middle; width:86px; padding:5px 10px 5px 10px; display:block; color:#fff; text-decoration:none; font:14px arial, verdana, sans-serif; font-weight: bold;
 +
}
 +
#newnavi .newmenu li:hover a {
 +
        text-decoration:none;
 +
}
 +
#newnavi .newmenu ul    {
 +
position:absolute; left:-9999px; top:-9999px; list-style-type:none; list-style-image:none; margin:0px; border:0px; padding:0px; background:  #05bcea;
 +
}
 +
#newnavi .newmenu li:hover      {
 +
position:relative; background: #05bcea;
 +
}
 +
#newnavi .newmenu li:hover ul  {
 +
left:0px; top:26px; background: #05bcea;  width:150px; opacity:1.0 ; z-index:4;
 +
}
 +
#newnavi .newmenu li:hover ul li        {
 +
       
 +
        background: #05bcea;
 +
}
 +
#newnavi .newmenu li:hover ul li a      {
 +
text-align:left; padding:5px 0px 5px 0px;display:block; font-size:12px; width:150px; text-indent:10px; color:#444;
 +
background-color: #05bcea; text-decoration:none;     
 +
}
 +
#newnavi .newmenu li:hover ul li a:hover {
 +
background: #05bcea; color:#ffffff; width:150px;     
}
}
-
#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;
+
#newnavi .newmenu li ul li ul {
-
#    border: 0px solid black;
+
        height:40px;
-
#    height: 0px;
+
        left:299px;
-
#    width: 850px;
+
        top:-26px;
-
#    left: 220px;
+
        margin: 0;
-
#    top: -2px;
+
padding: 0;
-
#    position: relative;}
+
list-style: none;
 +
width: 150px;
 +
        position:absolute;
 +
display:none;
 +
}
-
#nav ul {
+
#newnavi .newmenu li ul li ul li {
-
       
+
position:relative;
-
        list-style-type:none;
+
background: #05bcea;
-
        margin:0;
+
width: 150px;
-
        padding:0;
+
}
-
        overflow:hidden;}
+
 
-
#nav ul .groupb {
+
#newnavi .newmenu li ul li ul li a {
-
    float: right;
+
 
-
    padding: 0 .0em;}
+
padding:5px 0px 5px 0px;display:block; font-size:12px; width:100px; text-indent:10px; color:#444;
 +
background-color: #05bcea; text-decoration:none;
 +
}
 +
 
 +
#newnavi .newmenu li ul li:hover ul {
 +
display:block;
 +
color:#ffffff;  
 +
width:150px;
 +
background:transparent;
 +
}
 +
 
 +
#newnavi .newmenu li ul li:hover ul li {
 +
top:-25px;
 +
left:150px;
 +
margin-bottom:-1px;
 +
height:26px;
 +
}
 +
 
 +
#newnavi .newmenu li ul li:hover ul li a {
-
#nav a:hover, #nav a:focus {
+
padding:5px 0px 5px 0px;display:block; font-size:12px; text-indent:10px; color:#444;
-
        opacity:0.7;
+
background-color: #05bcea; text-decoration:none;border:0px solid;
}
}
#slides {
#slides {
     position:relative;
     position:relative;
-
     height:350px;
+
     height:280px;
     width: 840px
     width: 840px
      
      
Line 258: Line 343:
     z-index:2;
     z-index:2;
}
}
 +
 +
.progress {
 +
 +
margin-top:-270px;
 +
margin-left:20px;
 +
position:absolute;
 +
 +
}
 +
 +
.progress li{
 +
border:1px solid rgba(0,0,0,0.9);
 +
border-radius:3px;
 +
margin-left: 5px;
 +
float:left;
 +
display:block;
 +
position:relative;
 +
z-index:10;
 +
background-color:rgba(255,255,255,0.4);
 +
}
 +
 +
.progress li a{
 +
    padding-left: 6px;
 +
    padding-right: 6px;
 +
}
 +
 +
.progress li a:hover {
 +
text-decoration:none;
 +
}
 +
 +
.progress .current {
 +
background-color:white;
 +
}
 +
 +
#myleftrightbox
 +
{
 +
position:relative;
 +
width:850px;
 +
float:left;
 +
background-color:transparent;
 +
margin-top: 0px;
 +
margin-left:3.75px solid transparent;
 +
margin-right:3.75px solid transparent;
 +
border-radius: 4px;
 +
padding: 0px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
 +
#myleftrightbox .fourboxes
 +
{
 +
width:191px;
 +
float:left;
 +
background-color:rgba(143,143,143,0.7);
 +
margin-top: 15px;
 +
margin-left:3.75px solid #e8eff1;
 +
margin-right:3.75px solid #e8eff1;
 +
margin-bottom:0px;
 +
border-radius: 4px;
 +
padding: 8.5px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
 +
#myleftrightbox .fourboxes-1
 +
{
 +
width:191px;
 +
float:left;
 +
background-color:rgba(143,143,143,0.7);
 +
margin-top: 15px;
 +
margin-left:3.75px solid #e8eff1;
 +
margin-right:3.75px solid #e8eff1;
 +
margin-bottom:0px;
 +
border-radius: 4px;
 +
padding: 8.5px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
 +
#myleftrightbox .fourboxes-2
 +
{
 +
width:191px;
 +
float:left;
 +
background-color:rgba(143,143,143,0.7);
 +
margin-top: 15px;
 +
margin-left:3.75px solid #e8eff1;
 +
margin-right:3.75px solid #e8eff1;
 +
margin-bottom:0px;
 +
border-radius: 4px;
 +
padding: 8.5px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
 +
#myleftrightbox .fourboxes-3
 +
{
 +
width:191px;
 +
float:left;
 +
background-color:rgba(143,143,143,0.7);
 +
margin-top: 15px;
 +
margin-left:3.75px solid #e8eff1;
 +
margin-right:3.75px solid #e8eff1;
 +
margin-bottom:0px;
 +
border-radius: 4px;
 +
padding: 8.5px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
 +
#myleftrightbox .fourboxes-4
 +
{
 +
width:191px;
 +
float:left;
 +
background-color:rgba(143,143,143,0.7);
 +
margin-top: 15px;
 +
margin-left:3.75px solid #e8eff1;
 +
margin-right:3.75px solid #e8eff1;
 +
margin-bottom:0px;
 +
border-radius: 4px;
 +
padding: 8.5px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
 +
#myleftrightbox .fourboxes-1:hover {
 +
background-color:green;
 +
}
 +
#myleftrightbox .fourboxes-2:hover {
 +
background-color:orange;
 +
}
 +
#myleftrightbox .fourboxes-3:hover {
 +
background-color:#05bcea;
 +
}
 +
#myleftrightbox .fourboxes-4:hover {
 +
background-color:#676767;
 +
}
 +
 +
 +
#myleftrightbox .fourboxes2
 +
{
 +
width:191px;
 +
float:left;
 +
background-color:rgba(143,143,143,0.7);
 +
margin-top: 5px;
 +
margin-left:3.75px solid #e8eff1;
 +
margin-right:3.75px solid #e8eff1;
 +
margin-bottom:0px;
 +
border-radius: 4px;
 +
padding: 8.5px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
 +
#myleftrightbox .spacebox
 +
{
 +
float:left;
 +
width:5px;
 +
 +
}
 +
#myleftbox
 +
{
 +
position:relative;
 +
width:625px;
 +
float:left;
 +
background-color:;
 +
margin-top: 0px;
 +
border-radius: 4px;
 +
padding: 0px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
#myleftbox .smallbox
 +
{
 +
width:604px;
 +
float:left;
 +
background-color:#bfbfbf;
 +
margin-top: 15px;
 +
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 h2
 +
{
 +
color:#004b85;
 +
font-weight:bold;
 +
}
 +
 +
#myleftbox .smallbox p
 +
{
 +
color: #004b85;
 +
font-weight:bold;
 +
}
 +
#myleftbox .smallboxsite
 +
{
 +
width:604px;
 +
float:left;
 +
background-color:rgba(191,191,191,0.6 );
 +
margin-top: 17px;
 +
border-radius: 4px;
 +
padding: 15px 15px 15px 15px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
line-height:1.5em;
 +
color:black;
 +
 +
}
 +
#myleftbox .threeboxes
 +
{
 +
width:191px;
 +
float:left;
 +
background-color:rgba(143,143,143,0.7);
 +
margin-top: 15px;
 +
border-radius: 4px;
 +
border-left:2px solid #e8eff1;
 +
border-right:2px solid #e8eff1;
 +
padding: 7px 7px 7px 7px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
 +
#myleftbox .threeboxes2
 +
{
 +
width:191px;
 +
float:left;
 +
background-color:rgba(143,143,143,0.7);
 +
margin-top: 5px;
 +
border-radius: 4px;
 +
border-left:2px solid #e8eff1;
 +
border-right:2px solid #e8eff1;
 +
padding: 7px 7px 7px 7px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
 +
#myleftbox .threeleft
 +
{
 +
width:175px;
 +
float:left;
 +
background-color:#ba9108;
 +
margin-top: -52px;
 +
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: -52px;
 +
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: -52px;
 +
border-radius: 4px;
 +
padding: 15px 15px 15px 15px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
 +
#myleftbox .twoboxes
 +
{
 +
width:295px;
 +
height:120px;
 +
float:left;
 +
background-color:rgba(143,143,143,0.7);
 +
margin-top: 15px;
 +
border-radius: 4px;
 +
border-left:2px solid #e8eff1;
 +
border-right:2px solid #e8eff1;
 +
padding: 7px 7px 7px 7px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
}
 +
 +
#myleftbox .twoboxes1
 +
{
 +
width:295px;
 +
height:120px;
 +
float:left;
 +
background-color:rgba(143,143,143,0.7);
 +
margin-top: 15px;
 +
border-radius: 4px;
 +
border-left:1px solid #e8eff1;
 +
border-right:2px solid #e8eff1;
 +
padding: 7px 7px 7px 7px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
color: white;
 +
left:9px;
 +
}
 +
 +
#myleftbox .twoboxes:hover {
 +
background-color:red;
 +
}
 +
 +
#myleftbox .twoboxes1:hover {
 +
background-color:green;
 +
}
 +
 +
#sponsorbox
 +
{
 +
position: relative;
 +
width: 208px;
 +
margin-top:15px;
 +
float: right;
 +
height: auto;
 +
}
 +
 +
#sponsorbox .sponsorfloat
 +
{
 +
left:-3px;
 +
width:198px;
 +
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%;
 +
}
 +
 +
#sponsorbox .sponsorfloat a
 +
{
 +
color:white;
 +
font: sans-serif;
 +
}
 +
 +
#sponsorbox .sponsorfloat p
 +
{
 +
font: sans-serif;
 +
}
 +
.newsAnnouncement
 +
{
 +
width:205px;
 +
height:110px;
 +
overflow-x:hidden;
 +
overflow-y:scroll;
 +
}
 +
 +
 +
.ntabs {
 +
margin: 0;
 +
padding: 0;
 +
zoom : 1;
 +
}
 +
.ntabs li {
 +
float: left;
 +
list-style: none;
 +
padding: 0;
 +
margin: 0;
 +
}
 +
.ntabs a {
 +
display: block;
 +
text-decoration: none;
 +
padding: 1px 8px 1px 8px;
 +
background-color: #c7c7c7;
 +
margin-right:1px;
 +
border: 1px solid rgb(153,153,153);
 +
        border-radius: 4px 4px 0px 0px;
 +
margin-bottom: -1px;
 +
font-size:14px;
 +
line-height:25px;
 +
}
 +
.ntabs a.active {
 +
border-bottom: 1px solid #fdf2b2;
 +
background-color: #fdf2b2;
 +
color: #004b85;
 +
position: relative;
 +
}
 +
.ntabs a:hover {
 +
        background-color: rgba(186,145,8,0.3);     
 +
}
 +
.npanelContainer {
 +
background:url("https://static.igem.org/mediawiki/2012/d/de/UCD_Notepad_pattern.jpg") repeat;
 +
clear: both;
 +
margin-bottom: 25px;
 +
border: 1px solid rgb(153,153,153);
 +
background-color: white;
 +
padding: 17px 0 0 10px;;
 +
        font-size:14px;
 +
        line-height:25px;
 +
        border-radius:4px;
 +
}
 +
 +
.npanel h2 {
 +
color: rgb(57,78,121);
 +
text-shadow: none;
 +
}
 +
.npanel p {
 +
color: black;
 +
}
 +
 +
 +
 +
#firstpane {
 +
position:relative;
 +
}
 +
#firstpane p {
 +
display:block;
 +
}
 +
#firstpane .menu_head {
 +
padding: 5px 20px;
 +
cursor: pointer;
 +
position: relative;
 +
margin:1px;
 +
      font-weight:bold;
 +
      background: #eef4d3 url(https://static.igem.org/mediawiki/2012/1/1d/UCD_arrow_right.png) center left no-repeat;
 +
background-position: 5px center;
 +
        background-size: 0.7em auto;
 +
}
 +
 +
#firstpane .menu_body {
 +
display:none;
 +
background-color:#e1e1e1;
 +
        background-image:none !important;
 +
        margin-top:-5px
 +
        border-radius:4px;
 +
        padding:10px;
 +
}
 +
#firstpane .menu_body a {
 +
  display:block;
 +
  color:black;
 +
  background-color:#E1E1E1;
 +
  padding-left:10px;
 +
  font-weight:normal;
 +
  text-decoration:none;
 +
}
 +
#firstpane .menu_body a:hover {
 +
  color: #000000;
 +
  text-decoration:underline;
 +
}
 +
 +
.floatbox3
.floatbox3
Line 263: Line 822:
position:relative;
position:relative;
top: 0px;
top: 0px;
-
width:830px;
+
width:790px;
left: 0px;
left: 0px;
background-color: #d2d2d2;
background-color: #d2d2d2;
margin-top: 0px;
margin-top: 0px;
border-radius: 4px;
border-radius: 4px;
-
padding: 30px 10px 10px 10px;
+
padding: 30px;
font: sans-serif;
font: sans-serif;
font-size: 13px;
font-size: 13px;
Line 285: Line 844:
font-weight: bold;
font-weight: bold;
color: #016D8B;
color: #016D8B;
 +
}
 +
 +
.floatbox3 article{
 +
font-size: 14px;
 +
color: #000000;
}
}
Line 300: Line 864:
     padding: 0 .0em;}
     padding: 0 .0em;}
-
 
+
#catlinks {
 +
background-color:transparent;
 +
border:1px solid transparent;
 +
}
 +
#footpage {
 +
background-color:transparent;
 +
}
 +
#footer-box {
 +
background-color:rgba(191,191,191,0.5);
 +
margin-top:0px;
 +
}
#footer-box-1 {
#footer-box-1 {
          
          
Line 309: Line 883:
         border: 1px solid #444444;
         border: 1px solid #444444;
}
}
 +
#tweets {
 +
    width: 203px;
 +
    margin: 0 auto;
 +
    font: sans-serif;
 +
    font-size: 12px;
 +
}
 +
 +
#tweets .twtr-widget,
 +
#tweets .twtr-doc {
 +
 +
    width: 100%;
 +
    height: auto;
 +
}
 +
 +
#tweets .twtr-hd {
 +
    display:none;
 +
    background: #d40;
 +
    color: #fff;
 +
    -moz-border-radius: 4px 4px 0 0;
 +
    border-radius: 4px 4px 0 0;
 +
    font-family: sans-serif !important;
 +
    }
 +
 +
#tweets .twtr-hd *,
 +
#tweets .twtr-hd h4 a {
 +
 +
    background: #d40 !important;
 +
    font: sans-serif !important;
 +
}
 +
 +
#tweets .twtr-hd h3,
 +
#tweets .twtr-hd h4 {
 +
 +
    font-weight: normal;
 +
    text-align: left;
 +
    margin:0;
 +
}
 +
 +
#tweets .twtr-hd h3 {
 +
       
 +
    background: #fff !important;
 +
    color: #333 !important;
 +
    font: sans-serif;
 +
    font-size: 1.0em !important;
 +
    padding: 0.2em !important;
 +
    -moz-border-radius: 0px;
 +
    border-radius: 0px;
 +
 +
}
 +
 +
#tweets .twtr-tweet {
 +
 +
    background: #fff;
 +
    font: sans-serif !important;
 +
    font-size: 12px;
 +
}
 +
 +
#tweets .twtr-tweet a:link,
 +
#tweets .twtr-tweet a:visited,
 +
#tweets .twtr-tweet a:hover {
 +
 +
    color: #c40 !important;
 +
 +
}
 +
 +
#tweets .twtr-tweet .twtr-tweet-text {
 +
 +
    border-bottom: 1px dashed #666 !important;
 +
    padding-bottom: 4px !important;
 +
    font: sans-serif;
 +
    font-size:12px;
 +
}
 +
 +
#tweets .twtr-tweet .twtr-tweet-text p {
 +
 +
    color: #333 !important;
 +
    font: sans-serif;
 +
    font-size: 12px;
 +
 +
}
 +
 +
#overlay {
 +
  z-index:2;
 +
  position:fixed;
 +
  top: 0;
 +
  left: 0;
 +
  height: 100%;
 +
  width: 100%;
 +
  background: black no-repeat scroll center center;
 +
}
 +
 +
#lightbox {
 +
  position: fixed;
 +
  width:840;
 +
  z-index:2;
 +
}
</style>
</style>
Line 325: Line 995:
  <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/Team">Page</a></li>
                    <li class='selected'        ><a href="https://2012.igem.org/Team:UC_Davis/Team">Page</a></li>
 +
                 <li class='new'><a href="https://2012.igem.org/wiki/index.php?title=Talk:Team:UC_Davis/Team&amp;action=edit&amp;redlink=1">Discussion</a></li>
                 <li class='new'><a href="https://2012.igem.org/wiki/index.php?title=Talk:Team:UC_Davis/Team&amp;action=edit&amp;redlink=1">Discussion</a></li>
               <li><a href="https://2012.igem.org/wiki/index.php?title=Team:UC_Davis/Team&action=edit">Edit</a></li>
               <li><a href="https://2012.igem.org/wiki/index.php?title=Team:UC_Davis/Team&action=edit">Edit</a></li>
Line 334: Line 1,005:
    </ul>
    </ul>
  </div>
  </div>
-
   
+
  <div id="newnavi">
-
      <div id="nav">
+
    <ul class="newmenu">
-
        <ul>
+
    <li ><a target="new" href="https://2012.igem.org/" title="Back to iGEM">iGEM</a>
-
        <li class="groupb"><a href="https://2012.igem.org/" title="Back to iGEM">
+
          <ul>
-
<img src="http://img.photobucket.com/albums/v26/bluemelon/main-button_09.jpg"></a></li>
+
          <li><a target="new" href="https://2012.igem.org/">Main iGEM</a></li>
 +
          <li><a
 +
href="https://2012.igem.org/Team:UC_Davis/Criteria">Criteria</a></li>
 +
          <li><a
 +
href="https://2012.igem.org/Team:UC_Davis/Human_Practices">Human
 +
Practices</a></li>
 +
          </ul>
 +
        </li>
-
         <li class="groupb"><a href="https://2012.igem.org/Team:UC_Davis/Attributions" title="Attributions">
+
         <li ><a href="https://2012.igem.org/Team:UC_Davis/Attributions"
-
<img src="http://img.photobucket.com/albums/v26/bluemelon/main-button_08.jpg"></a></li>
+
title="Attributions">Attributions</a></li>
-
         <li class="groupb"><a href="https://2012.igem.org/Team:UC_Davis/Data" title="Data">
+
         <li ><a title="https://2012.igem.org/Team:UC_Davis/Data"
-
<img src="http://img.photobucket.com/albums/v26/bluemelon/main-button_07.jpg"></a></li>
+
title="Data">Data</a>
 +
          <ul>
 +
            <li ><a
 +
href="https://2012.igem.org/Team:UC_Davis/Data/Cutinase_Activity"
 +
title="Data">Cutinase Activity</a></li>
 +
            <li ><a
 +
href="https://2012.igem.org/Team:UC_Davis/Data/Ethylene_Glycol"
 +
title="Data">Ethylene Glycol</a></li>
 +
<li ><a href="https://2012.igem.org/Team:UC_Davis/Data/Modeling"
 +
title="Data">Modeling</a></li>
-
        <li class="groupb"><a href="https://2012.igem.org/Team:UC_Davis/Notebook" title="Notebook">
+
            <li ><a
-
<img src="http://img.photobucket.com/albums/v26/bluemelon/main-button_06.jpg"></a></li>
+
href="https://2012.igem.org/Team:UC_Davis/Parts">Parts</a></li>
 +
          </ul>
 +
        </li>
 +
        <li ><a href="https://2012.igem.org/Team:UC_Davis/Notebook" title="Notebook">Notebook</a>
 +
          <ul>
 +
            <li ><a href="https://2012.igem.org/Team:UC_Davis/Notebook">Notebook</a></li>
 +
            <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/Gallery">Gallery</a></li>
 +
          </ul>
 +
        </li>
-
         <li class="groupb"><a href="https://2012.igem.org/Team:UC_Davis/Safety" title="Safety">
+
         <li ><a href="https://2012.igem.org/Team:UC_Davis/Safety" title="Safety">Safety</a></li>
-
<img src="http://img.photobucket.com/albums/v26/bluemelon/main-button_05.jpg"></a></li>
+
-
         <li class="groupb"><a href="https://2012.igem.org/Team:UC_Davis/Project" title="Project">
+
         <li ><a href="https://2012.igem.org/Team:UC_Davis/Project" title="Project">Project</a>
-
<img src="http://img.photobucket.com/albums/v26/bluemelon/main-button_04.jpg"></a></li>
+
          <ul>
 +
            <li ><a href="https://2012.igem.org/Team:UC_Davis/Project">Project Overview</a></li>
 +
            <li ><a href="https://2012.igem.org/Team:UC_Davis/Project/Catalyst">Module Engineering</a></li>
 +
            <li ><a href="https://2012.igem.org/Team:UC_Davis/Project/Protein_Engineering">Protein Engineering</a></li>
-
        <li class="groupb"><a href="https://2012.igem.org/Team:UC_Davis/Team" title="Team">
+
            <li ><a title="https://2012.igem.org/Team:UC_Davis/Project/Strain">Chassis Engineering </a>
-
<img src="https://static.igem.org/mediawiki/2012/9/94/UCDMain-button_03selected.jpg"></a></li>
+
  <ul>
 +
                <li><a href="https://2012.igem.org/Team:UC_Davis/Project/Strain">Background</a></li>
 +
        <li><a href="https://2012.igem.org/Team:UC_Davis/Project/Directed_Evolution">Directed Evolution</a></li>
 +
                <li><a href="https://2012.igem.org/Team:UC_Davis/Project/Our_Strain">Rational Engineering </a></li>
 +
</ul>
 +
</li>
 +
          </ul>
 +
        </li>
 +
        <li  class="selected"><a href="https://2012.igem.org/Team:UC_Davis/Team" title="Team">Team</a></li>
 +
        <li ><a href="https://2012.igem.org/Team:UC_Davis" title="Home">Home</a></li>
 +
    </ul>
 +
  </div>
-
        <li class="groupb"><a href="https://2012.igem.org/Team:UC_Davis" title="Home">
+
<img src="https://static.igem.org/mediawiki/2012/2/25/UCD_Team_banner.jpg">
-
<img src="https://static.igem.org/mediawiki/2012/c/c4/UCDMain-button_02normal.jpg"></a></li>
+
-
        </ul>
+
-
      </div> 
+
-
<br>
+
-
<!--<a><h1 class="firstHeading">Team:UC Davis</h1></a>-->
+
 +
<div id="bodyContent"> 
 +
<!-- <div id="sponsorbox" style="width:220px; float:right;"> -->
 +
<div id="sponsorbox">
 +
<div id="sponsorbox" class="sponsorfloat">
 +
<!-- twitter starts here -->
 +
</script>
 +
<div id="tweets">
 +
<center>
 +
<h2>UCDavis iGEM Tweets</h2>
 +
</center>
 +
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
 +
<script>
 +
new TWTR.Widget({
 +
  version: 2,
 +
  type: 'profile',
 +
  rpp: 10,
 +
  interval: 30000,
 +
  width: 203,
 +
  height: 100,
 +
 
 +
  theme: {
 +
    shell: {
 +
      background: '#004b85',
 +
      color: '#ffffff'
 +
    },
 +
    tweets: {
 +
      background: '#004b85',
 +
      color: '#ffffff',
 +
      links: '#4aed05'
 +
    }
 +
 +
  },
 +
  features: {
 +
    scrollbar: true,
 +
    loop: false,
 +
    live: true,
 +
    behavior: 'all'
 +
  }
 +
}).render().setUser('UCDavisiGEM').start();
-
<div id="bodyContent">  
+
</script>
-
            <div id="contentSub"></div>
+
</div>
-
<br>
+
<!-- twitter ends here -->
 +
</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.cs.ucdavis.edu/" target="_blank"><img src="https://static.igem.org/mediawiki/2012/6/6b/UCD_Computer_sponsor.jpg" 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>
 +
 
 +
<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.arcadiabio.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2012/4/46/UCD_Arcadia_sponsor.jpg
 +
" width="200"></a>
 +
</center>
 +
 
 +
<center>
 +
<a href="http://provost.ucdavis.edu/" target="_blank"><img src="https://static.igem.org/mediawiki/2012/8/82/UCD_Provost_sponsor.jpg
 +
" width="200"></a>
 +
</center>
 +
 
 +
<center>
 +
<a href="http://www.research.ucdavis.edu/" target="_blank"><img src="https://static.igem.org/mediawiki/2012/9/99/UCD_Research_sponsor.jpg" width="200"></a>
 +
</center>
 +
 
 +
<center>
 +
<a href="http://ucomm.ucdavis.edu/" target="_blank"><img src="https://static.igem.org/mediawiki/2012/b/b4/UCD_Communications_sponsor.jpg" width="200"></a>
 +
</center>
 +
 
 +
<center>
 +
<a title="" target="_blank"><img src="https://static.igem.org/mediawiki/2012/2/25/UCD_Schultz_sponsor.jpg
 +
" width="200"></a>
 +
</center>
-
<div class="floatbox3">
 
-
<h1> Team </h1>
 
</div>
</div>
-
<p>Team info</p>
 
-
<!--
 
-
<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;">
+
<!--  <br> -->
-
You are provided with this team page template with which to start the iGEM seasonYou 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 wikiYou can find some examples.
+
<!-- div id="myleftbox" style="width:625px; float:left;" -->
 +
<div id="myleftbox">
 +
<div id="myleftbox"  class="smallbox"> <!-- team starts right below -->
 +
 
 +
 
 +
<h2> Undergraduates </h2>
 +
 
 +
<div id="firstpane" class="menu_list">
 +
 
 +
  <p class="menu_head">Akshay Sethi: <span style="font-weight:normal">  Biochemistry &amp; Molecular Biology </span> </p>
 +
    <div class="menu_body">
 +
<article>
 +
  <img src="https://static.igem.org/mediawiki/2012/d/da/UCD_Akshay_profile.jpg"  width="300" height="160" align="left" style="margin-right:15px">
 +
Hey guys, my name is Akshay Sethi and I am a sophomore majoring in Biochemistry and Molecular Biology. This is my first year participating in iGEM and I have since taken a great interest into synthetic biology and its importance in the near future. I aspire to attend medical school, and to furthermore pursue a career in medicine or health care management. When I am not working in lab, I enjoy volunteering at a student-run clinic for the underserved and also staying active through tennis and basketball.
 +
</article>
 +
    </div>
 +
 
 +
  <p class="menu_head">Christine Olson: <span style="font-weight:normal">  Neurobiology, Physiology  &amp; Behavior </span>  </p>
 +
    <div class="menu_body">
 +
      <article>
 +
<img src="https://static.igem.org/mediawiki/2012/6/69/UCD_Christine_profile.jpg"  width="300" height="160" align="left" style="margin-right:15px">
 +
I am a fourth year neurobiology, physiology, and behavior major and I love everything I have learned here on our iGEM team. It's been such an awesome experience from every angle. I am a Training Coordinator at The House, which is a peer counseling center on campus. In my free time, I love biking out to huge fields of sunflowers, listening to music, and taking pictures. After college, I plan on perhaps going to graduate school or going into teaching. Fun fact: I am an underground rapper.
 +
</article>
 +
    </div>
 +
 
 +
  <p class="menu_head">Colin Deniston: <span style="font-weight:normal">Biological Sciences: Molecular  &amp; Cell Biology</span></p>
 +
    <div class="menu_body">
 +
    <article>
 +
<img src="https://static.igem.org/mediawiki/2012/1/1e/UCD_Colin_profile.jpg"  width="300" height="160" align="left" style="margin-right:15px">
 +
I’m a fifth year Biological Sciences major at UC Davis. I joined iGEM due to my interest in learning how to manage a realistically scaled research project, as well as, to increase my knowledge of in lab protocol and technique. On the iGEM team I work on the protein engineering and mutant creation/screening protocols. I hope to continue on to graduate school and eventually become a professor.  On my free time I’m an avid video game enthusiast of all game types. I also enjoy reading books, manga, and spending time with friends.
 +
</article>
 +
    </div>
 +
 
 +
  <p class="menu_head">Deborah Park: <span style="font-weight:normal">Biological Sciences    </span>  </p>
 +
    <div class="menu_body">
 +
      <article>
 +
                <img src="https://static.igem.org/mediawiki/2012/1/1a/UCD_Deborah_profile.jpg"  width="300" height="160" align="left" style="margin-right:15px">
 +
I'm a fourth year and I love brains! I love all things related to science, but neurobiology is something I would love to study more after graduation! I like to draw, play the violin, stargaze, and listen to some music! I love animals, so I like to help out at a ranch to take care of horses and dogs! I also like exclamation points!!!
 +
        </article>
 +
  </div>
 +
 
 +
  <p class="menu_head">Mattan Hamou: <span style="font-weight:normal">Neurobiology, Physiology  &amp; Behavior      </span>  </p>
 +
    <div class="menu_body">
 +
<article>
 +
<img src="https://static.igem.org/mediawiki/2012/d/df/UCD_Mattan_profile.jpg"  width="300" height="160" align="left" style="margin-right:15px"> 
 +
I am an undergraduate student at the University of California, Davis. As an undeclared Life Science major at UC Davis I am currently exploring all the opportunities available to me in the college of biological sciences. I am currently debating between cell biology and neurobiology, physiology and behavior. Through my Emergency Medical Technician training, I obtained a stronger sense of what life in the emergency medical world entails. After learning on a deeper level the value of genetic engineering this past year I wanted to shift to the laboratory spectrum of the medical field. My intention in joining iGEM was to research possible solutions to medical problems which would allow me to combine both of my aspirations of research in a practical medical field. My main interests in research are in cell functions and how they interact with one another, particularly in immunology and oncology, biomedical devices, and bioremediation. As treasurer of The Triple Helix, Outreach Assembly member, Garamendi for Congress volunteer, and brother of AEPi I am an active member of the UC Davis student body. In my spare time I play the saxophone, video games, sports, and watch a lot of movies. My favorite superhero is Batman :).
 +
</article>   
 +
    </div>
 +
 
 +
  <p class="menu_head">Nick Csicsery: <span style="font-weight:normal">Biological Systems Engineering      </span>  </p>
 +
    <div class="menu_body">
 +
        <article>
 +
                <img src="https://static.igem.org/mediawiki/2012/0/06/UCD_Nick_profile.jpg"  width="300" height="160" align="left" style="margin-right:15px">
 +
Hi, I'm Nick Csicsery, a senior studying biological systems engineering at UC Davis. This is my second year doing iGEM and I'm very excited to complete another project! I'm interested in all things engineering and in learning more about synthetic biology. When I'm not in lab or studying for classes, I'm usually busy organizing events as the president of the Biomedical Engineering Society at Davis. Otherwise, I like spending my time playing guitar or running long distances.
 +
        </article>
 +
  </div>
 +
 
 +
  <p class="menu_head">Pui Yan Ho: <span style="font-weight:normal">Biotechnology: Microbiology &amp; Fermentation      </span> </p>
 +
    <div class="menu_body">
 +
        <article>
 +
                <img src="https://static.igem.org/mediawiki/2012/d/d2/UCD_PuiYan_profile.jpg"  width="300" height="160" align="left" style="margin-right:15px">
 +
Hello everyone, I’m Pui Yan! My ambition is to pursue a career in the biomedical field after completing my undergraduate studies. In the future, I plan to continue onto graduate school and become a college professor. In my spare time, I like to play piano and discover new restaurants to try. I would say that I’m a big fan of dessert and tapioca drinks, so I eat something sweet everyday all day!
 +
        </article>       
 +
    </div>
 +
 
 +
  <p class="menu_head">Sahar Hojjat: <span style="font-weight:normal">Biological Sciences: Molecular  &amp; Cell Biology    </span>  </p>
 +
    <div class="menu_body">
 +
        <article>
 +
                <img src="https://static.igem.org/mediawiki/2012/f/f2/UCD_Sahar_profile.jpg"  width="300" height="160" align="left" style="margin-right:15px">
 +
Hi! My name is Sahar and I am a senior at UC Davis. My major is Biological Sciences with an emphasis in Molecular and Cell Biology. I am pursuing to be a doctor, but I am also fascinated by the field of synthetic biology and so I want to do more research in the field as well. If I'm not studying, some of my favorite hobbies are dancing, yoga, and meditation.
 +
        </article>           
 +
    </div>
 +
 
 +
  <p class="menu_head">Sergio Waqued: <span style="font-weight:normal">Biomedical Engineering      </span>  </p>
 +
    <div class="menu_body">
 +
        <article>
 +
                <img src="https://static.igem.org/mediawiki/2012/3/37/UCD_Sergio_profile.jpg" width="300" height="160" align="left" style="margin-right:15px">
 +
Hello and good day, I'm Sergio Castro Waqued fourth year Biomedical Engineering student. I'm the team's renaissance man and resident troubleshooter. I enjoy transmuting ideas into a physical form and working on electronics. I love to listen to blues and classic rock, as well as read horror and mystery novels. In the future hope to continue on with more research, possibly in the field of imaging and devices.
 +
        </article>           
 +
  </div>
 +
 
 +
  <p class="menu_head">Spencer Wong: <span style="font-weight:normal">Genetics &amp; Economics    </span>  </p>
 +
    <div class="menu_body">
 +
        <article>
 +
                <img src="https://static.igem.org/mediawiki/2012/0/00/UCD_Spencer_profile.jpg" width="300" height="160" align="left" style="margin-right:15px">
 +
Hello! I’m Spencer, a junior studying both Economics and Genetics. I love baking and chocolate cakes are my favorite. Food is amazing to me, and I think I should have been a Food Science major sometimes. I love learning about genetic manipulations, such as making things glow in the dark! I play volleyball, listen to Shwayze, and watch Teen Wolf. I’m a bobaholic, true story. I get tapioca (boba) at least once a week. After graduation, I hope to work at a biotechnology firm and then attend graduate school.
 +
        </article>           
 +
    </div>
 +
</div>
 +
<br>
 +
<h2> Advisors </h2>
 +
<div id="firstpane" class="menu_list">
 +
 
 +
  <p class="menu_head">Dr. Marc Facciotti <span style="font-weight:normal">    </span> </p>
 +
    <div class="menu_body">
 +
        <article>
 +
                <img src="https://static.igem.org/mediawiki/2012/5/57/UCD_photo_Marc.jpg"  width="300" height="160" align="left" style="margin-right:15px">
 +
<br><br>
 +
<ul>
 +
<li> Position: Faculty Advisor </li>
 +
                        <li> Ph.D. in Biophysics </li>
 +
<li> Department: Biomedical Engineering and UC Davis Genome Center </li>
 +
<li><a target="new" href="http://www.bme.ucdavis.edu/facciotti">Facciotti Lab Website</a> </li>
 +
</ul>
 +
<br>
 +
        </article>
 +
    </div>
 +
 
 +
  <p class="menu_head">Dr. Ilias Tagkopoulos <span style="font-weight:normal">    </span>  </p>
 +
    <div class="menu_body">
 +
        <article>
 +
                <img src="https://static.igem.org/mediawiki/2012/9/9b/UCD_photo_Ilias.jpg" width="300" height="160" align="left" style="margin-right:15px">
 +
<br><br>
 +
                <ul>
 +
                        <li> Position: Faculty Advisor</li>
 +
                        <li> Ph.D. in Electrical Engineering </li>
 +
                        <li> Department: Computer Science and UC Davis Genome Center </li>
 +
                        <li> <a target="new" href="http://www.cs.ucdavis.edu/~iliast/">Tagkopoulos Lab Website </a></li>
 +
                </ul>
 +
<br>
 +
        </article>
 +
    </div>
 +
 
 +
  <p class="menu_head">Andrew Yao<span style="font-weight:normal"> </span>  </p>
 +
    <div class="menu_body">
 +
        <article>
 +
                <img src="https://static.igem.org/mediawiki/2012/c/c9/UCD_Andrew_profile.jpg" width="300" height="160" align="left" style="margin-right:15px">
 +
<br><br>
 +
                <ul>
 +
                        <li> Position: Wetlab Advisor</li>
 +
<br>
 +
                        <li> B.S. in Biomedical Engineering </li>
 +
<br>
 +
                        <li> Department: Biomedical Engineering </li>
 +
                </ul>
 +
<br>
 +
        </article>           
 +
    </div>
 +
 
 +
  <p class="menu_head">Linh Huynh <span style="font-weight:normal">    </span>  </p>
 +
    <div class="menu_body">
 +
        <article>
 +
                <img src="https://static.igem.org/mediawiki/2012/2/2d/UCD_Linh_profile.jpg" width="300" height="160" align="left" style="margin-right:15px">
 +
<br><br>
 +
                <ul>
 +
                        <li> Position: Graduate Student Advisor</li>
 +
<br>
 +
                        <li> B.S. in Computer Science </li>
 +
<br>
 +
                        <li> Department: Computer Science </li>
 +
<br>
 +
                </ul>
 +
        </article>
 +
    </div>
</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>
 +
<!-- team ends here -->
 +
<!-- site map starts here -->
 +
<div id="myleftbox"  class="smallboxsite">
 +
<ul style="font-size:10px;list-style-image:none;list-style-type:none;float:left;display:inline;color:#000000;"
 +
>
 +
<li style="float:left;margin:0 10px;"><a
 +
href="https://2012.igem.org/Team:UC_Davis"><p>Home</p><ul
 +
style="text-indent:-15px;
 +
list-style-image:none;list-style-type:none;color:#000000;"><li><a
 +
style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis">Welcome</a> </li><li><a
 +
style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis">Tweets</a></li><li><a
 +
style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis">Sponsors</a> </li><li><a
 +
style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Criteria">Criteria</a> </li>
 +
</ul> </a> </li>
-
<p><br />
+
<li style="float:left;margin:0 10px;"><a
-
</p><p><br />
+
href="https://2012.igem.org/Team:UC_Davis/Team"><p>Team</p><ul
-
</p>
+
style="text-indent:-15px;
-
<table align="justify">
+
list-style-image:none;list-style-type:none;color:#000000;"><li><a
-
<tr>
+
style="color:#000000 "
-
<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.
+
href="https://2012.igem.org/Team:UC_Davis/Team">Who we are</a>
-
</td><td><div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="https://2012.igem.org/wiki/index.php?title=Special:Upload&amp;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>
+
</li><li><a style="color:#000000 "
-
</td></tr>
+
href="https://2012.igem.org/Team:UC_Davis/Team">Students</a></li><li><a
-
<tr>
+
style="color:#000000 "
-
<td>
+
href="https://2012.igem.org/Team:UC_Davis/Team">Advisors</a> </li>
-
<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>
+
</ul> </a> </li>
-
</p>
+
-
</td><td><div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/index.php?title=Special:Upload&amp;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&amp;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 -->
+
<li style="float:left ;margin:0 10px;"><a
-
<!--
+
href="https://2012.igem.org/Team:UC_Davis/Project "><p>Project</p></a>
 +
<ul style="text-indent:-15px;list-style-image:none;list-style-type:none;color:#000000"><li><a
 +
style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Project">Project Overview</a>
 +
</li><li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Project/Catalyst ">Module
 +
Engineering</a></li><li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Project/Protein_Engineering
 +
">Protein Engineering</a></li>
 +
<li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Project/Strain ">Chassis
 +
Engineering</a></li>
 +
  <li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Project/Directed_Evolution ">
 +
- Directed Evolution</a></li>
 +
  <li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Project/Our_Strain "> -
 +
Rational Engineering</a></li>
 +
<li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Criteria">Critera</a>
 +
</li></ul> </li>
 +
 
 +
<li style="float:left ;margin:0 10px"><a
 +
href="https://2012.igem.org/Team:UC_Davis/Safety "> <p>Safety</p></a>
 +
<a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Safety "> Safety</a> </li>
 +
 
 +
<li style="float:left ;margin:0 10px;"><a
 +
href="https://2012.igem.org/Team:UC_Davis/Notebook ">
 +
<p>Notebook</p></a> <ul
 +
style="text-indent:-15px;list-style-image:none;list-style-type:none;color:#000000
 +
"><li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Notebook">Notebook</a>
 +
</li><li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Notebook/Protocols
 +
">Protocols</a> </li><li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Notebook/Gallery">Gallery</a>
 +
</li><li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Criteria">Critera</a> </li>
 +
</ul> </li>
 +
 
 +
<li style="float:left ;margin:0 10px;"><a
 +
title="https://2012.igem.org/Team:UC_Davis/Data "> <p>Data </p></a> <ul
 +
style="text-indent:-15px;list-style-image:none;list-style-type:none;color:#000000
 +
"><li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Data/Cutinase_Activity ">
 +
Cutinase Activity</a> </li><li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Data/Ethylene_Glycol ">
 +
Ethylene Glycol</a> </li><li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Data/Modeling ">
 +
Modeling</a> </li><li><a style="color:#000000 "
 +
 
 +
href="https://2012.igem.org/Team:UC_Davis/Parts ">Parts</a></li> </ul>
 +
 
 +
<li style="float:left ;margin:0 10px"><a
 +
href="https://2012.igem.org/Team:UC_Davis/Attributions ">
 +
<p>Attribution </p></a><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Attributions ">
 +
Attribution</a></li>
 +
 
 +
<li style="float:left ;margin:0 10px"><a
 +
href="https://2012.igem.org/Main_Page "> <p>iGEM </p></a><ul
 +
style="text-indent:-15px;list-style-image:none;list-style-type:none;color:#000000
 +
"><li><a style="color:#000000 " href="https://2012.igem.org/Main_Page
 +
">Main iGEM</a> </li><li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Criteria "> Criteria</a>
 +
</li><li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Human_Practices ">Human
 +
Practices</a></li> </ul>
 +
</div>
 +
<!-- site map ends here -->
 +
 
 +
</div>
 +
</div>
 +
<!--  </div> -->
 +
<script>if (window.runOnloadHook) runOnloadHook();</script>
 +
</div>
 +
</div>
 +
</body>
 +
<!-- footer starts here -->
 +
<br>
 +
<div id="footpage">
<div class="printfooter">
<div class="printfooter">
Retrieved from "<a href="https://2012.igem.org/Team:UC_Davis">https://2012.igem.org/Team:UC_Davis</a>"</div>
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>
+
<div id="catlinks"><div id='catlinks' class='catlinks catlinks-allhidden'></div></div> <!-- end content -->
-
-->
+
<div class="visualClear"></div>
-
<!-- end content -->
+
-
<!-- <div class="visualClear"></div>  -->
+
</div>
</div>
     </div>
     </div>
 +
 +
<script>if (window.runOnloadHook) runOnloadHook();</script>
<script>if (window.runOnloadHook) runOnloadHook();</script>
</div>
</div>
-
<!-- Served in 0.192 secs. -->
+
</div>
-
</body>
+
<!-- footer ends here -->
</html>
</html>

Latest revision as of 03:43, 4 October 2012

Team:UC Davis - 2012.igem.org

UCDavis iGEM Tweets

Our Sponsors

Undergraduates


Advisors


Retrieved from "http://2012.igem.org/Team:UC_Davis/Team"