Team:UC Davis/Notebook/Protocols
From 2012.igem.org
(Difference between revisions)
(49 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)"}); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | |||
+ | $('a.lightbox').click(function(e) { | ||
+ | $('body').css('display', 'inherit'); // hide scrollbars! | ||
+ | |||
+ | $('<div id="overlay"></div>') | ||
+ | .css('opacity', '0') | ||
+ | .animate({'opacity': '0.7'}, 'slow') | ||
+ | .click(function(){ | ||
+ | removeLightbox(); | ||
+ | }) | ||
+ | .appendTo('body'); | ||
+ | |||
+ | $('<div id="lightbox"></div>') | ||
+ | .hide() | ||
+ | .appendTo('body'); | ||
+ | |||
+ | $('<img>') | ||
+ | .attr('src', $(this).attr('href')) | ||
+ | .load(function() { | ||
+ | positionLightboxImage(); | ||
+ | }) | ||
+ | .click(function() { | ||
+ | removeLightbox(); | ||
+ | }) | ||
+ | .appendTo('#lightbox'); | ||
+ | |||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | function positionLightboxImage() { | ||
+ | var top = ($(window).height() - $('#lightbox').height())/2; | ||
+ | var left = ($(window).width() - $('#lightbox').width())/2; | ||
+ | |||
+ | $('#lightbox') | ||
+ | .css({ | ||
+ | 'top': top, | ||
+ | 'left':left-80 | ||
+ | }) | ||
+ | .fadeIn(); | ||
+ | } | ||
+ | |||
+ | function removeLightbox() { | ||
+ | |||
+ | $('#overlay, #lightbox') | ||
+ | .fadeOut('slow', function() { | ||
+ | $(this).remove(); | ||
+ | $('body').css('overflow-y', 'auto'); // show scrollbars! | ||
+ | }); | ||
+ | } | ||
+ | </script> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 106: | Line 169: | ||
#menubar.right-menu { width:300px; display:block; float:left; margin-top:-80px; border: none;} | #menubar.right-menu { width:300px; display:block; float:left; margin-top:-80px; border: none;} | ||
.right-menu ul { border: none; width: 300px;} | .right-menu ul { border: none; width: 300px;} | ||
- | #footer-box { background-color: #216085; border: none; width: | + | #footer-box { background-color: #216085; border: none; width: 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 181: | ||
h3#siteSub { display: none;} | h3#siteSub { display: none;} | ||
#contentSub {display: none;} | #contentSub {display: none;} | ||
- | p:first-child { display: | + | p:first-child { display: block;} |
h1{border:none; width: 100%; clear: both;} | h1{border:none; width: 100%; clear: both;} | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#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: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 149: | Line 202: | ||
margin: 0 auto; | margin: 0 auto; | ||
padding: 5px 5px 5px 5px;; | padding: 5px 5px 5px 5px;; | ||
- | background: | + | background: transparent; |
color: black; | color: black; | ||
- | + | # border-left: 1px solid #ffffff; | |
- | + | # border-right: 1px solid #ffffff; | |
- | + | # line-height: 1.5em; | |
- | + | ||
} | } | ||
+ | |||
+ | |||
+ | 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 187: | Line 255: | ||
color: #555555; | color: #555555; | ||
list-style: none; | list-style: none; | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
#topmenubar li { | #topmenubar li { | ||
Line 215: | Line 279: | ||
position:relative; | position:relative; | ||
height:42px; | height:42px; | ||
- | width: | + | width: 850px; |
margin-left: -2px; | margin-left: -2px; | ||
display:block; | display:block; | ||
Line 224: | Line 288: | ||
overflow:hidden; | overflow:hidden; | ||
padding:0px; | padding:0px; | ||
- | margin: | + | 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; | ||
- | + | background: #004b85; | |
- | + | text-align:center; | |
- | background:#004b85; | + | |
- | + | ||
- | + | ||
} | } | ||
#newnavi .newmenu .selected { | #newnavi .newmenu .selected { | ||
Line 242: | Line 304: | ||
} | } | ||
#newnavi .newmenu li a { | #newnavi .newmenu li a { | ||
- | text-align:center; vertical-align:middle; width: | + | 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 248: | Line 310: | ||
} | } | ||
#newnavi .newmenu ul { | #newnavi .newmenu ul { | ||
- | position:absolute; left:-9999px; top:-9999px; list-style-type:none; list-style-image:none; margin:0px; border:0px; padding:0px; background: | + | 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 254: | Line 316: | ||
} | } | ||
#newnavi .newmenu li:hover ul { | #newnavi .newmenu li:hover ul { | ||
- | left:0px; top: | + | 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 { | ||
- | + | ||
- | + | background: #05bcea; | |
- | background: | + | |
} | } | ||
#newnavi .newmenu li:hover ul li a { | #newnavi .newmenu li:hover ul li a { | ||
- | text-align: | + | text-align:left; padding:5px 0px 5px 0px;display:block; font-size:12px; width:150px; text-indent:10px; color:#444; |
- | background-color: | + | background-color: #05bcea; text-decoration:none; |
} | } | ||
#newnavi .newmenu li:hover ul li a:hover { | #newnavi .newmenu li:hover ul li a:hover { | ||
- | height: | + | background: #05bcea; color:#ffffff; width:150px; |
+ | } | ||
+ | |||
+ | |||
+ | #newnavi .newmenu li ul li ul { | ||
+ | height:40px; | ||
+ | left:299px; | ||
+ | top:-26px; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | width: 150px; | ||
+ | position:absolute; | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #newnavi .newmenu li ul li ul li { | ||
+ | position:relative; | ||
+ | background: #05bcea; | ||
+ | width: 150px; | ||
+ | } | ||
+ | |||
+ | #newnavi .newmenu li ul li ul li a { | ||
+ | |||
+ | 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 { | ||
+ | |||
+ | padding:5px 0px 5px 0px;display:block; font-size:12px; text-indent:10px; color:#444; | ||
+ | background-color: #05bcea; text-decoration:none;border:0px solid; | ||
+ | } | ||
+ | |||
+ | |||
+ | #slides { | ||
+ | position:relative; | ||
+ | height:280px; | ||
+ | width: 840px | ||
+ | |||
+ | } | ||
+ | |||
+ | #slides IMG { | ||
+ | position:absolute; | ||
+ | opacity:0.0; | ||
+ | top:0px; | ||
+ | left:0px; | ||
+ | z-index:1; | ||
+ | } | ||
+ | |||
+ | #slides .current { | ||
+ | z-index:3; | ||
+ | opacity:1.0; | ||
+ | } | ||
+ | |||
+ | #slides .previous { | ||
+ | z-index:2; | ||
+ | } | ||
+ | |||
+ | .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:#ff8a00; | ||
+ | } | ||
+ | #myleftrightbox .fourboxes-2:hover { | ||
+ | background-color:#03d557; | ||
+ | } | ||
+ | #myleftrightbox .fourboxes-3:hover { | ||
+ | background-color:#105ec5; | ||
+ | } | ||
+ | #myleftrightbox .fourboxes-4:hover { | ||
+ | background-color:#4a4a4a; | ||
+ | } | ||
+ | |||
+ | |||
+ | #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 hp | ||
+ | { | ||
+ | font-weight:bold; | ||
+ | font-size: 15px; | ||
+ | color: #004b85;; | ||
+ | left:10px; | ||
+ | } | ||
+ | |||
+ | #myleftbox .smallbox p | ||
+ | { | ||
+ | color: #016D8B; | ||
+ | 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; | ||
} | } | ||
Line 287: | Line 801: | ||
font-weight:bold; | font-weight:bold; | ||
font-size: 40px; | font-size: 40px; | ||
- | color: # | + | color: #016D8B;; |
left:10px; | left:10px; | ||
} | } | ||
Line 323: | Line 837: | ||
+ | #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:#006699; | ||
+ | color:black; | ||
+ | background-color:#E1E1E1; | ||
+ | padding-left:10px; | ||
+ | font-weight:bold; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #firstpane .menu_body a:hover { | ||
+ | color: #000000; | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | |||
+ | #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 331: | Line 895: | ||
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 346: | Line 1,006: | ||
<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/Notebook/Protocols">Page</a></li> |
- | <li class='new'><a href="https://2012.igem.org/wiki/index.php?title=Talk:Team:UC_Davis&action=edit&redlink=1">Discussion</a></li> | + | <li class='new'><a href="https://2012.igem.org/wiki/index.php?title=Talk:Team:UC_Davis/Notebook/Protocols&action=edit&redlink=1">Discussion</a></li> |
<li><a href="https://2012.igem.org/wiki/index.php?title=Team:UC_Davis/Notebook/Protocols&action=edit">Edit</a></li> | <li><a href="https://2012.igem.org/wiki/index.php?title=Team:UC_Davis/Notebook/Protocols&action=edit">Edit</a></li> | ||
- | <li><a href="https://2012.igem.org/wiki/index.php?title=Team:UC_Davis&action=history">History</a></li> | + | <li><a href="https://2012.igem.org/wiki/index.php?title=Team:UC_Davis/Notebook/Protocols&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/Notebook/Protocols">Move</a></li> |
- | <li><a href="https://2012.igem.org/wiki/index.php?title=Team:UC_Davis&action=watch">Watch</a></li> | + | <li><a href="https://2012.igem.org/wiki/index.php?title=Team:UC_Davis/Notebook/Protocols&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 359: | Line 1,019: | ||
<div id="newnavi"> | <div id="newnavi"> | ||
<ul class="newmenu"> | <ul class="newmenu"> | ||
- | + | <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 | + | <li ><a title="https://2012.igem.org/Team:UC_Davis/Data" title="Data">Data</a> |
<ul> | <ul> | ||
- | <li ><a href="./Data | + | <li ><a href="https://2012.igem.org/Team:UC_Davis/Data/Cutinase_Activity" title="Data">Cutinase Activity</a></li> |
- | <li ><a href="./Data | + | <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 class="selected"><a href="https://2012.igem.org/Team:UC_Davis/Notebook" title="Notebook">Notebook</a> | <li class="selected"><a href="https://2012.igem.org/Team:UC_Davis/Notebook" title="Notebook">Notebook</a> | ||
<ul> | <ul> | ||
- | <li ><a href="https://2012.igem.org/Team:UC_Davis/Notebook | + | <li ><a href="https://2012.igem.org/Team:UC_Davis/Notebook">Notebook</a></li> |
- | <li ><a href="./Notebook | + | <li ><a href="https://2012.igem.org/Team:UC_Davis/Notebook/Protocols ">Protocols</a></li> |
- | <li ><a href=" | + | <li ><a href="https://2012.igem.org/Team:UC_Davis/Notebook/Gallery">Gallery</a></li> |
- | + | ||
</ul> | </ul> | ||
</li> | </li> | ||
Line 381: | Line 1,050: | ||
<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> |
+ | <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 ><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/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/7/71/UCD_protocols_banner.jpg" width="850" height="228"> | ||
+ | |||
+ | <div id="bodyContent"> | ||
+ | <!-- 1st row four boxes starts here --> | ||
+ | <div id="myleftrightbox"> | ||
+ | <div id="myleftrightbox" class="fourboxes-1"> | ||
+ | <a href="https://2012.igem.org/Team:UC_Davis/Notebook"><img src="https://static.igem.org/mediawiki/2012/2/24/UCD_notebook_small_banner.jpg"></a> | ||
+ | </div> | ||
+ | <div id="myleftrightbox" class="spacebox"> | ||
+ | <p></p> | ||
+ | </div> | ||
+ | <div id="myleftrightbox" class="fourboxes-2"> | ||
+ | <a href="https://2012.igem.org/Team:UC_Davis/Notebook/Protocols"><img src="https://static.igem.org/mediawiki/2012/0/03/UCD_protocols_small_banner.jpg"></a> | ||
+ | </div> | ||
+ | <div id="myleftrightbox" class="spacebox"> | ||
+ | <p></p> | ||
+ | </div> | ||
+ | <div id="myleftrightbox" class="fourboxes-3"> | ||
+ | <a href="https://2012.igem.org/Team:UC_Davis/Notebook/Gallery"><img src="https://static.igem.org/mediawiki/2012/4/43/UCD_Gallery_small_banner-1.jpg"></a> | ||
+ | </div> | ||
+ | <div id="myleftrightbox" class="spacebox"> | ||
+ | <p></p> | ||
+ | </div> | ||
+ | <div id="myleftrightbox" class="fourboxes-4"> | ||
+ | <a href="https://2012.igem.org/Team:UC_Davis/Criteria"><img src="https://static.igem.org/mediawiki/2012/1/18/UCD_criteria_small_banner.jpg"></a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- 1st row four boxes ends here --> | ||
+ | <!-- <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(); | ||
- | + | </script> | |
- | + | </div> | |
+ | <!-- 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> | ||
+ | </div> | ||
+ | |||
+ | <div id="myleftbox"> | ||
+ | |||
+ | <div id="myleftbox" class="smallbox"> | ||
+ | <h1>Protocols</h1> | ||
+ | <!-- accordion starts here --> | ||
+ | <div id="firstpane" class="menu_list"> | ||
+ | |||
+ | <p class="menu_head"> Registry Part Distribution Rehydration </p> | ||
+ | <div class="menu_body"> | ||
+ | <ul> | ||
+ | <li>Add 20 µL sterile H2O to desired well in distribution plate.</li> | ||
+ | <li>Incubate at room temperature for ~10 minutes.</li> | ||
+ | <li>Transfer resuspension to microcentrifuge tube.</li> | ||
+ | </ul> | ||
+ | </div> | ||
- | < | + | <p class="menu_head"> Transformations</p> |
- | < | + | <div class="menu_body"> |
- | < | + | |
<p>Materials</p> | <p>Materials</p> | ||
- | + | <ul> | |
- | < | + | <li>Competent Cells</li> |
- | < | + | <li>DNA template</li> |
- | < | + | <li>800 µL LB</li> |
+ | <li>LB+Antibiotic Plates</li> | ||
+ | </ul> | ||
<p>Procedure</p> | <p>Procedure</p> | ||
- | + | <ul> | |
- | < | + | <li>Thaw competent cells on ice.</li> |
- | < | + | <li>Transfer 50 µL of competent cells to chilled falcon tubes.</li> |
- | < | + | <li>Add 1 µL of template to cells (2.5 µL if dilute).</li> |
- | < | + | <li>Incubate on ice for 30 minutes.</li> |
- | < | + | <li>Heat schock in 42 °C water bath for 90 seconds.</li> |
- | < | + | <li>Immediately place back onto ice for 2 minutes.</li> |
- | < | + | <li>Add 800 µL of LB to each tube.</li> |
- | < | + | <li>Incubate at 37 °C for 1 hour.</li> |
- | < | + | <li>Place 200 µL of the transformed cells on plates containing LB and the appropriate antibiotic.</li> |
- | </ | + | <li>Incubate overnight at 37 °C.</li> |
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <p class="menu_head"> Restriction Enzyme Double Digest</p> | ||
+ | <div class="menu_body"> | ||
+ | <p>Materials</p> | ||
+ | <ul> | ||
+ | <li>22 µL dH20 | ||
+ | <li>1 µL BSA | ||
+ | <li>5 µLBuffer | ||
+ | <li>20 µL Template | ||
+ | <li>1 µL Enzyme 1 | ||
+ | <li>1 µL Enzyme 2 | ||
+ | </ul> | ||
+ | <p>Procedure</p> | ||
+ | <ul> | ||
+ | <li>Mix reactants, adding enzyme last. | ||
+ | <li>Place at 37 °C for 3-5 hours. | ||
+ | <li>If not purifying or running on a gel immediately, increase to 80 °C for 20 minutes to kill enzymes (some enzymes need only a 65 °C heatkill, check enzyme). | ||
+ | <li>Run on a gel and extract product. | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <p class="menu_head"> PCR (sequence dependent)</p> | ||
+ | <div class="menu_body"> | ||
+ | <p>Materials</p> | ||
+ | <ul> | ||
+ | <li>10 uL Q Solution | ||
+ | <li>5 µL 10x Buffer | ||
+ | <li>1.25 µL 10mM dNTPs | ||
+ | <li>1 µL Template | ||
+ | <li>1 µL Forward Primer | ||
+ | <li>1 µL Reverse Primer | ||
+ | <li>0.3 µL Taq | ||
+ | <li>0.15 µL PFU | ||
+ | <li>30 µL dH20 | ||
+ | </ul> | ||
+ | <p>Procedure</p> | ||
+ | <ul> | ||
+ | <li>Mix reactants into PCR tubes. A large mix can be made and then aliquoted into PCR tubes if desired. | ||
+ | <li>Run in thermal cycler. | ||
+ | </ul> | ||
</div> | </div> | ||
- | < | + | <p class="menu_head">PCR SOEing (Polymerase Chain Reaction Splicing by Overlapping Extension)</p> |
- | < | + | <div class="menu_body"> |
- | < | + | |
<p>Materials</p> | <p>Materials</p> | ||
- | + | <ul> | |
- | < | + | <li>10 µL Q Solution |
- | < | + | <li>5 µL 10x Buffer |
- | < | + | <li>1.25 µL 10mM dNTPs |
- | < | + | <li>2.5 µL Forward Primer |
- | < | + | <li>2.5 µL Reverse Primer |
+ | <li>0.3 µL Taq | ||
+ | <li>0.15 µL PFU | ||
+ | <li>Template based on concentrations determined by SOEing calculator: “Link” | ||
+ | <li>±18.30 µL dH20 based on concentrations of template (above) by SOEing calculator: “Link again” | ||
+ | </ul> | ||
<p>Procedure</p> | <p>Procedure</p> | ||
- | + | <ul> | |
- | < | + | <li>Mix reactants into PCR tubes. |
- | < | + | <li>Run in thermal cycler. |
- | < | + | <li>Continue PCR SOEing of parts until completed. |
- | </ | + | </ul> |
+ | </div> | ||
- | < | + | <p class="menu_head"> Ligation</p> |
- | < | + | <div class="menu_body"> |
- | < | + | |
<p>Materials</p> | <p>Materials</p> | ||
- | + | <ul> | |
- | < | + | <li>Digested Vector |
- | < | + | <li>Digested Insert |
- | < | + | <li>Water |
- | < | + | <li>T4 DNA Ligase |
- | < | + | <li>T4 DNA Ligase Buffer |
- | < | + | </ul> |
- | + | ||
- | < | + | |
<p>Procedure</p> | <p>Procedure</p> | ||
- | + | <ul> | |
- | < | + | <li>Mix these materials in the amounts determined by the reaction volume calculator <a href="https://static.igem.org/mediawiki/2011/7/73/UC_Davis_Reaction_Volume_Calculator.xls">here</a>. |
- | </ | + | </ul> |
+ | </div> | ||
- | < | + | <p class="menu_head"> Ethylene Glycol Media</p> |
- | < | + | <div class="menu_body"> |
- | < | + | <p>Materials</p> |
- | < | + | <ul> |
- | </ | + | <li>34 mM NaH<sub>2</sub>PO<sub>4</sub> |
+ | <li>64 mM K<sub>2</sub>HPO<sub>4</sub> | ||
+ | <li>20 mM (NH<sub>4</sub>)<sub>2</sub>SO<sub>4</sub> | ||
+ | <li>1 µM FeSO<sub>4</sub> | ||
+ | <li>0.1 mM MgSO<sub>4</sub> | ||
+ | <li>10 µM CaCl<sub>2</sub> | ||
+ | <li>30 mM Ethylene Glycol | ||
+ | <li>30 mM Glycolate | ||
+ | <li>0.5% wt/vol Casein Acid Hydrolysate | ||
+ | <li>1.5% wt/vol Agar (if making solid media) | ||
+ | </ul> | ||
+ | <p>Procedure</p> | ||
+ | <ul> | ||
+ | <li>Be sure to wear a lab coat while making this media, since both glycolate and ethylene glycol are irritants. | ||
+ | <li>Mix together NaH<sub>2</sub>PO<sub>4</sub>, K<sub>2</sub>HPO<sub>4</sub>, (NH<sub>4</sub>)<sub>2</sub>SO<sub>4</sub>, FeSO<sub>4</sub>, MgSO<sub>4</sub>, and CaCl<sub>2</sub>. | ||
+ | <li>Titrate to pH 7 with HCl. | ||
+ | <li>Add the glycolate and casein acid hydrolysate. | ||
+ | <li>Mix in the ethylene glycol in a fume hood. | ||
+ | <li>If making solid media, also mix in agar. | ||
+ | <li>Autoclave on an appropriate cycle. | ||
+ | </ul> | ||
+ | </div> | ||
- | < | + | <p class="menu_head">Ethylene Glycol Toxicity Assay</p> |
- | < | + | <div class="menu_body"> |
- | < | + | |
<p>Materials</p> | <p>Materials</p> | ||
- | + | <ul> | |
- | < | + | <li>Luria Broth Media |
- | < | + | <li>Ethylene Glycol |
- | < | + | <li>Tecan M200 Pro |
- | < | + | <li>E. <I>coli</I> |
+ | </ul> | ||
<p>Procedure</p> | <p>Procedure</p> | ||
- | + | <ul> | |
- | </ | + | <li>Be sure to wear a lab coat while making dilutions and aliquots, since ethylene glycol is an irritant. |
+ | <li>Inoculate bacterial colony in 5 mL of luria broth (LB) media in a 15 mL falcon tube to create a starter culture. | ||
+ | <li>Incubate at 37°C overnight on a shaker at 150 rpm. | ||
+ | <li>From the incubated starter culture, take 20 µL and add it into 3 mL of LB media. | ||
+ | <li>Incubate at 37°C for 2-3 hours on a shaker at 150 rpm. | ||
+ | <li>Measure the optical density (OD) reading every thirty minutes after two hours to reach an ideal range of 0.5 to 0.7. | ||
+ | <li>Use 15 mL conical tubes to make dilutions of ethylene glycol with LB media (see diagram below). | ||
+ | <li>With a 96-well round-bottom plate, fill the outermost wells with LB media to prevent dehydration on the edges. | ||
+ | <li>Add “blank” wells of just LB media to an entire column to serve as a control for the LB. | ||
+ | <li>Include a column for 0 mM ethylene glycol and LB media as a baseline for activity without ethylene glycol. | ||
+ | <li>Aliquot the remaining dilutions as the diagram below depicts. | ||
+ | <li>Add the appropriate amount of cells to the wells for a concentration of 0.01 OD before any of the readings. | ||
+ | <li>Follow the steps of your Tecan machine appropriate to the specific bacterial strain. | ||
+ | </ul> | ||
+ | </div> | ||
- | < | + | <p class="menu_head"> EMS (Ethyl methanesulfonate Mutagenesis)</p> |
- | < | + | <div class="menu_body"> |
- | < | + | |
<p>Materials</p> | <p>Materials</p> | ||
- | + | <ul> | |
- | < | + | <li>Buffer A: Minimal medium + 0.2 M Tris (pH 7.5). per liter: |
- | < | + | <ul> |
- | < | + | <li>K<sub>2</sub>HPO<sub>4</sub>: 10.5g</li> |
- | < | + | <li>KH<sub>2</sub>PO<sub>4</sub>: 4.5g</li> |
- | < | + | <li>(NH<sub>4</sub>)<sub>2</sub>SO<sub>4</sub>: 1g</li> |
- | < | + | <li>Sodium Citrate * 2H<sub>2</sub>O: 0.5g</li> |
- | < | + | <li>1M Tris (pH 7.5): 200mL Tris</li> |
- | < | + | </ul> |
- | < | + | </li> |
+ | </ul> | ||
+ | |||
+ | <sub>Obtained components from “Miller, J. H. (1972) Experiments in Molecular Genetics (Cold Spring Harbor Lab., Cold Spring Harbor, NY)” pg 432</sub> | ||
+ | <ul> | ||
+ | <li>EMS (Sigma)</li> | ||
+ | <li>50mL conical Corning tubes</li> | ||
+ | <li>15mL Falcon tubes</li> | ||
+ | <li>LB Broth</li> | ||
+ | <li>Ethylene Glycol Agar Plates</li> | ||
+ | </ul> | ||
<p>Procedure</p> | <p>Procedure</p> | ||
- | + | <ul> | |
- | < | + | <li>1. Prepare a 10mL liquid culture in LB in a 50mL conical tube and grow it overnight until it reaches OD 0.2.</li> |
- | < | + | <li>Chill the cells on ice and spin down the 10mL aliquots at max speed in <i>Eppendorf Centrifuge 5810 R</i> for 10 minutes.</li> |
- | < | + | <li>Wash twice with 10mL Buffer A.</li> |
- | < | + | <ul> |
- | < | + | <li>Pipet up and down to mix, pellet cells, decant supernatant.</li> |
- | < | + | </ul> |
- | </ | + | <li>Re-suspend the pellet in 5mL of Buffer A and transfer the medium to a Falcon tube.</li> |
+ | <li>Add (35μL, 70μL, or 105μL) of EMS into each tube of re-suspended cells. </li> | ||
+ | <li>Close tubes and parafilm the lid 2X.</li> | ||
+ | <li>Vortex to mix and place in a secondary container (50mL conical tube).</li> | ||
+ | <li>Transfer to mixing platform and agitate at ~30 rpm at 37°C.</li> | ||
+ | <li>Withdraw samples at fixed time points.</li> | ||
+ | <li>At each time point, take 1mL aliquots of the sample and place in a 15mL Falcon tube. Place in a secondary container (50mL Conical tube) and spin at max speed in <i>Eppendorf Centrifuge 5810 R</i> for 5 minutes. </li> | ||
+ | <li>Discard supernatant in waste container. </li> | ||
+ | <li>Wash twice in 5mL of Buffer A and discard supernatant in waste container.</li> | ||
+ | <li>Re-suspend in 5mL of Buffer A and titer for viable cells.</li> | ||
+ | <li>Add 0.5mL of mutagenized culture into 10mL of LB broth in a 50mL conical tube.</li> | ||
+ | <li>Grow cultures overnight at 37°C and plate for mutants on EG agar plates.</li> | ||
+ | <li>Look for viable cells</li> | ||
+ | </ul> | ||
+ | <p>Safety: Health Hazards</p> | ||
+ | <ul> | ||
+ | <li>Acute toxicity (oral, dermal, inhalation), category 4 </li> | ||
+ | <li>Skin irritation, category 2 </li> | ||
+ | <li>Eye irritation, category 2 </li> | ||
+ | <li>Skin sensitization, category 1 </li> | ||
+ | <li>Specific Target Organ Toxicity – Single exposure, category 3</li> | ||
+ | <li>LD50 – 470mg/kg</li> | ||
+ | </ul> | ||
+ | <p>Recommended Safety & Handling</p> | ||
+ | <ul><li>Always work in fume hood and wear lab coat, goggles, and gloves.</li></ul> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <p class="menu_head">Construction of a Transposase Illumina Sequencing Library</p> | ||
+ | <div class="menu_body"> | ||
+ | |||
+ | <p>Procedure</p> | ||
+ | <ul> | ||
+ | <li>Extract genomic DNA using any proprietary gDNA extraction kit. Once DNA is extracted, quantify your DNA and run it on an agarose gel to check DNA quality.</li> | ||
+ | <li>Prepare Illumina Adapters for Transposase Priming, Mix the Following: | ||
+ | <ul><li>10µM No_PCR_Adapter_1: 10µL</li> | ||
+ | <li>10µM No_PCR_Adapter_2: 10µL</li> | ||
+ | <li>10µM Mosaic Element: 20µL</li> | ||
+ | <li>5M NaCl: 1.2µL</li> | ||
+ | <li>Incubate at 98C for 5 mins and let cool to room temperature</li></ul></li> | ||
+ | <li>Prime Transposase | ||
+ | <ul><li>Transposase: 10µL</li> | ||
+ | <li>Annealed adapter (above): 5µL</li> | ||
+ | <li>Water: 15µL</li> | ||
+ | <li>Incubate at room temperature for 20-30 mins.</li></ul></li> | ||
+ | <li>Tagmentation Reaction | ||
+ | <ul><li>Primed Transposase: 10µL (depends on the concentration of available Tn5)</li> | ||
+ | <li>200ng of gDNA extration: XµL</li> | ||
+ | <li>5x Tn5 Buffer: 3µL</li> | ||
+ | <li>Water: up to 15µL</li> | ||
+ | <li>Run multiple reactions in parallel to achieve appropriate amount of input DNA for sequencing platform</li> | ||
+ | <li>Incubate at 55C for 10 mins, and immediately pool reactions and clean up using a PCR clean up kit, elute with 15µL water</li></ul></li> | ||
+ | <li>Gap Filling | ||
+ | <ul><li>Run a typical PCR reaction, without oligos, at 72C for 5 mins</li></ul></li> | ||
+ | <li>Size Selection | ||
+ | <ul><li>Run gap filling products on 2% agarose gel, size select for the appropriate size required for your sequencing platform</li></ul></li> | ||
+ | <li>Quality check your library | ||
+ | <ul><li>Run bioanalyzer to check your library quality, and qPCR to quantify your library before submission.</li></ul></li> | ||
+ | <li>SUBMIT!</li> | ||
+ | </ul> | ||
</div> | </div> | ||
- | < | + | |
+ | <p class="menu_head">Cutinase Expression and Western Blot</p> | ||
+ | <div class="menu_body"> | ||
+ | |||
+ | <p>Procedure</p> | ||
+ | <ul> | ||
+ | <li>Prepare a starter culture of MG1655 <i>E. coli</i> with pBad regulated and his-tagged LC-Cutinase along with a negative control.</li> | ||
+ | <li>Inoculate new 5 mL cultures from the starter cultures at an OD 600 of about 0.05.</li> | ||
+ | <li>Let the cultures grow until and OD 600 of 0.5, then inoculate two 100 mL cultures (one for the his-tagged protein and one for the negative control). </li> | ||
+ | <li>Once these cultures are at an OD of 0.8, separate into two 50 mL cultures. Induce one at 10 uM, leave the other uninduced.</li> | ||
+ | <li>Take 1 mL samples at different time points.</li> | ||
+ | <li>Centrifuge samples at 5000g for 5 minutes then take off and save media.</li> | ||
+ | <li>Wash cells with water.</li> | ||
+ | <li>Resuspend with 300 uL of B-PER Protein Extraction Reagent and follow the instructions provided with that kit. After this, there should be samples of culture media, and soluble and insoluble whole cell lysate.</li> | ||
+ | <li> Take 15 uL of each sample, including controls, and run on western blot.</li> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <p class="menu_head">pNPB Assay</p> | ||
+ | <div class="menu_body"> | ||
+ | |||
+ | <p>Materials</p> | ||
+ | <ul> | ||
+ | <li>pNPB buffer (should be made and used in fumehood due to acetonitriles toxicity) | ||
+ | <ul><li>10mM pNPB in acetonitrile</li> | ||
+ | <li>1:4:95 ratio of acetonitrile pNPB solution, 100% ethanol and 50mM Tris-HCL (pH 8)</li></ul></li> | ||
+ | <li>LB with specific resistance</li> | ||
+ | <li>Cell Culture</li> | ||
+ | <li>96 well plate</li></ul> | ||
+ | <br> | ||
+ | <p>Protocol</p> | ||
+ | <ul><li>First assign each well of the plate except for outer wells which should be filled with LB to prevent evaporation of medium.</li> | ||
+ | <li>Fill wells with 95 uL of LB</li> | ||
+ | <li>Fill wells with 5 uL of cell culture</li> | ||
+ | <li>In fumehood, add 100 uL of bufer to each well</li> | ||
+ | <li>Run in Tecan taking both ODs and absorbance 405 readings</li> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <p class="menu_head">SDM (Site Directed Mutagenesis)</p> | ||
+ | <div class="menu_body"> | ||
+ | |||
+ | <p>Materials</p> | ||
+ | <ul> | ||
+ | <li>Pfu turbo</li> | ||
+ | <li>10X Pfu turbo buffer</li> | ||
+ | <li>dNTPs (10mM)</li> | ||
+ | <li>Forward and reverse primers (0.1ug/uL, see methods section for design tips)</li> | ||
+ | <li>dH<sub>2</sub>0</li> | ||
+ | <li>Dpn1</li> | ||
+ | <li>Competent cells</li> | ||
+ | </ul> | ||
+ | <br> | ||
+ | <p>Methods</p> | ||
+ | <ul> | ||
+ | <li>Primer Design</li> | ||
+ | <ul> | ||
+ | <li>Forward primer should be between 25 and 45 bases in length and contain the desired mutation in the center with correct sequences on both sides; the reverse primer is the reverse complement of this.</li> | ||
+ | <li>Primers should have a minimum GC content of 40% and terminate in one or more C's or G's.</li> | ||
+ | <li>Tm should be greater or equal to 78°C and can be calculated as follows:</li> | ||
+ | <li>Tm = 81.5 + 0.41(%GC) - 675/(length in bases) - %mismatch</li> | ||
+ | </ul></ul> | ||
+ | <ul> | ||
+ | <li>Reaction</li> | ||
+ | <ul> | ||
+ | <li>Template DNA: 1 µL</li> | ||
+ | <li>10X Buffer: 5 µL</li> | ||
+ | <li>Forward Primer (100 ng/µL): 1µL</li> | ||
+ | <li>Reverse Primer (100 ng/µL): 1µL</li> | ||
+ | <li>10mM dNTPs: 1µL</li> | ||
+ | <li>Pfu Turbo (Stratagene): 1µL</li> | ||
+ | <li>MilliQ H<sub>2</sub>0: 40µL</li> | ||
+ | </ul> | ||
+ | <li>PCR Program</li> | ||
+ | <ul> | ||
+ | <li>95°C for 1 minute</li> | ||
+ | <li>95°C for 50 seconds, 60°C for 50 seconds, 68°C for 1 minute/kb of plasmid length -- repeat this step 17 times, or 18 cycles total</li> | ||
+ | <li>68°C for 7 minutes</li> | ||
+ | <li>4°C hold</li> | ||
+ | <li>Following PCR - save 4µL of PCR reaction.</li> | ||
+ | <li>To remaining 46µLs add 1µL of Dpn1 to PCR reaction (PCR cleanup is not necessary). Incubate at 37°C for 1-2 hours to digest parental DNA. Run 5µL of the digested reaction on a gel and compare to the undigested parental plasmid - there should be some difference in band pattern. Transform into competent cells (PCR cleanup is not necessary).</li> | ||
+ | </ul> | ||
+ | |||
+ | <br> | ||
+ | <li>Protocol Adapted From <a href="http://mcmanuslab.ucsf.edu/protocol/site-directed-mutagenesis-stratagene-protocol">Here</a> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- accordion ends here --> | ||
</div> | </div> | ||
+ | <!-- 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 02:52, 27 October 2012