Team:UC Davis/Team

From 2012.igem.org

(Difference between revisions)
 
(46 intermediate revisions not shown)
Line 81: 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 106: 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%; height: 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 118: 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;
 
-
    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(https://static.igem.org/mediawiki/2012/c/cc/UCD_Bg_1.jpg);
-
#   height:100%;
+
#    background-repeat: no-repeat;
-
 
+
#   background-attachment: fixed;
 +
#   background-size:100% auto;
}
}
Line 149: 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 211: Line 224:
         position:relative;
         position:relative;
         height:42px;
         height:42px;
-
         width: 856px;
+
         width: 850px;
         margin-left: -2px;
         margin-left: -2px;
         display:block;
         display:block;
Line 220: Line 233:
         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;
 +
        width: 107px;
         list-style-image:none;
         list-style-image:none;
-
         background:#004b85;
+
         background: #004b85;
}
}
#newnavi .newmenu li    {
#newnavi .newmenu li    {
         float:right;  
         float:right;  
-
        height:24px;
+
         background: #004b85;
-
        width: 103px;
+
         text-align:center;
-
         background:#004b85;
+
-
         border-left: solid 2px white;
+
-
        border-right: solid 2px white;
+
}
}
#newnavi .newmenu .selected {
#newnavi .newmenu .selected {
Line 238: Line 249:
}
}
#newnavi .newmenu li a  {
#newnavi .newmenu li a  {
-
text-align:center; vertical-align:middle; width:82px; padding:5px 10px 5px 10px; display:block; color:#fff; text-decoration:none; font:14px arial, verdana, sans-serif; font-weight: bold;
+
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 {
#newnavi .newmenu li:hover a {
Line 244: Line 255:
}
}
#newnavi .newmenu ul    {
#newnavi .newmenu ul    {
-
position:absolute; left:0px; top:-990px; list-style-type:none; list-style-image:none; margin:0px; border:0px; padding:0px; background:lavender;
+
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      {
#newnavi .newmenu li:hover      {
Line 250: Line 261:
}
}
#newnavi .newmenu li:hover ul  {
#newnavi .newmenu li:hover ul  {
-
left:0px; top:23px; background:lavender;  width:103px; opacity:0.7; z-index:3;
+
left:0px; top:26px; background: #05bcea;  width:150px; opacity:1.0 ; z-index:4;
}
}
#newnavi .newmenu li:hover ul li        {
#newnavi .newmenu li:hover ul li        {
-
         height:17px;
+
          
-
        border:none;
+
         background: #05bcea;
-
         background:lavender;
+
}
}
#newnavi .newmenu li:hover ul li a      {
#newnavi .newmenu li:hover ul li a      {
-
text-align:center; height:17px; padding:0px;display:block; font-size:12px; width:103px; line-height:16px; text-indent:0px; color:#444;  
+
text-align:left; padding:5px 0px 5px 0px;display:block; font-size:12px; width:150px; text-indent:10px; color:#444;  
-
background-color:transparent; text-decoration:none; border:0px solid transparent;       
+
background-color: #05bcea; text-decoration:none;       
}
}
#newnavi .newmenu li:hover ul li a:hover {
#newnavi .newmenu li:hover ul li a:hover {
-
height:18px; background:silver; color:#000; border:solid 0px #444;       
+
background: #05bcea; color:#ffffff; width:150px;       
}
}
-
/* gallery starts here */
+
 
-
.gallery-nav {
+
 
-
position: relative;
+
#newnavi .newmenu li ul li ul {
-
height: 140px;
+
        height:40px;
-
width: 735px;
+
        left:299px;
-
top: -20px;
+
        top:-26px;
-
margin:0px;
+
        margin: 0;
-
padding-left:115px;
+
padding: 0;
-
padding-top:0px;
+
list-style: none;
-
padding-right:0px;
+
width: 150px;
-
background: #D2D2D2;
+
        position:absolute;
 +
display:none;
}
}
-
.gallery-nav-1 {
+
 
-
  position: relative;
+
#newnavi .newmenu li ul li ul li {
-
height: 150px;
+
  position:relative;
-
  width: 735px;
+
background: #05bcea;
-
top: -20px;
+
  width: 150px;
-
margin-top:-10px;
+
-
margin-left:0px;
+
-
padding-left:115px;
+
-
padding-right:0px;
+
-
background: #D2D2D2;
+
}
}
-
.gallery-nav li {
+
 
-
        float: left;
+
#newnavi .newmenu li ul li ul li a {
-
        margin-right: 20px;
+
 
-
        list-style-type:none;
+
padding:5px 0px 5px 0px;display:block; font-size:12px; width:100px; text-indent:10px; color:#444;
-
        list-style-image:none;
+
background-color: #05bcea; text-decoration:none;
}
}
-
.gallery-nav-1 li {
+
 
-
        float: left;
+
#newnavi .newmenu li ul li:hover ul {
-
        margin-right: 20px;
+
display:block;
-
        list-style-type:none;
+
color:#ffffff;  
-
        list-style-image:none;
+
width:150px;
 +
background:transparent;
}
}
-
a.tooltip {
+
 
-
        position: relative;
+
#newnavi .newmenu li ul li:hover ul li {
-
        display: block;
+
top:-25px;
-
        width: 100px;
+
left:150px;
-
        height: 100px;
+
margin-bottom:-1px;
-
        border: 3px solid #888888;
+
height:26px;
-
        background: #fff no-repeat center;
+
-
        background-size: cover;
+
-
        text-decoration: none;
+
-
        /* CSS3 Border-radius
+
-
        -webkit-border-radius: 55px;
+
-
        -khtml-border-radius: 55px;
+
-
        -moz-border-radius: 55px;
+
-
        border-radius: 55px; */
+
-
        /* CSS3 Transition */
+
-
        -webkit-transition: all .4s ease-in .3s;
+
-
        -moz-transition: all .01s ease-in .02s;
+
-
        -o-transition: all .4s ease-in .3s;
+
-
        -ms-transition: all .4s ease-in .3s;
+
-
        transition: all .01s ease-in .02s;
+
}
}
-
a.tooltip:hover,
+
 
-
a.tooltip:focus {
+
#newnavi .newmenu li ul li:hover ul li a {
-
                border-color: #05bcea;
+
 
 +
padding:5px 0px 5px 0px;display:block; font-size:12px; text-indent:10px; color:#444;
 +
background-color: #05bcea; text-decoration:none;border:0px solid;
}
}
-
a.tooltip .tooltip-box {
+
 
-
                opacity: 0;
+
#slides {
-
                position: absolute;
+
    position:relative;
-
/*              left: 50%;           */
+
    height:280px;
-
                left: -190px;
+
    width: 840px
-
                bottom: 1500px;
+
   
-
                width: 36em;
+
-
/*              margin-left: -10.4em; */
+
-
                margin-left: 0px;
+
-
                padding: .8em;
+
-
                line-height: 0.9em;
+
-
                background: #444444;
+
-
                z-index:auto;
+
-
                text-decoration: none;
+
-
                /* CSS3 Border-radius */
+
-
                -webkit-border-radius: 15px 0px;
+
-
                -khtml-border-radius: 15px 0px;
+
-
                -moz-border-radius: 15px 0px;
+
-
                border-radius: 15px 0px;
+
-
                /* CSS3 Transition */
+
-
                -webkit-transition: all .001s ease-in .01s;
+
-
                -moz-transition: all .001s ease-in .01s;
+
-
                -o-transition: all .001s ease-in .01s;
+
-
                -ms-transition: all .001s ease-in .01s;
+
-
                transition: all .001s ease-in .01s;
+
}
}
-
a.tooltip:hover .tooltip-box,
+
 
-
a.tooltip:focus .tooltip-box {
+
#slides IMG {
-
                opacity: 0.9;
+
        position:absolute;
-
                bottom: 117px;
+
        opacity:0.0;
-
                text-decoration: none;
+
        top:0px;  
 +
        left:0px;
 +
        z-index:1;  
}
}
-
a.tooltip .tooltip-box:before {
+
 
-
                content: '';
+
#slides .current {
-
                position: absolute;
+
    z-index:3;
-
                bottom: -10px;
+
    opacity:1.0;
-
                left: 231px;
+
-
                border-top: 10px solid #111;
+
-
                border-left: 10px solid transparent;
+
-
                border-right: 10px solid transparent;
+
-
                }
+
-
a.tooltip .tooltip-title {
+
-
                color: #fff;
+
}
}
-
a.tooltip .tooltip-title-major {
+
 
-
                color: #05bcea;
+
#slides .previous {
 +
    z-index:2;
}
}
-
a.tooltip .tooltip-desc {
+
 
-
                        margin-bottom: 0;
+
.progress {
-
                        font-size: 12px;
+
 
-
                        text-align: justify;
+
margin-top:-270px;
-
                        color: #bcbcbc;
+
margin-left:20px;
 +
position:absolute;
 +
 
}
}
-
/* Photos */
+
 
-
a.tooltip.photo1 {
+
.progress li{
-
        background-image: url(http://img.photobucket.com/albums/v26/bluemelon/Akshay.jpg);
+
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);
}
}
-
a.tooltip.photo2 {
+
 
-
        background-image: url(http://img.photobucket.com/albums/v26/bluemelon/Christine.jpg);
+
.progress li a{
 +
    padding-left: 6px;
 +
    padding-right: 6px;
}
}
-
a.tooltip.photo3 {
+
 
-
        background-image: url(http://img.photobucket.com/albums/v26/bluemelon/Colin.jpg);
+
.progress li a:hover {
 +
text-decoration:none;
}
}
-
a.tooltip.photo4 {
+
 
-
        background-image: url(http://img.photobucket.com/albums/v26/bluemelon/Deborah.jpg);
+
.progress .current {
 +
background-color:white;
}
}
-
a.tooltip.photo5 {
+
 
-
        background-image: url(http://img.photobucket.com/albums/v26/bluemelon/Mattan.jpg);
+
#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;
}
}
-
a.tooltip.photo6 {
+
 
-
        background-image: url(http://img.photobucket.com/albums/v26/bluemelon/Nick.jpg);
+
#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;
}
}
-
a.tooltip.photo7 {
+
 
-
        background-image: url(http://img.photobucket.com/albums/v26/bluemelon/Pui.jpg);
+
#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;
}
}
-
a.tooltip.photo8 {
+
 
-
        background-image: url(http://img.photobucket.com/albums/v26/bluemelon/Sahar.jpg);
+
#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;
}
}
-
a.tooltip.photo9 {
+
 
-
        background-image: url(http://img.photobucket.com/albums/v26/bluemelon/Sergio.jpg);
+
#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;
}
}
-
a.tooltip.photo10 {
+
 
-
        background-image: url(http://img.photobucket.com/albums/v26/bluemelon/Spencer.jpg);
+
#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;
}
}
-
a.tooltip.photo11 {
+
 
-
        background-image: url(./Marc.jpg);
+
#myleftrightbox .fourboxes-1:hover {
 +
background-color:green;
}
}
-
a.tooltip.photo12 {
+
#myleftrightbox .fourboxes-2:hover {
-
        background-image: url(./Ilias.jpg);
+
background-color:orange;
}
}
-
a.tooltip.photo13 {
+
#myleftrightbox .fourboxes-3:hover {
-
        background-image: url();
+
background-color:#05bcea;
}
}
-
/* /////////////////////////////////////////
+
#myleftrightbox .fourboxes-4:hover {
-
         =Global Classes
+
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;
 +
}
 +
 
 +
 
-
.clearfix:after {
 
-
        content: "";
 
-
        display: block;
 
-
        clear: both;
 
-
        }
 
-
        .ie6 .clearfix { height: 1px; } /* IE6 */
 
-
        .ie7 .clearfix { min-height: 1px; } /* IE7 */
 
-
/* gallery ends here */
 
.floatbox3
.floatbox3
{
{
Line 447: Line 836:
font-weight:bold;
font-weight:bold;
font-size: 40px;
font-size: 40px;
-
color: #004b85;;
+
color: #016D8B;;
left:10px;
left:10px;
}
}
Line 475: 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 484: 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 499: Line 994:
    <ul>
    <ul>
  <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/Team">Page</a></li>
-
                 <li class='new'><a href="https://2012.igem.org/wiki/index.php?title=Talk:Team:UC_Davis&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>
-
                           <li><a href="https://2012.igem.org/wiki/index.php?title=Team:UC_Davis&amp;action=history">History</a></li>
+
                           <li><a href="https://2012.igem.org/wiki/index.php?title=Team:UC_Davis/Team&amp;action=history">History</a></li>
-
                 <li><a href="https://2012.igem.org/Special:MovePage/Team:UC_Davis">Move</a></li>
+
                 <li><a href="https://2012.igem.org/Special:MovePage/Team:UC_Davis/Team">Move</a></li>
-
                           <li><a href="https://2012.igem.org/wiki/index.php?title=Team:UC_Davis&amp;action=watch">Watch</a></li>
+
                           <li><a href="https://2012.igem.org/wiki/index.php?title=Team:UC_Davis/Team&amp;action=watch">Watch</a></li>
  <li><a href="https://igem.org/Login">Log in</a></li>
  <li><a href="https://igem.org/Login">Log in</a></li>
Line 512: Line 1,007:
   <div id="newnavi">
   <div id="newnavi">
     <ul class="newmenu">
     <ul class="newmenu">
-
        <li ><a href="https://2012.igem.org/" title="Back to iGEM">iGEM</a></li>
+
    <li ><a target="new" href="https://2012.igem.org/" title="Back to iGEM">iGEM</a>
 +
          <ul>
 +
          <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 ><a href="https://2012.igem.org/Team:UC_Davis/Attributions" title="Attributions">Attributions</a></li>
+
         <li ><a href="https://2012.igem.org/Team:UC_Davis/Attributions"
 +
title="Attributions">Attributions</a></li>
-
         <li ><a href="https://2012.igem.org/Team:UC_Davis/Data" title="Data">Data</a>
+
         <li ><a title="https://2012.igem.org/Team:UC_Davis/Data"
 +
title="Data">Data</a>
           <ul>
           <ul>
-
             <li ><a href="./Data.htm ">Data 1</a></li>
+
             <li ><a
-
             <li ><a href="./Data.htm ">Data 2</a></li>
+
href="https://2012.igem.org/Team:UC_Davis/Data/Cutinase_Activity"
-
            <li ><a href="./Data.htm ">Data 3</a></li>
+
title="Data">Cutinase Activity</a></li>
-
        </ul>
+
             <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 ><a
 +
href="https://2012.igem.org/Team:UC_Davis/Parts">Parts</a></li>
 +
          </ul>
         </li>
         </li>
         <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="./Notebook.htm ">Week 1</a></li>
+
             <li ><a href="https://2012.igem.org/Team:UC_Davis/Notebook">Notebook</a></li>
-
             <li ><a href="./Notebook.htm ">Week 2</a></li>
+
             <li ><a href="https://2012.igem.org/Team:UC_Davis/Notebook/Protocols ">Protocols</a></li>
-
             <li ><a href="./Notebook.htm ">Week 3</a></li>
+
             <li ><a href="https://2012.igem.org/Team:UC_Davis/Notebook/Gallery">Gallery</a></li>
           </ul>
           </ul>
         </li>
         </li>
Line 533: Line 1,047:
         <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>
+
         <li ><a href="https://2012.igem.org/Team:UC_Davis/Project" title="Project">Project</a>
-
         <li class="selected"><a href="https://2012.igem.org/Team:UC_Davis/Team" title="Team">Team</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 ><a title="https://2012.igem.org/Team:UC_Davis/Project/Strain">Chassis Engineering </a>
 +
  <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>
         <li ><a href="https://2012.igem.org/Team:UC_Davis" title="Home">Home</a></li>
     </ul>
     </ul>
   </div>
   </div>
 +
 +
<img src="https://static.igem.org/mediawiki/2012/2/25/UCD_Team_banner.jpg">
 +
 +
<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'
 +
    }
   
   
-
<img src="http://img.photobucket.com/albums/v26/bluemelon/team_banner.jpg" width="850" height="269">
+
  },
 +
  features: {
 +
    scrollbar: true,
 +
    loop: false,
 +
    live: true,
 +
    behavior: 'all'
 +
  }
 +
}).render().setUser('UCDavisiGEM').start();
-
  <div id="bodyContent">  
+
</script>
-
            <div id="contentSub"></div>
+
</div>
 +
<!-- twitter ends here -->
 +
</div>
-
<br>
+
<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>
-
  <div class="floatbox3">
+
<center>
-
<h1> Who we are </h1>
+
<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>
-
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.
+
</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>
 +
</div>
 +
<!--  <br> -->
 +
<!-- 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>
   </div>
-
<br>
 
-
  <div class="floatbox3">
+
  <p class="menu_head">Mattan Hamou: <span style="font-weight:normal">Neurobiology, Physiology  &amp; Behavior      </span>  </p>
-
<h3> Undergraduates </h3>
+
    <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>
   </div>
-
<!-- Students gallery starts here -->
 
-
        <ul class="gallery-nav clearfix">
 
-
                <li>
 
-
                        <a class="tooltip photo1">
 
-
                                <div class="tooltip-box">
 
-
                                        <h4 class="tooltip-title">Akshay Sethi </h4> <h5 class="tooltip-title-major">Biochemistry &amp; Molecular Biology </h5>
 
-
                                        <p class="tooltip-desc">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.
 
-
                                        </p>
 
-
                                </div>
 
-
                        </a>
 
-
                </li>
 
-
                <li>
 
-
                        <a class="tooltip photo2">
 
-
                                <div class="tooltip-box">
 
-
                                        <h4 class="tooltip-title">Christine Olson</h4>  <h5 class="tooltip-title-major">Neurobiology, Physiology  &amp; Behavior </h5>
 
-
                                        <p class="tooltip-desc">
 
-
RAHH (You have to imagine this in a pterodactyl voice, if you have ever heard one before)! My name’s Christine Olson. I am a fourth year neurobiology, physiology, and behavior major. Basically, that means that I am able to find something amazingly funny about anything you say or do. Actually, about anything that happens! I think the best thing in the world is a neuron. I mean, they look like trees! On my free time, I love biking out to huge fields of sunflowers and taking pictures. I also adore the farmers’ market here in Davis. After college, I plan on working in the biotechnology industry and then returning to a graduate school. Fun fact: I am an underground rapper. Real talk.
 
-
                                        </p>
 
-
                                </div>
 
-
                        </a>
 
-
                </li>
 
-
                <li>
 
-
                        <a class="tooltip photo3">
 
-
                                <div class="tooltip-box">
 
-
                                        <h4 class="tooltip-title">Colin Deniston</h4> <h5 class="tooltip-title-major">Biological Sciences: Molecular  &amp; Cell Biology </h5>
 
-
                                        <p class="tooltip-desc">
 
-
I go by many names: Cookie D, Ser Keith, and even, on occasion, Colin Deniston. I’m a drifter, a roaming scholar. I jump from iGEM team to iGEM team, imparting my knowledge, only to disappear in the night soon after. I’ve out titrated bears, ran gels faster than lions, and done more minipreps than the gods themselves. Who are you, many have asked. What are you, even more have pondered. The answer has always been simple for those who can see it:<br />
 
-
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.
+
  <p class="menu_head">Pui Yan Ho: <span style="font-weight:normal">Biotechnology: Microbiology &amp; Fermentation      </span>  </p>
-
                                        </p>
+
    <div class="menu_body">
-
                                </div>
+
        <article>
-
                        </a>
+
                <img src="https://static.igem.org/mediawiki/2012/d/d2/UCD_PuiYan_profile.jpg"  width="300" height="160" align="left" style="margin-right:15px">
-
                </li>
+
-
                <li>
+
-
                        <a class="tooltip photo4">
+
-
                                <div class="tooltip-box">
+
-
                                        <h4 class="tooltip-title">Deborah Park </h4> <h5 class="tooltip-title-major"> Biological Sciences </h5>
+
-
                                        <p class="tooltip-desc">
+
-
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, and listen to my favorite band, the ______! I love animals, so I like to help out at a ranch to take care of horses and dogs! I also like exclamation points!!!
+
-
                                        </p>
+
-
                                </div>
+
-
                        </a>
+
-
                </li>
+
-
                <li>
+
-
                        <a class="tooltip photo5">
+
-
                                <div class="tooltip-box">
+
-
                                        <h4 class="tooltip-title">Mattan Hamou </h4> <h5 class="tooltip-title-major">Neurobiology, Physiology  &amp; Behavior </h5>
+
-
                                        <p class="tooltip-desc">
+
-
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. Both majors provide the material necessary to pursue a career in the medical field, whether research or practice. To me service is the highest cause someone can pursue. This mindset has led me to dream of a career in medicine. 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. I hope to understand more of the global issues and find innovative ways to solve them by applying myself inside and outside the lab. To me iGEM is a gateway to pursuing my dreams of tackling real world problems by working with peers to help others as an undergraduate. Outside of the lab I am involved in many student run organizations on campus. As treasurer of The Triple Helix (a science and society journal), 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 :).
+
-
                                        </p>
+
-
                                </div>
+
-
                        </a>
+
-
                </li>
+
-
        </ul>
+
-
        <ul class="gallery-nav-1 clearfix">
+
-
                <li>
+
-
                        <a class="tooltip photo6">
+
-
                                <div class="tooltip-box">
+
-
                                        <h4 class="tooltip-title"> Nick Csicsery</h4> <h5 class="tooltip-title-major">Biological Systems Engineering </h5>
+
-
                                        <p class="tooltip-desc">
+
-
Hi, I'm Nick. This is my second year doing iGEM and I'm very excited to complete another project! I'm very 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 for the Biomedical Engineering Society at Davis. Otherwise, I like spending my time running long distances or playing guitar.
+
-
                                        </p>
+
-
                                </div>
+
-
                        </a>
+
-
                </li>
+
-
                <li>
+
-
                        <a class="tooltip photo7">
+
-
                                <div class="tooltip-box">
+
-
                                        <h4 class="tooltip-title">Pui Yan Ho </h4> <h5 class="tooltip-title-major">Biotechnology: Microbiology &amp; Fermentation </h5>
+
-
                                        <p class="tooltip-desc">
+
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!  
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!  
-
                                        </p>
+
        </article>      
-
                                </div>
+
    </div>
-
                        </a>
+
 
-
                </li>
+
  <p class="menu_head">Sahar Hojjat: <span style="font-weight:normal">Biological Sciences: Molecular  &amp; Cell Biology     </span>  </p>
-
                <li>
+
    <div class="menu_body">
-
                        <a class="tooltip photo8">
+
        <article>
-
                                <div class="tooltip-box">
+
                <img src="https://static.igem.org/mediawiki/2012/f/f2/UCD_Sahar_profile.jpg"  width="300" height="160" align="left" style="margin-right:15px">
-
                                        <h4 class="tooltip-title">Sahar Hojjat </h4> <h5 class="tooltip-title-major">Biological Sciences: Molecular  &amp; Cell Biology </h5>
+
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.  
-
                                        <p class="tooltip-desc">  
+
        </article>          
-
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 also am really interested in the field of synthetic biology and so also want to pursue more research in the field. Some of my personal interests are dancing, yoga and meditation. An odd but interesting fact about me (that my team discovered actually) is that in all ways possible my name can be heard as laughter. “Saharhar,” “Rahahas,” (which is Sahar backwards) and even my middle name Rose, has been turned into “Rohohose.” OH! And a new, recent discovery, so my last name is Hojjat, is that the “ja” at the end is “ha” in Spanish; so now it’s “Hohojaja.”
+
    </div>
-
                                        </p>
+
-
                                </div>
+
-
                        </a>
+
-
                </li>
+
-
                <li>
+
-
                        <a class="tooltip photo9">
+
-
                                <div class="tooltip-box">
+
-
                                        <h4 class="tooltip-title">Sergio Waqued </h4> <h5 class="tooltip-title-major">Biomedical Engineering </h5>
+
-
                                        <p class="tooltip-desc">
+
-
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 finagling with electronics.
+
-
                                        </p>
+
-
                                </div>
+
-
                        </a>
+
-
                </li>
+
-
                <li>
+
-
                        <a class="tooltip photo10">
+
-
                                <div class="tooltip-box">
+
-
                                        <h4 class="tooltip-title">Spencer Wong </h4> <h5 class="tooltip-title-major"> Genetics &amp; Economics</h5>
+
-
                                        <p class="tooltip-desc">
+
-
Hello!!! I’m Spencer, a junior who magically studies both Economics and Genetics. I speak with a lot of sass, and I love baking chocolate cakes. 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.
+
-
                                        </p>
+
-
                                </div>
+
-
                        </a>
+
-
                </li>
+
-
        </ul><!-- e: .gallery-nav -->
+
-
<!-- Students gallery ends here -->
+
-
<!-- Advisors gallery starts here -->
+
-
  <div class="floatbox3">
+
  <p class="menu_head">Sergio Waqued: <span style="font-weight:normal">Biomedical Engineering      </span>  </p>
-
<h3> Advisors </h3>
+
    <div class="menu_body">
-
Two UC Davis professors and one graduate student provide valuable insight, laboratory space, and academic clout to the undergraduate portion of the team.
+
        <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>
   </div>
-
<!-- Advisor gallery starts here -->
 
-
        <ul class="gallery-nav clearfix">
 
-
                <li>
 
-
                        <a class="tooltip photo11" href="http://www.bme.ucdavis.edu/facciotti">
 
-
                                <div class="tooltip-box">
 
-
                                        <h4 class="tooltip-title"> Dr. Marc Facciotti </h4> <h5 class="tooltip-title-major">Ph.D. in Biophysics </h5>
 
-
                                        <p class="tooltip-desc">Position: Primary Investigator. The Boss. <br>Department: Biomedical Engineering <br>Facciotti Lab Wesbite <link href="http://www.bme.ucdavis.edu/facciotti">
 
-
                                        </p>
 
-
                                </div>
 
-
                        </a>
 
-
                </li>
 
-
                <li>
 
-
                        <a class="tooltip photo12" href=" ">
 
-
                                <div class="tooltip-box">
 
-
                                        <h4 class="tooltip-title">Dr. Ilias Tagkopoulos</h4>  <h5 class="tooltip-title-major">Ph.D. in Electrical Engineering </h5>
 
-
                                        <p class="tooltip-desc">Position: Co-Primary Investigator <br>
 
-
                                        Department: Biomedical Engineering, Computer Science <br>
 
-
                                        Tagkopoulos Lab Website
 
-
                                        </p>
 
-
                                </div>
 
-
                        </a>
 
-
                </li>
 
-
                <li>
 
-
                        <a class="tooltip photo13" href=" ">
 
-
                                <div class="tooltip-box">
 
-
                                        <h4 class="tooltip-title">Graduate Student</h4>
 
-
                                        <p class="tooltip-desc">
 
-
                                        </p>
+
  <p class="menu_head">Spencer Wong: <span style="font-weight:normal">Genetics &amp; Economics    </span>  </p>
-
                                </div>
+
    <div class="menu_body">
-
                        </a>
+
        <article>
-
                 </li>
+
                 <img src="https://static.igem.org/mediawiki/2012/0/00/UCD_Spencer_profile.jpg" width="300" height="160" align="left" style="margin-right:15px">
-
    </ul>
+
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.
-
<!-- Advisor gallery ends here -->
+
        </article>          
-
<!-- Advisors gallery ends here -->
+
    </div>
</div>
</div>
-
<script>if (window.runOnloadHook) runOnloadHook();</script>
+
<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>
</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>
 +
<li style="float:left;margin:0 10px;"><a
 +
href="https://2012.igem.org/Team:UC_Davis/Team"><p>Team</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/Team">Who we are</a>
 +
</li><li><a style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Team">Students</a></li><li><a
 +
style="color:#000000 "
 +
href="https://2012.igem.org/Team:UC_Davis/Team">Advisors</a> </li>
 +
</ul> </a> </li>
 +
 +
<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>
</body>
 +
<!-- footer starts here -->
 +
<br>
 +
<div id="footpage">
 +
<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>
 +
</div>
 +
<!-- 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"