Difference between revisions of "Team:GenetiX Tec CCM/Description"

(Prototype team page)
 
Line 1: Line 1:
{{IISER_Pune}}
 
 
<html>
 
<html>
 +
  <head>
 +
      <meta charset="utf-8">
 +
          <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
          <meta name="viewport" content="width=device-width, initial-scale=1">
 +
          <title>iGem Tec CCM/Project Description</title>
 +
          <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
 +
          <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
 +
          <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
 +
  </head>
 +
<script>
 +
    function close() {
 +
        if(document.getElementById('benefits').style.display=='block') {
 +
          document.getElementById('benefits').style.display='none';
 +
        }
 +
    } 
 +
</script>
 +
<script>
 +
  function show() {
 +
    if(document.getElementById('benefits').style.display=='none') {
 +
      document.getElementById('benefits').style.display='block';
 +
    }
 +
  }
 +
  </script>
  
<h2> Project Description </h2>
+
<style type="text/css"> /* Used in page */
 +
  body { background-color: #fff; }
 +
  ul{list-style: none; list-style-type: none;}
 +
  li{list-style: none; list-style-type: none;}
 +
  h1{display: none;}
 +
  h2{color:#23b593;}
 +
  h3{color:#23b588;}
 +
  #globalWrapper, #content{
 +
        background-color: transparent;
 +
        border: 0px;
 +
        margin:0px;
 +
        padding: 0px;
 +
        width:100%;
 +
      }
 +
  #mainContainer {/* Creates a container that will wrap all of the content inside your wiki pages. */
 +
  width: 100%;
 +
  overflow:hidden;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  margin-bottom: 10px;
 +
  background-color: #fff;
 +
  font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
  }
 +
  .menu {
 +
    font-family: "Verdana", Geneva, sans-serif;
 +
    font-weight: 10;
 +
    font-size: 28px;
 +
    float: top;
 +
    color: black;
 +
    margin-top: 20px;
 +
  }
 +
  #menuNavbar  {
 +
  background: #fff;
 +
  float:top;
 +
  width: 97%;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  margin-top: 18px;
 +
  }
 +
  .navContainer li{
 +
    margin-top: 10px;
 +
  }
 +
  .navContainer li ul {
 +
          display: none;
 +
          padding-top:10px;
 +
          margin-left: -19px;
 +
  }
 +
  .navContainer li:hover ul {
 +
          /*display: inline-block; */
 +
          display: block;
 +
          position: absolute;
 +
          float:right;
 +
          margin-left:-40px;
 +
          margin-top:-10px;
 +
  }
 +
  .up{
 +
    background: #fff;
 +
  }
 +
  #topbar {
 +
    background: #fff;
 +
    padding: 10px 0 10px 0;
 +
    text-align: center;
 +
    height: 100px;
 +
    color: black;
 +
    overflow: hidden;
 +
    -webkit-transition: height 0.5s linear;
 +
    -moz-transition: height 0.5s linear;
 +
    transition: height 0.5s linear;
 +
  }
 +
  #topbar a {
 +
    color: #fff;
 +
    font-size:1.3em;
 +
    line-height: 1.25em;
 +
    text-decoration: none;
 +
    opacity: 0.5;
 +
    font-weight: bold;
 +
  }
 +
  #tophiddenbar {
 +
    font-size:1.5em;
 +
    background: #fff;
 +
    font-weight: bold;
 +
    text-align: right;
 +
    text-shadow: 1px 1px 0 #444;
 +
  }
 +
  #tophiddenbar a {
 +
    color: black;
 +
    font-size: 0.5em;
 +
    text-decoration: none;
 +
    opacity: 0.5;
 +
    text-shadow: none;
 +
  }
 +
  #tophiddenbar a:hover { opacity: 1; }
 +
  .subnavbar{
 +
    width:90%;
 +
    height:100px;
 +
    margin-left: 0px;
 +
  }
 +
  #contentContainer {
 +
    margin-top: 100px;
 +
    padding-top:20px;
 +
    padding-right:20px;
 +
    padding-left: 20px;
 +
    margin-bottom: 20px;
 +
    width: 100%;
 +
    background-color: #fff;
 +
    font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
  }
 +
  #bannerContainer {
 +
    height:500px;
 +
    margin:auto;
 +
    text-align:center;
 +
    color: #24B694;
 +
    margin-bottom: 5px;
 +
  }
 +
  #contentContainer h1, h2, h3, h4, h5, h6 {
 +
    color: #565656;
 +
    border-bottom: none;
 +
    font-weight: bold;
 +
    font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
    margin-top:10px;
 +
    }
  
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
+
  #footer{
<br />
+
    width: 100%;
 +
    background-color: #EEFFFF ;
 +
    font-family: "Impact", "Charcoal", sans-serif;
 +
    font-weight: 100;
 +
    font-size: 25px;
 +
    color: #594F4F;
 +
    float: bottom;
 +
  }
 +
  .address{
 +
    font-family: "Verdana", Geneva, sans-serif;
 +
    font-weight: 100;
 +
    font-size: 12px;
 +
    color:#594F4F;
 +
    margin-top: 20px;
 +
    margin-bottom: 10px;
 +
  }
 +
  .video {
 +
    margin-top: 40px;
 +
    margin-bottom: 60px;
 +
  }
 +
    .icons{
 +
    width: 50px;
 +
    margin-top: 20px;
 +
    margin-right: 10px;
 +
  }
 +
  .icons2{
 +
    width: 20px;
  
<h5>What should this page contain?</h5>
+
  }
<ul>
+
  .clear{
<li> A clear and concise description of your project.</li>
+
    clear:both;
<li>A detailed explanation of why your team chose to work on this particular project.</li>
+
    height: 10px;
<li>References and sources to document your research.</li>
+
  }
<li>Use illustrations and other visual resources to explain your project.</li>
+
</style>
</ul>
+
  
 +
<style>
 +
 
 +
  .submenu {
 +
    font-weight: 50;
 +
    font-family: "Verdana", Geneva, sans-serif;
 +
    font-size: 20px;
 +
    color: black;
 +
    float: right;
 +
    margin-top: 10px;
 +
  }
 +
  .btn-default {
 +
    background-color: transparent;
 +
    border-color: transparent;
 +
    font-weight: bold;
 +
    font-size: 25px;
 +
    color: black;
 +
  }
 +
  .headerline {
 +
    height: 30px;
 +
    width: 100px;
 +
  }
 +
  .body {
 +
    margin-top: 25px;
 +
  }
 +
  .abstract{
 +
    font-family: "Verdana", Geneva, sans-serif;
 +
    font-weight: 100;
 +
    font-size: 25px;
 +
    color: black;
 +
  }
 +
</style><!-- de iGem-->
 +
    <!-- Start of CSS-->
 +
<style type="text/css">
 +
  /*Change the styling of text for everything inside main container*/
 +
        #mainContainer p {
 +
            font-size: 13px;
 +
            color: #000000;
 +
        }
 +
    /*Style of the links - links are different inside the menu */
 +
        #contentContainer a {
 +
            font-weight: bold;
 +
            color: #23b593;
 +
        }
 +
      /* Styling links on hover- links are different inside the menu */
 +
        #contentContainer a:hover {
 +
            color: #59bf92;
 +
        }
 +
    /*Change the styling of tables */
 +
                #contentContainer table {
 +
                border: 1px solid #565656;
 +
                border-collapse: collapse;
 +
                width: 90%
 +
                margin: auto;
 +
                margin-bottom: 15px;
 +
                margin-top: 15px;
 +
                margin-right: 10px;
 +
                margin-left: 10px;
 +
            }
 +
    /*Change the styling of table cells*/
 +
            #contentContainer  td {
 +
                padding: 10px;
 +
                border: 1px solid #565656;
 +
                border-collapse: collapse;
 +
                vertical-align: text-top;
 +
            }
 +
    /*Change the styling of table headers */
 +
            #contentContainer th {
 +
                background-color: #E8E8E9;
 +
                padding: 10px;
 +
                border: 1px solid #565656;
 +
                border-collapse: collapse;
 +
                vertical-align: text-top;
 +
            }
 +
    /*MENU STYLING */
 +
    /*Styling for the links in the menu */
 +
    /*  #menuContainer a {
 +
            color: #565656;
 +
            text-decoration:none;
 +
            font-weight: bold;
 +
        }
 +
    /* Sets the style for lists inside menuContainer  */
 +
        #menuContainer ul {
 +
            list-style: none;
 +
            margin-left:0px;
 +
        }
 +
    /*Styles the list items to become menu buttons */
 +
        #menuContainer ul li {
 +
            text-align: center;
 +
            display: block;
 +
            width: 100%;
 +
            height:30px;
 +
        }
 +
    /*For the menu buttons, changes the color when hovering*/
 +
        #menuContainer li:hover {
 +
            color:  black;
 +
            background-color: #24B694;
 +
        }
 +
    /*Submenus are not displayed as default*/
 +
        #menuContainer li ul {
 +
            display: none;
 +
            padding-top:-30px;
 +
            margin-left: -19px;
 +
        }
 +
    /*Submenus are displayed when hovering the menu button */
 +
        #menuContainer li:hover ul {
 +
            /*display: inline-block; */
 +
            display: block;
 +
            position: absolute;
 +
            float:right;
 +
            margin-left: 134px;
 +
            margin-top:-82px;
 +
        }
 +
    /*Style the submenu buttons*/
 +
      #menuContainer ul li {
 +
        text-align: center;
 +
        display: block;
 +
        width: 100%;
 +
        height:30px;
 +
        padding-left:30px;
 +
      }
 +
      ul {
 +
          list-style-type: none;
 +
          margin: 0;
 +
      }
 +
      li {
 +
          float: left;
 +
        list-style-type: none;
 +
        padding-left: 20px;
 +
      }
 +
      a {
 +
          display: block;
 +
      }
 +
      .menu-main{
 +
        width:90%;
 +
        height:30px;
 +
        align:center;
 +
        padding-right: 50px;
 +
      }
 +
        /*CLASSES */
 +
        /*Clear class for all the pages, adds spacing too*/
 +
        /* highlight box for special messages */
 +
            .highlightBox {
 +
                    width:500px;
 +
                    margin:auto;
 +
                    background-color: #E8E8E9;
 +
            margin-bottom: 15px;
 +
            margin-top: 15px;
 +
            padding: 15px;
 +
            padding-top: 5px;
 +
            }
 +
</style><!-- de iGem-->
  
<br />
+
<div id="mainContainer" class="container-fluid"> <!-- Es un div de todo la página-->
<h4>Advice on writing your Project Description</h4>
+
  <div class="menu" class="row">
 
+
    <nav class="navbar navbar-default navbar-fixed-top" id="menuNavbar">
<p>
+
        <div class="up" id="tophiddenbar">
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be consist, accurate and unambiguous in your achievements.  
+
              <li ><a href="https://2015.igem.org/Team:GenetiX_Tec_CCM"> <img src="https://static.igem.org/mediawiki/2015/d/da/TeamLogo.png" style="width:90px;" alt="iGemlogo" > </a></li>
</p>
+
              <li ><a href="https://2015.igem.org"> <img src="https://static.igem.org/mediawiki/2015/d/d2/IGemLogo.png" style="width: 90px; padding-top:10px;" alt="TeamLogo"> </a></li>
 
+
            </div>
<p>
+
        <div class="navContainer" id="topbar">
Judges like to read your wiki and know exactly what you have achieved. This is how you should think about these sections; from the point of view of the judge evaluating you at the end of the year.
+
          <div id="tophiddenbar">
</p>
+
            <div>
 
+
              <ul>
 
+
              <a href="#" onclick=show()> <li>PROJECT
<br />
+
                <ul class="subnavbar">
<h4>References</h4>
+
                  <a href="https://2015.igem.org/Team:Example/Description"><li>Description</li></a>
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you though about your project and what works inspired you.</p>
+
                  <a href="https://2015.igem.org/Team:Example/Design"><li>Design</li></a>
 
+
                  <a href="https://2015.igem.org/Team:Example/Modeling"><li>Modeling</li></a>
 
+
                  <a href="https://2015.igem.org/Team:Example/Results"><li>Results</li></a>
 
+
                  <a href="https://2015.igem.org/Team:Example/Experiments"><li>Experiments &amp; Protocols</li></a>
<h4>Inspiration</h4>
+
                  <a href="https://2015.igem.org/Team:Example/References"><li>References</li></a> 
<p>See how other teams have described and presented their projects: </p>
+
                </ul>
 
+
              </li> </a>
<ul>
+
              <a href="https://2015.igem.org/Team:Example/Team"><li>TEAM
<li><a href="https://2014.igem.org/Team:Imperial/Project"> Imperial</a></li>
+
                <ul class="subnavbar">
<li><a href="https://2014.igem.org/Team:UC_Davis/Project_Overview"> UC Davis</a></li>
+
                  <a href="https://2015.igem.org/Team:Example/Attribution"><li>Attribution</li></a>
<li><a href="https://2014.igem.org/Team:SYSU-Software/Overview">SYSU Software</a></li>
+
                </ul>
</ul>
+
              </li></a>
 +
              <a href="#" onclick= ; ><li>PARTS
 +
                <ul class="subnavbar">
 +
                  <a href="https://2015.igem.org/Team:Example/Parts"><li>Team Parts</li></a>
 +
                  <a href="https://2015.igem.org/Team:Example/Basic_Part"><li>Basic Parts</li></a> 
 +
                  <a href="https://2015.igem.org/Team:Example/Composite_Part"><li>Composite Parts</li></a>
 +
                  <a href="https://2015.igem.org/Team:Example/Part_Collection"><li>Part Collection</li></a>
 +
                </ul>
 +
              </li></a>
 +
              <a href="https://2015.igem.org/Team:Example/Practices"><li>HUMAN PRACTICES</li></a>
 +
              <a href="https://2015.igem.org/Team:Example/Safety"><li>SAFETY</li></a>
 +
              <a href="https://2015.igem.org/Team:Example/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>
 +
              </ul>
 +
            </div>
 +
          </div>
 +
        </div>
 +
    </nav>
 +
  </div> <!-- Es el menú de arriba--> <!-- no tocar-->
  
 +
  <body>
 +
    <div class="row" id="contentContainer">
 +
      <div id="bannerContainer" class="row">
 +
        <img src="http://placehold.it/1400x500">
 +
      </div>
 +
      <div class="row" style="height:300px;">
 +
        <img src="http://placehold.it/1200x300">
 +
        <h3>About Xochimilco &amp; Why is important for us</h3>
 +
        <p>
 +
          Xochimilco, meaning the fertile land of flowers, is one of the 16 delegaciones, or boroughs in Mexico City. Located 28 km south of the city and just about 5 km from our high school in the formerly independent city of Xochimilco, it is characterized by the fact that, although there have been changes: “they have not affected [Xochimilco’s] overall structure and functional integrity” (UNESCO.org, 1989) Meaning there is constant preservation of its pre hispanic origins, alongside the use of artificial islands known as chinampas. Furthermore, its most distinguishing feature are the canals, left from an extensive lake and canal system that connected many of the settlements in the area known as the Valley of Mexico. However, Xochimilco and its surrounding area face important threats related to their geological and social situations, with threats such as: “development pressures, changes to land use, abandonment and contamination” (UNESCO.org, 1989) .
 +
          <br>Xochimilco is home to many endemic species of flora and fauna, with one of the most important being the critically endangered Ambystoma mexicanum, better known as the axolotl. With the purpose of saving the remaining canals, Xochimilco was declared a World Heritage Site in 1987. Nonetheless, the deterioration of the canals has been happening so fast, that UNESCO has threatened to take away the World Heritage Status from Xochimilco. Because of this, it is quite important to raise awareness of the meaning Xochimilco has to Mexico and the world as a whole, and strategies should be implemented to stop it from being destroyed.
 +
        </p> 
 +
      </div>
 +
      <div class="row" style="height:300px;">
 +
        <img src="http://placehold.it/1200x300">
 +
        <h3>What is the problem in Xochimilco?</h3>
 +
        <p>
 +
          Xochimilco is an important zone in México City´s economy. Around 396,852 people live here.  People are in improper conditions of settlement. Approximately 14% of the houses are a single room or with ground floor. The zone also has a lack of a drainage system which gives an average amount of more than 30,000 faeces downloads per day are discharged directly into the canals. This brings an enormous increase of the pollution of water. The added nutrients on contaminated water causes water lily to atrophy the channels. Lily roots and attacks the endemic trees of the place: the ahuejote, used to create and settle chinampas. Covered lily channels prevent the path to the chinampas, which are abandoned as agricultural production premises; they urbanize and create more wastewater discharges. Those factors contribute to a reduction in the production of crops and animals of the small businesses of the area which are one of the most important activities in the zone considering that from 2.64% of the land is bestow for industry and 15.50% for agriculture. Even causes the proliferation of bacteria, protozoan cysts and viruses, among other pathogens that lead to health repercussion on the residents.<br>The main source of environmental impact in Lake Xochimilco is eutrophication: a process triggered by an excess of nutrients, such as phosphates and nitrates. Under these conditions, photosynthetic organisms (microalgae, algae, and vascular plants) develop ideally, thus incrementing their population. This spontaneous bloom increases phytoplankton, limits light penetration, and reduces dissolved inorganic carbon –raising pH levels. Furthermore, when the algal population eventually dies, microbial decomposition severely depletes dissolved oxygen levels. As a consequence, an anoxic zone is created, which lacks enough oxygen to support life. The last stage of this process is characterized by the prevalence of anaerobic microorganisms that produce malodorous gases (sulfur, methane, ammonia, etc.) that react with water to form acids.<br>In Xochimilco’s particular case, eutrophication is denominated as anthropogenic, because it is caused directly by human activities. Principally, the over-fertilizing circumstances are due to residual water discharges from houses and industries near the lake.  Evidently, this breaks up the naturally built balance between “the nutrient production from organic matter decomposition and its assimilation by primary producers” (Chapa et Guerrero, 2010), in addition to introducing pathogenic and invasive microorganisms to the ecosystem. Since this actions are what have led to origination of the currently present anoxic conditions, it is important to cease them in order to reach its full recovery.<br>Xochimilco’s ecological problems are multidimensional. The generally poorly-managed control over regulations regarding sewage and garbage disposal in the lake and canals of Xochimilco are the principal source of many of these problems, such as the previously mentioned anthropogenic eutrophication. This in turn has put a wide range of endemic species in danger.<br>One of the consequences of the eutrophication in the lake is particularly present in the overpopulation of Nymphaea (water lilies), which is held responsible for draining a great amount of the available oxygen in the water. When researching for possible solutions involving genetically modified organisms, our team came across a wide range of possibilities, which had different levels of viability and potential implementation. After the brainstorming, it became clear that one of the biggest areas of opportunity to fight the canal’s problems was to reduce the amount of Nymphaea specimens within its waters, which left us with the question of how to do so without damaging the ecosystem as a whole.<br>Through research and analysing different ideas, We reached the conclusion that biosynthesizing pesticides to fight against the elevated number of Nymphaea in the canals was rather counterproductive, due to the fact that it would be extremely hard to predict and therefore control the way the pesticide would affect wildlife in general outside of the desired area of effect (reducing the population of water lilies living in the lake and canals). With this is mind, we decided to focus our efforts on reducing the number of available nutrients occasioning the overpopulation of Nymphaea, such as nitrates and nitrites, nitrogen based compounds that are recognized as one of the main factors in causing eutrophication. To do so, our aim is to create a bacteria capable of conducting a process called denitrification under specific conditions inside Xochimilco’s canals, and hence able to of regulating the levels of NO3 and NO2 in the water.
 +
        </p>
 +
      </div>
 +
    </div>
 +
  </body>
 +
</div>
 +
<div id="footer">
 +
    <div class="row" style="background-color: #EEFFFF ;">
 +
      <div class="col-md-1">
 +
        <div>
 +
          <image src="https://static.igem.org/mediawiki/2015/3/3c/TeamLogo.gif" style="width: 100px; margin-top: 50px;">
 +
        </div>
 +
      </div>
 +
      <div class="col-md-3">
 +
        <div style="margin-top: 20px;">OUR SCHOOL<a href="http://www.itesm.mx/wps/wcm/connect/Campus/CCM/Ciudad+de+Mexico/"><image src="https://static.igem.org/mediawiki/2015/b/b0/OurSchool.jpg" style="width: 190px; margin-top: 20px;"></a>
 +
        </div>
 +
        <div class="address"><a href="https://www.google.com/maps/place/itesm+campus+ciudad+de+mexico/@19.28358,-99.13541,15z/data=!4m2!3m1!1s0x0:0x129534395a02e72a?sa=X&    ved=0CIYBEPwSMAtqFQoTCOPt762E48cCFUlxPgodUlcG8w"><image src="https://static.igem.org/mediawiki/2015/4/43/Map.png" style="width: 30px;" align="center"></a>
 +
        <address style="color:#594F4F">
 +
          <strong>Location</strong><br>Calle del Puente 222, Tlalpan, Ejidos de Huipulco,<br>14380 Ciudad de México, D.F., Mexico.<br>
 +
        </address>
 +
        </div>
 +
      </div>
 +
      <div class="col-md-4" style="margin-top: 20px;">
 +
        <div>SOCIAL<a class="twitter-timeline" href="https://twitter.com/GenetiXCCM" data-widget-id="643542425776947200">Tweets por el @GenetiXCCM.</a>
 +
            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js. src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
 +
        </div>
 +
      </div>
 +
      <div class="col-md-4" style="margin-top: 20px;">
 +
          <div>FIND US <br>
 +
            <span href="https://www.facebook.com/genetixtecccm?fref=ts"> <image src="https://static.igem.org/mediawiki/2015/5/55/Facebook.png" class="icons"> </span>
 +
            <span href="https://twitter.com/GenetiXCCM"> <image src="https://static.igem.org/mediawiki/2015/f/f7/Twitter.png" class="icons"> </span>
 +
            <span href=""> <image src="https://static.igem.org/mediawiki/2015/b/b7/Instagram.png" class="icons"> </span>
 +
            <span href=""> <image src="https://static.igem.org/mediawiki/2015/a/af/Youtube.png" class="icons"> </span>
 +
            <div class="address"><image src="https://static.igem.org/mediawiki/2015/5/58/Phone.png" class="icons2">"Telefono de Jessica/Nuri/Kai"
 +
            </div>
 +
          <div class="address"><image src="https://static.igem.org/mediawiki/2015/5/5c/Email.png" class="icons2" style="margin-right: 10px;">genetixccm@gmail.com
 +
          </div>
 +
        </div>
 +
      </div> 
 +
    </div>  <!-- Footer solo cambiar tamaños de fuente t color--><!-- no tocar-->
 
</div>
 
</div>
 
</html>
 
</html>

Revision as of 13:37, 18 September 2015

iGem Tec CCM/Project Description

About Xochimilco & Why is important for us

Xochimilco, meaning the fertile land of flowers, is one of the 16 delegaciones, or boroughs in Mexico City. Located 28 km south of the city and just about 5 km from our high school in the formerly independent city of Xochimilco, it is characterized by the fact that, although there have been changes: “they have not affected [Xochimilco’s] overall structure and functional integrity” (UNESCO.org, 1989) Meaning there is constant preservation of its pre hispanic origins, alongside the use of artificial islands known as chinampas. Furthermore, its most distinguishing feature are the canals, left from an extensive lake and canal system that connected many of the settlements in the area known as the Valley of Mexico. However, Xochimilco and its surrounding area face important threats related to their geological and social situations, with threats such as: “development pressures, changes to land use, abandonment and contamination” (UNESCO.org, 1989) .
Xochimilco is home to many endemic species of flora and fauna, with one of the most important being the critically endangered Ambystoma mexicanum, better known as the axolotl. With the purpose of saving the remaining canals, Xochimilco was declared a World Heritage Site in 1987. Nonetheless, the deterioration of the canals has been happening so fast, that UNESCO has threatened to take away the World Heritage Status from Xochimilco. Because of this, it is quite important to raise awareness of the meaning Xochimilco has to Mexico and the world as a whole, and strategies should be implemented to stop it from being destroyed.

What is the problem in Xochimilco?

Xochimilco is an important zone in México City´s economy. Around 396,852 people live here. People are in improper conditions of settlement. Approximately 14% of the houses are a single room or with ground floor. The zone also has a lack of a drainage system which gives an average amount of more than 30,000 faeces downloads per day are discharged directly into the canals. This brings an enormous increase of the pollution of water. The added nutrients on contaminated water causes water lily to atrophy the channels. Lily roots and attacks the endemic trees of the place: the ahuejote, used to create and settle chinampas. Covered lily channels prevent the path to the chinampas, which are abandoned as agricultural production premises; they urbanize and create more wastewater discharges. Those factors contribute to a reduction in the production of crops and animals of the small businesses of the area which are one of the most important activities in the zone considering that from 2.64% of the land is bestow for industry and 15.50% for agriculture. Even causes the proliferation of bacteria, protozoan cysts and viruses, among other pathogens that lead to health repercussion on the residents.
The main source of environmental impact in Lake Xochimilco is eutrophication: a process triggered by an excess of nutrients, such as phosphates and nitrates. Under these conditions, photosynthetic organisms (microalgae, algae, and vascular plants) develop ideally, thus incrementing their population. This spontaneous bloom increases phytoplankton, limits light penetration, and reduces dissolved inorganic carbon –raising pH levels. Furthermore, when the algal population eventually dies, microbial decomposition severely depletes dissolved oxygen levels. As a consequence, an anoxic zone is created, which lacks enough oxygen to support life. The last stage of this process is characterized by the prevalence of anaerobic microorganisms that produce malodorous gases (sulfur, methane, ammonia, etc.) that react with water to form acids.
In Xochimilco’s particular case, eutrophication is denominated as anthropogenic, because it is caused directly by human activities. Principally, the over-fertilizing circumstances are due to residual water discharges from houses and industries near the lake. Evidently, this breaks up the naturally built balance between “the nutrient production from organic matter decomposition and its assimilation by primary producers” (Chapa et Guerrero, 2010), in addition to introducing pathogenic and invasive microorganisms to the ecosystem. Since this actions are what have led to origination of the currently present anoxic conditions, it is important to cease them in order to reach its full recovery.
Xochimilco’s ecological problems are multidimensional. The generally poorly-managed control over regulations regarding sewage and garbage disposal in the lake and canals of Xochimilco are the principal source of many of these problems, such as the previously mentioned anthropogenic eutrophication. This in turn has put a wide range of endemic species in danger.
One of the consequences of the eutrophication in the lake is particularly present in the overpopulation of Nymphaea (water lilies), which is held responsible for draining a great amount of the available oxygen in the water. When researching for possible solutions involving genetically modified organisms, our team came across a wide range of possibilities, which had different levels of viability and potential implementation. After the brainstorming, it became clear that one of the biggest areas of opportunity to fight the canal’s problems was to reduce the amount of Nymphaea specimens within its waters, which left us with the question of how to do so without damaging the ecosystem as a whole.
Through research and analysing different ideas, We reached the conclusion that biosynthesizing pesticides to fight against the elevated number of Nymphaea in the canals was rather counterproductive, due to the fact that it would be extremely hard to predict and therefore control the way the pesticide would affect wildlife in general outside of the desired area of effect (reducing the population of water lilies living in the lake and canals). With this is mind, we decided to focus our efforts on reducing the number of available nutrients occasioning the overpopulation of Nymphaea, such as nitrates and nitrites, nitrogen based compounds that are recognized as one of the main factors in causing eutrophication. To do so, our aim is to create a bacteria capable of conducting a process called denitrification under specific conditions inside Xochimilco’s canals, and hence able to of regulating the levels of NO3 and NO2 in the water.