Team:Manchester/economytest

From 2013.igem.org

(Difference between revisions)
Line 73: Line 73:
position:relative;
position:relative;
width:950px;
width:950px;
-
height:1600px;
+
height:1100px;
}
}
Line 84: Line 84:
left:0;
left:0;
padding:10px;
padding:10px;
-
background-color:#ccc;
+
background-color:white;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-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);
-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);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-
 
}
}
-
.text1
+
.container1
{
{
margin:10px;
margin:10px;
width:900px;
width:900px;
-
height:200px;
+
color:#4c0082;
 +
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);
 +
}
 +
 
 +
.container1 p
 +
{
 +
padding:10px;
 +
width:550px;
 +
background-color:#F2F2F2;
font-style:Trebuchet MS;
font-style:Trebuchet MS;
font-size:14px;
font-size:14px;
 +
 +
-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);
 +
}
 +
 +
.container1 img
 +
{
 +
margin:5px;
 +
float:right;
 +
background-color:#F2F2F2;
 +
}
 +
 +
.title
 +
{
 +
margin:10px;
 +
width:900px;
 +
font-style:Trebuchet MS;
 +
font-size:25px;
color:#4c0082;
color:#4c0082;
background-color:#F2F2F2;
background-color:#F2F2F2;
padding:10px;
padding:10px;
 +
text-align:center;
 +
font-weight:bold;
 +
color:#660099;
 +
text-shadow: 0 1px 0 #ccc,
 +
              0 2px 0 #c9c9c9,
 +
              0 3px 0 #bbb,
 +
              0 4px 0 #b9b9b9,
 +
              0 5px 0 #aaa,
 +
              0 6px 1px rgba(0,0,0,.1),
 +
              0 0 5px rgba(0,0,0,.1),
 +
              0 1px 3px rgba(0,0,0,.3),
 +
              0 3px 5px rgba(0,0,0,.2),
 +
              0 5px 10px rgba(0,0,0,.25),
 +
              0 10px 10px rgba(0,0,0,.2),
 +
              0 20px 20px rgba(0,0,0,.15);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-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);
-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);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 +
.text1
 +
{
 +
margin:10px;
 +
width:900px;
 +
padding:10px;
 +
background-color:#F2F2F2;
 +
font-style:Trebuchet MS;
 +
font-size:14px;
 +
color:#4c0082;
 +
 +
-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);
 +
}
 +
 +
.text1 p
 +
{
 +
width:430px;
 +
font-style:Trebuchet MS;
 +
font-size:14px;
 +
color:#4c0082;
 +
background-color:#F2F2F2;
 +
text-align:justify;
 +
}
 +
 +
.text1 img
 +
{
 +
float:right;
}
}
Line 179: Line 255:
.block6 a
.block6 a
{
{
-
 
display:block;
display:block;
float:left;
float:left;
Line 214: Line 289:
.block10 a
.block10 a
{
{
 +
display:block;
display:block;
float:left;
float:left;
Line 244: Line 320:
}
}
 +
.rightbar
 +
{
 +
width:120px;
 +
height:200px;
 +
position:fixed;
 +
top:120px;
 +
right:5px;
 +
}
 +
 +
.question1 a, .question2 a, .question3 a, .question4 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;
 +
}
 +
 +
.question1 a:hover, .question2 a:hover, .question3 a:hover, .question4 a:hover
 +
{
 +
background:#C0C0C0;
 +
color:#606060;
 +
}
 +
 +
.question1 a
 +
{
 +
margin-bottom:1px;
 +
float:left;
 +
display:block;
 +
padding:5px;
 +
}
 +
 +
.question2 a
 +
{
 +
margin-bottom:1px;
 +
float:left;
 +
display:block;
 +
padding:5px;
 +
}
 +
 +
.question3 a
 +
{
 +
margin-bottom:1px;
 +
float:left;
 +
display:block;
 +
padding:5px;
 +
}
 +
 +
.question4 a
 +
{
 +
float:left;
 +
display:block;
 +
padding:5px;
 +
}
 +
 +
#Q1,#Q2,#Q3,#Q4 
 +
{
 +
text-decoration:none;
 +
color:#660099;
 +
font-family:Trebuchet MS;
 +
font-size:14px;
 +
}
 +
 +
.next
 +
{
 +
margin-left:10px;
 +
width:910px;
 +
margin-top:5px;
 +
background:#606060;
 +
font-style:Trebuchet MS;
 +
font-size:14px;
 +
font-weight:bold;
 +
text-align:center;
 +
color:white;
 +
padding:5px;
 +
}
 +
 +
.next a
 +
{
 +
text-decoration:none;
 +
color:white;
 +
}
 +
 +
.next:hover
 +
{
 +
background:#C0C0C0;
 +
color:#606060;
 +
}
</style>
</style>
Line 264: Line 433:
           <div class="central">  
           <div class="central">  
-
    <a><img src="https://static.igem.org/mediawiki/2013/2/20/EconomyMan.png"></a>
+
    <a><img src="https://static.igem.org/mediawiki/2013/e/eb/ImpactMan.png"></a>
  </div>  
  </div>  
Line 276: Line 445:
<div class="global">
<div class="global">
<div class="wrapper" >
<div class="wrapper" >
-
          <div class="text1">
+
            <div class="container1">
-
             Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor 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
+
             <a href="#"><img src="https://static.igem.org/mediawiki/2013/6/62/Man4.jpg" width="300" height="150" /></a>
-
          </div>
+
<p>When doing the initial research for our synthetic alternative to palm oil components, we quickly came across lots of information regarding the current palm oil industry. It soon became apparent that the economies of some countries, for example Indonesia and Malaysia, depend almost entirely upon the current methods of palm oil production. Therefore we compiled <b>an impact analysis report for synthetic palm oil</b>, which can be found by clicking on the button to the right.</p>
 +
            </div>
 +
 
 +
            <div class="title">
 +
              economy 1
 +
            </div>
 +
 
 +
            <div class="text1">
 +
            <img src="https://static.igem.org/mediawiki/2013/b/b3/Man3.jpg" width="450" height="550" />
 +
            <p>Palm oil is used in hundreds of products. It is likely that you have either consumed or used a product today containing palm oil or its constituents, but we, as consumers, rarely think about it or where it comes from. The truth behind its current method of production is devastating.
 +
<br>
 +
Currently:
 +
<ul><li>300 football fields an hour are being chopped down every hour in Indonesia and Malaysia to make room for oil palm plantations[1]</li><br>
 +
<li>This mass deforestation is resulting in a massive decline in many critically endangered organisms, such as the sumatran orangutan (link to model here?)[2]</li><br>
 +
<li>Rare flora, much of which is yet to have been researched and is found only within these rainforests, is being destroyed and lost forever[3]</li><br>
 +
<li><i>People</i> live in the rainforests that are being bulldozed, their homes completely eradicated because of the palm oil industry[4]</li><br>
 +
<li>Rainforests act as a colossal carbon sink and are often growing atop peatlands - uprooting or burning these trees releases a huge amount of CO2 into the atmosphere (resulting in deforestation related to the palm oil industry accounting for more global warming than every vehicle on earth combined)[5]</li></ul><br>
 +
<br>
 +
So yes, the problems arising as a direct result of the palm oil industry <i>are</i> a big deal.<br>
 +
[1] http://www.rainforest-rescue.org/topics/palm-oil<br>
 +
[2] http://www.theguardian.com/world/2012/mar/28/sumatran-orangutans-dying-indonesia-forest-fire<br>
 +
[3] http://www.indonesianrainforest.org/indonesian-rainforest/rainforest-medicinal-plants/<br>
 +
[4] http://www.rainforest-rescue.org/news/3891/indonesia-victims-of-the-palm-oil-industry<br>
 +
[5] http://www.ucsusa.org/global_warming/solutions/forest_solutions/palm-oil-and-forests.html</p>
 +
 
 +
            </div>  
 +
 
 +
            <div class="next">
 +
                  <a href="https://2013.igem.org/Team:Manchester/environmenttest2"> GO TO TASK 2 </a>
 +
            </div>         
</div>
</div>
-
                                  <div class="leftbar">
+
             
 +
              <div class="leftbar">
                 <div class="block1">
                 <div class="block1">
                     <a href="https://2013.igem.org/Team:Manchester/HumanPracticetest">HUMAN PRACTICES</a>
                     <a href="https://2013.igem.org/Team:Manchester/HumanPracticetest">HUMAN PRACTICES</a>
Line 333: Line 532:
                   </div>
                   </div>
               </div>
               </div>
 +
 +
                <div class="rightbar">
 +
                  <div class="question1">
 +
                    <a href="https://2013.igem.org/Team:Manchester/environmenttest">TASK 1</a>
 +
                  </div>
 +
 +
                  <div class="question2">
 +
                    <a href="https://2013.igem.org/Team:Manchester/environmenttest2">TASK 2</a>
 +
                  </div>
 +
                   
 +
                  <div class="question3">
 +
                    <a href="https://2013.igem.org/Team:Manchester/environmenttest3">TASK 3</a>
 +
                  </div>
 +
 +
                  <div class="question4">
 +
                    <a href="https://2013.igem.org/Team:Manchester/environmenttest4">TASK 4</a>
 +
                  </div>
 +
            </div>               
</div>
</div>
 +
           
</body>
</body>
</html>
</html>

Revision as of 17:46, 28 September 2013

page

Top

Safety

When doing the initial research for our synthetic alternative to palm oil components, we quickly came across lots of information regarding the current palm oil industry. It soon became apparent that the economies of some countries, for example Indonesia and Malaysia, depend almost entirely upon the current methods of palm oil production. Therefore we compiled an impact analysis report for synthetic palm oil, which can be found by clicking on the button to the right.

economy 1

Palm oil is used in hundreds of products. It is likely that you have either consumed or used a product today containing palm oil or its constituents, but we, as consumers, rarely think about it or where it comes from. The truth behind its current method of production is devastating.
Currently:

  • 300 football fields an hour are being chopped down every hour in Indonesia and Malaysia to make room for oil palm plantations[1]

  • This mass deforestation is resulting in a massive decline in many critically endangered organisms, such as the sumatran orangutan (link to model here?)[2]

  • Rare flora, much of which is yet to have been researched and is found only within these rainforests, is being destroyed and lost forever[3]

  • People live in the rainforests that are being bulldozed, their homes completely eradicated because of the palm oil industry[4]

  • Rainforests act as a colossal carbon sink and are often growing atop peatlands - uprooting or burning these trees releases a huge amount of CO2 into the atmosphere (resulting in deforestation related to the palm oil industry accounting for more global warming than every vehicle on earth combined)[5]


So yes, the problems arising as a direct result of the palm oil industry are a big deal.
[1] http://www.rainforest-rescue.org/topics/palm-oil
[2] http://www.theguardian.com/world/2012/mar/28/sumatran-orangutans-dying-indonesia-forest-fire
[3] http://www.indonesianrainforest.org/indonesian-rainforest/rainforest-medicinal-plants/
[4] http://www.rainforest-rescue.org/news/3891/indonesia-victims-of-the-palm-oil-industry
[5] http://www.ucsusa.org/global_warming/solutions/forest_solutions/palm-oil-and-forests.html