Team:Heidelberg/Notebook/Killing I/Notebook/week2

From 2008.igem.org

(Difference between revisions)
(New page: ==Monday, 08/11/08== ===project planning=== Guys, I sent an email to Prof. Bagdasarian asking about the RP4 resistance and also if he can send us directly the plasmid and not the strain....)
 
(11 intermediate revisions not shown)
Line 1: Line 1:
 +
<html>
 +
 +
 +
<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>
 +
 +
{| class="wikitable"
 +
|- bgcolor=white
 +
! height=20px, width=250px | [[Team:Heidelberg/Notebook/Killing_I/Notebook/week1|<< Week 1]]|| width=500px | [[Team:Heidelberg/Notebook/Killing_I/Notebook|Overview]]|| width=250px | [[Team:Heidelberg/Notebook/Killing_I/Notebook/week3| Week 3 >> ]]
 +
|-style="height:20px"
 +
|}
 +
 +
 +
'''Week 2'''
 +
==Monday, 08/11/08==
==Monday, 08/11/08==
 +
===project planning===
===project planning===
Line 188: Line 662:
* B0014 has not the correct sequence
* B0014 has not the correct sequence
* B0015 has the right sequence!
* B0015 has the right sequence!
 +
 +
 +
 +
{| class="wikitable"
 +
|- bgcolor=white
 +
! height=20px, width=250px | [[Team:Heidelberg/Notebook/Killing_I/Notebook/week1|<< Week 1]]|| width=500px | [[Team:Heidelberg/Notebook/Killing_I/Notebook|Overview]]|| width=250px | [[Team:Heidelberg/Notebook/Killing_I/Notebook/week3| Week 3 >> ]]
 +
|-style="height:20px"
 +
|}

Latest revision as of 11:15, 29 October 2008

<< Week 1 Overview Week 3 >>


Week 2

Contents

Monday, 08/11/08

project planning

Guys, I sent an email to Prof. Bagdasarian asking about the RP4 resistance and also if he can send us directly the plasmid and not the strain. Meanwhile, I found this paper:

Distribution of Restriction Enzyme Recognition Sequences on Broad Host Range Plasmid RP4: Molecular and Evolutionary Implications

Brian M. Wilkinsa, f1, Paul M. Chilleya, Angela T. Thomasa and Michael J. Pocklingtona a Department of Genetics, University of Leicester, Leicester, LE1 7RH, England

Please, tomorrow morning check this paper, it should contain the sequence of the RP4 plasmid. In this case, we should be able to find out which resistance is there (if any....).

Good night, Barbara


Strategy for progress:

  1. we ordered SanDI (restriction enzyme), GeneRuler 1kb Ladder plus, GeneRuler DNA Ladder High range and a gel extraction kit (QIAEX II) for extraction of large fragments
  2. our plan is to doubledigest lambda DNA with XhoI/XbaI, clone this fragment into a vector and amplify it in E.coli. This fragment is than extracted again and digested with SanDI to get an fragment with XhoI and SanDI ends. This fragment includes the necessary GAM site. This fragment is than ligated with our inclusion cassette which has SanDI and XbaI ends (generation described below). This big fragment (ends XhoI and XbaI with oriT and AB cassette) is than ligated in the lambda fragment lacking its XhoI/XbaI fragment. The now complete new lambda phage is than transferred into the killer strain by transformation or in vitro packaging.
  3. design of our insert: our insert includes the oriT, the AB cassette (probably Chloramphenicol) and a terminator. All these fragments are separetly amplified by PCR while cloning specific sticky ends to the fragments (oriT: SanDI/BamHI; AB: BamHI/NcoI; terminator: NcoI/XbaI). Our insert finally consists of the oriT, the AB cassette and the terminator. This big fragment has a SanDI and a XbaI end, necessary for the later ligation with the lambda fragment (XhoI/SanDI).


chloramphenicol resistance cassette

  1. Mini Prep P1004,1000, B0014, 0015
    • concentration
      • B0014: 14,6ng/ul;
      • B00142: 28,4ng/ul;
      • B0015: 11,4ng/ul
      • P1000: 22,6ng/ul
      • P10041: 28,8ng/ul


lambda phage and cI

  1. retransformation of mini prep BBa_J01101 into top 10 for maxi prep
  2. inoculate for infection test again (see 07.08.08 Do)
  3. test digestion of lambda phage
    • 2ul lambda 857 (600ng), 2ul 10xBSA, 2ul 10xNEBuffer2, 0,5ul XhoI (10U/ul), 13,5ul H2O
    • incubate 2h
    • expected fragment lengths: 33498bp and 15003bp
    • run the gel: 0,5% agarose, 25V, from 20:00 over night



Tuesday, 08/12/08

project planning

Prof. Bagdasarian replied to my email:

Dear Barbara: RP4 carries resistances to Ap, Km and Tc. It was easier to send you a strain containing the plasmid since we do not have purified DNA of the plasmid at this time. Please note that the description of the strain we have sent you only indicates Ap. I don't know the reason for that. It would, therefore, be good to check the resistances when you receive the strain.

Michael

So, when we receive the strain we will check the resistances as suggested.


chloramphenicol resistance cassette

  1. test digestion of plasmids
    • P1004 (A,B,C,D,1 and 2) and P1000 with DraI (0,15ul enzyme, 2ul NEB-buffer 4, 10ul DNA per 20ul sample)
    • B0014 (1 and 2) and B0015 with SfcI (0,3ul enzyme, 2ul NEB-buffer 4, 10ul DNA per 20ul sample)
  2. inoculate for 2h at 37°C
  3. expected fragments
    • B0014 and B0015: 1710,824,464,191
    • P1004
    • P1000
  1. agarose gel of digestion above with very bad results: DNA concentration too low
  1. therefore a retransformation done with
    • P1004-D, P1004-1, P1000, B0015, B0014-1 and B0014-2


cI

  1. inoculation of cultures for maxiprep:
    • cI-retransformation from yesterday: 2 samples in 250ml LB + Amp



Wednesday, 08/13/08

cI

  1. Maxiprep CI
  2. Concentration Measurement of obtained DNA with Nanodrop
    • Result: two epis with each 100ul DNA (1ug/ul);
  3. Restriction digest of obtained CI DNA with SfcI and HindIII (NEB Buffer 4)
    • Result: High probability that the plasmid is CI, but the image we got is not enough to prove it.
  1. results of infection test from 12.08., 5h at 37^C and 15h at RT
    • MG1655 positiv control, lambda 10^-4 >10000
    • MG1655 positiv control, lambda 10^-6 1
    • MG1655 positiv control, lambda 10^-8 9
    • TOP10 positiv control, lambda 10^-4 3000-5000
    • TOP10 positiv control, lambda 10^-6 6
    • MG1655 positiv control, lambda 0 0
    • TOP10 positiv control, lambda 0 0
    • MG1655 cI, A lambda 10^-4 150
    • MG1655 cI, A lambda 10^-6 0
    • MG1655 cI, A lambda 10^-8 0
    • MG1655 cI, B lambda 10^-4 100
    • MG1655 cI, B lambda 10^-6 0
    • TOP10 cI, A lambda 10^-4 300-500
    • TOP10 cI, A lambda 10^-6 0
    • TOP10 cI, B lambda 10^-4 0
    • TOP10 cI, B lambda 10^-6 0
      • postitiv control: -cI, -Amp, competent cells
  • some mistakes occured during the experiment --> experiment has to be done again


lambda phage

  1. Restriction digest of lambdaDNA (with XhoI) to test new AGE-machine
    • running over night at 25V/10cm


Thursday, 08/14/08

lambda phage

  • Inoculating of competent MG1655 cells (9:30) (3 x 30µl in 20ml Standard I Medium with Maltose) for Phage production
    • Aliquot of the three populations every half an hour to monitor cell population growth and destruction by the phages (not done)
    • Adding of plaques to the liquid cultures at 13:00
    • Stopping the incubation at 19:00, centrifugation of the cells to pellet (3750rpm,7min), sterile filtration of the supernatant
    • infection test of the supernatant (Yin)


chloramphenicol resistance cassette

  • Miniprep of Antibiotica cassette and terminator and Nanodrop evaluation of obtained DNA with
    • P1000 1 106,1 ng/ul
    • P1000 2 9,6 ng/ul
    • P1004 1 39,5 ng/ul
    • P1004 2 67,2 ng/ul
    • B0014 1 55,2 ng/ul
    • B0014 2 5,9 ng/ul
    • B0015 A1 48,5 ng/ul
    • B0015 A2 31,5 ng/ul
    • B0015 K1 44,2 ng/ul
    • B0015 K2 26,1 ng/ul


project planning

  • New cloning strategy
    • due to the missing of SanDI (not available), our cloning strategy has to be changed
    • digest lambda DNA with XbaI and XhoI
    • digest the small fragment (~9kb) with AgeI
    • discard the fragment with INT/XIS (~7,3kb), the other fragment contains the necessary GEM (~1,7kb)
    • ligate: chloramphenicol cassette, GFP, oriT and the GEM-fragment
    • (chloramphenicol cassette amplified by PCR)
    • we have to check if there are AgeI restriction sites in the DNA fragments to be cloned
      • no AgeI restriction sites could be found --> good
      • results: there is no restriction site of AgeI, XhoI or XbaI in the oriT, GFP and the chloramphenicol sequence




Friday, 08/15/08

chloramphenicol resistance cassette

  • analytical Digestions of
    • P1000-1, B0014-1, B0015 1 and 2 both grown on K and on A, P1004 1 and 2,
  • preparative digestion of P1000-1
    • results: there was only the undigested vector on the gel - plan to cut the chloramphenicol casette out and to ligate it into another vector abandonded for the moment
    • where lies the problem? Is the right plasmid in the registry, the wrong sequence in the database or did the enzyme fail to work?
  • Sequencing of Miniprep DNA B0015 A1, B0014 1, P1000 1, cI




Saturday, 08/16/08

  • Retransformation of P1000, P1004, B0014, P1000, cI

evaluation of sequencing data

  • cI has not the correct sequence
  • P1000 has not the correct sequence
  • B0014 has not the correct sequence
  • B0015 has the right sequence!


<< Week 1 Overview Week 3 >>