Team:Imperial College London/Project/Background

From 2011.igem.org

(Difference between revisions)
Line 14: Line 14:
  $(document).ready(function(){
  $(document).ready(function(){
   var title = new Array();
   var title = new Array();
 +
  title[0] = "Desertification";
   title[1] = "Sub-saharan Africa";
   title[1] = "Sub-saharan Africa";
 +
  title[2] = "North American Plains";
 +
  title[3] = "China";
   var text = new Array();
   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[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.";
-
   $("#box1").mouseenter(function() {
+
  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();
   $("#maptitle").empty();
   $("#maptext").empty();
   $("#maptext").empty();
   $("#maptitle").append(title[1]);
   $("#maptitle").append(title[1]);
   $("#maptext").append(text[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]);
   });
   });
});
});
Line 63: Line 105:
   background-color:#A35200;
   background-color:#A35200;
   z-index:0;}
   z-index:0;}
-
  #box1 {
+
  #empty1 {
   width:100px;
   width:100px;
   height:40px;
   height:40px;
Line 70: Line 112:
   top:225px;
   top:225px;
   z-index:2;
   z-index:2;
-
   background:url('https://static.igem.org/mediawiki/2011/2/21/ICL_Box1.png');
+
   background-image:url('https://static.igem.org/mediawiki/2011/c/cd/ICL_blank.png');
-
  #box2 {
+
}
 +
#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;
   width:100px;
   height:40px;
   height:40px;
   position:absolute;
   position:absolute;
-
   left:150px;
+
   left:270px;
-
   top:125px;
+
   top:225px;
   z-index:2;
   z-index:2;
   background-image:url('https://static.igem.org/mediawiki/2011/2/21/ICL_Box1.png');
   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>
</style>
</head>
</head>
Line 86: Line 164:
" />
" />
   <div id="box1">
   <div id="box1">
 +
  </div>
 +
  <div id="empty1">
   </div>
   </div>
   <div id="box2">
   <div id="box2">
 +
  </div>
 +
  <div id="empty2">
 +
  </div>
 +
  <div id="box3">
 +
  </div>
 +
  <div id="empty3">
   </div>
   </div>
   <div id="mapbox">
   <div id="mapbox">

Revision as of 09:44, 4 August 2011


What is Desertification
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.
Case Studies
Desertification
Mouse over the map to read about the impact of desertification in different areas.