Team:Imperial College London/test

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{:Team:Imperial_College_London/Templates/Banner}}
+
{{:Team:Imperial_College_London/Templates/Banner_test}}
{{:Team:Imperial_College_London/Templates/Menu}}
{{:Team:Imperial_College_London/Templates/Menu}}
{| style="width:965px;background:#F5F5F5;text-align:justify;font-family: Georgia, serif;color:#4A4A4A;margin-top:25px;" cellspacing="20"
{| style="width:965px;background:#F5F5F5;text-align:justify;font-family: Georgia, serif;color:#4A4A4A;margin-top:25px;" cellspacing="20"
-
|style="font-family: Georgia, serif;font-size:2em;color:#A35200;"|What is Desertification
+
|style="font-family: 'Lucida Grande', sans-serif;font-size:2em;color:#A35200;width:635px;"|'''Imperial College London iGEM 2011'''
 +
|style="font-family: "Lucida Grande", sans-serif;font-size:1em;color:#A35200;text-align:left;"|iGEM 2011 European Jamboree Countdown
|-
|-
-
|Desertification is the degradation of drylands which include arid, semi-arid and sub-humid areas. Drylands make up roughly 40 percent of the Earth’s land and are home to some two billion people, most of which live in developing countries. Dryland soil sustains a fragile ecosystem adapted to infrequent precipitation and dramatic temperature changes. Over-exploitation of dryland for cultivation and feedstock purposes renders the soil unproductive, forcing migration of communities in search of fertile land, leaving the unproductive land bare and vulnerable to erosive forces. A lack of food supply in many developing countries forces constant cultivation of land for short-term gain as well as deforestation to provide arable land.
+
|Welcome to the Imperial College London iGEM 2011 website.
-
|-
+
|<html xmlns="http://www.w3.org/1999/xhtml">
-
|style="font-family: Georgia, serif;font-size:2em;color:#A35200;"|Case Studies
+
-
|-
+
-
|<html>
+
<head>
<head>
-
<script type="text/javascript">
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
$(document).ready(function(){
+
-
  var title = new Array();
+
-
  title[0] = "Desertification";
+
-
  title[1] = "Sub-saharan Africa";
+
-
  title[2] = "North American Plains";
+
-
  title[3] = "China";
+
-
  var text = new Array();
+
-
  text[0] = "Mouse over the map to read about the impact of desertification in different areas.";
+
-
  text[1] = "Africa is the region most affected by desertification. Two thirds of the continent is covered by dryland which is used extensively for agricultural production. Over-cultivation has led to large scale degradation, exacerbated by frequent drought, leading to extreme food scarcity for some 650 million people who are dependent on the affected land. If the degradation trend continues, it is estimated that two thirds of Africa’s arable may be lost by 2025 (FAO 2009). In an effort to combat desertification, 11 countries along the southern border of the Sahara are involved in the Great Green Wall project. With the help of international aid, the objective is to cover 8,000 km of dryland with vegetation as a protective barrier from erosive forces. However the operation is extremely time consuming and will take a long time before it is established.";
+
-
  text[2] = "Historically, North America has experienced one of the most extreme effects of desertification during the 1930’s. The famous dust bowls of the Great Plains were brought on by over-cultivation of land and severe drought, causing degraded soil to be swept up by strong winds. Today about three quarters of North America’s drylands are affected by desertification. Counter-measures include synthetic materials to protect dryland, trenches to collect water, and windbreak structures. The use of beneficial soil microbes to improve growth of cacti has also been explored in an effort to re-vegetate deserts.";
+
-
  text[3] = "China is one of the largest dryland areas in the world, nearly a quarter of which is at risk of desertification. The problem has been fed by large-scale industrialisation with the over-use of land and water resources, as well as prolonged drought. Since 1978 the Great Green Wall project has been underway in the Kubuqi desert to protect cities from wind erosion carrying dust. The trees (Xinjiang poplars and willow species) are planted as saplings protected with wooden frames so they can take root before being blown away. These plants form fibrous roots that help hold down the sand. Although this project has slowed the desertification process in China, it remains an imminent problem.";
+
-
  $("#empty1").mouseenter(function() {
+
-
  $("#box1").show();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[1]);
+
-
  $("#maptext").append(text[1]);
+
-
  });
+
-
  $("#empty1").mouseleave(function() {
+
-
  $("#box1").hide();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[0]);
+
-
  $("#maptext").append(text[0]);
+
-
  });
+
-
  $("#empty2").mouseenter(function() {
+
-
  $("#box2").show();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[2]);
+
-
  $("#maptext").append(text[2]);
+
-
  });
+
-
  $("#empty2").mouseleave(function() {
+
-
  $("#box2").hide();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[0]);
+
-
  $("#maptext").append(text[0]);
+
-
  });
+
-
  $("#empty3").mouseenter(function() {
+
-
  $("#box3").show();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[3]);
+
-
  $("#maptext").append(text[3]);
+
-
  });
+
-
  $("#empty3").mouseleave(function() {
+
-
  $("#box3").hide();
+
-
  $("#maptitle").empty();
+
-
  $("#maptext").empty();
+
-
  $("#maptitle").append(title[0]);
+
-
  $("#maptext").append(text[0]);
+
-
  });
+
-
});
+
-
</script>
+
-
 
+
-
<style type="text/css">
+
-
#mapmain {
+
-
  width:925px;
+
-
  position:relative;
+
-
  z-index:0;}
+
-
#mappic {
+
-
  width:600px;
+
-
  height:460px;
+
-
  position:relative;
+
-
  top:0px;
+
-
  z-index:1;}
+
-
#mapbox {
+
-
  width:325px;
+
-
  height:460px;
+
-
  position:absolute;
+
-
  left:600px;
+
-
  top:0px;
+
-
  color:#ffffff;
+
-
  background-color:#A35200;
+
-
  z-index:0;}
+
-
#maptitle {
+
-
  width:285px;
+
-
  position:relative;
+
-
  left:20px;
+
-
  top:20px;
+
-
  font-size:1.5em;
+
-
  font-weight:bold;
+
-
  background-color:#A35200;
+
-
  z-index:0;}
+
-
#maptext {
+
-
  width:285px;
+
-
  height:390px;
+
-
  position:relative;
+
-
  left:20px;
+
-
  top:40px;
+
-
  background-color:#A35200;
+
-
  z-index:0;}
+
-
#empty1 {
+
-
  width:100px;
+
-
  height:40px;
+
-
  position:absolute;
+
-
  left:270px;
+
-
  top:225px;
+
-
  z-index:2;
+
-
  background-image:url('https://static.igem.org/mediawiki/2011/c/cd/ICL_blank.png');
+
-
}
+
-
#empty2 {
+
-
  width:50px;
+
-
  height:60px;
+
-
  position:absolute;
+
-
  left:100px;
+
-
  top:160px;
+
-
  z-index:2;
+
-
  background-image:url('https://static.igem.org/mediawiki/2011/c/cd/ICL_blank.png');}
+
-
#empty3 {
+
-
  width:70px;
+
-
  height:70px;
+
-
  position:absolute;
+
-
  left:360px;
+
-
  top:147px;
+
-
  z-index:2;
+
-
  background-image:url('https://static.igem.org/mediawiki/2011/c/cd/ICL_blank.png');}
+
-
#box1 {
+
-
  width:100px;
+
-
  height:40px;
+
-
  position:absolute;
+
-
  left:270px;
+
-
  top:225px;
+
-
  z-index:2;
+
-
  background-image:url('https://static.igem.org/mediawiki/2011/2/21/ICL_Box1.png');
+
-
  display:none;}
+
-
#box2 {
+
-
  width:50px;
+
-
  height:60px;
+
-
  position:absolute;
+
-
  left:100px;
+
-
  top:160px;
+
-
  z-index:2;
+
-
  background-image:url('https://static.igem.org/mediawiki/2011/1/1e/ICL_Box2.png');
+
-
  display:none;}
+
-
#box3 {
+
-
  width:70px;
+
-
  height:70px;
+
-
  position:absolute;
+
-
  left:360px;
+
-
  top:147px;
+
-
  z-index:2;
+
-
  background-image:url('https://static.igem.org/mediawiki/2011/8/87/ICL_Box3.png');
+
-
  display:none;}
+
-
</style>
+
</head>
</head>
<body>
<body>
-
<div id="mapmain">
+
<script src="https://2011.igem.org/Team:Imperial/countdown?action=raw&ctype=text/js"></script>
-
  <img id="mappic" src="https://static.igem.org/mediawiki/2011/6/6f/ICL_DesertificationMap.jpg
+
<script>
-
" />
+
deadline("2011-10-1-0-0-0", "265", "45", "digital", "#000000", "#FF0000", "#FFFF33");
-
  <div id="box1">
+
</script>
-
  </div>
+
-
  <div id="empty1">
+
-
  </div>
+
-
  <div id="box2">
+
-
  </div>
+
-
  <div id="empty2">
+
-
  </div>
+
-
  <div id="box3">
+
-
  </div>
+
-
  <div id="empty3">
+
-
  </div>
+
-
  <div id="mapbox">
+
-
  <div id="maptitle">Desertification
+
-
  </div>
+
-
  <div id="maptext">Mouse over the map to read about the impact of desertification in different areas.
+
-
  </div>
+
-
  </div>
+
-
</div>
+
</body>
</body>
</html>
</html>
 +
 +
|-
 +
|Climate change and unsustainable farming practices have accelerated the rate of desertification to over 31,000 hectares/day. This year, Imperial College’s iGEM team have joined the international effort to fight desertification. Current initiatives to speed the recovery of the land rely on the planting of hardy pioneer species in barren soils. We hope to bolster the re-vegetative process by engineering bacteria to accelerate plant root growth by secreting auxin. 
 +
 +
 +
Ming's picture
 +
 +
 +
<html>
 +
<h1>Flickr</h1>
 +
<iframe align="center" src="http://www.flickr.com/slideShow/index.gne?user_id=64732447@N05&" frameBorder="0" width="600" height="545" scrolling="no"></iframe>
 +
</html>
 +
 +
 +
<html>
 +
<h1>Imperial iGEM Trailer</h1>
 +
<iframe width="600" height="400" src="http://www.youtube.com/embed/klKg9Q1OS2g?rel=0" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
 +
</html>
 +
 +
 +
|style="vertical-align:top;"|<html>
 +
<h1>News</h1>
 +
<script type="text/javascript" src="http://output23.rssinclude.com/output?type=js&amp;id=302753&amp;hash=1964570c70873abce82ad55ca78b9adc"></script>
 +
</html>
 +
 +
 +
<html>
 +
<h1>Blog Updates</h1>
 +
Click <a href="http://imperialigem.blogspot.com/" target="_new">here</a> to visit our iGEM blog.
 +
<script type="text/javascript" src="http://output93.rssinclude.com/output?type=js&amp;id=302893&amp;hash=8aa9741c15011c2c7ccd19c0a3692d4a"></script>
 +
</html>
 +
 +
 +
<html>
 +
<h1>Twitter</h1>
 +
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
 +
<script>
 +
new TWTR.Widget({
 +
  version: 2,
 +
  type: 'profile',
 +
  rpp: 15,
 +
  interval: 6000,
 +
  width: 265,
 +
  height: 200,
 +
  theme: {
 +
    shell: {
 +
      background: '#A35200',
 +
      color: '#F5F5F5'
 +
    },
 +
    tweets: {
 +
      background: '#F5F5F5',
 +
      color: '#4A4A4A',
 +
      links: '#A35200'
 +
    }
 +
  },
 +
  features: {
 +
    scrollbar: true,
 +
    loop: false,
 +
    live: false,
 +
    hashtags: true,
 +
    timestamp: true,
 +
    avatars: false,
 +
    behavior: 'all'
 +
  }
 +
}).render().setUser('ImperialiGEM11').start();
 +
</script>
 +
</html>
 +
|}
 +
{| style="width:965px;background:#F5F5F5;text-align:justify;font-family: Georgia, serif;color:#4A4A4A;margin-top:0px;" cellspacing="20"
 +
|style="font-family: Georgia, serif;font-size:2em;color:#A35200;"|Sponsored by:
 +
|-
 +
|<html><a href="http://www.wellcome.ac.uk/" target="_new">
 +
<img src="https://static.igem.org/mediawiki/2011/d/d2/ICL_WellcomeTrust.gif" width="230" />
 +
</a></html>
 +
|<html><a href="http://www.eurofinsdna.com" target="_new">
 +
<img src="https://static.igem.org/mediawiki/2011/0/00/ICL_Eurofins.jpg" width="230" />
 +
</a></html>
 +
|<html><a href="http://www.neb.com" target="_new">
 +
<img src="https://static.igem.org/mediawiki/2011/4/4d/ICL_NEB.jpg" width="230" />
 +
</a></html>
 +
|<html><a href="http://www.qiagen.com" target="_new">
 +
<img src="https://static.igem.org/mediawiki/2011/8/80/ICL_Qiagen.jpg" width="130" />
 +
</a></html>
|}
|}

Revision as of 13:30, 4 August 2011


Imperial College London iGEM 2011 iGEM 2011 European Jamboree Countdown
Welcome to the Imperial College London iGEM 2011 website.
Climate change and unsustainable farming practices have accelerated the rate of desertification to over 31,000 hectares/day. This year, Imperial College’s iGEM team have joined the international effort to fight desertification. Current initiatives to speed the recovery of the land rely on the planting of hardy pioneer species in barren soils. We hope to bolster the re-vegetative process by engineering bacteria to accelerate plant root growth by secreting auxin.


Ming's picture


Flickr


Imperial iGEM Trailer


News


Blog Updates

Click here to visit our iGEM blog.


Twitter

Sponsored by: