Team:RMIT Australia/Notebook

From 2010.igem.org

(Difference between revisions)
(Prototype team page)
 
(75 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
__NOTOC__
 +
<html>
 +
<body style="background-color:#CCCCCC">
 +
<style>
 +
h1.firstHeading { display: none; }
 +
 +
p {text-align: justify;}
 +
 +
a:link { color: #FF0000; text-decoration: none}
 +
a:visited { color:#FF0000; text-decoration: none}
 +
a:hover { color:#FF0000; text-decoration: none}
 +
a:active { color:#FF0000; 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: #FF0000; /* 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/2010/3/31/RMIT_logo.png" /></div>
 +
<div class='MenuBar' id="navi">
 +
<ul>
 +
<li>
 +
<a href="https://2010.igem.org/Team:RMIT_Australia" 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://2010.igem.org/Team:RMIT_Australia/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]-->
 +
                        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
                <li>
 +
<a href="https://2010.igem.org/Team:RMIT_Australia/Project" style="color: white">Projects
 +
                        <!--[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://2010.igem.org/Team:RMIT_Australia/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]-->
 +
                        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
</li>
 +
<li>
 +
<a href="https://2010.igem.org/Team:RMIT_Australia/Modeling" style="color:white">Modelling
 +
                        <!--[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://2010.igem.org/Team:RMIT_Australia/Notebook" style="color: white">Notebook
 +
                        <!--[if gt IE 6]><!--></a><!--<![endif]-->
 +
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 +
                       
 +
 +
</li>
 +
              <li>
 +
<a href="https://2010.igem.org/Team:RMIT_Australia/Safety" style="color: white">Safety
 +
                        <!--[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://2010.igem.org/Team:RMIT_Australia/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>
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<style>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
 
-
This is a template page. READ THESE INSTRUCTIONS.
+
table.calendar          { margin: 0; padding: 10px; }
 +
table.calendar td      { margin: 0; padding: 2px; vertical-align: top; }
 +
table.month .heading td { padding:2px; background-color:#CCCCCC; color:#000000; text-align:center; font-size:120%; font-weight:bold; }
 +
table.month .dow td    { color:#3C1859; text-align:center; font-size:110%; }
 +
table.month td.today    { background-color:none; }
 +
table.month td {
 +
    border: none;
 +
    margin: 0;
 +
    padding: 1pt 1.5pt;
 +
    font-weight: bold;
 +
    font-size: 8pt;
 +
    text-align: right;
 +
    background-color: #eee;
 +
    }
 +
#bodyContent table.month a { background:none; padding:0 }
 +
.day-active { color:#FF0000 }
 +
.day-empty  { color:#000000 }
 +
</style>
 +
</html>
 +
 
 +
__NOTOC__
 +
=='''Notebook'''==
 +
{| align="center"
 +
|-valign="top"
 +
|{{#calendar: title=Team:RMIT_Australia/Notebook# |year=2010 | month=06}}
 +
|{{#calendar: title=Team:RMIT_Australia/Notebook# |year=2010 | month=07}}
 +
|{{#calendar: title=Team:RMIT_Australia/Notebook# |year=2010 | month=08}}
 +
|{{#calendar: title=Team:RMIT_Australia/Notebook# |year=2010 | month=09}}
 +
|{{#calendar: title=Team:RMIT_Australia/Notebook# |year=2010 | month=10}}
 +
|}
 +
{|
 +
|-valign="top" border="0"
 +
|width="100%" style="padding: 0 20px 0 0;"|
 +
 
 +
 
 +
 
 +
{|style="text-align:center"; width="100%"; "font-size:large"
 +
|-
 +
|-valign="top"
 +
|width="50%" |
 +
<div id=" .2F1_May_2010"></div>
 +
<div id=" .2F2_May_2010"></div>
 +
<div id=" .2F3_May_2010"></div>
 +
<div id=" .2F4_May_2010"></div>
 +
<div id=" .2F5_May_2010"></div>
 +
<div id=" .2F6_May_2010"></div>
 +
<div id=" .2F7_May_2010"></div>
 +
<div id=" .2F8_May_2010"></div>
 +
<div id=" .2F9_May_2010"></div>
 +
<div id=" .2F10_May_2010"></div>
 +
<div id=" .2F11_May_2010"></div>
 +
<div id=" .2F12_May_2010"></div>
 +
<div id=" .2F13_May_2010"></div>
 +
<div id=" .2F14_May_2010"></div>
 +
<div id=" .2F15_May_2010"></div>
 +
<div id=" .2F16_May_2010"></div>
 +
<div id=" .2F17_May_2010"></div>
 +
<div id=" .2F18_May_2010"></div>
 +
<div id=" .2F19_May_2010"></div>
 +
<div id=" .2F20_May_2010"></div>
 +
<div id=" .2F21_May_2010"></div>
 +
 
 +
<div id=" .2F28_June_2010">
 +
===28 June===
 +
 
 +
Did OH&S training and PC2 training
 +
 
</div>
</div>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
 
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
<div id=" .2F29_June_2010">
 +
===29 June===
 +
 
 +
Began research on what we were going to use to promote taq
</div>
</div>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
 
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, a lab notebook, and a safety page.  PLEASE keep all of your pages within your teams namespace. 
+
<div id=" .2F30_June_2010">
 +
===30 June===
 +
 
 +
Looked at T7 with a Lac operon as a promotore of taq
</div>
</div>
 +
 +
<div id=" .2F13_July_2010">
 +
===13 July===
 +
 +
Designed Primers for Taq into backbone
 +
 +
Researched about using an Asp/Pro between the peptide and the Taq
 +
 +
Began looking at ligation independent cloning for insertion of peptide
 +
</div>
</div>
-
</html>
 
-
<!-- *** End of the alert box *** -->
+
<div id=" .2F14_July_2010">
 +
===14 July===
 +
Looked at prices of Hotels in Boston
-
{|align="justify"
+
</div>
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
<div id=" .2F19_July_2010">
-
|[[Image:RMIT_Australia_logo.png|200px|right|frame]]
+
===19 July===
-
|-
+
-
|
+
-
''Tell us more about your project.  Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
-
|[[Image:RMIT_Australia_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:RMIT_Australia | Team Example]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
+
began looking at the structure of taq, its thermostability
 +
began looking at different mutations that can be done to taq to increase its thermostability without changing its structure
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
</div>
-
!align="center"|[[Team:RMIT_Australia|Home]]
+
<div id=" .2F21_July_2010">
-
!align="center"|[[Team:RMIT_Australia/Team|Team]]
+
===21 July===
-
!align="center"|[https://igem.org/Team.cgi?year=2010&team_name=RMIT_Australia Official Team Profile]
+
sent in sequence of wild type taq to iTasser
-
!align="center"|[[Team:RMIT_Australia/Project|Project]]
+
 
-
!align="center"|[[Team:RMIT_Australia/Parts|Parts Submitted to the Registry]]
+
</div>
-
!align="center"|[[Team:RMIT_Australia/Modeling|Modeling]]
+
 
-
!align="center"|[[Team:RMIT_Australia/Notebook|Notebook]]
+
<div id=" .2F23_July_2010">
-
!align="center"|[[Team:RMIT_Australia/Safety|Safety]]
+
===23 July===
 +
 
 +
Checked thermostability of the mutations that will be done to Taq using Expasy
 +
 
 +
Sent in sequence of taq with mutations at 485, 515 and 540 to iTasser
 +
 +
<div id=" .2F3_August_2010">
 +
===3 August===
 +
 
 +
Had iGEM team meeting
 +
 
 +
-Discussed ANZAAS Proposal
 +
 
 +
-Spoke about possibilities of using Geneart
 +
 
 +
-Discussed possible T-shirt designs
 +
 
 +
</div>
 +
<div id=" .2F5_August_2010">
 +
===5 August===
 +
 
 +
Meet up with Damian, discussed different strategies to use in modelling, began using YASARA to do our Modelling
 +
 
 +
</div>
 +
 
 +
<div id=" .2F10_August_2010">
 +
===10 August===
 +
 
 +
Had iGEM team meeting
 +
 
 +
-Took Team Photo
 +
 
 +
</div>
 +
<div id=" .2F11_August_2010">
 +
===11 August===
 +
 
 +
PCR of Taq
 +
 
 +
Taq with a DNA concentration of 40ng/µL was diluted to 1µM by addition of 24µL of MilliQ water to 1µL of the Taq plasmid. Primers were diluted to 100µM by adding 354µL to the forward primer with a concentration of 35.4 nmol and 405µL to the reverser primer with a concentration of 40.5nmol. The primers were further diluted to 0.2µM by adding 10µL of the primer to 490µL of milliQ water. The PCR reaction was then made by adding 25µL of Master Mix, 2.5µL of each primer, 5µL of Rnase free water and 15µL of 0.2µM Taq Plasmid.
 +
 
 +
The PCR
 +
 
 +
98º 60 Sec 1 cycle
 +
 
 +
98º 15 Sec then 72º 90 Sec 25 cycle
 +
 
 +
72º 5 min 1 cycle
 +
</div>
 +
 
 +
<div id=" .2F16_August_2010">
 +
 
 +
===16 August===
 +
 
 +
Collaborated with the Sheffield team by participating in an over the phone survery about Human Practices
 +
 
 +
</div>
 +
<div id=" .2F17_August_2010">
 +
===17 August===
 +
 
 +
 
 +
had team meeting
 +
 
 +
- discussed how we can get more sponsors
 +
 
 +
- talked about placing our order to gene art
 +
 +
- began filling out the form to send Pennstates survey to the ethics committee
 +
 
 +
- discussed results for modelling
 +
 
 +
- decided to fix optimise our previous PCR
 +
</div>
 +
 
 +
<div id=" .2F18_August_2010">
 +
===18 August===
 +
 
 +
called few companies seeking sponsorship
 +
enquired for booking flights and accomadation
 +
 
 +
</div id=" .2F19_August_2010">
 +
===19 August===
 +
 
 +
Working on comparing TAQ wild structure to the TAQ Mutated structure to see that there are no major differences, which will mean that TAQ is inactive but will retain it's thermostability at high temperatures.
 +
 
 +
Wrote an email to ABC TV, wanting to know if they will do piece on our project for there The New Inventors Program.
 +
 
 +
Waiting for results from I-Tasser on the mutated TAQ sequence.
 +
Went into the lab and made SOC media and LB- agar plates
|}
|}
 +
<div id=" .2F20_August_2010">
 +
===20 August===
-
==Notebook==
+
Did two PCR reaction and a transformation
 +
The first PCR we ran was a touch down PCR. Temperatures ranged from 69 to 64.
 +
The second PCR was a two step PCR.
-
You should make use of the calendar feature on the wiki and start a lab notebook. This may be looked at by the judges to see how your work progressed throughout the summer. It is a very useful organizational tool as well.
+
<div id=" .2F30_August_2010">
 +
===30 August===
 +
 
 +
Ordered the TAQ polymerase from Mr. Gene. Should have it in 15 days.
 +
Meeting today at 10am to discuss project budget and costings.
 +
After the meeting we all are sitting together for a writing session.
 +
 
 +
<div id=" .2F31_August_2010">
 +
===31 August===
 +
 
 +
Spent the morning organising our flights
 +
In the afternoon we all sat together for a writing session
 +
 
 +
<div id=" .2F1_September_2010">
 +
===1 September===
 +
 
 +
We all sat together for another writing session.
 +
 
 +
<div id=" .2F7_September_2010">
 +
===7 September===
 +
 
 +
Had a team meeting
 +
 
 +
<div id=" .2F14_September_2010">
 +
===14 September===
 +
 
 +
Had a team meeting and made a lab time table, we also set out tasks which need to be done by the next meeting
 +
*Update the wiki
 +
 
 +
* Finalise the form for the ethics committee for pennstate
 +
 
 +
* Call up possible sponsors
 +
 
 +
* Collect Tshirts
 +
 
 +
* Work on abstract and team Roster
 +
 
 +
* research heat liable bonds
 +
 
 +
* order peptides
 +
 
 +
* chat with emilio about possible bio assays
 +
 
 +
* work on making the promotor part
 +
 
 +
<div id=" .2F15_September_2010">
 +
===15 September===
 +
 
 +
'''Mutagenesis Quikchange XL kit'''
 +
 
 +
[https://2010.igem.org/Team:RMIT_Australia/Notebook/Mutagenesis Click Here for Mutagenesis Protocol]
 +
 
 +
*Template Concentration = 8ng/µl
 +
 
 +
*Fwd 77ng/µl (low 260/280)
 +
*Rev 86.5 ng/µl (low 260/280)
 +
We optimised for low 260/280
 +
 
 +
'''Reaction Mixture'''
 +
*5 µl buffer
 +
*1.9 µl template
 +
*1.7 µl Fwd
 +
*1.62 µl Rev
 +
*1 µl dNTP
 +
*38.78 µl H2O --> reaction volume 50 µl
 +
*1 µl Pfu
 +
 
 +
First mutagenesis was to turn the -35 site in the promoter region into an Afi II restriction site.
 +
Dpn1 digest (2 µl) for 2hrs
 +
 
 +
<div id=" .2F16_September_2010">
 +
===16 September===
 +
 
 +
[https://2010.igem.org/Team:RMIT_Australia/Notebook/Mutagenesis Click Here for Mutagenesis Protocol]
 +
 
 +
2 µl of the mutagenesis product into 100 µl of competent cells
 +
Plate 50 µl, 100 µl and 150 µl samples.
 +
 
 +
<div id=" .2F17_September_2010">
 +
 
 +
===17 September===
 +
 
 +
- finalized project abstract
 +
 
 +
<div id=" .2F19_September_2010">
 +
===19 September===
 +
 
 +
 
 +
- Sent off project abstract to HQ
 +
</div>
 +
 
 +
<div id=" .2F20_September_2010">
 +
===20 September===
 +
 
 +
Two colonies were picked from the plates and were grown in 5mL of Media
 +
 
 +
</div>
 +
 
 +
<div id=" .2F21_September_2010">
 +
===21 September===
 +
 
 +
A miniprep was performed on 1.5ul of the overnight culture.
 +
10ng/ul DNA were obtained from both samples with a O.D higher than 1.85. These samples were then used to perform a restriction digest using EcoR1 H.F and AflII. The restriction digest was done according to the iGEM protocols [http://ginkgobioworks.com/support/BioBrick_Assembly_Manual.pdf CLICK HERE].
 +
 
 +
'''Results'''
 +
The restriction digest did not work. We expected a band at 160bp and one at ~3000bp
 +
</div>
 +
 
 +
<div id=" .2F22_September_2010">
 +
===22 September===
 +
 
 +
>>>> TABLE <<<<
 +
 
 +
 
 +
'''Results'''
 +
The restriction worked. Gel Image below
 +
</div>
 +
 
 +
<div id=" .2F23_September_2010">
 +
===23 September===
 +
Second mutagenesis. This involves changing the -10 promoter region into a ClaI restriction site. AflII (11) miniprep sample was used as template
 +
 
 +
[https://2010.igem.org/Team:RMIT_Australia/Notebook/Mutagenesis Click Here for Mutagenesis Protocol]
 +
 
 +
After the Dpn1 digest, 2ul of product was transformed into E.coli Xl1 blue cells.
 +
</div>
 +
<div id=" .2F24_September_2010">
 +
===24 September===
 +
Colonies grew on the plate. This was stores in the fridge (4 degrees) until Monday for colonies to be picked.
 +
</div>
 +
 
 +
<div id=" .2F27_September_2010">
 +
===27 September===
 +
Two colonies were picked from the plate and grown overnight at 37 degrees in the shaking incubator.
 +
</div>
 +
 
 +
<div id=" .2F28_September_2010">
 +
===28 September===
 +
Preparation of plasmid DNA using Invitrogen Miniprep Kit. Obtained ---ng/ul (260/280 = ---)
 +
 
 +
Restriction digest using EcoRI and ClaI, then gel electrophoresis. Strange gel picture. Two bands of similar size ~ 1.3 kb and 1.6 kb appear on the gel.
 +
</div>
 +
 
 +
<div id=" .2F29_September_2010">
 +
===29 September===
 +
Two more colonies (different) were picked and grown overnight at 37 degrees.
 +
 
 +
Transformation of RFP in Ampicillin, Kanamycin and Chloroamphenicol backbones. They will act as spare backbones.
 +
</div>
 +
 
 +
<div id=" .2F30_September_2010">
 +
 
 +
===30 September===
 +
A second preparation of plasmid DNA using Invitrogen Miniprep Kit. Obtained ---ng/ul (260/280 = ---)
 +
 
 +
Restriction digest using EcoRI and ClaI, then gel electrophoresis. Strange gel picture again. Two bands of similar size ~ 1.3 kb and 1.6 kb appear on the gel. There is a problem with the backbone or the miniprep. Must investigate.
 +
</div>
 +
 
 +
<div id=" .2F4_October_2010">
 +
===4 October===
 +
 
 +
Got it!
 +
The problem was the plasmid backbone. It was thought that it was pSB1A3, but in fact it was pSB1AK3. Kanamycin has a ClaI site.
 +
 
 +
A restriction digest was performed using EcoRI and PstI. The RFP plasmid was also digested with EcoRI and PstI. A ligation reaction was performed in order for the promoter part to switch backbones (from pSB1AK3 to pSB1C3).
 +
RFP is also a form of control mechanism to see if the plasmid has the correct insert. Red colonies have RFP, while White colonies have our insert. Overnight ligation at 16 degrees.
 +
 
 +
[[Image:RedWhite.JPG| 350px]]
 +
 
 +
</div>
 +
 
 +
<div id=" .2F5_October_2010">
 +
 
 +
===5 October===
 +
 
 +
The ligation product was transformed (5ul) into E.coli XL1 Blue competent cells.
 +
 
 +
</div>
 +
 
 +
<div id=" .2F6_October_2010">
 +
===6 October===
 +
 
 +
Colonies grew. Two white colonies were picked and grown overnight in the shaking incubator at 37 degrees.
 +
</div>
 +
 
 +
<div id=" .2F7_October_2010">
 +
===7 October===
 +
 
 +
Slow growth on Chloroamphenicol. Cultures were left on the shaking incubator for an extra night.
 +
</div>
 +
 
 +
<div id=" .2F8_October_2010">
 +
===8 October===
 +
 
 +
Miniprep of the colonies. One successfully grew, while the other did not.
 +
Miniprep results gave a concentration of 114ng/ul with a 260/280 of 1.98.  Woohoo.
 +
 
 +
Double digest (diagnostic) with NcoI and AflII/ClaI --> to check the success of mutagenesis. Gel result gave strange band pattern.
 +
</div>
 +
 
 +
<div id=" .2F11_October_2010">
 +
===11 October===
 +
 
 +
Single restriction digest (AflII/ClaI) verified the size of the plasmid. Will re-do double digest tomorrow.
 +
 
 +
working on presentation and wiki
 +
 
 +
</div>
 +
 
 +
<div id=" .2F13_October_2010">
 +
===13 October===
 +
Making 80% glycerol stock
 +
Miniprep of mr.gene TAQ
 +
clone 1 = 26.7 ng/ul (100ul)
 +
clone 2 = 21.1ng/ul (100ul)
 +
Restriction Enzyme digest of mr.gene taq with EcoRi and Pst
 +
Diagnostic Gel worked YAY
 +
Ligation of Mr.gene taq into psb1c3 left over night at 16 degrees
 +
 
 +
 
 +
</div>
 +
 
 +
<div id=" .2F14_October_2010">
 +
===14 October===
 +
Heat inactivated T4 ligase
 +
Transformation of Mr.gene taq in psb1c3
 +
</div>

Latest revision as of 05:06, 14 October 2010


Notebook

June
MTWTFSS
  [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F1_June_2010 1] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F2_June_2010 2] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F3_June_2010 3] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F4_June_2010 4] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F5_June_2010 5] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F6_June_2010 6]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F7_June_2010 7] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F8_June_2010 8] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F9_June_2010 9] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F10_June_2010 10] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F11_June_2010 11] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F12_June_2010 12] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F13_June_2010 13]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F14_June_2010 14] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F15_June_2010 15] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F16_June_2010 16] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F17_June_2010 17] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F18_June_2010 18] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F19_June_2010 19] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F20_June_2010 20]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F21_June_2010 21] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F22_June_2010 22] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F23_June_2010 23] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F24_June_2010 24] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F25_June_2010 25] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F26_June_2010 26] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F27_June_2010 27]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F28_June_2010 28] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F29_June_2010 29] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F30_June_2010 30]
July
MTWTFSS
      [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F1_July_2010 1] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F2_July_2010 2] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F3_July_2010 3] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F4_July_2010 4]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F5_July_2010 5] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F6_July_2010 6] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F7_July_2010 7] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F8_July_2010 8] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F9_July_2010 9] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F10_July_2010 10] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F11_July_2010 11]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F12_July_2010 12] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F13_July_2010 13] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F14_July_2010 14] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F15_July_2010 15] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F16_July_2010 16] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F17_July_2010 17] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F18_July_2010 18]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F19_July_2010 19] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F20_July_2010 20] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F21_July_2010 21] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F22_July_2010 22] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F23_July_2010 23] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F24_July_2010 24] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F25_July_2010 25]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F26_July_2010 26] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F27_July_2010 27] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F28_July_2010 28] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F29_July_2010 29] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F30_July_2010 30] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F31_July_2010 31]
August
MTWTFSS
            [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F1_August_2010 1]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F2_August_2010 2] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F3_August_2010 3] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F4_August_2010 4] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F5_August_2010 5] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F6_August_2010 6] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F7_August_2010 7] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F8_August_2010 8]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F9_August_2010 9] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F10_August_2010 10] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F11_August_2010 11] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F12_August_2010 12] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F13_August_2010 13] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F14_August_2010 14] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F15_August_2010 15]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F16_August_2010 16] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F17_August_2010 17] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F18_August_2010 18] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F19_August_2010 19] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F20_August_2010 20] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F21_August_2010 21] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F22_August_2010 22]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F23_August_2010 23] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F24_August_2010 24] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F25_August_2010 25] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F26_August_2010 26] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F27_August_2010 27] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F28_August_2010 28] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F29_August_2010 29]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F30_August_2010 30] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F31_August_2010 31]
September
MTWTFSS
    [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F1_September_2010 1] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F2_September_2010 2] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F3_September_2010 3] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F4_September_2010 4] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F5_September_2010 5]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F6_September_2010 6] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F7_September_2010 7] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F8_September_2010 8] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F9_September_2010 9] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F10_September_2010 10] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F11_September_2010 11] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F12_September_2010 12]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F13_September_2010 13] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F14_September_2010 14] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F15_September_2010 15] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F16_September_2010 16] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F17_September_2010 17] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F18_September_2010 18] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F19_September_2010 19]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F20_September_2010 20] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F21_September_2010 21] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F22_September_2010 22] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F23_September_2010 23] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F24_September_2010 24] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F25_September_2010 25] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F26_September_2010 26]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F27_September_2010 27] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F28_September_2010 28] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F29_September_2010 29] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F30_September_2010 30]
October
MTWTFSS
        [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F1_October_2010 1] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F2_October_2010 2] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F3_October_2010 3]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F4_October_2010 4] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F5_October_2010 5] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F6_October_2010 6] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F7_October_2010 7] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F8_October_2010 8] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F9_October_2010 9] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F10_October_2010 10]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F11_October_2010 11] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F12_October_2010 12] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F13_October_2010 13] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F14_October_2010 14] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F15_October_2010 15] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F16_October_2010 16] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F17_October_2010 17]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F18_October_2010 18] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F19_October_2010 19] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F20_October_2010 20] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F21_October_2010 21] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F22_October_2010 22] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F23_October_2010 23] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F24_October_2010 24]
[http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F25_October_2010 25] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F26_October_2010 26] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F27_October_2010 27] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F28_October_2010 28] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F29_October_2010 29] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F30_October_2010 30] [http://2010.igem.org/Team:RMIT_Australia/Notebook#.2F31_October_2010 31]


28 June

Did OH&S training and PC2 training

29 June

Began research on what we were going to use to promote taq

30 June

Looked at T7 with a Lac operon as a promotore of taq

13 July

Designed Primers for Taq into backbone

Researched about using an Asp/Pro between the peptide and the Taq

Began looking at ligation independent cloning for insertion of peptide

14 July

Looked at prices of Hotels in Boston

19 July

began looking at the structure of taq, its thermostability began looking at different mutations that can be done to taq to increase its thermostability without changing its structure

21 July

sent in sequence of wild type taq to iTasser

23 July

Checked thermostability of the mutations that will be done to Taq using Expasy

Sent in sequence of taq with mutations at 485, 515 and 540 to iTasser

3 August

Had iGEM team meeting

-Discussed ANZAAS Proposal

-Spoke about possibilities of using Geneart

-Discussed possible T-shirt designs

5 August

Meet up with Damian, discussed different strategies to use in modelling, began using YASARA to do our Modelling

10 August

Had iGEM team meeting

-Took Team Photo

11 August

PCR of Taq

Taq with a DNA concentration of 40ng/µL was diluted to 1µM by addition of 24µL of MilliQ water to 1µL of the Taq plasmid. Primers were diluted to 100µM by adding 354µL to the forward primer with a concentration of 35.4 nmol and 405µL to the reverser primer with a concentration of 40.5nmol. The primers were further diluted to 0.2µM by adding 10µL of the primer to 490µL of milliQ water. The PCR reaction was then made by adding 25µL of Master Mix, 2.5µL of each primer, 5µL of Rnase free water and 15µL of 0.2µM Taq Plasmid.

The PCR

98º 60 Sec 1 cycle

98º 15 Sec then 72º 90 Sec 25 cycle

72º 5 min 1 cycle

16 August

Collaborated with the Sheffield team by participating in an over the phone survery about Human Practices

17 August

had team meeting

- discussed how we can get more sponsors

- talked about placing our order to gene art

- began filling out the form to send Pennstates survey to the ethics committee

- discussed results for modelling

- decided to fix optimise our previous PCR

18 August

called few companies seeking sponsorship enquired for booking flights and accomadation

19 August

Working on comparing TAQ wild structure to the TAQ Mutated structure to see that there are no major differences, which will mean that TAQ is inactive but will retain it's thermostability at high temperatures.

Wrote an email to ABC TV, wanting to know if they will do piece on our project for there The New Inventors Program.

Waiting for results from I-Tasser on the mutated TAQ sequence. Went into the lab and made SOC media and LB- agar plates

20 August

Did two PCR reaction and a transformation The first PCR we ran was a touch down PCR. Temperatures ranged from 69 to 64. The second PCR was a two step PCR.

30 August

Ordered the TAQ polymerase from Mr. Gene. Should have it in 15 days. Meeting today at 10am to discuss project budget and costings. After the meeting we all are sitting together for a writing session.

31 August

Spent the morning organising our flights In the afternoon we all sat together for a writing session

1 September

We all sat together for another writing session.

7 September

Had a team meeting

14 September

Had a team meeting and made a lab time table, we also set out tasks which need to be done by the next meeting

  • Update the wiki
  • Finalise the form for the ethics committee for pennstate
  • Call up possible sponsors
  • Collect Tshirts
  • Work on abstract and team Roster
  • research heat liable bonds
  • order peptides
  • chat with emilio about possible bio assays
  • work on making the promotor part

15 September

Mutagenesis Quikchange XL kit

Click Here for Mutagenesis Protocol

  • Template Concentration = 8ng/µl
  • Fwd 77ng/µl (low 260/280)
  • Rev 86.5 ng/µl (low 260/280)

We optimised for low 260/280

Reaction Mixture

  • 5 µl buffer
  • 1.9 µl template
  • 1.7 µl Fwd
  • 1.62 µl Rev
  • 1 µl dNTP
  • 38.78 µl H2O --> reaction volume 50 µl
  • 1 µl Pfu

First mutagenesis was to turn the -35 site in the promoter region into an Afi II restriction site. Dpn1 digest (2 µl) for 2hrs

16 September

Click Here for Mutagenesis Protocol

2 µl of the mutagenesis product into 100 µl of competent cells Plate 50 µl, 100 µl and 150 µl samples.

17 September

- finalized project abstract

19 September

- Sent off project abstract to HQ

20 September

Two colonies were picked from the plates and were grown in 5mL of Media

21 September

A miniprep was performed on 1.5ul of the overnight culture. 10ng/ul DNA were obtained from both samples with a O.D higher than 1.85. These samples were then used to perform a restriction digest using EcoR1 H.F and AflII. The restriction digest was done according to the iGEM protocols [http://ginkgobioworks.com/support/BioBrick_Assembly_Manual.pdf CLICK HERE].

Results The restriction digest did not work. We expected a band at 160bp and one at ~3000bp

22 September

>>>> TABLE <<<<


Results The restriction worked. Gel Image below

23 September

Second mutagenesis. This involves changing the -10 promoter region into a ClaI restriction site. AflII (11) miniprep sample was used as template

Click Here for Mutagenesis Protocol

After the Dpn1 digest, 2ul of product was transformed into E.coli Xl1 blue cells.

24 September

Colonies grew on the plate. This was stores in the fridge (4 degrees) until Monday for colonies to be picked.

27 September

Two colonies were picked from the plate and grown overnight at 37 degrees in the shaking incubator.

28 September

Preparation of plasmid DNA using Invitrogen Miniprep Kit. Obtained ---ng/ul (260/280 = ---)

Restriction digest using EcoRI and ClaI, then gel electrophoresis. Strange gel picture. Two bands of similar size ~ 1.3 kb and 1.6 kb appear on the gel.

29 September

Two more colonies (different) were picked and grown overnight at 37 degrees.

Transformation of RFP in Ampicillin, Kanamycin and Chloroamphenicol backbones. They will act as spare backbones.

30 September

A second preparation of plasmid DNA using Invitrogen Miniprep Kit. Obtained ---ng/ul (260/280 = ---)

Restriction digest using EcoRI and ClaI, then gel electrophoresis. Strange gel picture again. Two bands of similar size ~ 1.3 kb and 1.6 kb appear on the gel. There is a problem with the backbone or the miniprep. Must investigate.

4 October

Got it! The problem was the plasmid backbone. It was thought that it was pSB1A3, but in fact it was pSB1AK3. Kanamycin has a ClaI site.

A restriction digest was performed using EcoRI and PstI. The RFP plasmid was also digested with EcoRI and PstI. A ligation reaction was performed in order for the promoter part to switch backbones (from pSB1AK3 to pSB1C3). RFP is also a form of control mechanism to see if the plasmid has the correct insert. Red colonies have RFP, while White colonies have our insert. Overnight ligation at 16 degrees.

RedWhite.JPG

5 October

The ligation product was transformed (5ul) into E.coli XL1 Blue competent cells.

6 October

Colonies grew. Two white colonies were picked and grown overnight in the shaking incubator at 37 degrees.

7 October

Slow growth on Chloroamphenicol. Cultures were left on the shaking incubator for an extra night.

8 October

Miniprep of the colonies. One successfully grew, while the other did not. Miniprep results gave a concentration of 114ng/ul with a 260/280 of 1.98. Woohoo.

Double digest (diagnostic) with NcoI and AflII/ClaI --> to check the success of mutagenesis. Gel result gave strange band pattern.

11 October

Single restriction digest (AflII/ClaI) verified the size of the plasmid. Will re-do double digest tomorrow.

working on presentation and wiki

13 October

Making 80% glycerol stock Miniprep of mr.gene TAQ clone 1 = 26.7 ng/ul (100ul) clone 2 = 21.1ng/ul (100ul) Restriction Enzyme digest of mr.gene taq with EcoRi and Pst Diagnostic Gel worked YAY Ligation of Mr.gene taq into psb1c3 left over night at 16 degrees


14 October

Heat inactivated T4 ligase Transformation of Mr.gene taq in psb1c3