Team:Heidelberg/Notebook/Visualization/Notebook/Largechamber

From 2008.igem.org

(Difference between revisions)
(New page: PURPOSE test of 1) scanning large LabTek-chamber, 2) chemotaxis against casamino acis (cas.) plug MICROSCOPE Deltavision STARTED 20080908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...)
(Large chamber tests)
 
(8 intermediate revisions not shown)
Line 1: Line 1:
-
PURPOSE
+
<html>
-
test of 1) scanning large LabTek-chamber, 2) chemotaxis against casamino acis (cas.)  plug
+
-
MICROSCOPE
+
 
 +
<style>
 +
h1.firstHeading { display: none; }
 +
 
 +
p {text-align: justify;}
 +
 
 +
a:link { color: #00b0e6; text-decoration: none}
 +
a:visited { color:#00b0e6; text-decoration: none}
 +
a:hover { color:#f29400; text-decoration: none}
 +
a:active { color:#f29400; text-decoration: none}
 +
 
 +
#bodyContent { padding: 10px auto; width: 910px; margin: auto; clear: none; }
 +
 
 +
table#team_members { text-align: justify; border: 0; }
 +
table#team_members h2, table#team_members h3 { clear: both; }
 +
 
 +
 
 +
/*-----------------------------------------------------------------------------------------------*/
 +
div.MenuBar ul li ul.DropDownMenu {
 +
  display: none; /* Hides all drop-down menus. */
 +
 
 +
}
 +
/*
 +
li:hover works in IE7 and FF2.
 +
a:hover works in IE6 and FF2.
 +
a:hover breaks li:hover in FF2.
 +
*/
 +
div.MenuBar ul li:hover ul.DropDownMenu li ul.SideMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a ul.SideMenu {
 +
  display: none; /* Hides all side menus. */
 +
}
 +
/*------------------------------------------------------------------------------------- Menu Bar */
 +
div.MenuBar {
 +
  font: arial, helvetica, sans-serif;
 +
  height: 30px;
 +
  width: 910px;
 +
  /*width: 100%*/
 +
  margin: 0;
 +
  border-top: 0;
 +
  border-right: 0;
 +
  border-left: 0;
 +
  padding: 0;
 +
  background: black;
 +
 
 +
}
 +
div.MenuBar ul {
 +
  font: arial, helvetica, sans-serif;
 +
  text-align: center;
 +
  list-style-type: none;
 +
  margin: 0.5em auto;
 +
  border: 0;
 +
  padding: 0;
 +
  background: black;
 +
}
 +
div.MenuBar ul li {
 +
  font: arial, helvetica, sans-serif;
 +
  display: block;
 +
  padding: 0;
 +
  margin: 0;
 +
  font-size: 1.3em;
 +
  float: left;
 +
  background: black;
 +
  text-align: center;
 +
  width: 107px;
 +
  position: relative; /* Sets the positioning context for each drop-down menu. */
 +
}
 +
 
 +
div.MenuBar ul li a {
 +
  font: arial, helvetica, sans-serif;
 +
  display: block;
 +
  background: black;
 +
  height: 22px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */
 +
  color: #ffffff;
 +
  padding-top: 4px;
 +
  padding-bottom: 4px;
 +
  padding-left: 1em; /* Sets the left space between top-level items. */
 +
  padding-right: 1em; /* Sets the right space between top-level items. */
 +
  text-decoration: none;
 +
}
 +
 
 +
/*------------------------------------------------------------------------------ Drop-Down Menus */
 +
div.MenuBar ul li:hover ul.DropDownMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu {
 +
  display: block;
 +
  width: 10em; /* Drop-down menu width.
 +
                  Use MenuTailor.css to customize. */
 +
  height: 1em;
 +
  padding: 1px; /* Sets the drop-down menu "effective border" width. */
 +
  position: absolute;
 +
  top: 23px; /* Places the drop-down menu under the menu bar.
 +
                Keep it sync with the menu bar height. */
 +
  left: 0; /* Aligns the drop-down menu to its top-level item. */
 +
  background-color: black; /* Selected item. */
 +
  color: #FFFFFF;
 +
 
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a {
 +
  width: 10em; /* Keep it sync with the drop-down menu width.
 +
                            Use MenuTailor.css to customize. */
 +
  height: 1em;
 +
  padding-left: 0;
 +
  padding-right: 0;
 +
  background-color: black; /* Selected item. */
 +
  color: #FFFFFF;
 +
}
 +
ul.DropDownMenu li a span {
 +
  display: block;
 +
  padding-left: 0.75em; /* Sets the left space of each drop-down menu item. */
 +
  padding-right: 0.25em; /* Sets the right space of each drop-down menu item. */
 +
  text-align: right; /* Aligns the >> symbol to the right. */
 +
}
 +
ul.DropDownMenu li a span span {
 +
  float: left; /* Aligns the text (back) to the left. */
 +
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
 +
  height: 20px;
 +
  color: #FFFFFF;
 +
}
 +
/*----------------------------------------------------------------------------------- Side Menus */
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
 +
  display: block;
 +
  width: 11em; /* Side menu width.
 +
                  Use MenuTailor.css to customize. */
 +
  padding: 1px; /* Sets the side menu "effective border" width. */
 +
  position: absolute;
 +
  top: -1px; /* Aligns the side menu to its drop-down menu item.
 +
                Keep it sync with the side menu "effective border" width. */
 +
  left: 13em; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width.
 +
                            Use MenuTailor.css to customize. */
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
 +
  width: 11em; /* Keep it sync with the side menu width.
 +
                            Use MenuTailor.css to customize. */
 +
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
 +
  left: 13em; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width.
 +
                            Use MenuTailor.css to customize. */
 +
}
 +
div.MenuBar ul li ul.DropDownMenu li ul.SideMenu li a span {
 +
  padding-left: 1.5em; /* Sets the left space of each side menu item. */
 +
  padding-right: 0.5em; /* Sets the right space of each side menu item. */
 +
  text-align: left;
 +
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
 +
  left: 13em; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width.
 +
                            Use MenuTailor.css to customize. */
 +
}
 +
/*----------------------------------------------------------------------------- Browser Specific */
 +
* html div.MenuBar ul li a {
 +
  float: left; /* Required for IE55 and IE6.
 +
                            Breaks O9.
 +
                            Hidden (* html) from non-IE browsers. */
 +
}
 +
* html ul.DropDownMenu li a:hover {
 +
  cursor: hand; /* Required for IE55.
 +
                  Hidden (* html) from non-IE browsers. */
 +
}
 +
ul.DropDownMenu li a:hover {
 +
  cursor: pointer; /* Required for IE6 and IE7.
 +
                      Hidding it (* html) from non-IE browsers breaks IE7!
 +
}
 +
* html div.MenuBar a:hover {
 +
  text-decoration: none; /* Required for IE55 and IE6.
 +
                            Hidden (* html) from non-IE browsers. */
 +
}
 +
* html div.MenuBar ul li table,
 +
* html div.MenuBar ul li table td {
 +
  border: 0; /* Required for IE55 and IE6.
 +
                Hidden (* html) from non-IE browsers. */
 +
}
 +
/*------------------------------------------------------------------------------- Default Colors */
 +
div.MenuBar {
 +
  background-color: Menu;
 +
  border-bottom: 1px solid ButtonShadow;
 +
}
 +
div.MenuBar a {
 +
  background-color: Menu; /* Top-level unselected items. */
 +
  color: MenuText;
 +
}
 +
div.MenuBar ul li:hover a,
 +
div.MenuBar ul li a:hover {
 +
  color: #ea7f16;
 +
  background-color: Highlight; /* Top-level selected item. */
 +
  color: HighlightText;
 +
}
 +
/*...............................................................................................*/
 +
div.MenuBar ul li:hover ul.DropDownMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu {
 +
  background-color: ButtonShadow; /* Sets the drop-down menu "effective border" color. */
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a {
 +
  background-color: Menu;  Drop-down menu unselected items.
 +
                            Sets the drop-down menu "effective background" color. */
 +
  color: MenuText;
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover {
 +
  background-color: Highlight; /* Drop-down menu selected item. */
 +
  color: HighlightText;
 +
}
 +
/*...............................................................................................*/
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
 +
  background-color: ButtonShadow; /* Sets the side menu "effective border" color. */
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
 +
  background-color: Menu; /* Side menu unselected items.
 +
                            Sets the side menu "effective background" color. */
 +
  color: MenuText;
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
 +
  background-color: Highlight; /* Side menu selected item. */
 +
  color: HighlightText;
 +
}
 +
/*-----------------------------------------------------------------------------------------------*/
 +
/*Script-Free 3-Level Menu 1.2 Tailor
 +
  www.CesarDaniel.info
 +
/*-------------------------------------------------------------------------------------- General */
 +
body {
 +
  background: white;
 +
  color: black;
 +
  margin: 0;
 +
  border: 0;
 +
  padding: 0;
 +
}
 +
 
 +
 
 +
div.MenuBar {
 +
  font: 13px arial, helvetica, sans-serif;
 +
}
 +
div.MenuBar ul {
 +
  font: 13px arial, helvetica, sans-serif; /* Required for IE55. */
 +
}
 +
/*--------------------------------------------------------------------------------------- Colors */
 +
div.MenuBar {
 +
  background-color: black; /* Selected item. */
 +
  color: #FFFFFF;
 +
  border-bottom: 1px solid ButtonShadow;
 +
}
 +
div.MenuBar a,
 +
div.MenuBar ul li:hover ul.DropDownMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a,
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
 +
  background-color: black; /* Selected item. */
 +
  color: #FFFFFF;
 +
}
 +
div.MenuBar ul li:hover a,
 +
div.MenuBar ul li a:hover,
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover,
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
 +
  background-color: #00b0e6; /* Selected item. */
 +
  color: #FFFFFF;
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu,
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
 +
  background-color: ButtonShadow; /* Sets the drop-down and side menus "effective border" color. */
 +
}
 +
/*--------------------------------------------------------------------------------------- Widths */
 +
/*
 +
 
 +
/*
 +
Menu Bar 1
 +
Drop-Down Menu #2
 +
*/
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4 li a {
 +
  width: 11em; /* Drop-down menu width. */
 +
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5 li a {
 +
  width: 12em; /* Drop-down menu width. */
 +
}
 +
 
 +
/*...............................................................................................*/
 +
/*
 +
Menu Bar 1
 +
Drop-Down Menu #2
 +
Side Menu #1
 +
*/
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 {
 +
  left: 15.5em !important; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width. */
 +
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 li a {
 +
  width: 10em; /* Side menu width. */
 +
}
 +
/*...............................................................................................*/
 +
/*
 +
Menu Bar 1
 +
Drop-Down Menu #2
 +
Side Menu #2
 +
*/
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 {
 +
  left: 15.5em  !important; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width. */
 +
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 li a {
 +
  width: 10em; /* Side menu width. */
 +
}
 +
/*...............................................................................................*/
 +
/*
 +
Menu Bar 1
 +
Drop-Down Menu #2
 +
Side Menu #3
 +
*/
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 {
 +
  left: 15.5em  !important; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width. */
 +
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 li a {
 +
  width: 10em; /* Side menu width. */
 +
}
 +
/*...............................................................................................*/
 +
 
 +
</style>
 +
 
 +
 
 +
<body>
 +
<div id="header"><img src="https://static.igem.org/mediawiki/2008/7/78/TeamHeidelbergHeader.jpg" alt="Team Heidelberg" /></div>
 +
<div class='MenuBar' id="navi">
 +
<ul>
 +
<li>
 +
<a href="https://2008.igem.org/Team:Heidelberg" style="color: white">Home
 +
<!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
<li>
 +
<a href="https://2008.igem.org/Team:Heidelberg/Team" style="color: white">Team<!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="DropDownMenu" id="MB1-DDM6">
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Team"><span><span>Overview</span></span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Team_Members#Advisors"><span><span>Advisors</span></span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Team_Members#Undergraduates"><span><span>Undergraduates</span></span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Team#There_are_many_Universities_-_and_there_is_Heidelberg_..."><span><span>University</span></span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Team#DKFZ"><span><span>DKFZ</span></span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Team#Bioquant"><span><span>BioQuant</span></span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/BioRegioRN"><span><span>BioRegion Rhein-Neckar</span></span></a></li>
 +
</ul>
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
<li>
 +
<a href="https://2008.igem.org/Team:Heidelberg/Project" style="color: white">Project<!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="DropDownMenu" id="MB1-DDM1">
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Project"><span><span>Overall Project</span></span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Notebook/material"><span><span>Material & Methods</span></span></a>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Project/Sensing"><span><span>Sensing</span></span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Project/Killing_I"><span><span>Killing I  - Phages</span></span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Project/Killing_II"><span><span>Killing II - Colicin</span></span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Project/Visualization"><span><span>Visualization</span></span></a></li>
 +
</ul>
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
 
 +
<li>
 +
<a href="https://2008.igem.org/Team:Heidelberg/Parts" style="color: white">Parts<!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="DropDownMenu" id="MB1-DDM2">
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Parts"><span><span>Submitted Parts</span></span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Parts/Characterization"><span><span>Characterization</span></span></a></li>
 +
</ul>
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
<li>
 +
<a href="https://2008.igem.org/Team:Heidelberg/Modeling" style="color: white">Modeling<!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="DropDownMenu" id="MB1-DDM3">
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Modeling"><span><span>Overview</span></span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Modeling/Chemotaxis"><span><span>Chemotaxis-Colicin</span></span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Modeling/Phage"><span><span>Phage Dynamics model</span></span></a></li>
 +
</ul>
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
<li>
 +
<a href="https://2008.igem.org/Team:Heidelberg/Notebook/Overview" style="color: white">Notebook<!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="DropDownMenu" id="MB1-DDM5">
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Notebook/Sensing_Group/Notebook"><span><span>Sensing ></span></span><!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="SideMenu" id="MB1-DDM2-SM1">
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Notebook/Sensing_Group/Cloning"><span>Cloning strategy</span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Notebook/Sensing_Group/Notebook"><span>Notebook</span></a></li>
 +
</ul>
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Notebook/Killing_I/Notebook"><span><span>Killing I - Phages ></span></span><!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="SideMenu" id="MB1-DDM2-SM2">
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Notebook/Killing_I/Cloning"><span>Cloning strategy</span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Notebook/Killing_I/Notebook"><span>Notebook</span></a></li>
 +
</ul>
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Notebook/Killing_II/Notebook"><span><span>Killing II - Colicin ></span></span><!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="SideMenu" id="MB1-DDM2-SM3">
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Notebook/Killing_II/Cloning"><span>Cloning strategy</span></a></li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Notebook/Killing_II/Notebook"><span>Notebook</span></a></li>
 +
</ul>
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Notebook/visualization"><span><span>Visualization</span></span></a>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Notebook/material"><span><span>Material & Methods</span></span></a>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Notebook/team_meetings"><span><span>Team Meetings</span></span></a>
 +
<li><a href="https://2008.igem.org/Team:Heidelberg/Notebook/seminar"><span><span>Seminar on Synthetic Biology</span></span></a>
 +
</ul>
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
<li style="width: 160px">
 +
<a href="https://2008.igem.org/Team:Heidelberg/Human_Practice/Project_Overview" style="color: white">Human Practice<!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="DropDownMenu" id="MB1-DDM4">
 +
                              <li><a href="https://2008.igem.org/Team:Heidelberg/Human_Practice/Project_Overview"><span><span>Project Overview</span></span></a></li>
 +
      <li><a href="https://2008.igem.org/Team:Heidelberg/Human_Practice/Phips_the_Phage"><span><span>Phips the Phage</span></span></a></li>
 +
                              <li><a href="https://2008.igem.org/Team:Heidelberg/Human_Practice/Essay"><span><span>Essay</span></span></a></li>
 +
                              <li><a href="https://2008.igem.org/Team:Heidelberg/Human_Practice/Surveys"><span><span>Surveys</span></span></a></li>
 +
                              <li><a href="https://2008.igem.org/Team:Heidelberg/Human_Practice/Open_Day"><span><span>Open Day</span></span></a></li>
 +
                              <li><a href="https://2008.igem.org/Team:Heidelberg/Human_Practice/Nobel_Prize"><span><span>Nobel Prize</span></span></a></li>
 +
 +
</ul>
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
 
 +
<li>
 +
<a href="https://2008.igem.org/Team:Heidelberg/Sponsors" style="color: white">Sponsors</a>
 +
</li>
 +
</ul>
 +
 
 +
</div>
 +
<div id="header_bottom"><img src="https://static.igem.org/mediawiki/2008/e/ef/Navi_bg.gif" alt="" / ></div>
 +
</body>
 +
</html>
 +
 
 +
 
 +
==Large chamber tests==
 +
 
 +
STARTED: 2008-09-08
 +
 
 +
 
 +
PURPOSE:<br>
 +
Test of 1) scanning large LabTek-chambers, 2) chemotaxis against casamino acids and casamino acid plugs
 +
 
 +
 
 +
 
 +
 
 +
MICROSCOPE:<br>
Deltavision
Deltavision
-
STARTED 20080908
 
-
14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)[[User:Marksteel|Marksteel]] 14:27, 29 October 2008 (UTC)
+
 
-
First Exp.
+
A few pictures which have been taken during these experiments can be viewed under [https://2008.igem.org/Team:Heidelberg/Project/Visualization Projects].
-
STRAIN  
+
 
 +
 
 +
 
 +
 
 +
===First Experiment===
 +
 
 +
STRAIN:<br>
MG1655 with plasmid BBa_I20260 in pSB3K3 (reference promoter, measurement kit, 2008.igem.org/measurement)
MG1655 with plasmid BBa_I20260 in pSB3K3 (reference promoter, measurement kit, 2008.igem.org/measurement)
-
inoculation from dense (OD=1.0? (estimated)) culture
+
inoculation from dense (OD=1.0? (estimated)) culture.
 +
 
 +
 
 +
PREPARATION OF CHAMBER:<br>
 +
1. Plug with casamino acids: 50 ul of M9 medium with 2% Agar and 1% Cas. in a PCR tube cylinder.<br>
 +
2. 1.5 ml of M9 media with 0.4% agar homogeneously distributed. 10 min for polymerization.<br>
 +
3. Addition of 1 µl bacterial suspension.<br>
 +
4. 1.5 ml of M9 medium with 2.0% agar homogeneously distributed. 10 min for polymerization.<br>
 +
 
 +
GRID:<br>
 +
Definition of node grid Markbig containing 6x8 nodes.<br><br>
 +
1 7 ... 43<br>
 +
2 8 ... 44<br>
 +
3 9 ... 45<br>
 +
4 10 .. 46<br>
 +
5 11 .. 47<br>
 +
6 12 .. 48<br>
 +
 
 +
 
 +
 
 +
MEASUREMENTS:<br>
 +
On 20080908 in folder 20080908_MG1655_bigR_04p_0h:<br>
 +
Measurement of right half (around bacterial startin point)<br>
 +
On 20080909 in folder 20080909MG1655_BIG_04p_16h:<br>
 +
Measurement of right and left half of chamber.<br>
 +
 
 +
 
 +
RESULTS:<br>
 +
1) Scanning of chamber possible, no collision of chamber with frame.<br>
 +
2) no accumulation of bacteria around casamino acids plug on second day, 20080909.<br>
 +
3) no chemotactic runs could be observed. most bacteria inert, only some tumbling.<br>
 +
4) large cell plaques on second day, 20080909.<br>
 +
 
 +
 
 +
 
 +
===Second Experiment (2008-09-10)===
 +
 
 +
"BigCham":<br>
 +
Using the HCB33_I20260 strain.<br>
 +
Totally used chambers 2.<br>
 +
 
 +
 
 +
Preparation:<br>
 +
One chamber was filled with with 1.5ml of M9_02A and the other one with M9_04A.<br>
 +
About half an hour later 1µl of the bacteria strain grown in LB was added to one side of each chamber. On the other side 60µl M9_2A_1CA were spotted.<br>
 +
Afterwards the whole chamber was filled with additional 1,5ml of M9_2A<br>
 +
 
 +
 
 +
-> !!! problem: Neither the 04p_A nor the 02p_A stiffens fast enough.<br>
 +
So in most cases the first layergets mixed with the 2p_A (second layer). This could also be a problem for the bacteria (heat and too high agar percentage media).<br>
 +
This will be discussed during the Teammeeting on friday 12.09.2008.<br>
 +
 
 +
 
 +
Furthermore two series were shot each serie shows the right half of one of the chambers: Using the same shape of the frame, but a modyfied version called which is a bit more lower.<br>
 +
 
 +
Series were named:<br>
 +
BigCham_20080910_HCB33_02p_0h_R<br>
 +
BigCham_20080910_HCB33_04p_0h_R<br>
 +
 
 +
 
 +
Chambers incubated at 37°C for 7-8 hours<br>
 +
Additional 4 series were shot. Two series for one chamber. One for the left and one for the right side named:<br>
 +
BigCham_20080910_HCB33_02p_8h_R<br>
 +
""""""""""""""""""""""""""""""L<br>
 +
BigCham_20080910_HCB33_04p_8h_R<br>
 +
""""""""""""""""""""""""""""""L<br>
 +
 
 +
 
 +
Results: Nothing really usable. Bacteria didn't move.<br>
 +
We figuered out that HCB33 overnight cultivated at 37°C has the highest chemotactic activity.<br>
 +
Furthermore for the next experiments HCB33 TB overnight cultures will be used.<br>
 +
 
 +
 
 +
 
 +
 
 +
===III. Experiment started: (2008-09-13)===
 +
Data: 2009-09-15<br>
 +
 
 +
 
 +
Changes:<br>
 +
- Second layer declared sensless.<br>
 +
- HCB33 TB overnight highest activities.<br>
 +
- 100µl casamino acid plugs<br>
-
PREPARATION OF CHAMBER
 
-
1. plug with casamino acids: 50 ul of M9 medium with 2% Agar and 1% Cas. in cylinder of PCR tube
 
-
2. 1.5 ml of M9 medium with 0.4% agar homogeneously distributed. 10 min for polymerization
 
-
3. addition of 1 ul bacterial suspension
 
-
4. 1.5 ml of M9 medium with 2.0% agar homogeneously distributed. 10 min for polymerization
 
-
GRID
+
2 chambers were each filled with 3ml TB02, one 100 µl plug of M9 2A 1CA was added to one side of one chamber, to each center of a chamber 1 µl LB overnight culture of HCB33 was added.<br>
-
Definition of node grid Markbig containing 6x8 nodes.
+
-
1 7  .. 43
+
-
...    ..
+
-
6 12 .. 48
+
-
MEASUREMENTS
 
-
On 20080908 in folder 20080908_MG1655_bigR_04p_0h:
 
-
Measurement of right half (around bacterial startin point)
 
-
On 20080909 in folder 20080909MG1655_BIG_04p_16h:
 
-
Measurement of right and left half of chamber.
 
-
RESULTS
 
-
1) Scanning of chamber possible, no collision of chamber with frame
 
-
2) no accumulation of bacteria around casamino acids plug on second day, 20080909
 
-
3) no chemotactic runs could be observed. most bacteria inert, only some tumbling
 
-
4) large cell plaques on second day, 20080909
 
-
14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)14:27, 29 October 2008 (UTC)~
 
-
Second Exp. (2008-09-10) "BigCham":
 
-
Using the HCB33_I20260 strain.
 
-
Totally used chambers 2.
 
-
Preparation:
+
These chamberes were incubated from saturday evening to monday morning at RT. -> Too long<br>
-
I filled one chamber with 1.5ml of M9_02A and the other one with M9_04A.
+
Bacteria where allready distributed over the whole chamber. -> Repeat Pictures have been taken.<br>
-
About half an hour later I added 1µl of the bacteria strain grown in LB, to one side of each chamber. On the other side I added 60µl M9_2A_1CA. After that the whole chamber was filled with additional 1,5ml of M9_2A
+
Pictures from (2008-09-15 HCB33LB)<br>
 +
Results: Generally high active bacteria, even after such a long time.<br>
-
-> !!! problem: Neither the 04p_A nor the 02p_A stiffens fast enough. So in most cases the first layergets mixed with the 2p_A (second layer). This could also be a problem for the bacteria (heat and too high agar percentage media)
 
-
This will be discussed during the Teammeeting on friday 12.09.2008
 
-
Furthermore two series were shot each serie shows the right half of one of the chambers: Using the same shape of the frame, but a modyfied version called "Markbm" which is a bit more lower.
+
The same experiment. Only change two HCB33 TB overnight cultures were used instead of two LB overnights.<br>
-
Series were named:
+
This time a a first measurment will be taken after a few hours and a second on the following day.<br>
-
BigCham_20080910_HCB33_02p_0h_R
+
-
BigCham_20080910_HCB33_04p_0h_R
+
-
Chambers incubated at 37°C for 7-8 hours
 
-
Additional 4 series will be shot. Two series for one chamber. One for the left and one for the right side. named
 
-
BigCham_20080910_HCB33_02p_8h_R
 
-
""""""""""""""""""""""""""""""L
 
-
BigCham_20080910_HCB33_04p_8h_R
 
-
""""""""""""""""""""""""""""""L
 
-
Results: Nothing really usable. Bacteria didn't move.
 
-
We figuered out that HCB33 overnight cultivated at 37°C has the highest chemotactic activity.
 
-
Furthermore for the next experiments HCB33 TB overnight cultures will be used.
 
 +
===IV. Experiment (2008-09-19)===
 +
Data: 2008-09-20<br>
 +
2ml Teth02<br>
 +
100µl M9 2A 1CA plug<br>
 +
3µl HCB33 (1:1 purified from TB overnight with Tethering Buffer (4000rpm 10min))<br>
-
III. started: (2008-09-13) Datei 2009-09-15
 
-
Changes:
 
-
- Second layer declared sensless.
 
-
- HCB33 TB overnight highest activities.
 
-
- 100µl casamino acid plugs
 
-
2 chambers were each filled with 3ml TB02, one 100 µl plug of M9 2A 1CA was added to one side of one chamber, to each center of a chamber 1 µl LB overnight culture of HCB33 was added.
+
Steps: Plug -> media -> bacteria<br>
 +
Bacteria are set into the center of the chamber and the plug on the left side.<br>
-
These chambered where incubated from saturday evening to monday morning at RT. -> Too long
 
-
Bacteria where allready distributed over the whole chamber. -> Repeat Pictures have been taken. Pictures from (2008-09-15 HCB33LB)
 
-
Results: Generally high activ bacteria, even after such a long time.
 
-
The same experiment. Only change two HCB33 TB overnight cultures were used instead of two LB overnights.
+
Several series have been taken with OAI, changing the exposure:<br>
-
This time a a first measurment will be taken after a few hours and a second on the following day.
+
0.1%<br>
 +
1%<br>
 +
10%<br>
 +
32%<br>
 +
-> Results: OAI is a good solution for the quantification of chemotaxis. Intensity measurments.<br>
-
IV. Experiment (2008-09-19) Datei: 2008-09-20
 
-
2ml Teth02
+
===V. Experiment (2008-09-21)===
-
100µl M9 2A 1CA plug
+
Data: 2008-09-22<br>
-
3µl HCB33 (1:1 purified from TB overnight with Tethering Buffer (4000rpm 10min))
+
-
Steps: Plug -> media -> bacteria
 
-
bacteria are set into the center of the chamber and the plug on the left side.
 
-
Several series have been taken with OAI, changing the exposure:
+
2ml Teth02A and TB02A.<br>
-
0.1%
+
100µl M9 2A 1CA Plug each.<br>
-
1%
+
3 µl bacteria TB overnight culture each<br>
-
10%
+
-
32%
+
-
-> Results: OAI is a good solution for the quantification of chemotaxis. Intensity measurments.
 
-
V. Experiment (2008-09-21) Datei: 2008-09-22
+
Pictures have been taken with DV via OAI at an exposure of 0.1% with minumum exposure duration 8-10 seconds.<br>
 +
Thickness ~70µm
-
2ml Teth02A <>and<> TB02A
 
-
100µl M9 2A 1CA Plug each
 
-
3 µl bacteria TB overnight culture each
 
-
pictures have been taken with DV via OAI at an exposure of 0.1% with minumum exposure duration 8-10 seconds. Thickness ~70µm
+
[https://2008.igem.org/Team:Heidelberg/Notebook/visualization back to the visualization notebook]

Latest revision as of 19:49, 29 October 2008


Contents

Large chamber tests

STARTED: 2008-09-08


PURPOSE:
Test of 1) scanning large LabTek-chambers, 2) chemotaxis against casamino acids and casamino acid plugs



MICROSCOPE:
Deltavision



A few pictures which have been taken during these experiments can be viewed under Projects.



First Experiment

STRAIN:
MG1655 with plasmid BBa_I20260 in pSB3K3 (reference promoter, measurement kit, 2008.igem.org/measurement) inoculation from dense (OD=1.0? (estimated)) culture.


PREPARATION OF CHAMBER:
1. Plug with casamino acids: 50 ul of M9 medium with 2% Agar and 1% Cas. in a PCR tube cylinder.
2. 1.5 ml of M9 media with 0.4% agar homogeneously distributed. 10 min for polymerization.
3. Addition of 1 µl bacterial suspension.
4. 1.5 ml of M9 medium with 2.0% agar homogeneously distributed. 10 min for polymerization.

GRID:
Definition of node grid Markbig containing 6x8 nodes.

1 7 ... 43
2 8 ... 44
3 9 ... 45
4 10 .. 46
5 11 .. 47
6 12 .. 48


MEASUREMENTS:
On 20080908 in folder 20080908_MG1655_bigR_04p_0h:
Measurement of right half (around bacterial startin point)
On 20080909 in folder 20080909MG1655_BIG_04p_16h:
Measurement of right and left half of chamber.


RESULTS:
1) Scanning of chamber possible, no collision of chamber with frame.
2) no accumulation of bacteria around casamino acids plug on second day, 20080909.
3) no chemotactic runs could be observed. most bacteria inert, only some tumbling.
4) large cell plaques on second day, 20080909.


Second Experiment (2008-09-10)

"BigCham":
Using the HCB33_I20260 strain.
Totally used chambers 2.


Preparation:
One chamber was filled with with 1.5ml of M9_02A and the other one with M9_04A.
About half an hour later 1µl of the bacteria strain grown in LB was added to one side of each chamber. On the other side 60µl M9_2A_1CA were spotted.
Afterwards the whole chamber was filled with additional 1,5ml of M9_2A


-> !!! problem: Neither the 04p_A nor the 02p_A stiffens fast enough.
So in most cases the first layergets mixed with the 2p_A (second layer). This could also be a problem for the bacteria (heat and too high agar percentage media).
This will be discussed during the Teammeeting on friday 12.09.2008.


Furthermore two series were shot each serie shows the right half of one of the chambers: Using the same shape of the frame, but a modyfied version called which is a bit more lower.

Series were named:
BigCham_20080910_HCB33_02p_0h_R
BigCham_20080910_HCB33_04p_0h_R


Chambers incubated at 37°C for 7-8 hours
Additional 4 series were shot. Two series for one chamber. One for the left and one for the right side named:
BigCham_20080910_HCB33_02p_8h_R
""""""""""""""""""""""""""""""L
BigCham_20080910_HCB33_04p_8h_R
""""""""""""""""""""""""""""""L


Results: Nothing really usable. Bacteria didn't move.
We figuered out that HCB33 overnight cultivated at 37°C has the highest chemotactic activity.
Furthermore for the next experiments HCB33 TB overnight cultures will be used.



III. Experiment started: (2008-09-13)

Data: 2009-09-15


Changes:
- Second layer declared sensless.
- HCB33 TB overnight highest activities.
- 100µl casamino acid plugs


2 chambers were each filled with 3ml TB02, one 100 µl plug of M9 2A 1CA was added to one side of one chamber, to each center of a chamber 1 µl LB overnight culture of HCB33 was added.


These chamberes were incubated from saturday evening to monday morning at RT. -> Too long
Bacteria where allready distributed over the whole chamber. -> Repeat Pictures have been taken.
Pictures from (2008-09-15 HCB33LB)
Results: Generally high active bacteria, even after such a long time.


The same experiment. Only change two HCB33 TB overnight cultures were used instead of two LB overnights.
This time a a first measurment will be taken after a few hours and a second on the following day.



IV. Experiment (2008-09-19)

Data: 2008-09-20


2ml Teth02
100µl M9 2A 1CA plug
3µl HCB33 (1:1 purified from TB overnight with Tethering Buffer (4000rpm 10min))


Steps: Plug -> media -> bacteria
Bacteria are set into the center of the chamber and the plug on the left side.


Several series have been taken with OAI, changing the exposure:
0.1%
1%
10%
32%

-> Results: OAI is a good solution for the quantification of chemotaxis. Intensity measurments.



V. Experiment (2008-09-21)

Data: 2008-09-22


2ml Teth02A and TB02A.
100µl M9 2A 1CA Plug each.
3 µl bacteria TB overnight culture each


Pictures have been taken with DV via OAI at an exposure of 0.1% with minumum exposure duration 8-10 seconds.
Thickness ~70µm


back to the visualization notebook