Team:Manchester/Notebook

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
 
(18 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 *** -->
+
{{:Team:Manchester/layout/noheader}}
 +
{{:Team:Manchester/Footer}}
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<head>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<title> Safety </title>
-
This is a template page. READ THESE INSTRUCTIONS.
+
 
 +
<script type='text/javascript'>
 +
      function blocking(nr)
 +
      {
 +
        displayNew = (document.getElementById(nr).style.display == 'none') ? 'block' : 'none';
 +
        document.getElementById(nr).style.display = displayNew;
 +
      } 
 +
function hover1()
 +
{
 +
  $("#block").hover(function() {
 +
      $("#block #image1").toggleClass("expand");
 +
  });
 +
  $("#block").mouseenter(function() {
 +
    $("#block #image1").css({marginLeft: "40px"});
 +
  });
 +
  $("#block").mouseleave(function() {
 +
    $("#block #image1").css({marginLeft: "50px"});
 +
  });
 +
}
 +
 
 +
function hover2()
 +
{
 +
  $("#block").mouseenter(function() {
 +
    $("#block #image1").css({marginLeft: "40px"});
 +
  });
 +
    $("#block").mouseleave(function() {
 +
    $("#block #image1").css({marginLeft: "50px"});
 +
  });
 +
}
 +
 
 +
function hover3()
 +
{
 +
  $("#block1").hover(function() {
 +
      $("#block1 #image2").toggleClass("expand");
 +
  });
 +
  $("#block1").mouseenter(function() {
 +
    $("#block1 #image2").css({marginLeft: "40px"});
 +
  });
 +
  $("#block1").mouseleave(function() {
 +
    $("#block1 #image2").css({marginLeft: "50px"});
 +
  });
 +
  $("#block1").mouseenter(function() {
 +
      $("#block1 .submenu").show();
 +
  });
 +
  $("#block1").mouseleave(function() {
 +
      $("#block1 .submenu").hide();
 +
  });
 +
}
 +
 
 +
function hover4()
 +
{
 +
  $("#block2").hover(function() {
 +
      $("#block2 #image3").toggleClass("expand");
 +
  });
 +
  $("#block2").mouseenter(function() {
 +
    $("#block2 #image3").css({marginLeft: "40px"});
 +
  });
 +
  $("#block2").mouseleave(function() {
 +
    $("#block2 #image3").css({marginLeft: "50px"});
 +
  });
 +
  $("#block2").mouseenter(function() {
 +
      $("#block2 .submenu").show();
 +
  });
 +
  $("#block2").mouseleave(function() {
 +
      $("#block2 .submenu").hide();
 +
  });
 +
}
 +
 
 +
 
 +
function hover5()
 +
{
 +
  $("#block3").hover(function() {
 +
      $("#block3 #image6").toggleClass("expand");
 +
  });
 +
  $("#block3").mouseenter(function() {
 +
    $("#block3 #image6").css({marginLeft: "40px"});
 +
  });
 +
  $("#block3").mouseleave(function() {
 +
    $("#block3 #image6").css({marginLeft: "50px"});
 +
  });
 +
  $("#block3").mouseenter(function() {
 +
      $("#block3 .submenu").show();
 +
  });
 +
  $("#block3").mouseleave(function() {
 +
      $("#block3 .submenu").hide();
 +
  });
 +
}
 +
 
 +
function hover6()
 +
{
 +
  $("#block4").hover(function() {
 +
      $("#block4 #image4").toggleClass("expand");
 +
  });
 +
  $("#block4").mouseenter(function() {
 +
    $("#block4 #image4").css({marginLeft: "40px"});
 +
  });
 +
  $("#block4").mouseleave(function() {
 +
    $("#block4 #image4").css({marginLeft: "50px"});
 +
  });
 +
  $("#block4").mouseenter(function() {
 +
      $("#block4 .submenu").show();
 +
  });
 +
  $("#block4").mouseleave(function() {
 +
      $("#block4 .submenu").hide();
 +
  });
 +
}
 +
 
 +
 
 +
function hover7()
 +
{
 +
  $("#block5").hover(function() {
 +
      $("#block5 #image5").toggleClass("expand");
 +
  });
 +
  $("#block5").mouseenter(function() {
 +
    $("#block5 #image5").css({marginLeft: "40px"});
 +
  });
 +
  $("#block5").mouseleave(function() {
 +
    $("#block5 #image5").css({marginLeft: "50px"});
 +
  });
 +
  $("#block5").mouseenter(function() {
 +
      $("#block5 .submenu").show();
 +
  });
 +
  $("#block5").mouseleave(function() {
 +
      $("#block5 .submenu").hide();
 +
  });
 +
}
 +
</script>
 +
 
 +
<style type="text/css">
 +
*
 +
{
 +
margin:0;
 +
padding:0;
 +
}
 +
 
 +
#content, body
 +
{
 +
background-color:#F2F2F2;
 +
}
 +
 
 +
.header
 +
{
 +
width:100%;
 +
height:100px;
 +
background:#4c0082;
 +
 
 +
-webkit-border-radius: 10px;
 +
border-radius: 10px;
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 
 +
.banner
 +
{
 +
-webkit-border-radius: 10px;
 +
border-radius: 10px;
 +
 
 +
 
 +
height:100px;
 +
background:#4c0082;
 +
margin:0 auto;
 +
}
 +
 
 +
.igem
 +
{
 +
float:left;
 +
margin-left:10px;
 +
}
 +
 
 +
.logo
 +
{
 +
float:left;
 +
 
 +
}
 +
 
 +
.central
 +
{
 +
float:left;
 +
margin-left:110px;
 +
margin-right:20px;
 +
}
 +
 
 +
.uni
 +
{
 +
float:left;
 +
margin-left:50px;
 +
}
 +
 
 +
.wrapper
 +
{
 +
position:absolute;
 +
clear:both;
 +
width:940px;
 +
top:120px;
 +
left:0;
 +
padding:10px;
 +
background-color:#f2f2f2;
 +
 
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 
 +
.container
 +
{
 +
height:90px;
 +
width:980px;
 +
margin:0 auto;
 +
background-color:#F2F2F2;
 +
position:absolute;
 +
top:20px;
 +
left:0;
 +
z-index:100;
 +
}
 +
 
 +
#block, #block1, #block2, #block3, #block4, #block5
 +
{
 +
float:left;
 +
width:150px;
 +
height:80px;
 +
margin:0 5px;
 +
}
 +
 
 +
#block a, #block1 a, #block2 a, #block3 a, #block4 a, #block5 a
 +
{
 +
display:block;
 +
text-decoration: none;
 +
background-color: #660099;
 +
color:white;
 +
font-size: 17px;
 +
font-family: Trebuchet MS;
 +
font-weight: bold;
 +
border-radius: 5px;
 +
width: 140px;
 +
margin:0 auto;
 +
text-align: center;
 +
padding: 3px;
 +
color:#F2F2F2;
 +
border:1px solid #4C0082;
 +
 
 +
 
 +
-webkit-transition-duration:0.1s;
 +
-webkit-timing-function:linear;
 +
transition-duration:0.1s;
 +
transition-timing-function:linear;
 +
}
 +
 
 +
#block img,#block1 img,#block2 img,#block3 img,#block4 img, #block5 img
 +
{
 +
-webkit-transition-duration:0.1s;
 +
-webkit-timing-function:linear;
 +
transition-duration:0.1s;
 +
transition-timing-function:linear;
 +
margin:0 50px;
 +
display:block;
 +
}
 +
 
 +
#block img:hover,#block1 img:hover,#block2 img:hover,#block3 img:hover,#block4 img:hover, #block5 img:hover
 +
{
 +
width:65px;
 +
height:65px;
 +
}
 +
 
 +
#block .list,#block1 .list,#block2 .list,#block3 .list,#block4 .list
 +
{
 +
margin:0;
 +
}
 +
 
 +
#block .list li, #block1 .list li, #block2 .list li, #block3 .list li, #block4 .list li
 +
{
 +
display:block;
 +
list-style:none;
 +
margin:0;
 +
}
 +
 
 +
.submenu
 +
{
 +
position:relative;
 +
display:none;
 +
clear: both;
 +
margin:0;
 +
display: none;
 +
}
 +
 
 +
#block .list .submenu li
 +
{
 +
list-style:none;
 +
display: block;
 +
margin:0;
 +
float: none;
 +
}
 +
 
 +
#block1 .list .submenu li a, #block2 .list .submenu li a, #block3 .list .submenu li a, #block4 .list .submenu li a
 +
{
 +
clear:both;
 +
display:block;
 +
border:1px solid #4C0082;
 +
margin:0 auto;
 +
width:130px;
 +
font-size: 13px;
 +
font-family: Trebuchet MS;
 +
font-weight: bold;
 +
color:#f2f2f2;
 +
}
 +
 
 +
#block4 .list .submenu li .submenu1, #block4 .list .submenu li .submenu2
 +
{
 +
margin:0;
 +
}
 +
 +
#block4 .list .submenu li .submenu1 a, #block4 .list .submenu li .submenu2 a
 +
{
 +
margin:0 auto;
 +
width:110px;
 +
font-size: 13px;
 +
font-family: Trebuchet MS;
 +
font-weight: bold;
 +
color:black;
 +
background-color:#FFCC33;
 +
}
 +
 
 +
#block4 .list .submenu li .submenu1 a:hover, #block4 .list .submenu li .submenu2 a:hover
 +
{
 +
color:white;
 +
display:block;
 +
background:#A901DB;
 +
}
 +
 
 +
#block1 .list .submenu li a:hover, #block2 .list .submenu li a:hover, #block2 .list .submenu li a:hover,
 +
#block3 .list .submenu li a:hover, #block4 .list .submenu li a:hover
 +
{
 +
display:block;
 +
background:#A901DB;
 +
}
 +
 
 +
#block .list li:hover .submenu
 +
{
 +
display:block;
 +
}
 +
 
 +
.expand
 +
{
 +
-webkit-transition-duration:0.1s;
 +
-webkit-timing-function:linear;
 +
transition-duration:0.1s;
 +
transition-timing-function:linear;
 +
 
 +
width:65px;
 +
height:65px;
 +
}
 +
 
 +
.menu
 +
{
 +
margin:5px auto;
 +
width:900px;
 +
}
 +
 
 +
.menu li
 +
{
 +
list-style:none;
 +
}
 +
 
 +
.menu li a
 +
{
 +
display:block;
 +
width:900px;
 +
text-decoration:none;
 +
margin-bottom:5px;
 +
font-family:Trebuchet MS;
 +
font-weight:bold;
 +
font-size:24px;
 +
color:white;
 +
background-color:#660099;
 +
padding:5px;
 +
 
 +
-webkit-border-radius: 10px;
 +
border-radius: 10px;
 +
 
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 
 +
center img
 +
{
 +
margin:10px auto;
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 
 +
.menu #month0 a span
 +
{
 +
margin-left:20px;
 +
margin-right:330px;
 +
}
 +
 
 +
.menu #month1 a span, .menu #month2 a span
 +
{
 +
margin-left:20px;
 +
margin-right:370px;
 +
}
 +
 
 +
.menu #month3 a span
 +
{
 +
margin-left:20px;
 +
margin-right:360px;
 +
}
 +
 
 +
.menu #month4 a span
 +
{
 +
margin-left:20px;
 +
margin-right:340px;
 +
}
 +
 
 +
#submenu101 li a, #submenu li a, #submenu2 li a, #submenu3 li a, #submenu4 li a
 +
{
 +
display:block;
 +
width:800px;
 +
margin-left:30px;
 +
padding:5px;
 +
text-align:center;
 +
font-family:Trebuchet MS;
 +
font-weight:bold;
 +
font-size:18px;
 +
color:white;
 +
background-color:#FFCC33;
 +
 
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 
 +
#text101, #text102, #text103,  #text, #text1, #text2, #text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#text11,#text12,#text13,#text14,#text15
 +
{
 +
margin:0 auto;
 +
margin-bottom:5px;
 +
width:700px;
 +
font-family:Trebuchet MS;
 +
font-weight:bold;
 +
font-size:14px;
 +
color:white;
 +
background-color:#BDBDBD;
 +
padding:5px;
 +
 
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 
 +
.global
 +
{
 +
position:relative;
 +
width:950px;
 +
height:500px;
 +
}
 +
 
 +
.block1 a, .block2 a, .block3 a, .block4 a, .block5 a, .block6 a, .block7 a, .block8 a, .block9 a, .block10 a, .block11 a, .block12 a, .block13 a
 +
{
 +
width:120px;
 +
text-decoration:none;
 +
color:white;
 +
text-align:center;
 +
background:#606060;
 +
padding:5px;
 +
font-style:Trebuchet MS;
 +
font-weight:bold;
 +
font-size:12px;
 +
color:white;
 +
}
 +
 
 +
.block1 a:hover, .block2 a:hover, .block3 a:hover, .block4 a:hover, .block5 a:hover, .block6 a:hover, .block7 a:hover, .block8 a:hover, .block9 a:hover, .block10 a:hover, .block11 a:hover, .block12 a:hover, .block13 a:hover
 +
{
 +
background:#C0C0C0;
 +
color:#606060;
 +
}
 +
 
 +
.leftbar
 +
{
 +
width:120px;
 +
height:600px;
 +
position:fixed;
 +
top:120px;
 +
left:5px;
 +
}
 +
 
 +
.block1 a
 +
{
 +
background:#660099;
 +
float:left;
 +
display:block;
 +
padding:5px;
 +
}
 +
 
 +
.block2 a
 +
{
 +
display:block;
 +
float:left;
 +
margin-top:1px;
 +
padding:5px;
 +
}
 +
 
 +
.block3 a
 +
{
 +
background:#bc80ea;
 +
display:block;
 +
float:left;
 +
margin-top:1px;
 +
padding:5px;
 +
}
 +
 
 +
.block4 a
 +
{
 +
display:block;
 +
float:left;
 +
margin-top:1px;
 +
padding:5px;
 +
}
 +
 
 +
.block5 a
 +
{
 +
display:block;
 +
float:left;
 +
margin-top:1px;
 +
padding:5px;
 +
}
 +
 
 +
.block6 a
 +
{
 +
display:block;
 +
float:left;
 +
margin-top:1px;
 +
padding:5px;
 +
}
 +
 
 +
.block7 a
 +
{
 +
display:block;
 +
float:left;
 +
margin-top:1px;
 +
padding:5px;
 +
}
 +
 
 +
.block8 a
 +
{
 +
display:block;
 +
float:left;
 +
margin-top:1px;
 +
 
 +
padding:5px;
 +
}
 +
 
 +
</style>
 +
</head>
 +
 
 +
<body onLoad="blocking('submenu'); blocking('submenu2'); blocking('submenu3'); blocking('submenu4'); blocking('submenu101'); blocking('text101'); blocking('text102'); blocking('text103');
 +
blocking('text'); blocking('text1'); blocking('text2'); blocking('text3');blocking('text4'); blocking('text5'); blocking('text6'); blocking('text7'); blocking('text8'); blocking('text9'); blocking('text10'); blocking('text11'); blocking('text12'); blocking('text13'); blocking('text14');blocking('text15'); hover1(); hover2(); hover3(); hover4(); hover5(); hover6(); hover7();">
 +
 
 +
<div class="header">
 +
<div class="banner">
 +
  <div class="igem">
 +
  <a href="https://2013.igem.org/Main_Page">
 +
          <img src="https://static.igem.org/mediawiki/2013/3/3f/Igem.png">
 +
          </a>
 +
  </div> 
 +
 
 +
  <div class="logo">
 +
    <a><img src="https://static.igem.org/mediawiki/2013/8/87/LOGO1.jpg"></a>
 +
  </div>
 +
 
 +
          <div class="central">
 +
    <a><img src="https://static.igem.org/mediawiki/2013/e/ea/Notebook1.png"></a>
 +
  </div>
 +
 
 +
  <div class="uni">
 +
    <a><img src="https://static.igem.org/mediawiki/2013/f/fd/Uni1.jpg"></a>
 +
  </div>
 +
 
 +
</div>
</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 seasonYou 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 class="global">
 +
        <div class="container">
 +
        <div id="block">
 +
              <img src="https://static.igem.org/mediawiki/2013/7/74/Home.gif" width="50" height="50" id="image1"/>
 +
      <a href="https://2013.igem.org/Team:Manchester" id="link1">Home</a>
 +
        </div>
 +
 
 +
        <div id="block1">
 +
            <img src="https://static.igem.org/mediawiki/2013/e/e6/Group.gif" width="50" height="50" id="image2"/>
 +
                  <ul class="list">
 +
                    <li><a href="https://2013.igem.org/Team:Manchester/Team" id="link2">Team</a>
 +
                  <ul class="submenu">
 +
                    <li><a href="https://igem.org/Team.cgi?id=1027" target="_blank">Team Profile</a></li>
 +
  </ul>
 +
                    </li>
 +
                  </ul>
 +
        </div>
 +
       
 +
        <div id="block2">
 +
            <img src="https://static.igem.org/mediawiki/2013/a/a8/Project.gif" width="50" height="50" id="image3"/>
 +
              <ul class="list">
 +
                  <li><a href="https://2013.igem.org/Team:Manchester/Project" id="link3">Project</a>
 +
                <ul class="submenu">
 +
    <li><a href="https://2013.igem.org/Team:Manchester/Overview" id="link3">Project Overview</a></li>
 +
    <li><a href="https://2013.igem.org/Team:Manchester/Notebook" id="link3">Notebook</a></li>
 +
                            <li><a href="https://2013.igem.org/Team:Manchester/LabBook" id="link3">Lab Book</a></li>
 +
                    <li><a href="https://2013.igem.org/Team:Manchester/Parts" id="link3">Parts</a></li>
 +
    <li><a href="https://2013.igem.org/Team:Manchester/Safety" id="link3">Safety</a></li>
 +
                            <li><a href="https://2013.igem.org/Team:Manchester/Judging" id="link3">Judging</a></li>                    
 +
    <li><a href="https://2013.igem.org/Team:Manchester/Attributions" id="link3">Attributions</a></li>
 +
        </ul>
 +
                </li>
 +
              </ul>
 +
        </div>
 +
 
 +
        <div id="block3">
 +
            <img src="https://static.igem.org/mediawiki/2013/a/a8/Project.gif" width="50" height="50" id="image6"/>
 +
              <ul class="list">
 +
                  <li><a href="https://2013.igem.org/Team:Manchester/Modelling" id="link6">Modelling</a>
 +
                <ul class="submenu">
 +
    <li><a href="https://2013.igem.org/Team:Manchester/Enzyme" id="link6">Uncertainty Analysis</a></li>
 +
                            <li><a href="https://2013.igem.org/Team:Manchester/FabProteinModel" id="link6">FabA Dynamics Model</a></li>
 +
                          <li><a href="https://2013.igem.org/Team:Manchester/PopulationDynamics" id="link6">Population Dynamics</a></li>
 +
                            <li><a href="https://2013.igem.org/Team:Manchester/Collaboration" id="link6">Modelling Collaboration</a></li>
 +
        </ul>
 +
                </li>
 +
              </ul>
 +
        </div>
 +
 
 +
        <div id="block4">
 +
            <img src="https://static.igem.org/mediawiki/2013/5/5b/Outreach.gif" width="50" height="50" id="image4"/>
 +
            <ul class="list">
 +
                  <li><a href="https://2013.igem.org/Team:Manchester/HumanPractices" id="link4">Human Practices</a>
 +
                <ul class="submenu">
 +
    <li><a href="https://2013.igem.org/Team:Manchester/Outreach" id="link4">Public Outreach</a>
 +
<ul class="submenu1">
 +
  <a href="https://2013.igem.org/Team:Manchester/Stars" id="link4">Science Stars</a></li>
 +
  <a href="https://2013.igem.org/Team:Manchester/OpenDay" id="link4">Open day</a></li>
 +
</ul>
 +
    </li>
 +
                    <li><a href="https://2013.igem.org/Team:Manchester/Ethics" id="link4">Ethics</a>
 +
<ul class="submenu2">
 +
  <li><a href="https://2013.igem.org/Team:Manchester/EnvironmentPart1" id="link4">Environmental Impact</a></li>
 +
  <li><a href="https://2013.igem.org/Team:Manchester/EconomyPart1" id="link4">Economic Impact</a></li>
 +
  <li><a href="https://2013.igem.org/Team:Manchester/ManagementPart1" id="link4">Impact Management</a></li>
 +
  <li><a href="https://2013.igem.org/Team:Manchester/Conclusion" id="link4">Conclusion</a></li>
 +
</ul>
 +
    </li>
 +
                            <li><a href="https://2013.igem.org/Team:Manchester/Collaboration" id="link4">Modelling Collaboration</a></li>
 +
                    <li><a href="https://2013.igem.org/Team:Manchester/KnowledgeDeficit" id="link4">Knowledge Deficit Assumption</a></li>
 +
                            <li><a href="https://2013.igem.org/Team:Manchester/Conferences" id="link4">Conferences and Discussions</a></li>
 +
                            <li><a href="https://2013.igem.org/Team:Manchester/SocialMedia" id="link4">Social Media</a></li>
 +
                </ul>
 +
                  </li>
 +
            </ul>
 +
        </div>
 +
 
 +
        <div id="block5">
 +
            <img src="https://static.igem.org/mediawiki/2013/5/5b/Outreach.gif" width="50" height="50" id="image5"/>
 +
            <a href="https://2013.igem.org/Team:Manchester/Sponsorship" id="link5">Sponsorship</a>
 +
        </div>
 +
</div>
</div>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
 
-
You <strong>MUST</strong>  have all of the pages listed in the menu below with the names specifiedPLEASE keep all of your pages within your teams namespace.   
+
<div class="wrapper" >
 +
<ul class="menu">
 +
                  <li id="month0"><a href="" onclick="blocking('submenu101'); return false;"><span><img src="https://static.igem.org/mediawiki/2013/e/ee/DownArrow2.png" width="30" height="30" /></span> Pre-Summer</a>
 +
              <ul id="submenu101">      
 +
<li id="one"><a href="" onclick="blocking('text101'); return false;">Search for the Project</a>
 +
<div id="text101">
 +
<p>The team was put together in December ‘12 and work began right away to find a project for us to start working on. It quickly became apparent that you can’t will your imagination to start spouting brilliant ideas, but potential projects seemed to start appearing in everything we encountered in our day-to-day lives! Armed with this new source of ideas the team started meeting regularly throughout the week to have brainstorming sessions, where every idea, no matter how silly it seemed, was aired and judged by the rest of the group. Lots of pieces of paper later and we managed to whittle our ideas down into our three favourites.</p>
 +
<br>
 +
<p>During the first few months of research we went to lots of conferences and discussions that were really useful (more info can be found on our Conferences and Discussions page). Firstly, going to meetings of these kind was great in terms of finding out what synthetic biology is currently used for, and the present outlooks for the area. Perhaps more importantly though, these meetings proved to be very good for networking with people who are either already involved with synthetic biology, or people who are interested in synthetic biology. This meant that we got some useful feedback on our budding ideas, which further aided their development.</p>
 +
<br>
 +
<p>Around May, we had a major group meeting with Eriko and Rainer and most of our advisors. At this meeting we presented each of our three favourite ideas to the supervisors, and discussions followed surrounding the feasibility of each idea. Eventually the team reached a unanimous decision to power ahead with the synthetic alternative to palm oil components idea, and then the hard work started!</p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/c/c0/Rsz_searchproject.png"  /></center> </p>
 +
                                </div>
 +
                        </li>
 +
 
 +
                <li id="one"><a href="" onclick="blocking('text102'); return false;">Public Outreach Planning</a>
 +
<div id="text102">
 +
<p>From the start of the project we had decided that we would include outreach activities aimed at young people in order to interest and educate them, but also to promote the field of synthetic biology to the next generation. Luckily, Elsa had some contacts within the Faculty of Life Sciences (FLS) at the university, and we quickly managed to sign up for both a two-day workshop event and the annual Community Open Day! (More info can be found on our Public Outreach pages)</p>
 +
<br>
 +
<p>Having received word of a university-wide competition to encourage public engagement, Jess gave a presentation to the Head of Public Engagement within FLS and to the other competitors, ultimately winning us £150 to go towards our outreach events and an Outreach Mentor (Matthew Hickman)! We then met with Matthew and discussed our activity ideas, and he gave us lots of useful hints and tips of the dos and don’ts associated with hosting outreach events.</p>
 +
<br>
 +
<p>After much deliberation we finally settled on what our main activity would be - a hands-on workshop where the children would build a DNA double helix out of sweets (representing the base pairs), strawberry pencils (representing the sugar-phosphate backbone) and cocktail sticks (representing the hydrogen bonding)! We also decided to include a mini discussion/debate amongst the children on the ethics of synthetic biology.</p>
 +
<br>
 +
<p>During the weeks leading up to summer (and our planned events!), the outreach team designed a poster for the Community Open Day and made a thorough plan of how our workshops would be run. The aim of the poster was to attractively present our project, the palm oil industry and the iGEM competition to a wide range of people (the Open Day was free for anyone to attend), which we certainly did!</p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/8/89/Rsz_ediblednakit.jpg"  /></center> </p>
 +
                                </div>
 +
                        </li>
 +
 
 +
                     
 +
                      </ul>
 +
                  </li>
 +
                       
 +
      <li id="month1"><a href="" onclick="blocking('submenu'); return false;"><span><img src="https://static.igem.org/mediawiki/2013/e/ee/DownArrow2.png" width="30" height="30" /></span>June</a>
 +
                  <ul id="submenu">      
 +
        <li id="one"><a href="" onclick="blocking('text'); return false;">Week 1</a>
 +
<div id="text">
 +
                            <p>Week 1 in the Manchester iGEM house...
 +
Exams are over and we’ve officially started full-time work on the project! At the start of the week we had a big group meeting, complete with instructors and advisors, and were presented with our very own pins and stickers set. The pins quickly vanished, but we held on to the stickers for an Outreach activity we have in the pipeline (more on that on the Outreach page!). We took advantage of the rare sunshine and had our first (almost) group photo taken, to go in an article in the uni newsletter (and to also reveal what Team Manchester looks like to the rest of the world). We were introduced to our beautiful lab space, and are all really eager to get our hands/gloves dirty!  </p>
 +
 
 +
<p>The wiki designers have begun tweaking the page to make it a little more presentable for the masses and, apart from a little accident where Ali’s face was pasted over everyone else’s on the Team page, it’s going quite swimmingly!</p>
 +
 
 +
<p>After quickly realising that biology is SO COMPLEX, the main bulk of the team began an intensive literature search, looking for anything and everything that may be of use to us in the following weeks. We’ve located a BioBrick that we would really love to use and attempt to improve, but are having doubts about whether or not it is available for us to order. Hope so, or it’s back to square one! Fingers crossed.</p>
 +
 
 +
<p>Preliminary modelling research has also begun. None of the team has firsthand experience of modelling biology, so this should be interesting. We’re currently scouring the internet and some 1970s handbooks in search of kinetic information for the enzymes involved in prokaryotic fatty acid biosynthesis. One small step for man and all that. Wish us luck!</p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/a/a6/Team1.jpg"  /></center> </p>
 +
</div>
 +
</li>
 +
            <li id="two"><a href="" onclick="blocking('text1'); return false;">Week 2</a>
 +
    <div id="text1">
 +
                              <p> Week 2 in the Manchester iGEM house... (that’s old now, I won’t use it again.)
 +
This has been a busy week for the less sciencey aspects of the project. We finalised our team logo, made a great poster for a Community open day we will be attending in July, and made the final changes to the sponsor packet we will be sending out soon. The team attempted to split into two subteams: core experimental team and core modelling team. Despite working on these two separate things, the group still managed to come together regularly to update the others on any progress made. Both experimental and modelling research started in Week 1 was built upon, and we feel that we are at least going in the right direction! </p>
 +
 
 +
<p>We put a request in for 3 BioBricks from the Repository, and are eagerly awaiting a response. Lab work will start soon. To begin with it will just be building up a stock of media and plates etc, but it will make the lab feel more like home. Which is good, because we plan on living there for the next 10 weeks.</p>
 +
 
 +
<p>We also met with Dr. Andy Balmer to have a chat about Human Practices. There was so much we hadn’t thought about! He definitely gave us a few things to consider, and we set a date for another meeting in Week 3. Following the meeting we thought it would be a good idea to appoint a Head of Human Practices and a Head of Ethics on the team, which fell to Rob and Tan respectively (congrats on your new job, here is a cake).</p>
 +
 
 +
<p>5 of the team will be visiting London in July for the first ever Young Synthetic Biologists meet-up! Accommodation and travel has already been paid, so now it’s just a matter of waiting for the day to come. We’ll be there with bells on (and also with a soil sample, at Norwich iGEM’s request!)</p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/e/e5/MancPlates.jpg"  /></center> </p>
 +
</div>
 +
</li>
 +
        <li id="three"><a href="" onclick="blocking('text2'); return false;">Week 3</a>
 +
    <div id="text2">
 +
                              <p>This week we started thinking about our FadD knockout. After a meeting about primer design with our new supervisor, Jay; we found the gene sequence, worked out our primers and put them to order! Later in the week we had another meeting with Andy Balmer, which once again gave us a lot to think about. We’ve had a few lightbulb moments and we’re pretty excited to get stuck in! Back in the lab we found out that we didn’t have any supplies, but after a quick shopping trip we ended up with plenty of supplies...ok a LOT of supplies (Not sure if we’re going to get through 3000 1.5ml Eppendorf tubes). </p>
 +
 
 +
<p>Unfortunately, our first attempt at transformation failed, but to raise our spirits we had our first iGEM social! Divita cooked the team a fantastic curry, and we had a great time. The food adventures continued the next day when Elsa brought in some Icelandic dried fish: certainly something different! </p>
 +
 
 +
<p>Meanwhile all through the week, the modelling team have been doing a great job making the experimental team look bad. They’ve been learning how to use Copasi (made here in Manchester!) and are cross-referencing the data ready to start simulation.  </p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/9/95/MancShop.jpg"  /></center> </p>
 +
</div>
 +
</li>
 +
        <li id="four"><a href="" onclick="blocking('text3'); return false;">Week 4</a>
 +
    <div id="text3">
 +
                            <p> Week 4 started off slowly, but by the end things were really starting to come together. We realised that the pkd46 plasmid we were trying to transform is heat sensitive, so heat-shocking and incubating at 37C really wasn’t the best idea! Instead we tried electroporation, which we managed to do first time, with some successful colonies! Hopefully the rest of the fadD knockout will now run smoothly. </p>
 +
 
 +
<p>After realising just how expensive biology can be, we’ve started to make a big push on the sponsorship front. So far this has led to some free kits from QIAGEN, so we're off to a good start. </p>
 +
 
 +
<p>Unfortunately this week we also had to say goodbye to Ali and Johanna, who need to spend time on other projects. Luckily we can say hello to Marco (who will be helping in the lab) and our new advisor Denis (who’s will be helping us out with implementing our wiki ideas). </p>
 +
 
 +
<p>As you can see it’s been a fairly quiet week, but with our upcoming public outreach events and YSB 1.0, we’ve got a busy fortnight ahead of us!</p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/a/a0/DivRalf.jpg"  /></center> </p>
 +
 
 +
</div>
 +
</li>
 +
  </ul>
 +
  </li>  
 +
      <li id="month2"><a href="" onclick="blocking('submenu2'); return false;"><span><img src="https://static.igem.org/mediawiki/2013/e/ee/DownArrow2.png" width="30" height="30" /></span>July</a>
 +
    <ul id="submenu2">      
 +
        <li id="one"><a href="" onclick="blocking('text4'); return false;">Week 5</a>
 +
<div id="text4">
 +
                              <p> This week has certainly been a mix of ups and downs! On Tuesday and Wednesday the outreach team ran 12 workshops for children aged 11-13 at the university’s Science Stars event. They taught the children about the structure of DNA by getting them to create a DNA molecule from Mario sweets (Mario pairs to Yoshi, Donkey Kong to Diddy Kong) and strawberry pencils. The activity was received amazingly well by the children and teachers alike. We also taught them about what synthetic biology is, and asked them to think what ideas they’d have as well as the ethical implications associated with them. Some of the ideas were phenomenal, and some were let’s say...a little more abstract. The team is doing the workshop again at the Community Open Day on Saturday, where they’ll be bringing SynBio to the wider public!</p>
 +
 
 +
  <p>Unfortunately, experimental progress has been plagued by admin issues, delaying us from getting the FAS module and our primers. On the plus side our electrocompetent bacterial colonies were successful, meaning our Court-Lamba recombinase knockout of the fadD gene is ready for the next step! Now we just need our primers. Modelling have had a bit more success, but both subteams have had issues with finding the source for delta-9-desaturase. Fortunately, this was more or less resolved by the end of the week!</p>
 +
 
 +
<p>We also had another social! Elsa cooked the team a delicious vegetarian lasagna, we found out more about Jess’ love of rodents, and Rob tried (and failed) to do Bhangra dancing. </p>
 +
 
 +
<p>Next week most of the team is off to YSB 1.0 in London. We’re really looking forward to meeting the other UK iGEM teams!</p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/c/c2/Openday1.jpg"  /></center> </p>
 +
 
 +
</div>
 +
</li>
 +
            <li id="two"><a href="" onclick="blocking('text5'); return false;">Week 6</a>
 +
    <div id="text5">
 +
                              <p> This has been a good week of collaborations for us! At the start of the week we had a Google hangout with Perdue to discuss their idea to standardise entry of parts into the registry. It emerged that there are many issues raised when it comes to standardising modelling. We agreed to help them with this. By the end of the week, this had somewhat grown...</p>
 +
 
 +
<p>On Thursday we headed off to London for the very first Young Synthetic Biologists (YSB) conference. This was a big meeting of all the UK iGEM teams. On the first day we listened to presentations from each team in the morning. The afternoon featured workshops covering topics such as public engagement, business startups and bioart. </p>
 +
 
 +
<p>The second day brought exciting news to the team. After our presentation, we had a lot of interest in our model. This led to a proposed collaboration with several other UK teams. Our aim is to each make a video tutorial on how to use various different software commonly used to model in iGEM, and to then make these videos accessible to future teams. Hopefully having introductions like this will encourage and inspire more people to embrace modelling in their projects!</p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/a/a0/Ysb12.jpg"  /></center> </p>
 +
 
 +
</div>
 +
</li>
 +
        <li id="three"><a href="" onclick="blocking('text6'); return false;">Week 7</a>
 +
    <div id="text6">
 +
                             
 +
<p>This week’s been a quiet one, but it’s given some fairly substantial progress for the experimental and human practice teams. </p>
 +
 
 +
<p>Experimentally, the FAS module arrived from Prof Mattheos Koffas of the Rensselaer Polytechnic Institute, Troy, New York. We successfully extracted lots of it (78ng/µl!). This FAS module will help increase fatty acid synthesis in our <i>E. coli</i> so we get a greater yield of product. We are incredibly grateful for Prof Koffas for his generosity in donating this module, as this will be a big help to our project. </p>
 +
 
 +
<p>In human practice news, the team first had a meeting with James Leigh, a chemistry PhD student who has worked with the Oxbridge Biotech Roundtable. He gave the team some advice about how to organise a roundtable for a possible talk with industry we have in mind. It sounds like a lot of work, so we’re not sure if this is going to be a viable idea in the timescale we have left. There was also a meeting with Dr Catherine Rhodes, an expert in science ethics. She made us consider the rights needed to keep the Malaysian and Indonesian economies stable, and possible patenting issues with our project.<p>
 +
 
 +
<p>Even more economic progress was made (having Matt on the team was definitely a good decision!). We got concrete figures showing there is a link between palm oil growth and deforestation, that there is going to be a sharp rise in the price of naturally grown palm oil in the future.</p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/8/85/GelExtractManc.jpg"  /></center> </p>
 +
</div>
 +
</li>
 +
        <li id="four"><a href="" onclick="blocking('text7'); return false;">Week 8</a>
 +
    <div id="text7">
 +
                              <p>This week finally brought good news in sponsorship! We would like to thank the Hain Daniels Group and Eccelso for their very generous donations to our team! They are very much appreciated and will no doubt help us travel to the European jamboree. </p>
 +
 
 +
<p>The experimental team had some frustrations this week (it wouldn’t be real science without them!). After waiting a long time for our primers to arrive, they had some very confusing contamination after our PCR. The next challenge is to work out where it came from! The economics team drew up a list of things that need doing by time the project ends, and there’s lots of work to do! This week they found out that ‘sustainable’ palm oil isn’t as sustainable as you’d think. You can read much more about this on our ethics pages</p>
 +
 
 +
<p>At the end of the week we had another iGEM social where we tried the Icelandic delicacy of Hákarl (fermented shark). As you can imagine, it tasted bad but smelled even worse! The vegetable chilli that Jess made the team was much more appetising...</p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/a/a8/Hakarl.jpg"  /></center> </p>
 +
</div>
 +
</li>
 +
  </ul>
 +
  </li>
 +
 
 +
<li id="month3"><a href="" onclick="blocking('submenu3'); return false;"><span><img src="https://static.igem.org/mediawiki/2013/e/ee/DownArrow2.png" width="30" height="30" /></span>August</a>
 +
    <ul id="submenu3">      
 +
        <li id="one"><a href="" onclick="blocking('text8'); return false;">Week 9</a>
 +
<div id="text8">
 +
                              <p>This week was once again plagued with failed PCR runs, which then stalled the FadD knockout. It seems that the parameters on the thermocycler had been adjusted, leading to inconsistent results. Whilst we waited around for PCR cycles to complete, we decided to use the time to make up more stock solutions and media that we will (hopefully!) need in the near-future. That and to make ourselves feel a little more productive...</p>
 +
 
 +
<p>The ethics research is still coming along nicely. This week the team did more research into what policies are currently in place to protect rainforests, and looked into several case studies detailing previous instances where a synthetic alternative to a naturally occurring product has been introduced, amongst other things. We also contacted a number of companies in the hopes that one or two of them will be interested in sharing their opinions on the palm oil industry with us.</p>
 +
 
 +
<p>We also of course had more socials! First up was a Thai meal that lead onto a Gypsy jazz gig at a small bar in town, which the team thought was great. Then on friday we spent the evening chatting on the roof terrace of Marco’s flat, and took some really blurry photos (as you can see below)!</p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/3/3e/Marcosflat.jpg"  /></center> </p>
 +
</div>
 +
</li>
 +
            <li id="two"><a href="" onclick="blocking('text9'); return false;">Week 10</a>
 +
    <div id="text9">
 +
                              <p>It’s Week 10 already? Not sure how that happened. The pressure is on (...even more) now! The FadD knockout is still proving elusive, we’re sort of losing hope that it will ever work. This week will be our final attempt to complete it. Fingers crossed!</p>
 +
 
 +
<p>This week we had a meeting with Eriko and Rainer to discuss our progress with the project. They gave us some invaluable advice regarding the finer details of our experimental protocols, so we will put them into practice soon and hope to see some results! We received approval to order our 2 required genes: 𝛥9 and 𝛥12. This means that we should have them with us by the end of August. It will be a push to get them ready in time for the BioBrick deadline, but we’re hopeful that we will make it.<br>
 +
We have exciting news regarding our future fatty acid analyses. We found a new supervisor in Dr. Nik Rattray, a postdoc working with Prof. Roy Goodacre. Nik works with Orbitrap LC-MS, and will be helping us to characterise the fatty acid profiles of our constructs (once we make them!).<br>
 +
Next week we will be cloning the FabA gene out of the <i>E. coli</i> BL21 (DE3) genome, which we extracted from wild-type this week. The primers needed for the cloning of FabA were also ordered.</p>
 +
 
 +
<p>The economics and ethics research is feeling close to completion, and the write up has begun! Now it will be a race to get it all on the wiki looking pretty in time. No small feat, but the ethics guys can do it!.</p>
 +
 
 +
<p>The project is getting increasingly stressful, which is seeing a rise in our team socialising time! Coincidence? I think not. This week the team visited Tim’s place for food on Saturday, then went to a few bars in town, our favourite of which was The Alchemist. If they serve drinks in conical flasks it still counts as research, right?</p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/4/40/Alchemistcrew.jpg" /></center> </p>
 +
</div>
 +
</li>
 +
        <li id="three"><a href="" onclick="blocking('text10'); return false;">Week 11</a>
 +
    <div id="text10">
 +
                              <p>Sorry, this may be a long one! We started out the week with a big team meeting, during which we came up with a list of everything that needs to be done this week. Busy would be an understatement. We even had to seek out permission to enter the building at 7am, a first for this project! <br>
 +
The work was split into 4 sections: 1. Cloning and inserting ribosomal binding site (RBS) gene into pUC18 vector, 2. Cloning of FabA from WT <i>E. coli</i> BL21 (DE3), 3. FadD knockout, 4. LC-MS characterisation.</p>
 +
<p>1. RBS BioBricks from the kit were ligated into plasmid, transformed into <i>E. coli</i> DH5-alpha (?), and miniprepped. (this is probably wrong. Rob or Tim clarify please)</p>
 +
<p>2. We really want to BioBrick FabA because it is an important part of the fatty acid biosynthesis pathway of <i>E. coli</i> that is yet to be submitted to the Registry, and also we would really like to attempt to measure the kinetic properties of the enzyme to improve our model. This week we cloned the gene from <i>E. coli</i> BL21 (DE3) using PCR and stored in the freezer. The team are now thinking on the best ways to characterise this gene.</p>
 +
<p>3. Sadly, this week we had to say goodbye to our hopes of achieving knockout of the FadD gene. 10 long weeks and nothing to show for it (other than a significant improvement in our PCR and gel electrophoresis skills)! </p>
 +
<p>4. We met with Nik who guided us through the quenching and metabolite extraction of prokaryotic cells. Initially we are running reference samples through Orbitrap LC-MS (WT <i>E. coli</i> BL21 (DE3) cells in different media, solid and liquid fractions of authentic palm oil), which we will then compare to the fatty acid profiles of our constructs. Nik also kept us entertained with stories about how the Orbitrap technology was developed in a cellar here in Manchester, and showed us a signed mass spectrometer by Alexander Makarov himself!</p>
 +
<p>This week’s social saw us at Jess’ house once more, this time for delicious Malaysian food and a film night after a particularly gruelling day in the lab. It goes without saying that everyone enjoyed letting their hair down for a bit.</p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/1/1b/Rsz_board.jpg"  /></center> </p>
 +
</div>
 +
</li>
 +
        <li id="four"><a href="" onclick="blocking('text11'); return false;">Week 12</a>
 +
    <div id="text11">
 +
                              <p>Disaster struck this week! The stock of DH5-a cells from next door’s lab became contaminated with a mystery ampicillin resistant plasmid, meaning our fabA transformed cells are useless. After a week of success, it was very disappointing to find this out. But hey, these things can happen in science. Time to put this behind us, find some new cells and start again! A Skype conversation with our supervisor was very reassuring, and we’re confident we can easily pull this back.</p>
 +
 
 +
<p> Meanwhile, in the ethics department, the research is done and the write-up for the wiki has started! We’ve found so much we want to write about, our main issue is wondering how we’re going to do it! It’s a good job we didn’t leave this until a week before wikifreeze…</p>
 +
 
 +
<p>Monday also saw Divita leave to go on holiday, so Tan (well, her sister!) cooked the team a great meal to say goodbye.</p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/8/8c/Piclab5.jpg"  /></center> </p>
 +
</div>
 +
</li>
 +
  </ul>
 +
  </li>  
 +
          <li id="month4"><a href="" onclick="blocking('submenu4'); return false;"><span><img src="https://static.igem.org/mediawiki/2013/e/ee/DownArrow2.png" width="30" height="30" /></span>September</a>
 +
    <ul id="submenu4">      
 +
        <li id="one"><a href="" onclick="blocking('text12'); return false;">Week 13</a>
 +
<div id="text12">
 +
                              <p>This week has flown by! Partly because of how busy we were, but probably because it was a bank holiday on Monday so we’ve had a 4 day week (got to adhere to health and safety regulations!)</p>
 +
 
 +
<p>Tuesday finally saw the arrival of our synthesised delta 9 and delta 12 genes, so the main objective of our project can finally begin!. Without any hesitation we hydrated them, transformed them into <i>E. coli </i>, and miniprepped them to get a lovely stock of DNA ready for us to use for a biobrick! We also inserted fabA in to a blunt-end vector and transformed it to get more DNA to work with. Next, they were all digested ready to ligate into the iGEM submission vector on Friday. Everything was going well right up to our awful gel extraction yields, meaning biobricks didn’t happen this week! It was very disappointing, but our weekend will be spent finding ways to improve our techniques.</p>
 +
 
 +
<p> Once again this week we said goodbye to certain members of the team. Not one, not two, but THREE team members left us this week (obviously optimistic we’d have the project finished by now!). Now that Tim, Marco and Elsa are gone, we have 3 on the lab team and 2 on the modelling team.  With not long to go until the biobrick submission deadline, here’s hoping we work well under pressure! </p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/7/76/Piclab9.jpg"  /></center> </p>
 +
</div>
 +
</li>
 +
            <li id="two"><a href="" onclick="blocking('text13'); return false;">Week 14</a>
 +
    <div id="text13">
 +
                              <p>This week was filled with frustration, as our gel extractions refused to cooperate with us! Luckily however, Lorna soon became a gel extraction pro, and our DNA yield soon increased to workable levels. </p>
 +
<br>
 +
<p>This week we also ordered our polo shirts, and we got the (correct!) sequencing results back from our fabA gene. </p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/0/00/Piclab8.jpg"  /></center> </p> </div>
 +
</li>
 +
        <li id="three"><a href="" onclick="blocking('text14'); return false;">Week 15</a>
 +
    <div id="text14">
 +
                              <p>It’s starting to feel like all of the effort we’ve been putting into the project will pay off! This week we managed to get our genes of interest (fabA, delta 9 and delta 12) into the iGEM submission plasmid! Sequencing showed that our genes are in fact ligated, and so we eagerly arranged a fedEX shipment to send our samples on their merry way to Boston. It’s not over though! We still needed to successfully ligate our genes into an expression plasmid. We chose pSB1C3 with a ribosomal binding site (RBS) and promoter (P) (Part BB1_ K608002). After a few seemingly failed attempts (our colonies were very small and took a while longer than expected to grow), we decided to test digest anyway because what did we have to lose (except all hope)? Excitingly however, the test digestions suggested that we’d put the genes into the expression plasmid! Time caught up with us and so we will be characterising next week. We think that the small colonies may be a result of the constitutive promoter used, and in an ideal world we’d check this theory. With one week to go though we will just have to leave it to any future iGEM teams out there!</p>
 +
<p>The pressure is very much on now, the whole team is feeling it. We’re desperately trying to juggle a chaotic lab schedule, writing up the wiki and making the presentation/poster for the jamboree. However there's still human practices to be done! In addition to all our lab work, we met with a group of local environmentalists and spoke to large industries to aid us in gauging what the public and industry really think about synthetic biology. </p>
 +
 
 +
<p> <center><img src="https://static.igem.org/mediawiki/2013/6/60/Piclab14.jpg" /></center> </p>
 +
</div>
 +
</li>
 +
        <li id="four"><a href="" onclick="blocking('text15'); return false;">Week 16</a>
 +
    <div id="text15">
 +
                              <p>This is it! The final stretch to wikifreeze and the pressure is hotting up. At the start of the week we inoculated our RBS/P and Delta9/Delta12/fabA constructs in FAS media containing the fatty acids we needed to feed the bacteria with. We left our samples in the very capable hands of Dr Rattray who ran our samples on the Orbitrap LC-MS so we could see if our fatty acid profile had changed. The results finally came through the day before wikifreeze, and we were thrilled to find out  that our biobricks had worked! </p>
 +
 
 +
<p>There’s no time to celebrate though. It’s the day of wiki freeze and we’re furiously working to get our wiki finished. Talk about cutting it fine!</p>
 +
</div>
 +
</li>
 +
  </ul>
 +
  </li>  
 +
</ul>     
 +
 
</div>
</div>
-
</div>
+
              <div class="leftbar">
-
</html>
+
                  <div class="block1">
 +
                    <a href="https://2013.igem.org/Team:Manchester/Project">PROJECT</a>
 +
                  </div>
-
<!-- *** End of the alert box *** -->
+
                  <div class="block2">
 +
                    <a href="https://2013.igem.org/Team:Manchester/Overview">OVERVIEW</a>
 +
                  </div>
 +
                   
 +
                  <div class="block3">
 +
                    <a href="https://2013.igem.org/Team:Manchester/Notebook">NOTEBOOK</a>
 +
                  </div>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
                  <div class="block4">
-
!align="center"|[[Team:Manchester|Home]]
+
                    <a href="https://2013.igem.org/Team:Manchester/LabBook">LAB BOOK</a>
-
!align="center"|[[Team:Manchester/Team|Team]]
+
                  </div>
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Manchester Official Team Profile]
+
-
!align="center"|[[Team:Manchester/Project|Project]]
+
-
!align="center"|[[Team:Manchester/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Manchester/Modeling|Modeling]]
+
-
!align="center"|[[Team:Manchester/Notebook|Notebook]]
+
-
!align="center"|[[Team:Manchester/Safety|Safety]]
+
-
!align="center"|[[Team:Manchester/Attributions|Attributions]]
+
-
|}
+
 +
                  <div class="block5">
 +
                    <a href="https://2013.igem.org/Team:Manchester/Parts">PARTS</a>
 +
                  </div>
 +
                  <div class="block6">
 +
                    <a href="https://2013.igem.org/Team:Manchester/Safety">SAFETY</a>
 +
                  </div>
-
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 class="block7">
 +
                    <a href="https://2013.igem.org/Team:Manchester/Judging">JUDGING</a>
 +
                  </div>
 +
 
 +
                  <div class="block8">
 +
                    <a href="https://2013.igem.org/Team:Manchester/Attributions">ATTRIBUTIONS</a>
 +
                  </div>
 +
              </div>
 +
</div>
 +
 
 +
</body>
 +
</html>

Latest revision as of 17:40, 26 October 2013

Top

Safety