Team:Imperial College London/Project/Background

From 2011.igem.org

(Difference between revisions)
 
(71 intermediate revisions not shown)
Line 6: Line 6:
   var title = new Array();
   var title = new Array();
   title[0] = "Desertification";
   title[0] = "Desertification";
-
   title[1] = "Sub-saharan Africa";
+
   title[1] = "Sub-Saharan Africa";
   title[2] = "North American Plains";
   title[2] = "North American Plains";
   title[3] = "China and Central Asia";
   title[3] = "China and Central Asia";
   title[4] = "Indian Himalayas";
   title[4] = "Indian Himalayas";
 +
  title[5] = "Australia";
   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[0] = "Hover 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 drylands which are used extensively for agricultural production. Over-cultivation has led to large scale degradation, exacerbated by frequent drought, leading to extreme food scarcity for over 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 land may be lost by 2025. 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<sup>2</sup> of dryland with vegetation as a protective barrier.";
-
   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[2] = "North America experienced one of the most extreme effects of desertification during the 1930s. 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.";
-
   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.";
+
   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 overuse 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 dust storms. 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, desertification remains a pressing problem.";
-
   text[4] = "30% of landmass in India is comprised of drylands and desertification is leading to crop losses of up to 41% in eastern Himalayan areas, which are recognised as biodiversity hotspots. Communities living in the Himalayas are heavily dependent on the forest as a resource for fuel wood and for their livestock. Increasing deforestation is leading to soil erosion and interference with water courses which is likely to have a major affect on inhabitants of the Ganges Plain who rely on the forest to slow flash floods. Small scale charities such as the Berkely Reafforestation Trust are working with local organisations to re-establish indigenous tree populations. So far they have funded the locally initiated reforestation of about 1600 hectares of degraded land and provided training programs to promote sustainability.";
+
   text[4] = "In India, 30% of the landmass is comprised of drylands. Desertification is leading to crop losses of up to 41% in eastern Himalayan areas, which are recognised as biodiversity hotspots. Communities living in the Himalayas are heavily dependent on the forest as a resource for fuel wood and for their livestock. Increasing deforestation is leading to soil erosion and interference with water courses which is likely to have a major affect on inhabitants of the Ganges Plain who rely on the forest to slow flash floods. Small scale charities such as the Berkely Reafforestation Trust are working with local organisations to re-establish indigenous tree populations. So far they have funded the locally initiated reforestation of about 1600 hectares of degraded land and provided training programs to promote sustainability.";
 +
  text[5] = "In Australia, desertification and soil degradation are widespread problems in rangelands, particularly in the dry inner parts of the continent. They result from overgrazing of the land but also climate conditions and invasive animal species such as rabbits. Economic factors play a big role as pastoralism is mostly export- and profit-oriented. Land degradation was triggered by the arrival of European pastoralism and has been an ongoing problem for the last century.<sup>[2]</sup>";
   $("#empty1").mouseenter(function() {
   $("#empty1").mouseenter(function() {
   $("#box1").show();
   $("#box1").show();
Line 67: Line 69:
   $("#empty4").mouseleave(function() {
   $("#empty4").mouseleave(function() {
   $("#box4").hide();
   $("#box4").hide();
 +
  $("#maptitle").empty();
 +
  $("#maptext").empty();
 +
  $("#maptitle").append(title[0]);
 +
  $("#maptext").append(text[0]);
 +
  });
 +
  $("#empty5").mouseenter(function() {
 +
  $("#box5").show();
 +
  $("#maptitle").empty();
 +
  $("#maptext").empty();
 +
  $("#maptitle").append(title[5]);
 +
  $("#maptext").append(text[5]);
 +
  });
 +
  $("#empty5").mouseleave(function() {
 +
  $("#box5").hide();
   $("#maptitle").empty();
   $("#maptitle").empty();
   $("#maptext").empty();
   $("#maptext").empty();
Line 101: Line 117:
   left:20px;
   left:20px;
   top:20px;
   top:20px;
-
   font-family: 'Lucida Grande', sans-serif;
+
   font-family: arial,sans-serif;
   font-size:1.5em;
   font-size:1.5em;
   font-weight:bold;
   font-weight:bold;
Line 112: Line 128:
   left:20px;
   left:20px;
   top:40px;
   top:40px;
-
   font-family: Georgia, serif;
+
   font-family: arial,sans-serif;
   background-color:#633e29;
   background-color:#633e29;
   z-index:0;}
   z-index:0;}
Line 149: Line 165:
   background-image:url('https://static.igem.org/mediawiki/2011/c/cd/ICL_blank.png');
   background-image:url('https://static.igem.org/mediawiki/2011/c/cd/ICL_blank.png');
  }
  }
 +
#empty5 {
 +
  width:71px;
 +
  height:55px;
 +
  position:absolute;
 +
  left:469px;
 +
  top:283px;
 +
  z-index:2;
 +
  background-image:url('https://static.igem.org/mediawiki/2011/c/cd/ICL_blank.png');
 +
}
 +
  #box1 {
  #box1 {
   width:100px;
   width:100px;
Line 185: Line 211:
   background-image:url('https://static.igem.org/mediawiki/2011/f/f1/ICL_Box4.png');
   background-image:url('https://static.igem.org/mediawiki/2011/f/f1/ICL_Box4.png');
   display:none;}
   display:none;}
 +
#box5 {
 +
  width:71px;
 +
  height:55px;
 +
  position:absolute;
 +
  left:469px;
 +
  top:283px;
 +
  z-index:2;
 +
  background-image:url('https://static.igem.org/mediawiki/2011/1/10/ICL_Box5.png');
 +
  display:none;}
 +
  #dot_box1 {
  #dot_box1 {
   width:100px;
   width:100px;
Line 217: Line 253:
   z-index:2;
   z-index:2;
   background-image:url('https://static.igem.org/mediawiki/2011/8/82/ICL_DottedBox4.png');}
   background-image:url('https://static.igem.org/mediawiki/2011/8/82/ICL_DottedBox4.png');}
 +
#dot_box5 {
 +
  width:71px;
 +
  height:55px;
 +
  position:absolute;
 +
  left:469px;
 +
  top:283px;
 +
  z-index:2;
 +
  background-image:url('https://static.igem.org/mediawiki/2011/2/23/ICL_DottedBox5.png');}
</style>
</style>
Line 223: Line 267:
<body>
<body>
<hr style="color:#BDCBBD; height:3px;" />
<hr style="color:#BDCBBD; height:3px;" />
 +
<img class="border" src="https://static.igem.org/mediawiki/2011/8/83/New_storyboard_v2-03.png" width="170px" style="float:right;margin:30px 20px 0px 20px;" />
 +
<h1>Desertification</h1>
<h1>Desertification</h1>
-
<p><b>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.</b></p>
+
<p><b>Soil erosion and desertification are world-wide problems. They lead to loss of arable land, economic hardship and environmental degradation. Our project focuses on tackling these serious problems by engineering bacteria to enhance plant root growth. We are planning to implement our bacteria into a seed coat to aid re-vegetation of land at risk of erosion. Trees and plants help hold down the soil and prevent soil erosion which leads to desertification </p>
 +
 
 +
<br/><br/><br/><br/>
 +
<hr style="color:#BDCBBD; height:3px;" />
<br/>
<br/>
-
<hr style="color:#BDCBBD; height:3px;" />
+
 
-
<h1>What is Desertification</h1>
+
<p>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.</p>
<p>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.</p>
 +
<br>
-
<p><b>Engineering bacteria to help fight soil erosion</b></p>
+
<h1>Case studies</h1>
-
<p>In arid areas of the world soil erosion is a massive problem. It is caused by wind and rain sweeping away the fertile top soil and can eventually result in <i>desertification</i>.</p>
+
<br>
-
 
+
-
<p>Climate change and unsustainable farming practices are accelerating the rate of desertification to over 31,000 hectares/day. That’s 62, 000 football pitches in a day or half the size of the UK every year.</p>
+
-
 
+
-
<p>In ordinary circumstances the roots of well-established plants help to hold down the top soil, protecting it from erosion. In areas that suffer desertification however plants do not get the chance to establish large enough root networks to anchor the soil and themselves before erosion occurs.</p>
+
-
 
+
-
<p>This year, Imperial College’s iGEM team have joined the international effort to fight desertification.</p>
+
-
 
+
-
<p>We hope to engineer bacteria to accelerate plant root development. The bacteria will be designed to secrete the hormone auxin. Seeds will be coated with the bacteria and then planted in the soil. Once the seeds germinate the bacteria will move towards the roots and be taken in by the plant. Inside the roots the bacteria will release auxin – promoting growth and protecting the soil from erosion.</p>
+
-
 
+
-
 
+
-
<h1>Case Studies</h1>
+
  <div id="mapmain">
  <div id="mapmain">
-
   <img id="mappic" src="https://static.igem.org/mediawiki/2011/0/0a/ICL_DesertificationMapNewest.jpg" />
+
   <img id="mappic" style="border:1px solid #633e29" src="https://static.igem.org/mediawiki/2011/0/0a/ICL_DesertificationMapNewest.jpg" />
   <div id="box1">
   <div id="box1">
   </div>
   </div>
Line 263: Line 301:
   <div id="empty3">
   <div id="empty3">
   </div>
   </div>
-
 
   <div id="box4">
   <div id="box4">
   </div>
   </div>
Line 269: Line 306:
   </div>
   </div>
   <div id="empty4">
   <div id="empty4">
 +
  </div>
 +
  <div id="box5">
 +
  </div>
 +
  <div id="dot_box5">
 +
  </div>
 +
  <div id="empty5">
   </div>
   </div>
Line 278: Line 321:
   </div>
   </div>
  </div>
  </div>
 +
 +
<p>
 +
<br>
 +
<h2>Downstream Effects</h2>
<h2>Downstream Effects</h2>
-
<p><img class="border" src="https://static.igem.org/mediawiki/2011/c/ca/ICL_Milleniumecosystemsfig2.PNG" width="600px" /></p>
+
<p>Soil erosion affects the climate and biodiversity and often leads to irreversible desertification (Figure 1). Roots increase the stability of soil and prevent erosion<sup>[7]</sup>. In addition, trees provide cover and protect nearby fauna and flora. In areas prone to soil erosion, this is especially important as rainfall tends to be rare but when it does occur, it is often very intense and easily leads to topsoil being washed away.</p>
-
<p><i>UN, Ecosystems and human well-being - Desertification synthesis.</i></p>
+
<p>Roots are also important carbon sinks. Increasing root biomass is therefore very likely to improve the carbon budget of the plants we are seeding (<a href="https://2011.igem.org/Team:Imperial_College_London/Human_Ecology">Dr Alexandru Milcu, oral communication</a>).</p>
 +
<br>
-
<p>Soil affects the climate and biodiversity and leads to often irreversible desertification (see figure above). Roots increase the stability of soil and prevent erosion (Gyssels & Poesen, 2003). In addition, trees provide cover and protect nearby fauna and flora. In areas prone to soil erosion, this is especially important as rainfall tends to be rare but when it does occur, it is often very intense and easily leads to topsoil being washed away.
+
<div class="imgbox" style="width:670px;margin:0 auto;margin-top:20px"/>
-
Roots are also important carbon sinks. Increasing root biomass is therefore very likely to improve the carbon budget of the plants we are seeding (Dr Alexandru Milcu, oral communication).</p>
+
<img class="magnify borderMagnify" data-magnifyto="1000" src="https://static.igem.org/mediawiki/2011/c/ca/ICL_Milleniumecosystemsfig2.PNG" width="650px"/>
 +
<p><i>Figure 1: The interplay between desertification, climate change, and biodiversity loss. Image taken from the Millenium Ecosystems Assessment - Desertification synthesis<sup>[1]</sup>.</i></p>
 +
</div>
 +
<br>
 +
 +
<br/>
 +
<h2>References and Bibliography:</h2>
 +
<p>[1] Millenium ecosystem assessment (2005) <i>Ecosystems and human well-being: Desertification synthesis</i>. World Resources Institute, Washington, DC. (Online) Available from: http://www.maweb.org/documents/document.355.aspx.pdf</p>
 +
<p>[2] Pickup G (1998) Desertification and climate change - the Australian perspective. <i>Climate Research</i> <b>11:</b> 51-63.</p>
 +
<p>[3] UNCCD (2011) Desertification: a visual synthesis. (Online) Available from: http://www.unccd.int/knowledge/docs/Desertification-EN.pdf (Accessed on 12 August, 2011).</p>
 +
<p>[4] Science Daily (2007). Severity of desertification on world stage. (Online) Available from: http://www.sciencedaily.com/releases/2007/06/070619180431.htm. </p>
 +
<p>[5] The Encyclopedia of the Earth (2010). Desertification. (Online) Available from: http://www.eoearth.org/article/Desertification?topic=49461</p>
 +
<p>[6] Food and agriculture organisation of the United Nations. Desertification. (Online) Available from: http://www.fao.org/desertification/default.asp?lang=en </p>
 +
<p>[7] Gyssels G and Poesen J (2003) The importance of plant root characteristics in controlling concentrated flow erosion rates. <i>Earth Surface Processes and Landforms</i> <b>28:</b> 371-384.
 +
 +
<h2>
 +
<a href="https://2011.igem.org/Team:Imperial_College_London/Project_Chemotaxis_Overview" style="text-decoration:none;color:#728F1D;float:right;">
 +
M1: Phyto-Route
 +
<img src="https://static.igem.org/mediawiki/2011/9/90/ICL_NextBtn.png" width="40px" style="float;right;"/>
 +
</a>
 +
</h2>
 +
<br/>
 +
<br/>
</body>
</body>
</html>
</html>

Latest revision as of 09:47, 25 October 2011




Desertification

Soil erosion and desertification are world-wide problems. They lead to loss of arable land, economic hardship and environmental degradation. Our project focuses on tackling these serious problems by engineering bacteria to enhance plant root growth. We are planning to implement our bacteria into a seed coat to aid re-vegetation of land at risk of erosion. Trees and plants help hold down the soil and prevent soil erosion which leads to 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.


Downstream Effects

Soil erosion affects the climate and biodiversity and often leads to irreversible desertification (Figure 1). Roots increase the stability of soil and prevent erosion[7]. In addition, trees provide cover and protect nearby fauna and flora. In areas prone to soil erosion, this is especially important as rainfall tends to be rare but when it does occur, it is often very intense and easily leads to topsoil being washed away.

Roots are also important carbon sinks. Increasing root biomass is therefore very likely to improve the carbon budget of the plants we are seeding (Dr Alexandru Milcu, oral communication).


Figure 1: The interplay between desertification, climate change, and biodiversity loss. Image taken from the Millenium Ecosystems Assessment - Desertification synthesis[1].



References and Bibliography:

[1] Millenium ecosystem assessment (2005) Ecosystems and human well-being: Desertification synthesis. World Resources Institute, Washington, DC. (Online) Available from: http://www.maweb.org/documents/document.355.aspx.pdf

[2] Pickup G (1998) Desertification and climate change - the Australian perspective. Climate Research 11: 51-63.

[3] UNCCD (2011) Desertification: a visual synthesis. (Online) Available from: http://www.unccd.int/knowledge/docs/Desertification-EN.pdf (Accessed on 12 August, 2011).

[4] Science Daily (2007). Severity of desertification on world stage. (Online) Available from: http://www.sciencedaily.com/releases/2007/06/070619180431.htm.

[5] The Encyclopedia of the Earth (2010). Desertification. (Online) Available from: http://www.eoearth.org/article/Desertification?topic=49461

[6] Food and agriculture organisation of the United Nations. Desertification. (Online) Available from: http://www.fao.org/desertification/default.asp?lang=en

[7] Gyssels G and Poesen J (2003) The importance of plant root characteristics in controlling concentrated flow erosion rates. Earth Surface Processes and Landforms 28: 371-384.

M1: Phyto-Route