|
|
Line 1: |
Line 1: |
- | <html> | + | <html lang="en"> |
- | <head>
| + | <head> |
- | <title></title> | + | <title>Notebook</title> |
- | <meta name="viewport" content="width=device-width, initial-scale=1.0">
| + | <link href="https://googledrive.com/host/0B4ZBZOYYKBzEVHRaZEdUVGo5cjA" type="text/css" rel="stylesheet"/> |
- | <!-- Bootstrap -->
| + | <script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script> |
- | <link href="https://googledrive.com/host/0B4ZBZOYYKBzEeUFaR1lNWFZWMnc" rel="stylesheet" media="screen"> | + | <script src="https://googledrive.com/host/0B4ZBZOYYKBzEZTdBSFdUV19LYjQ" type="text/javascript"></script> |
- | <link href="https://googledrive.com/host/0B4ZBZOYYKBzEYUtsRS1ZWHM2bTQ" type="text/css" rel="stylesheet"/>
| + | <script src="https://googledrive.com/host/0B4ZBZOYYKBzEblVWdXkta245Y0k/" type="text/javascript"> </script> <!--debounce--> |
- | | + | |
- |
| + | |
| <style> | | <style> |
- | /*fonts/headings*/ | + | |
- |
| + | /*Page specific css*/ |
- | p {
| + | |
- | text-align: left; | + | .text { |
- | font-family: arial;
| + | overflow: visible; |
| + | width: 700px; |
| + | padding: 3px; |
| + | } |
| + | |
| + | ul, ol, ul li, ol li { |
| + | list-style-type: none; |
| + | } |
| + | |
| + | /*tabs plugin style*/ |
| + | #vtab { |
| + | margin: auto; |
| + | width: 800px; |
| + | min-height: 100%; |
| + | margin-left: -110px; |
| } | | } |
- | | + | #vtab > ul > li { |
- | h2 {
| + | line-height: 50px; |
- | font-family: arial !important; | + | font-family: arial, sans-serif; |
- | text-align: center; | + | font-size: 14px; |
- | margin-left: 500px; | + | width: 110px; |
| + | height: 50px; |
| + | background-color: #fff !important; |
| + | list-style-type: none; |
| + | display: block; |
| + | text-align: center; |
| + | right: -35px; |
| + | margin-top: 60px; |
| + | padding-bottom: 0px; |
| + | position: relative; |
| + | border-right: none; |
| + | opacity: .8; |
| + | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; |
| + | filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); |
| + | -webkit-transform: rotate(-90deg); |
| + | -moz-transform: rotate(-90deg); |
| + | -o-transform: rotate(-90deg); |
| + | -ms-transform: rotate(-90deg); |
| + | transform: rotate(-90deg); |
| + | -moz-border-radius: 10px; |
| + | -webkit-border-radius: 10px; |
| + | -khtml-border-radius: 10px; |
| + | border-radius: 10px; |
| } | | } |
| | | |
- | .img { | + | #vtab > ul > li.selected { |
- | margin-bottom: 30px;
| + | opacity: 1; |
| + | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; |
| + | filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); |
| + | border-right: none; |
| + | z-index: 10; |
| + | background-color: rgb(200, 200, 215) !important; |
| + | position: relative; |
| } | | } |
- | | + | #vtab > ul { |
- | .date {
| + | float: left; |
- | text-align: center !important; | + | width: 50px; |
- | position: relative !important; | + | text-align: left; |
- | left: 300px !important;
| + | display: block; |
- | margin-left: 300px !important; | + | margin: auto 0; |
- | display: block;
| + | padding: 0; |
| + | position: relative; |
| + | top: -30px; |
| + | } |
| + | #vtab > div { |
| + | background-color: white; |
| + | margin-left: 110px; |
| + | min-height: 450px; |
| + | padding: 12px; |
| + | position: relative; |
| + | z-index: 9; |
| + | -moz-border-radius: 10px; |
| + | } |
| + | #vtab > div > h4 { |
| + | font-family: arial, sans-serif; |
| + | padding-top: 5px; |
| + | margin-top: 0; |
| } | | } |
| | | |
- | .vco-slider .slider-item .content .content-container .text .container h2.date {display: none;} | + | |
| + | .left_wrap { |
| + | min-height: 695px !important; /*change as page gets longer*/ |
| + | } |
| + | |
| + | |
| + | .box { |
| + | padding: 50px; |
| + | overflow: hidden; |
| + | width: 500px; |
| + | margin: auto; |
| + | font-family: arial, sans-serif; |
| + | font-size: 14px; |
| + | } |
| | | |
| | | |
- |
| + | p{ |
- |
| + | font-family: sans-serif; |
- |
| + | text-align: center; |
- | | + | } |
- | /*timeline opacity change*/ | + | |
- | #timeline {
| + | |
- | margin-top: 200px;
| + | |
- | }
| + | |
| | | |
| + | h2{ |
| + | text-align: center; |
| + | font-family: arial, sans-serif; |
| + | font-size: 15px; |
| + | font-weight: 100; |
| + | } |
| | | |
- | body, content {
| + | .image { |
- | margin-top: 0px; | + | width: 100%; margin: auto; margin-bottom: 30px; |
| } | | } |
- | | + | |
| + | |
| + | |
| + | |
| </style> | | </style> |
- | </head>
| + | </head> |
- | <body>
| + | <body> |
| + | <img src="http://upload.wikimedia.org/wikipedia/en/d/d6/IGEM_official_logo.png" id="igem"/><!--igem logo--> |
| + | <img src="http://collegediabetesnetwork.org/wp-content/uploads/2012/07/UPenn_logo1.png" id="penn"/> <!--penn logo--> |
| + | <div class="left_wrap"> |
| | | |
| + | |
| + | <!-- <div class="logo-wrap"><img src="https://googledrive.com/host/0B4ZBZOYYKBzEUlI3ZDU2OGRrc1E" id="penn"/></div><!--penn logo--> |
| | | |
- | <div class="navbar-wrapper">
| + | <ul class="navbar"> |
- | <!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. -->
| + | <a href="https://2013.igem.org/Team:Penn"><li>HOME</li></a> |
- | <div class="container">
| + | <li class="dropdown" id="project"> |
- | | + | <a href="#" class="active" data-toggle="dropdown">PROJECT<div class="arrow">></div> <b class="caret"></b></a> |
- | <div class="navbar navbar-inverse navbar-fixed-top"> | + | <ul class="dropdown-menu" id="drop-menu1"> |
- | <div class="navbar-inner">
| + | |
- | <!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
| + | |
- | <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
| + | |
- | <span class="icon-bar"></span>
| + | |
- | <span class="icon-bar"></span>
| + | |
- | <span class="icon-bar"></span>
| + | |
- | </button>
| + | |
- | <!-- <a class="brand" style="color: white; padding-left: 11%;" href="https://2013.igem.org/Team:Penn">Penn iGEM</a>-->
| + | |
- | <!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
| + | |
- | <div class="nav-collapse collapse">
| + | |
- | <ul class="nav">
| + | |
- |
| + | |
- | <li><a href="https://2013.igem.org/Team:Penn">Penn iGEM</a></li>
| + | |
- | <li class="dropdown"> | + | |
- | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project <b class="caret"></b></a> | + | |
- | <ul class="dropdown-menu"> | + | |
| | | |
- | <li><a href="https://2013.igem.org/Team:Penn/Project">Project</a></li>
| + | <a href="https://2013.igem.org/Team:Penn/Project"><li class="active" style="background-color: rgb(200,200,215);">project</li></a> |
- | <li><a href="https://2013.igem.org/Team:Penn/Parts">Parts</a></li> | + | <a href="https://2013.igem.org/Team:Penn/Parts"><li>parts</li></a> |
- | <li><a href="https://2013.igem.org/Team:Penn/Modeling">Modeling</a></li> | + | <a href="https://2013.igem.org/Team:Penn/Modeling"><li>modeling</li></a> |
- | <li><a href="https://2013.igem.org/Team:Penn/Safety">Safety</a></li>
| + | <a href="https://2013.igem.org/Team:Penn/Safety"><li>safety</li></a> |
| </ul> | | </ul> |
| </li> | | </li> |
- | <li class="dropdown"> | + | <li class="dropdown" id="about"> |
- | <a href="#" class="dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a> | + | <a href="#" class="dropdown-toggle" data-toggle="dropdown">ABOUT<div class="arrow">></div> <b class="caret"></b></a> |
- | <ul class="dropdown-menu"> | + | <ul class="dropdown-menu" id="drop-menu2"> |
- | <li><a href="https://2013.igem.org/Team:Penn/Team">Team</a></li>
| + | <a href="https://2013.igem.org/Team:Penn/Team"> <li>team</li></a> |
- | <li><a href="https://2013.igem.org/Team:Penn/Sponsors">Sponsors</a></li>
| + | <a href="https://2013.igem.org/Team:Penn/Sponsors"> <li>sponsors</li></a> |
- | <li><a href="https://igem.org/Team.cgi?id=1128">Official Team Profile</a></li>
| + | <a href="https://igem.org/Team.cgi?id=1128"><li>official team profile</li></a> |
- | <!--<li class="divider"></li>
| + | </li></ul> |
- | <li class="nav-header">Nav header</li>
| + | |
- | <li><a href="#">Separated link</a></li>
| + | <a href="https://2013.igem.org/Team:Penn/HumanPractices"><li>HUMAN PRACTICES</li></a> |
- | <li><a href="#">One more separated link</a></li>-->
| + | <a href="https://2013.igem.org/Team:Penn/Notebook"><li>NOTEBOOK</li></a> |
- | </ul>
| + | </ul> |
- | </li>
| + | |
- | <li><a href="https://2013.igem.org/Team:Penn/HumanPractices">Human Practices</a></li>
| + | |
- | <li class="active"><a href="https://2013.igem.org/Team:Penn/Notebook">Notebook</a></li> | + | |
- | </ul>
| + | |
- | </div><!--/.nav-collapse -->
| + | |
- | </div><!-- /.navbar-inner -->
| + | |
- | </div><!-- /.navbar --> | + | |
- | | + | |
- | </div> <!-- /.container -->
| + | |
- | </div><!-- /.navbar-wrapper -->
| + | |
- | | + | |
- | | + | |
- | | + | |
| | | |
- | <iframe src='http://embed.verite.co/timeline/?source=0AoZBZOYYKBzEdDA1dUFNaU93QzQ4LURURjJfdzRiVFE&font=Bevan-PotanoSans&maptype=toner&lang=en&height=650' width='100%' height='650' frameborder='0' id="timeline"></iframe> | + | |
- |
| + | <div class="section-title" style=" margin-top: 150px; position: relative;">notebook</div> |
- | | + | |
- | | + | |
- | | + | |
- | <!--
| + | |
- | <div class="tabbable"> <!-- Only required for left/right tabs --> | + | |
- | <!--
| + | |
- | <ul class="nav nav-tabs">
| + | |
- | <li class="active"><a href="#tab1" data-toggle="tab">June</a></li>
| + | |
- | <li><a href="#tab2" data-toggle="tab">July</a></li>
| + | |
- | </ul>
| + | |
- | <div class="tab-content">
| + | |
- | <div class="tab-pane active" id="tab1">
| + | |
| | | |
| + | </div> |
| + | <div class="section1" style="background-position: top;"> |
| + | <div class="text"> |
| + | |
| + | <div id="vtab"> |
| + | <ul> |
| + | <li>week 1</li> |
| + | <li>week 2</li> |
| + | <li>week 3</li> |
| + | <li>week 4</li> |
| + | <li>week 5</li> |
| + | |
| + | </ul> |
| + | |
| | | |
- | <ul class="list"> | + | <div> |
- | <li>4-Jun
| + | <h2>Week 1</h2> |
| + | <div class="box"> |
| + | <h2>June 4 2013 - June 11 2013</h2> |
| + | <img src="https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/APrj2Se2i-/Lynch%20Labs%20PGFI/BE_LynchLabGroup_DSC2811.jpg?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg" class="image"/><li>4-Jun |
| <ol> | | <ol> |
| <li>Learned how to make competent cells, growing up two strains for tomorrow</li> | | <li>Learned how to make competent cells, growing up two strains for tomorrow</li> |
Line 137: |
Line 192: |
| | | |
| </ol></li> | | </ol></li> |
- |
| + | |
- | | + | <br/> |
| <li>5-Jun | | <li>5-Jun |
| <ol> | | <ol> |
Line 152: |
Line 207: |
| | | |
| </ol></li> | | </ol></li> |
- | | + | <br/> |
| <li>6-Jun | | <li>6-Jun |
| <ol> | | <ol> |
Line 163: |
Line 218: |
| <li>Wrote Penn iGEM on our plasmid</li> | | <li>Wrote Penn iGEM on our plasmid</li> |
| </ol></li> | | </ol></li> |
- | | + | <br/> |
| <li>7-Jun | | <li>7-Jun |
- | <ol>
| + | <ol> |
- | <li>Transform | + | <li>Transform</li> |
| <ol> | | <ol> |
| <li>C0012 –amp/chlor (do both)</li> | | <li>C0012 –amp/chlor (do both)</li> |
Line 174: |
Line 229: |
| <li>R0051 – amp</li> | | <li>R0051 – amp</li> |
| <li>K206000 –chlor</li> | | <li>K206000 –chlor</li> |
- | </ol></li> | + | </ol> |
| <li>Start the LIMS and file all the strains and DNA we have made/ ordered</li> | | <li>Start the LIMS and file all the strains and DNA we have made/ ordered</li> |
- | <li>Mini-preped<ol> | + | |
| + | </ol></li> |
| + | <br/> |
| + | <li>8-Jun</li> <ol> |
| + | <li>Miniprep Addgene stuff + transformations that worked</li> |
| + | <li>Growing up low copy plasmids in 40mLs</li> |
| + | </ol> <li>Mini-prepped</li><ol> |
| <li>I9002</li> | | <li>I9002</li> |
| <li>I13458</li> | | <li>I13458</li> |
Line 182: |
Line 243: |
| <li>Pdawn-mcherry</li> | | <li>Pdawn-mcherry</li> |
| <li>Pdawn</li> | | <li>Pdawn</li> |
- | <li>Pet26b</li>
| + | <li>Dhsa mcherry</li> |
- | <li>Dhsa mcherry</li>
| + | |
| <li>Pdawn dhsa</li> | | <li>Pdawn dhsa</li> |
| <li>Psb1a3</li> | | <li>Psb1a3</li> |
| <li>JM mcherry</li> | | <li>JM mcherry</li> |
| + | <li>Pet26b</li> |
| | | |
- | </ol></li> | + | </ol> </div> |
| + | </div> |
| + | |
| + | |
| + | <div> |
| + | <h2>Week 2</h2> |
| | | |
- | </ol></li>
| + | <div class="box"> |
- |
| + | <h2>June 11 2013 - June 18 2013</h2> |
- | <li>8-Jun <ol>
| + | <img class="image" src="https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/-ZtRJ7Gu1U/photo-8.JPG?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg"> |
- | <li>Miniprep Addgene stuff + transformations that worked</li>
| + | <li>17-Jun <ol> |
- | <li>Growing up low copy plasmids in 40mLs</li>
| + | |
- | </ol></li>
| + | |
- |
| + | |
- | <li>8-Jun</li>
| + | |
- | <li><ol>
| + | |
- | <li>Miniprep Addgene stuff + transformations that worked</li>
| + | |
- | <li>Growing up low copy plasmids in 40mLs</li>
| + | |
- | <li>Transformed everything that has failed</li> | + | |
- | </ol></li>
| + | |
- |
| + | |
- | <li>17-Jun <ol>
| + | |
| <li>Grow up luxI culture and grow up tetR culture </li> | | <li>Grow up luxI culture and grow up tetR culture </li> |
| <li>Sequence all of the minipreps</li> | | <li>Sequence all of the minipreps</li> |
Line 222: |
Line 277: |
| </ol></li> | | </ol></li> |
| | | |
- | | + | <br/> |
| <li>18-Jun<ol> | | <li>18-Jun<ol> |
| <li>The bisulfite conversion was missing a negative control (bisulfite converted but unmethylated c0051) we'll need this to interperet results</li> | | <li>The bisulfite conversion was missing a negative control (bisulfite converted but unmethylated c0051) we'll need this to interperet results</li> |
Line 229: |
Line 284: |
| <li>Design a way to make variable promoters more easily varied (for a biobrick so teams can use the reporter plasmid for their own nefarious reasons)</li> | | <li>Design a way to make variable promoters more easily varied (for a biobrick so teams can use the reporter plasmid for their own nefarious reasons)</li> |
| </ol></li> | | </ol></li> |
- |
| + | |
- |
| + | </br> |
| + | |
| <li>19-Jun <ol> | | <li>19-Jun <ol> |
| <li>Transform failed transformation</li> | | <li>Transform failed transformation</li> |
Line 239: |
Line 295: |
| <li>Check pTet-gfp under blue light</li> | | <li>Check pTet-gfp under blue light</li> |
| | | |
- | </ol></li> | + | </ol></li> </div></div> |
- |
| + | |
- | <li>20-Jun<ol>
| + | |
- | <li>run plux-luxI pcr</li>
| + | <div> |
- | <li>run pdawn-luxI pcr </li>
| + | |
- | <li>run pDawn-tetR pcr </li>
| + | <h2>Week 3</h2> |
- | <li>run pet26b-tetR pcr and</li>
| + | <div class="box"> <h2>June 18 2013 - June 25 2013</h2> |
- | <li>run pDawn-GFP pcr</li>
| + | <img class="image" src="https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/Yn0SK0Y0-7/snap.JPG?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg"> |
- | <li>run pDawn-mCherry-secretion tag pcr </li>
| + | |
- | <li>Nano drop last nightÕs mini preps to check for accuracy </li>
| + | |
- | <li>Culture amp resistant successful transformations </li>
| + | |
- | <li>Make 5 L LB </li>
| + | |
- | <li>Miniprep all the successful transformations w/ new protocol </li>
| + | |
- |
| + | |
- | </ol></li>
| + | |
- |
| + | |
- |
| + | |
- | <li>21-Jun<ol>
| + | |
| <li>troubleshoot plux-luxI pcr</li> | | <li>troubleshoot plux-luxI pcr</li> |
| <li>roubleshoot pdawn-luxI pcr</li> | | <li>roubleshoot pdawn-luxI pcr</li> |
Line 273: |
Line 319: |
| </ol></li> | | </ol></li> |
| | | |
| + | <br/> |
| <li>24-Jun<ol> | | <li>24-Jun<ol> |
| <li>Dam-/dh5a v dam methylation + dpnI && dpnII digest</li> | | <li>Dam-/dh5a v dam methylation + dpnI && dpnII digest</li> |
Line 282: |
Line 329: |
| <li>figure out the primer issues 8</li> | | <li>figure out the primer issues 8</li> |
| <li> Pick t9002 colonies for miniprep </li> | | <li> Pick t9002 colonies for miniprep </li> |
- | </ol></li> | + | </ol></li></div> |
- |
| + | </div> |
- | <li>26-Jun<ol>
| + | |
| + | |
| + | <div> |
| + | <h2>Week 4</h2> |
| + | <div class="box"> <h2>June 25 2013 - July 2 2013</h2> |
| + | <img class="image" src="https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/1LlS0hsVIZ/Screen%20shot%202013-05-29%20at%2016.22.13.png?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg"> |
| + | <ul><li>26-Jun<ol> |
| <li>Dam-/dh5a v dam methylation + dpnI && dpnII digest</li> | | <li>Dam-/dh5a v dam methylation + dpnI && dpnII digest</li> |
| <li>Digested/ligated/transformed t9002 in amp </li> | | <li>Digested/ligated/transformed t9002 in amp </li> |
Line 294: |
Line 347: |
| <li>USER Cloning reporter plasmid </li> | | <li>USER Cloning reporter plasmid </li> |
| </ol></li> | | </ol></li> |
- | | + | <br/> |
- |
| + | |
- |
| + | |
- | </ul>
| + | |
| | | |
- | </div>
| |
- | <div class="tab-pane" id="tab2">
| |
- | <ul class="list">
| |
| <li>1-Jul<ol> | | <li>1-Jul<ol> |
| <li>Beautiful Brady Bunch photoshoot</li> | | <li>Beautiful Brady Bunch photoshoot</li> |
Line 308: |
Line 355: |
| <li>Get methylated biobrick sequenced </li> | | <li>Get methylated biobrick sequenced </li> |
| <li>Only sequence ptet GFP 11, if verified make sure to note on LIMS that we are only using ptet GFP 11 </li> | | <li>Only sequence ptet GFP 11, if verified make sure to note on LIMS that we are only using ptet GFP 11 </li> |
- | <li> Check if plux/luxI system is working in liquid cultures – this failed <ol> | + | <li> Check if plux/luxI system is working in liquid cultures – this failed</li> <ol style =""margin-left: 50px;""> |
- | <li>a. Might be strain competition, need to know growth rates</li></li> | + | <li>a. Might be strain competition, need to know growth rates</li> |
| </ol> | | </ol> |
| <li>Re-suspend primers for lux amplifier </li> | | <li>Re-suspend primers for lux amplifier </li> |
| <li>Mini-prep: e0040, psb1a3, r0062</li> | | <li>Mini-prep: e0040, psb1a3, r0062</li> |
| </ol></li> | | </ol></li> |
| + | <br/> |
| | | |
- |
| + | <li>2-Jul <ol><br> |
- | <li>2-Jul<ol> | + | |
| <li>Think about application of mathylation project in e.coli</li> | | <li>Think about application of mathylation project in e.coli</li> |
| <li>Ceck if plux/GFP-psb1C3 system is working in liquid cultures | | <li>Ceck if plux/GFP-psb1C3 system is working in liquid cultures |
Line 333: |
Line 380: |
| <li>Growing up t9002 in chlor and i751250 in amp for fluorescence study</li> | | <li>Growing up t9002 in chlor and i751250 in amp for fluorescence study</li> |
| <li>Investigate CHIP or other ways of determining DNA binding domain specificity </li> | | <li>Investigate CHIP or other ways of determining DNA binding domain specificity </li> |
- | </ol></li> | + | </ol></li></ul></div><!--/box--> |
- | | + | </div> |
- | <li>3-Jul<ol> | + | |
| + | <div> |
| + | <h2>Week 5</h2> |
| + | <div class="box"> <h2>July 2 2013 - July 9 2013</h2> |
| + | <img class="image" src="https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/Y5d0PLu26o/photo-7.JPG?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg"> |
| + | <ul><li>3-Jul<ol> |
| <li>Streak zinc finger 2 </li> | | <li>Streak zinc finger 2 </li> |
| <li>Grow up 44251 </li> | | <li>Grow up 44251 </li> |
Line 356: |
Line 408: |
| | | |
| <li>6-Jul | | <li>6-Jul |
- | <ol>
| + | <ol> |
| <li>troubleshoot ptetGFP user PCR - band was visible but too small to extract</li> | | <li>troubleshoot ptetGFP user PCR - band was visible but too small to extract</li> |
| <li>gel extract promoter fragments from USER PCR</li> | | <li>gel extract promoter fragments from USER PCR</li> |
| <li>re-do USER PCR for: TetR, pTetGFP</li> | | <li>re-do USER PCR for: TetR, pTetGFP</li> |
| <li>Design/check/order (Tale,Cas,ZFP)-flex-REV primers - check fwd primers</li> | | <li>Design/check/order (Tale,Cas,ZFP)-flex-REV primers - check fwd primers</li> |
- | </ol></li> | + | </ol></li></ul></div> |
- | </ul>
| + | |
- | | + | |
- | | + | |
- | <!--Daily stuff as plain text for now--to be formatted--also fix symbols where they turned into '?'-->
| + | |
- | <!--
| + | |
- | </p> | + | |
- |
| + | |
| </div> | | </div> |
- | </div>
| |
- | </div>
| |
- | -->
| |
- |
| |
- |
| |
- |
| |
| | | |
| + | |
| + | |
| + | </div></div> |
| | | |
- |
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | <script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script>
| |
- | <script src="https://googledrive.com/host/0B4ZBZOYYKBzEZTdBSFdUV19LYjQ"></script>
| |
- |
| |
- | <script src="../assets/js/jquery.js"></script>
| |
- | <script src="../assets/js/bootstrap-transition.js"></script>
| |
- | <script src="../assets/js/bootstrap-alert.js"></script>
| |
- | <script src="../assets/js/bootstrap-modal.js"></script>
| |
- | <script src="../assets/js/bootstrap-dropdown.js"></script>
| |
- | <script src="../assets/js/bootstrap-scrollspy.js"></script>
| |
- | <script src="../assets/js/bootstrap-tab.js"></script>
| |
- | <script src="../assets/js/bootstrap-tooltip.js"></script>
| |
- | <script src="../assets/js/bootstrap-popover.js"></script>
| |
- | <script src="../assets/js/bootstrap-button.js"></script>
| |
- | <script src="../assets/js/bootstrap-collapse.js"></script>
| |
- | <script src="../assets/js/bootstrap-carousel.js"></script>
| |
- | <script src="../assets/js/bootstrap-typeahead.js"></script>
| |
- | <script>
| |
- | !function ($) {
| |
- | $(function(){
| |
- | // carousel demo
| |
- | $('#myCarousel').carousel()
| |
- |
| |
- | $(".list li").click(function(){
| |
- | $(this).children(":first-child").toggle();
| |
| | | |
- |
| + | |
- |
| + | </body> |
- | });
| + | <script> |
- |
| + | jQuery(document).ready(function($) { |
- | });
| + | var $items = $('#vtab>ul>li'); |
- |
| + | $items.mouseover(function() { |
- |
| + | $items.removeClass('selected'); |
- | }(window.jQuery)
| + | $(this).addClass('selected'); |
| + | |
| + | var index = $items.index($(this)); |
| + | $('#vtab>div').hide().eq(index).show(); |
| + | }).eq(0).mouseover(); |
| + | |
| + | }); |
| </script> | | </script> |
- | <script src="../assets/js/holder/holder.js"></script>
| |
- | </body>
| |
| </html> | | </html> |