Team:Manchester/Project

From 2013.igem.org

(Difference between revisions)
 
(13 intermediate revisions not shown)
Line 1: Line 1:
{{:Team:Manchester/layout/noheader}}
{{:Team:Manchester/layout/noheader}}
-
{{:Team:Manchester/layout/banner}}
+
{{:Team:Manchester/Navbartest2}}
-
{{:Team:Manchester/layout/nav}}
+
{{:Team:Manchester/Footer}}
-
<br><br>
+
-
[[File:Fabulous.jpg|center]]
+
<html>
-
<br><br>
+
<head>
-
== Objectives ==
+
<title> Safety </title>
-
# to introduce a new, more eco-friendly alternative to palm oil, using ''Escherichia coli''.
+
-
<br>
+
-
== Overview ==
+
-
=== <u>Palm oil</u> ===
+
-
Palm oil is a huge business. From food products such as margarine and chocolate, to cosmetics and even applications in biodiesel, palm oil is the most widely used vegetable oil in the world, and its demand is only increasing. But what most of the manufacturers of these products fail to address is the massive devastation caused by ripping up rainforests in order to make room for oil palm plantations. Not only does this mass deforestation damage the planet by increasing carbon emissions and decreasing the amount of CO2 taken up from the atmosphere, it also destroys the homes and habitats of thousands of endangered animals, including orangutans and tigers.
+
-
[[File:Fabulous.jpg|center]]
+
<style type="text/css">
 +
*
 +
{
 +
margin:0;
 +
padding:0;
 +
}
-
<br><br>
+
#content, body
-
That's where we come in.
+
{
-
<br>
+
background-color:#F2F2F2;
 +
}
-
=== <u>Our project</u> ===
+
.header
-
Palm oil is made up of four major components: palmitic acid, stearic acid, oleic acid, and linoleic acid. These four fatty acids are fractionated from crude palm oil and used in various different applications - stearic acid is used primarily in cosmetics, where oleic acid is an important oil used in cooking, for example.
+
{
-
<br><br>
+
width:100%;
-
The biosynthesis of fatty acids has been studied extensively in ''E. coli'', which makes this the ideal chassis for our project. Our aim is to exploit the pathway of naturally occurring saturated fatty acids (palmitic (C16:0) and stearic acid (C18:0)), and then insert non-native genes to introduce double bonds in stearic acid, to yield oleic (C18:1, Δ9) and linoleic acid (C18:2, Δ9,12). Producing palm oil in this way would remove the need to plant oil palm trees, and so would reduce the amount of deforestation occurring.
+
height:100px;
-
<br><br>
+
background:#4c0082;
 +
-webkit-border-radius: 10px;
 +
border-radius: 10px;
-
<br>
+
-webkit-box-shadow: 0px 0px 5px 0px rgba(76,0,130,1);
-
=== <u>References</u> ===
+
-moz-box-shadow: 0px 0px 5px 0px rgba(76,0,130,1));
-
# http://www.greenpeace.org.uk/forests/palm-oil
+
box-shadow: 0px 0px 5px 0px rgba(76,0,130,1);
-
# http://wwf.panda.org/what_we_do/footprint/agriculture/palm_oil/
+
}
-
# Cottrell, RC (1991). "Introduction: nutritional aspects of palm oil". ''The American journal of clinical nutrition'', '''53''' (4 Suppl.), 989S–1009S.
+
 
 +
.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:90px;
 +
margin-right:10px;
 +
}
 +
 
 +
.uni
 +
{
 +
float:left;
 +
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
 +
{
 +
position:absolute;
 +
clear:both;
 +
width:990px;
 +
height:870px;
 +
top:120px;
 +
left:-20px;
 +
padding:10px;
 +
background-color:white;
 +
 
 +
-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);
 +
}
 +
 
 +
#content1, #content3, #content5
 +
{
 +
float:left;
 +
margin-bottom:10px;
 +
width:470px;
 +
height:230px;
 +
background:#ccc;
 +
padding: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);
 +
}
 +
 
 +
#content1 p, #content3 p, #content5 p 
 +
{
 +
margin:0;
 +
width:285px;
 +
height:180px;
 +
float:left;
 +
font-family: Trebuchet MS;
 +
font-size:15px;
 +
padding:10px;
 +
background:#F2F2F2;
 +
color:#4c0082;
 +
text-align:justify;
 +
 
 +
-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);
 +
}
 +
 
 +
#content1 img, #content3 img, #content5 img
 +
{
 +
float:right;
 +
margin-right: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);
 +
}
 +
 
 +
#content1 .myButton, #content2 .myButton, #content3 .myButton, #content4 .myButton, #content5 .myButton, #content6 .myButton
 +
{
 +
clear:both;
 +
margin-top:5px;     
 +
        /*-moz-box-shadow:inset 0px 1px 0px 0px #efdcfb;
 +
        -webkit-box-shadow:inset 0px 1px 0px 0px #efdcfb;
 +
        box-shadow:inset 0px 1px 0px 0px #efdcfb;*/
 +
-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);
 +
       
 +
        background-color:#bc80ea;
 +
       
 +
        display:inline-block;
 +
        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;       
 +
 
 +
        text-shadow:0px 1px 0px #9b14b3;
 +
        width:255px;
 +
    }
 +
 +
#content1 .myButton:hover, #content2 .myButton:hover, #content3 .myButton:hover, #content4 .myButton:hover,
 +
#content5 .myButton:hover, #content6 .myButton:hover
 +
{             
 +
background-color:#dfbdfa;
 +
}
 +
 +
#content1 .myButton:active, #content2 .myButton:active, #content3 .myButton:active, #content4 .myButton:active,
 +
#content5 .myButton:hover, #content6 .myButton:hover         
 +
{
 +
        position:relative;
 +
        top:1px;
 +
}
 +
 
 +
#content2 .myButton, #content4 .myButton, #content6 .myButton
 +
{
 +
margin-left:12px;
 +
}
 +
 
 +
#content2, #content4, #content6
 +
{
 +
float:right;
 +
margin-bottom:10px;
 +
width:470px;
 +
height:230px;
 +
background:#ccc;
 +
padding: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);
 +
}
 +
 
 +
#content2 img, #content4 img, #content6 img
 +
{
 +
float:left;
 +
margin:0 5px 5px 0;
 +
-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);
 +
}
 +
 
 +
#content2 p, #content4 p, #content6 p
 +
{
 +
float:right;
 +
width:285px;
 +
height:180px;
 +
margin:0;
 +
font-family: Trebuchet MS;
 +
font-size:15px;
 +
padding:10px;
 +
background:#F2F2F2;
 +
color:#4c0082;
 +
text-align:justify;
 +
 
 +
-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);
 +
}
 +
 
 +
hr
 +
{
 +
clear: both;
 +
border: 0;
 +
height: 0;
 +
border-top: 1px solid rgba(0, 0, 0, 0.1);
 +
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
 +
}
 +
 
 +
</style>
 +
</head>
 +
 
 +
<body onLoad="hoverLink1(); hoverLink2(); hoverLink3(); hoverImage1(); hoverImage2(); hoverImage3();
 +
              hoverLink4(); hoverImage4(); hoverLink5(); hoverImage5();">
 +
 
 +
<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/9/90/ProjectMan.png"></a>
 +
  </div>
 +
 
 +
  <div class="uni">
 +
    <a><img src="https://static.igem.org/mediawiki/2013/f/fd/Uni1.jpg"></a>
 +
  </div>
 +
 
 +
</div>
 +
</div>
 +
 
 +
<div class="global">
 +
<div class="wrapper" >
 +
<div class="mtextbox">
 +
  <b><u>Key Achievements</u></b><br>
 +
• Created three biobricks<br>
 +
• 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/Overview" 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/Safety" 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/Notebook" class="myButton" >NOTEBOOK </a>
 +
 +
 +
  </div>
 +
 
 +
  <div id="content4">
 +
  <img src="https://static.igem.org/mediawiki/2013/3/30/Labbook3.jpg" height="230" width="150"/>
 +
            <p>
 +
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.  
 +
 +
</p>         
 +
            <a href="https://2013.igem.org/Team:Manchester/LabBook" class="myButton" > LAB BOOK </a>
 +
  </div>
 +
 
 +
        <div id="content5">
 +
            <p>
 +
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.
 +
 
 +
          </p>
 +
                        <img src="https://static.igem.org/mediawiki/2013/2/29/Judge.jpg" height="230" width="150"/> 
 +
<a href="https://2013.igem.org/Team:Manchester/Judging" class="myButton" > JUDGING</a>
 +
  </div>
 +
 
 +
  <div id="content6">
 +
  <img src="https://static.igem.org/mediawiki/2013/9/9f/Projectpartspageresized.jpg" height="230" width="150"/>
 +
            <p>
 +
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.
 +
 +
</p>         
 +
            <a href="https://2013.igem.org/Team:Manchester/Parts" class="myButton" > PARTS CONTRIBUTION </a>
 +
  </div>
 +
</div>
 +
</div>
 +
 
 +
</body>
 +
</html>

Latest revision as of 01:34, 5 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