Team:Manchester/Projecttest

From 2013.igem.org

(Difference between revisions)
(Created page with "{{:Team:Manchester/layout/noheader}} <html> <head> <title> Safety </title> <script type='text/javascript' src="http://code.jquery.com/jquery-1.8.0.min.js"></script> <script type...")
 
(89 intermediate revisions not shown)
Line 1: Line 1:
{{:Team:Manchester/layout/noheader}}
{{:Team:Manchester/layout/noheader}}
 +
{{:Team:Manchester/Navbartest3}}
 +
{{:Team:Manchester/Footer}}
<html>
<html>
<head>
<head>
<title> Safety </title>
<title> Safety </title>
-
<script type='text/javascript' src="http://code.jquery.com/jquery-1.8.0.min.js"></script>
 
-
<script type='text/javascript' src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
 
-
 
-
<script type='text/javascript'>
 
-
function hoverLink1()
 
-
{
 
-
  $("#block #link1").hover(function() {
 
-
      $("#block #image1").toggleClass("expand");
 
-
  });
 
-
  $("#block #link1").mouseenter(function() {
 
-
    $("#block #image1").css({marginLeft: "17px"});
 
-
  });
 
-
  $("#block #link1").mouseleave(function() {
 
-
    $("#block #image1").css({marginLeft: "25px"});
 
-
  });
 
-
}
 
-
 
-
function hoverImage1()
 
-
{
 
-
  $("#block #image1").mouseenter(function() {
 
-
    $("#block #image1").css({marginLeft: "17px"});
 
-
  });
 
-
    $("#block #image1").mouseleave(function() {
 
-
    $("#block #image1").css({marginLeft: "25px"});
 
-
  });
 
-
}
 
-
 
-
function hoverLink2()
 
-
{
 
-
  $("#block #link2").hover(function() {
 
-
  $("#block #image2").toggleClass("expand");
 
-
  });
 
-
  $("#block #link2").mouseenter(function() {
 
-
    $("#block #image2").css({marginLeft: "17px"});
 
-
  });
 
-
  $("#block #link2").mouseleave(function() {
 
-
    $("#block #image2").css({marginLeft: "25px"});
 
-
  });
 
-
}
 
-
 
-
function hoverImage2()
 
-
{
 
-
  $("#block #image2").mouseenter(function() {
 
-
    $("#block #image2").css({marginLeft: "17px"});
 
-
  });
 
-
  $("#block #image2").mouseleave(function() {
 
-
    $("#block #image2").css({marginLeft: "25px"});
 
-
          });
 
-
}
 
-
 
-
function hoverLink3()
 
-
{
 
-
  $("#block #link3").hover(function() {
 
-
  $("#block #image3").toggleClass("expand");
 
-
  });
 
-
  $("#block #link3").mouseenter(function() {
 
-
    $("#block #image3").css({marginLeft: "15px"});
 
-
  });
 
-
  $("#block #link3").mouseleave(function() {
 
-
    $("#block #image3").css({marginLeft: "25px"});
 
-
  });
 
-
}
 
-
 
-
function hoverImage3()
 
-
{
 
-
  $("#block #image3").mouseenter(function() {
 
-
    $("#block #image3").css({marginLeft: "15px"});
 
-
  });
 
-
    $("#block #image3").mouseleave(function() {
 
-
    $("#block #image3").css({marginLeft: "25px"});
 
-
  });
 
-
}
 
-
 
-
function hoverLink4()
 
-
{
 
-
  $("#block #link4").hover(function() {
 
-
  $("#block #image4").toggleClass("expand");
 
-
  });
 
-
  $("#block #link4").mouseenter(function() {
 
-
    $("#block #image4").css({marginLeft: "15px"});
 
-
  });
 
-
  $("#block #link4").mouseleave(function() {
 
-
    $("#block #image4").css({marginLeft: "25px"});
 
-
  });
 
-
}
 
-
 
-
function hoverImage4()
 
-
{
 
-
  $("#block #image4").mouseenter(function() {
 
-
    $("#block #image4").css({marginLeft: "15px"});
 
-
  });
 
-
    $("#block #image4").mouseleave(function() {
 
-
    $("#block #image4").css({marginLeft: "25px"});
 
-
  });
 
-
}
 
-
 
-
function hoverLink5()
 
-
{
 
-
  $("#block #link5").hover(function() {
 
-
  $("#block #image5").toggleClass("expand");
 
-
  });
 
-
  $("#block #link5").mouseenter(function() {
 
-
    $("#block #image5").css({marginLeft: "17px"});
 
-
  });
 
-
  $("#block #link5").mouseleave(function() {
 
-
    $("#block #image5").css({marginLeft: "25px"});
 
-
  });
 
-
}
 
-
 
-
function hoverImage5()
 
-
{
 
-
  $("#block #image5").mouseenter(function() {
 
-
    $("#block #image5").css({marginLeft: "17px"});
 
-
  });
 
-
    $("#block #image5").mouseleave(function() {
 
-
    $("#block #image5").css({marginLeft: "25px"});
 
-
  });
 
-
}
 
-
 
-
</script>
 
<style type="text/css">
<style type="text/css">
Line 134: Line 16:
#content, body
#content, body
{
{
-
background-color:#ccc;
+
background-color:#F2F2F2;
}
}
Line 149: Line 31:
-moz-box-shadow: 0px 0px 5px 0px rgba(76,0,130,1));
-moz-box-shadow: 0px 0px 5px 0px rgba(76,0,130,1));
box-shadow: 0px 0px 5px 0px rgba(76,0,130,1);
box-shadow: 0px 0px 5px 0px rgba(76,0,130,1);
-
 
-
/*-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);*/
 
}
}
Line 181: Line 59:
{
{
float:left;
float:left;
-
margin-left:100px;
+
margin-left:90px;
-
margin-right:30px;
+
margin-right:10px;
}
}
Line 190: Line 68:
margin-left:50px;
margin-left:50px;
}
}
 +
 +
.global
 +
{
 +
position:relative;
 +
width:950px;
 +
height:1000px;
 +
}
 +
 +
  .mtextbox {
 +
    width: 100%;
 +
    min-height: 80px;
 +
    height: auto;
 +
    background-color: white;
 +
    color: #4c0082;
 +
    font-face: Trebuchet Sans MS;
 +
    font-size: 20px;
 +
    margin: 10px 0;
 +
    text-align: center;
 +
  }
 +
  .mtextbox b {
 +
    color: #660099;
 +
  }
.wrapper
.wrapper
Line 195: Line 95:
position:absolute;
position:absolute;
clear:both;
clear:both;
-
width:800px;
+
width:990px;
-
top:110px;
+
height:870px;
-
left:70px;
+
top:120px;
 +
left:-20px;
padding:10px;
padding:10px;
-
background-color:#ccc;
+
background-color:white;
-
-webkit-border-radius: 10px;
+
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-
border-radius: 10px;
+
-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);
-
-webkit-box-shadow: 0px 0px 10px 2px rgba(102,0,153,1);
+
-
-moz-box-shadow: 0px 0px 10px 2px rgba(102,0,153,1);
+
-
box-shadow: 0px 0px 10px 2px rgba(102,0,153,1);
+
-
 
+
-
/*-webkit-box-shadow: 10px 10px 15px 0px rgba(102,0,153,0.71);
+
-
-moz-box-shadow: 10px 10px 15px 0px rgba(102,0,153,0.71);
+
-
box-shadow: 10px 10px 15px 0px rgba(102,0,153,0.71);*/
+
}
}
-
.text1, .text2, .text3, .text4
+
#content1, #content3, #content5
{
{
-
width:600px;
+
float:left;
-
margin:35px auto;
+
margin-bottom:10px;
 +
width:470px;
 +
height:230px;
 +
background:#ccc;
padding:10px;
padding:10px;
-
background-color:#F2F2F2;
 
-
-webkit-border-radius: 10px;
+
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-
border-radius: 10px;
+
-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);
-
/*-webkit-box-shadow: 10px 10px 15px 0px rgba(102,0,153,0.71);
+
-
-moz-box-shadow: 10px 10px 15px 0px rgba(102,0,153,0.71);
+
-
box-shadow: 10px 10px 15px 0px rgba(102,0,153,0.71);*/
+
}
}
-
.text1 img, .text2 img, .text3 img, .text4 img
+
#content1 p, #content3 p, #content5 p 
{
{
 +
margin:0;
 +
width:285px;
 +
height:180px;
float:left;
float:left;
-
margin-right:5px;
+
font-family: Trebuchet MS;
-
}
+
font-size:15px;
-
 
+
padding:10px;
-
.text1 p, .text2 p, .text3 p , .text4 p
+
background:#F2F2F2;
-
{
+
color:#4c0082;
-
margin:5px 5px 5px 5px;
+
-
line-height:24px;
+
-
background-color:#F2F2F2;
+
text-align:justify;
text-align:justify;
-
color:#660099;
 
-
color:#660099;
 
-
font-family:Trebuchet MS;
 
-
font-size:14px;
 
-
}
 
-
.container
+
-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);
-
height:90px;
+
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-
width:560px;
+
-
margin:0 auto;
+
-
background-color:#ccc;
+
-
position:absolute;
+
-
top:5px;
+
-
left:200px;
+
-
z-index:100;
+
}
}
-
#block
+
#content1 img, #content3 img, #content5 img
{
{
-
float:left;
+
float:right;
-
width:100px;
+
margin-right:5px;
-
margin:5px;
+
        /*-moz-border-radius:6px;
 +
        -webkit-border-radius:6px;
 +
        border-radius:6px;*/
 +
-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);
}
}
-
#block a
+
#content1 .myButton, #content2 .myButton, #content3 .myButton, #content4 .myButton, #content5 .myButton, #content6 .myButton
{
{
-
display:block;
+
clear:both;
-
text-decoration: none;
+
margin-top:5px;      
-
background-color: #660099;
+
        /*-moz-box-shadow:inset 0px 1px 0px 0px #efdcfb;
-
color:white;
+
        -webkit-box-shadow:inset 0px 1px 0px 0px #efdcfb;
-
font-size: 14px;
+
        box-shadow:inset 0px 1px 0px 0px #efdcfb;*/
-
font-family: Trebuchet MS;
+
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-
font-weight: bold;
+
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-
border-radius: 5px;
+
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-
width: 60px;
+
       
-
margin:0 auto;
+
        background-color:#bc80ea;
-
text-align: center;
+
       
-
padding: 3px;
+
        display:inline-block;
-
color:#F2F2F2;
+
        color:#ffffff;
 +
        font-family:trebuchet MS;
 +
        font-size:15px;
 +
        font-weight:bold;
 +
        padding:6px 24px;    
 +
        text-shadow:0px 1px 0px #9752cc;
 +
        text-decoration:none;
 +
        text-align:center;      
-
transition-duration:0.1s;
+
        text-shadow:0px 1px 0px #9b14b3;
-
transition-timing-function:linear;
+
        width:255px;
 +
    }
 +
 +
#content1 .myButton:hover, #content2 .myButton:hover, #content3 .myButton:hover, #content4 .myButton:hover,
 +
#content5 .myButton:hover, #content6 .myButton:hover
 +
{             
 +
background-color:#dfbdfa;
}
}
-
 
+
-
#block img
+
#content1 .myButton:active, #content2 .myButton:active, #content3 .myButton:active, #content4 .myButton:active,
 +
#content5 .myButton:hover, #content6 .myButton:hover         
{
{
-
transition-duration:0.1s;
+
        position:relative;
-
transition-timing-function:linear;
+
        top:1px;
-
margin:0 25px;
+
-
display:block;
+
}
}
-
#block img:hover
+
#content2 .myButton, #content4 .myButton, #content6 .myButton
{
{
-
width:65px;
+
margin-left:12px;
-
height:65px;
+
}
}
-
#block .list
+
#content2, #content4, #content6
{
{
-
margin:0;
+
float:right;
-
}
+
margin-bottom:10px;
 +
width:470px;
 +
height:230px;
 +
background:#ccc;
 +
padding:10px;
-
#block .list li
+
-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);
-
display:block;
+
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-
list-style:none;
+
}
}
-
#block .list .submenu
+
#content2 img, #content4 img, #content6 img
{
{
-
display:none;
+
float:left;
-
clear: both;
+
margin:0 5px 5px 0;
-
margin:0;
+
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-
display: none;
+
-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);
}
}
-
#block .list .submenu li
+
#content2 p, #content4 p, #content6 p
{
{
-
list-style:none;
+
float:right;
-
display: block;
+
width:285px;
 +
height:180px;
margin:0;
margin:0;
-
float: none;
+
font-family: Trebuchet MS;
-
}
+
font-size:15px;
 +
padding:10px;
 +
background:#F2F2F2;
 +
color:#4c0082;
 +
text-align:justify;
-
#block .list .submenu li a
+
-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);
-
clear:both;
+
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-
display:block;
+
-
border:1px solid #4C0082;
+
-
margin:0 auto;
+
-
width:90px;
+
}
}
-
#block .list li:hover .submenu
+
hr
{
{
-
display:block;
+
clear: both;
-
}
+
border: 0;  
-
 
+
height: 0;
-
.expand
+
border-top: 1px solid rgba(0, 0, 0, 0.1);  
-
{
+
border-bottom: 1px solid rgba(255, 255, 255, 0.3);  
-
width:65px;
+
-
height:65px;
+
-
}
+
-
 
+
-
.global
+
-
{
+
-
position:relative;
+
-
width:950px;
+
-
height:1600px;
+
-
 
+
}
}
Line 363: Line 255:
<div class="banner">
<div class="banner">
  <div class="igem">  
  <div class="igem">  
-
  <a>
+
  <a href="https://2013.igem.org/Main_Page">
           <img src="https://static.igem.org/mediawiki/2013/3/3f/Igem.png">
           <img src="https://static.igem.org/mediawiki/2013/3/3f/Igem.png">
           </a>
           </a>
Line 373: Line 265:
           <div class="central">  
           <div class="central">  
-
    <a><img src="https://static.igem.org/mediawiki/2013/d/d5/Safety.jpg"></a>
+
    <a><img src="https://static.igem.org/mediawiki/2013/9/90/ProjectMan.png"></a>
  </div>  
  </div>  
Line 384: Line 276:
<div class="global">
<div class="global">
-
<div class="container">
+
<div class="wrapper" >
-
         <div id="block">
+
<div class="mtextbox">
-
              <img src="https://static.igem.org/mediawiki/2013/7/74/Home.gif" width="50" height="50" id="image1"/>
+
  <b><u>Key Achievements</u></b><br>
-
      <a href="#" id="link1">Home</a>
+
• Created three biobricks<br>
-
        </div>
+
• Used an expression vector based on standard parts to successfully characterise biobricks<br>
 +
• Improvement of a biobrick
 +
</div>
 +
         <div id="content1">
 +
            <p>
 +
The mass deforestation in Indonesia and Malaysia to make room for oil palm plantations is one of the biggest issues of our time. Not only does it result in the extinction of many endangered species, it’s also having a massive impact on the amount of CO<sub>2</sub> released into the atmosphere. That’s where we come in...
 +
        </p>
 +
                        <img src="https://static.igem.org/mediawiki/2013/7/7e/Aimresized.jpg" height="230" width="150"/>     
 +
<a href="https://2013.igem.org/Team:Manchester/Aimtest2" class="myButton" > PROJECT OVERVIEW </a>
 +
 +
 +
  </div>
 +
 +
  <div id="content2">
 +
  <img src="https://static.igem.org/mediawiki/2013/f/fd/Safety3.jpg" height="230" width="150"/>      
 +
            <p>
 +
Promoting safety within the lab, and also within the wider synthetic biology community, is paramount to the success of this research area. Here we consider how lab work can be made as safe as possible, and also how we would ensure our project remains safe if it became a commercial success.
 +
 +
</p>         
 +
            <a href="https://2013.igem.org/Team:Manchester/Safetytest" class="myButton" > SAFETY </a>
 +
  </div>
 +
 +
    <div id="content3">
 +
            <p>
 +
Over the course of the summer we documented our progress weekly, both as a way for the team to remain as organised as possible and also as a way to allow future teams to see how we developed the project through the weeks. Also sometimes it is nice to show off.
 +
            </p>
 +
                        <img src="https://static.igem.org/mediawiki/2013/c/cb/Notebookresized.jpg" height="230" width="150"/>     
 +
<a href="https://2013.igem.org/Team:Manchester/Notebooktest2" class="myButton" >NOTEBOOK </a>
 +
 +
 +
  </div>  
-
        <div id="block">
+
  <div id="content4">
-
            <img src="https://static.igem.org/mediawiki/2013/e/e6/Group.gif" width="50" height="50" id="image2"/>
+
  <img src="https://static.igem.org/mediawiki/2013/3/30/Labbook3.jpg" height="230" width="150"/>
-
                  <ul class="list">
+
            <p>  
-
                    <li><a href="#" id="link2">About</a>
+
Can’t have an iGEM team without a lab book! Here you will find a list of protocols, some general and some more project-specific, that we have been using during the project.
-
                  <ul class="submenu" id="sub1">
+
-
        <li><a href="#" id="link2">Our Team</a></li>
+
</p>        
-
                        <li><a href="#" id="link2">Team Profile</a></li>
+
            <a href="https://2013.igem.org/Team:Manchester/LabBooktest" class="myButton" > LAB BOOK </a>
-
  </ul>
+
  </div>
-
                    </li>
+
-
                  </ul>
+
-
        </div>
+
-
         <div id="block">
+
         <div id="content5">
-
             <img src="https://static.igem.org/mediawiki/2013/a/a8/Project.gif" width="50" height="50" id="image3"/>
+
             <p>  
-
              <ul class="list">
+
We think the work we’ve done during this uncharacteristically hot summer has what it takes to win some medals/prizes! Click here to see our completed Judging Form and a medalling checklist.
-
                  <li><a href="#" id="link3">Project</a>
+
-
                <ul class="submenu">
+
-
    <li><a href="#" id="link3">Aim</a></li>
+
-
                    <li><a href="#" id="link3">Modelling</a></li>
+
-
    <li><a href="#" id="link3">Notebook</a></li>
+
-
                    <li><a href="#" id="link3">Contributions</a></li>
+
-
    <li><a href="#" id="link3">Safety</a></li>
+
-
                    <li><a href="#" id="link3">Human Proctices</a></li>
+
-
    <li><a href="#" id="link3">Attributions</a></li>
+
-
        </ul>
+
-
                </li>
+
-
              </ul>
+
-
        </div>
+
-
        <div id="block">
+
          </p>
-
            <img src="https://static.igem.org/mediawiki/2013/5/5b/Outreach.gif" width="50" height="50" id="image4"/>
+
                        <img src="https://static.igem.org/mediawiki/2013/2/29/Judge.jpg" height="230" width="150"/>  
-
            <ul class="list">
+
<a href="https://2013.igem.org/Team:Manchester/medaltest" class="myButton" > JUDGING</a>
-
                  <li><a href="#" onclick="javascript:openMenu('sub3')" id="link4">Outreach</a>
+
  </div>
-
                <ul class="submenu" id="sub3">
+
 
-
    <li><a href="#" id="link4">Event 1</a></li>
+
  <div id="content6">
-
                    <li><a href="#" id="link4">Event 2</a></li>
+
  <img src="https://static.igem.org/mediawiki/2013/9/9f/Projectpartspageresized.jpg" height="230" width="150"/>
-
    <li><a href="#" id="link4">Event 3</a></li>
+
            <p>  
-
                    <li><a href="#" id="link4">Event 4</a></li>
+
Click here to see the list of the BioBricks we have sent in to the Registry of Standard Biological Parts, in addition to detailed information about our characterisation.
-
                </ul>
+
-
                  </li>
+
</p>        
-
            </ul>
+
            <a href="https://2013.igem.org/Team:Manchester/contributiontest" class="myButton" > PARTS CONTRIBUTION </a>
-
        </div>
+
  </div>  
-
 
+
-
        <div id="block">
+
-
            <img src="https://static.igem.org/mediawiki/2013/c/cb/Sponsors.gif" width="50" height="50" id="image5"/>
+
-
            <a href="#" id="link5">Sponsors</a>
+
-
        </div>
+
-
</div>
+
-
 
+
-
<div class="wrapper" >
+
-
        <div class="text1">
+
-
        <img src="https://static.igem.org/mediawiki/2013/0/00/1p.gif" width="100" height="100" />
+
-
    <p>
+
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit,
+
-
sed do eiusmod tempor? </p>
+
-
        <p>
+
-
Incididunt ut labore et dolore magna
+
-
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
+
-
ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
-
Duis aute irure dolor in reprehenderit in voluptate velit
+
-
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
+
-
occaecat cupidatat non proident, sunt in culpa qui officia
+
-
deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet,
+
-
consectetur adipisicing elit, ed do eiusmod tempor incididunt
+
-
ut labore et dolore magna liqua. Ut enim ad minim veniam, quis nostrud exercitation
+
-
ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
-
Duis aute irure dolor in reprehenderit in voluptate velit
+
-
</p>
+
-
</div>
+
-
+
-
<div class="text2">
+
-
                <img src="https://static.igem.org/mediawiki/2013/0/01/2p.gif" width="100" height="100" />
+
-
    <p>
+
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit,
+
-
sed do eiusmod tempor? </p>
+
-
        <p>
+
-
Incididunt ut labore et dolore magna
+
-
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
+
-
ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
-
Duis aute irure dolor in reprehenderit in voluptate velit
+
-
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
+
-
occaecat cupidatat non proident, sunt in culpa qui officia
+
-
deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet,
+
-
consectetur adipisicing elit, ed do eiusmod tempor incididunt
+
-
ut labore et dolore magna liqua. Ut enim ad minim veniam, quis nostrud exercitation
+
-
ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
-
Duis aute irure dolor in reprehenderit in voluptate velit
+
-
</p>
+
-
</div>
+
-
+
-
<div class="text3">
+
-
                <img src="https://static.igem.org/mediawiki/2013/2/21/3p.gif" width="100" height="100" />
+
-
    <p>
+
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit,
+
-
sed do eiusmod tempor? </p>
+
-
        <p>
+
-
Incididunt ut labore et dolore magna
+
-
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
+
-
ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
-
Duis aute irure dolor in reprehenderit in voluptate velit
+
-
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
+
-
occaecat cupidatat non proident, sunt in culpa qui officia
+
-
deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet,
+
-
consectetur adipisicing elit, ed do eiusmod tempor incididunt
+
-
ut labore et dolore magna liqua. Ut enim ad minim veniam, quis nostrud exercitation
+
-
ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
-
Duis aute irure dolor in reprehenderit in voluptate velit
+
-
</p>
+
-
</div>
+
-
+
-
<div class="text4">
+
-
                <img src="https://static.igem.org/mediawiki/2013/7/7e/4p.gif" width="100" height="100" />
+
-
    <p>
+
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit,
+
-
sed do eiusmod tempor? </p>
+
-
        <p>
+
-
Incididunt ut labore et dolore magna
+
-
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
+
-
ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
-
Duis aute irure dolor in reprehenderit in voluptate velit
+
-
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
+
-
occaecat cupidatat non proident, sunt in culpa qui officia
+
-
deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet,
+
-
consectetur adipisicing elit, ed do eiusmod tempor incididunt
+
-
ut labore et dolore magna liqua. Ut enim ad minim veniam, quis nostrud exercitation
+
-
ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
-
Duis aute irure dolor in reprehenderit in voluptate velit
+
-
</p>
+
-
</div>  
+
</div>
</div>
</div>
</div>

Latest revision as of 19:41, 15 October 2013

page

Top

Safety

Key Achievements
• Created three biobricks
• Used an expression vector based on standard parts to successfully characterise biobricks
• Improvement of a biobrick

The mass deforestation in Indonesia and Malaysia to make room for oil palm plantations is one of the biggest issues of our time. Not only does it result in the extinction of many endangered species, it’s also having a massive impact on the amount of CO2 released into the atmosphere. That’s where we come in...

PROJECT OVERVIEW

Promoting safety within the lab, and also within the wider synthetic biology community, is paramount to the success of this research area. Here we consider how lab work can be made as safe as possible, and also how we would ensure our project remains safe if it became a commercial success.

SAFETY

Over the course of the summer we documented our progress weekly, both as a way for the team to remain as organised as possible and also as a way to allow future teams to see how we developed the project through the weeks. Also sometimes it is nice to show off.

NOTEBOOK

Can’t have an iGEM team without a lab book! Here you will find a list of protocols, some general and some more project-specific, that we have been using during the project.

LAB BOOK

We think the work we’ve done during this uncharacteristically hot summer has what it takes to win some medals/prizes! Click here to see our completed Judging Form and a medalling checklist.

JUDGING

Click here to see the list of the BioBricks we have sent in to the Registry of Standard Biological Parts, in addition to detailed information about our characterisation.

PARTS CONTRIBUTION