Team:TU Munich/lab/notebook
From 2011.igem.org
(Difference between revisions)
(122 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{Team:TU_Munich/Header}} | {{Team:TU_Munich/Header}} | ||
+ | |||
<html> | <html> | ||
- | + | ||
<style> | <style> | ||
- | + | .ui-tabs-hide { | |
- | + | display:none; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | .litab { | |
- | . | + | background: none repeat scroll 0 0 #444444; |
- | + | display: block; | |
- | + | float: left; | |
- | .ui- | + | margin-left: 5px; |
- | + | text-align: center; | |
- | . | + | top: 0; |
- | . | + | margin-bottom: 0; |
- | .ui- | + | padding:0 10px 0 10px; |
- | .ui- | + | } |
- | . | + | |
+ | .ui-tabs-selected { | ||
+ | background: none repeat scroll 0 0 #d15353; | ||
+ | } | ||
+ | |||
+ | |||
+ | fieldset { | ||
+ | border: 1px none; | ||
+ | line-height: 1.2em; | ||
+ | margin-bottom: 0.5em; | ||
+ | } | ||
+ | |||
+ | #tabs .litab a:link {color:#CCCCCC;} | ||
+ | #tabs .litab a:visited {color:#CCCCCC;} | ||
+ | #tabs .litab a:hover {text-decoration:none;} | ||
+ | |||
+ | #tabs .ui-tabs-selected a:link {color:#f6b297;} | ||
+ | #tabs .ui-tabs-selected a:visited {color:#f6b297;} | ||
+ | |||
+ | .tabcontent { | ||
+ | border-color: #d15353; | ||
+ | padding-top:10px; | ||
+ | height:900px; | ||
+ | overflow:auto; | ||
+ | display:block; | ||
+ | margin-top:25px; | ||
+ | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
- | + | ||
- | + | ||
- | + | <script src="https://2011.igem.org/Team:TU_Munich/jquery.getUrlParam.js?action=raw&ctype=text/js" type="text/javascript"></script> | |
- | + | <script src="https://2011.igem.org/Team:TU_Munich/jquery.scrollTo-min.js?action=raw&ctype=text/js" type="text/javascript"></script> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
<body> | <body> | ||
<div id="labbook" class="content"> | <div id="labbook" class="content"> | ||
- | <div class="subcontent ui-corner-all sublab" style="height: | + | <div class="subcontent ui-corner-all sublab" style="height:1170px;display:block"> |
- | <div style="clear:both;display:block | + | <div style="clear:both;display:block;"> |
<h1>Labbook</h1> | <h1>Labbook</h1> | ||
<script> | <script> | ||
Line 120: | Line 65: | ||
"Couldn't load this tab. We'll try to fix this as soon as possible. "); | "Couldn't load this tab. We'll try to fix this as soon as possible. "); | ||
} | } | ||
+ | }, | ||
+ | load: function(event, ui) { | ||
+ | $('.labcheckbox').each(function() { | ||
+ | if ($(this).is(':checked')){ | ||
+ | $('.'+this.value).css({display: 'block'}) | ||
+ | } else { | ||
+ | $('.'+this.value).css({display: 'none'}) | ||
+ | } | ||
+ | }); | ||
} | } | ||
}); | }); | ||
Line 125: | Line 79: | ||
</script> | </script> | ||
- | <div id='labmenu' class='' | + | <div id='labmenu' class=''> |
- | + | <script> | |
+ | $(document).ready(function() { | ||
+ | |||
+ | $('.labcheckbox').each(function() { | ||
+ | if ($(this).is(':checked')){ | ||
+ | $('.'+this.value).css({display: 'block'}) | ||
+ | } else { | ||
+ | $('.'+this.value).css({display: 'none'}) | ||
+ | } | ||
+ | }); | ||
+ | |||
+ | $('.labcheckbox').click(function() { | ||
+ | if ($(this).is(':checked')){ | ||
+ | $('.'+this.value).css({display: 'block'}) | ||
+ | } else { | ||
+ | $('.'+this.value).css({display: 'none'}) | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | <p>See <b>Methods</b> for a detailed description of the protocols we used. Solid Matrix enlists our experiments to find the optimal gel for our and gate. <b>Lightbox</b> describes the setup of the lightbox that was used to irradiate the bacteria at different wavelengths. <b>Cloning I</b> and <b>Cloning II</b> show our unsuccessful attempts to clone our construct. Finally <b>Cloning III + Results</b> displays our successful cloning attempts and our procedural method to characterize the parts. All work done after the European Jamboree is explained in <b>Cloning IV + Results</b>.</p> | ||
+ | <p><b>To navigate the labbook more quickly, you can hide the different categories by deselecting them below.</b></p> | ||
+ | <p><b>Click on the Images to enlarge them.</b></p> | ||
<form id="labselect"><fieldset class="ui-widget ui-widget-content ui-corner-all"> | <form id="labselect"><fieldset class="ui-widget ui-widget-content ui-corner-all"> | ||
- | + | <b>Display:</b> | |
- | < | + | <input class="labcheckbox" type="checkbox" name="category" value="results" id="ui-test1" checked="checked"/>Results |
- | + | <input class="labcheckbox" type="checkbox" name="category" value="cloning" id="ui-test2" checked="checked"/>Cloning | |
- | <input type="checkbox" name=" | + | <input class="labcheckbox" type="checkbox" name="category" value="testing" id="ui-test3" checked="checked"/>Testing |
- | + | <input class="labcheckbox" type="checkbox" name="category" value="otherwork" id="ui-test4" checked="checked"/>Other Work | |
- | <input | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <input | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <input | + | |
- | + | ||
- | + | ||
</form> | </form> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</div> | </div> | ||
- | + | <div id="tabs" class="ui-tabs ui-widget ui-widget-content" style="clear:both"> | |
- | <div id="tabs" class="ui-tabs ui-widget ui-widget-content" style=" | + | |
<ul class="ultopic"> | <ul class="ultopic"> | ||
- | <li class=" | + | <li class="litab ui-corner-top" title="labbookContent"><a href="https://2011.igem.org/Team:TU_Munich/lab/notebook/methods?action=raw">Methods</a></li> |
- | <li class=" | + | <li class="litab ui-corner-top" title="labbookContent"><a href="https://2011.igem.org/Team:TU_Munich/lab/notebook/solidmatrix?action=raw">Solid Matrix</a></li> |
- | <li class=" | + | <li class="litab ui-corner-top" title="labbookContent"><a href="https://2011.igem.org/Team:TU_Munich/lab/notebook/lightbox?action=raw">Lightbox</a></li> |
- | <li class=" | + | <li class="litab ui-corner-top" title="labbookContent"><a href="https://2011.igem.org/Team:TU_Munich/lab/notebook/part1?action=raw">Cloning I</a></li> |
+ | <li class="litab ui-corner-top" title="labbookContent"><a href="https://2011.igem.org/Team:TU_Munich/lab/notebook/part2?action=raw">Cloning II</a></li> | ||
+ | <li class="litab ui-corner-top" title="labbookContent"><a href="https://2011.igem.org/Team:TU_Munich/lab/notebook/part3?action=raw">Cloning III & Results</a></li> | ||
+ | <li class="litab ui-corner-top" title="labbookContent"><a href="https://2011.igem.org/Team:TU_Munich/lab/notebook/part4?action=raw">Cloning IV & Results</a></li> | ||
</ul> | </ul> | ||
- | <div id="labbookContent" style="clear:both; | + | <div id="labbookContent" style="clear:both;"> |
<div id="ui-tabs-1" class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide"></div> | <div id="ui-tabs-1" class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide"></div> | ||
<div id="ui-tabs-2" class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide"></div> | <div id="ui-tabs-2" class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide"></div> |
Latest revision as of 22:20, 28 October 2011