Project localization.html

From 2014hs.igem.org

(Difference between revisions)
(Created page with "<!DOCTYPE html> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="content-type"> <title>GenetiX - The Project</title> <link href="http://fonts.goog...")
(Blanked the page)
 
Line 1: Line 1:
-
<!DOCTYPE html>
 
-
<html>
 
-
  <head>
 
-
    <meta content="text/html; charset=utf-8" http-equiv="content-type">
 
-
    <title>GenetiX - The Project</title>
 
-
    <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600%7CSource+Code+Pro"
 
-
      rel="stylesheet">
 
-
    <!--[if lte IE 8]><script src="html5shiv.js" type="text/javascript"></script><![endif]-->
 
-
    <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
 
-
    <script src="js/jquery.dropotron.min.js"></script>
 
-
    <script src="skel.min.js">
 
-
{
 
-
prefix: 'css/style',
 
-
preloadStyleSheets: true,
 
-
resetCSS: true,
 
-
boxModel: 'border',
 
-
grid: { gutters: 30 },
 
-
breakpoints: {
 
-
wide: { range: '1200-', containers: 1140, grid: { gutters: 50 } },
 
-
narrow: { range: '481-1199', containers: 960 },
 
-
mobile: { range: '-480', containers: 'fluid', lockViewport: true, grid: { collapse: true } }
 
-
}
 
-
}
 
-
</script>
 
-
    <script>
 
-
$(function() {
 
-
 
-
// Note: make sure you call dropotron on the top level <ul>
 
-
$('#main-nav > ul').dropotron({
 
-
offsetY: -10 // Nudge up submenus by 10px to account for padding
 
-
});
 
-
 
-
});
 
-
</script>
 
-
    <script>
 
-
// DOM ready
 
-
$(function() {
 
-
   
 
-
// Create the dropdown base
 
-
$("<select />").appendTo("nav");
 
-
 
 
-
// Create default option "Go to..."
 
-
$("<option />", {
 
-
"selected": "selected",
 
-
"value"  : "",
 
-
"text"    : "Menu"
 
-
}).appendTo("nav select");
 
-
 
 
-
// Populate dropdown with menu items
 
-
$("nav a").each(function() {
 
-
var el = $(this);
 
-
$("<option />", {
 
-
"value"  : el.attr("href"),
 
-
"text"    : el.text()
 
-
}).appendTo("nav select");
 
-
});
 
-
 
 
-
// To make dropdown actually work
 
-
// To make more unobtrusive: http://css-tricks.com/4064-unobtrusive-page-changer/
 
-
$("nav select").change(function() {
 
-
window.location = $(this).find("option:selected").val();
 
-
});
 
-
 
 
-
});
 
-
</script>
 
-
  </head>
 
-
  <body>
 
-
    <div id="header_container">
 
-
      <div class="container"> <!-- Header -->
 
-
        <div id="header" class="row">
 
-
          <div class="4u">
 
-
            <h1><img src="https://static.igem.org/mediawiki/2014hs/c/c9/Logo.png" alt="" usemap="#Map" height="101" width="301">
 
-
              <map name="Map">
 
-
                <area shape="rect" coords="-1,19,68,81" href="https://2014hs.igem.org/Main_Page"
 
-
 
-
                  target="_blank" alt="logo">
 
-
                <area shape="rect" coords="68,3,300,103" href="index.html">
 
-
              </map>
 
-
            </h1>
 
-
          </div>
 
-
          <nav id="main-nav" class="8u">
 
-
            <ul>
 
-
              <li><a href="index.html">Home</a></li>
 
-
              <li><a class="active" href="project.html">The Project</a>
 
-
                <ul>
 
-
                  <li><a href="project_biosensor.html">Biosensor</a></li>
 
-
                  <li><a href="project_eutrophication.html">Eutrophication</a></li>
 
-
                  <li><a href="project_localization.html">Localization</a></li>
 
-
                </ul>
 
-
              </li>
 
-
              <li><a href="results.html">Results</a> </li>
 
-
              <li><a href="#">Human Practices</a>
 
-
                <ul>
 
-
                  <li><a href="human_practices_travesuras2014.html">Travesuras
 
-
                      2014</a></li>
 
-
                  <li><a href="human_practices_travesuras2013.html">Travesuras
 
-
                      2013</a></li>
 
-
                  <li><a href="human_practices_conference.html">Conference</a></li>
 
-
                </ul>
 
-
              </li>
 
-
              <li> <a href="#">Data</a>
 
-
                <ul>
 
-
                  <li><a href="data_safety.html">Safety</a></li>
 
-
                  <li><a href="data_notebook.html">Notebook</a></li>
 
-
                  <li> <a href="data_biobricks.html">Biobricks</a></li>
 
-
                </ul>
 
-
              </li>
 
-
              <li><a href="#">The Team</a>
 
-
                <ul>
 
-
                  <li><a href="team_members.html">Members</a></li>
 
-
                  <li><a href="team_sponsors.html">Sponsors</a> </li>
 
-
                </ul>
 
-
              </li>
 
-
            </ul>
 
-
          </nav>
 
-
        </div>
 
-
      </div>
 
-
    </div>
 
-
    <div id="site_content">
 
-
      <div class="container">
 
-
        <!-- Banner -->
 
-
        <div id="banner"> <a href="#"><img src="https://static.igem.org/mediawiki/2014hs/f/f1/Localization.jpg" alt="banner image"></a>
 
-
        </div>
 
-
        <!-- Features -->
 
-
        <div class="row">
 
-
          <section class="8u">
 
-
            <h1>Localization</h1>
 
-
            <p>First than all, we have to know what is eutrophication, well
 
-
              the&nbsp; eutrophication is the process of excessive growth of
 
-
              algae and weeds water in the water, caused by phosphates and other
 
-
              pollutants discharged to waters. In a eutrophic aquatic ecosystem
 
-
              two things happen: more oxygen is required to break down and
 
-
              increases the population of organisms known as primary producers:
 
-
              organisms that make photosynthesis, as macroalgae and lilies.
 
-
              These can reach atrophy processes exchange of oxygen and water
 
-
              flow. The liquid is cloudy and the lack of oxygen can devastate
 
-
              populations of various organisms.</p>
 
-
            <h1>How does it affect the lake of Xochimilco?</h1>
 
-
            In hydrological Xochimilco area that is located south of the
 
-
            metropolitan area of ​​Mexico City's 189 miles of canals that have
 
-
            been contaminated by the contribution of sewage, domestic waste,
 
-
            industrial, agricultural and drainage system leaks. This has
 
-
            affected different species of living beings that inhabit the area,
 
-
            causing a decline in biodiversity (Juárez-Figueroa et al., 2003).<br>
 
-
            <br>
 
-
            It is estimated that close to urban centers or agricultural nutrient
 
-
            input to a lake can be accelerated by the activities human, a
 
-
            process known as cultural eutrophication, which is the case with
 
-
            Lake Xochimilco to be within the city of Mexico. This is precisely
 
-
            effluent mainly caused by plants sewage treatment, containing
 
-
            nitrates and phosphates runoff of fertilizers and waste animals and
 
-
            accelerated erosion of eutrophication .The eutrophication derived
 
-
            from crops by the recent addition of phosphates and nitrates, as a
 
-
            result of activities human, it is also a serious problem for lakes,
 
-
            especially Lake Xochimilco. During warm periods, the overhead
 
-
            produce dense growth nutrient vegetables such as algae,
 
-
            cyanobacteria, water lilies and duckweed. Oxygen dissolved in the
 
-
            surface layer of water is near die exhausted when large masses of
 
-
            algae, which fall to the bottom and are decomposed by aerobic
 
-
            bacteria. This can kill fish and other animals water they consume
 
-
            oxygen. If theexcess nutrients continue to flow a body of water, the
 
-
            water reaches the bottom be rotten and almost unusable for living
 
-
            things, because bacteria take over and produce anaerobic decomposing
 
-
            substances with poor odors, such as hydrogen sulfide and the
 
-
            methane.<br>
 
-
            <h2>Factors</h2>
 
-
            <p>The factors affecting the degree of eutrophication are:</p>
 
-
            <ul>
 
-
              <li>Climate: warm climates favor the process.</li>
 
-
            </ul>
 
-
            <ul>
 
-
              <li>Shallow bodies of water and / or low flow are more conducive
 
-
                to the development process</li>
 
-
            </ul>
 
-
            <ul>
 
-
              <li>&nbsp;Drainage Area: little tree cover subject to abundant
 
-
                rainfall tions favors erosion and entrainment of nutrients into
 
-
                the water body</li>
 
-
            </ul>
 
-
            <ul>
 
-
              <li>&nbsp;Geology: In drainage areas where sedimentary rocks
 
-
                predominate vapor no greater phosphorus runoff. Clay soils drain
 
-
                poorly and also favor runoff and result in nutrient supply.</li>
 
-
            </ul>
 
-
            <p><br>
 
-
              The causes of eutrophication include:<br>
 
-
              <br>
 
-
              a) Natural:</p>
 
-
            <ul>
 
-
              <li>&nbsp;atmospheric inputs: precipitation.</li>
 
-
              <li>&nbsp;resuspension of bottom sediments.</li>
 
-
              <li>&nbsp;release from anoxic sediments.</li>
 
-
              <li>&nbsp;breakdown and excretion of organisms.</li>
 
-
              <li>&nbsp;nitrogen-fixing microorganisms.</li>
 
-
            </ul>
 
-
            <p>b) Anthropogenic:</p>
 
-
            <ul>
 
-
              <li>&nbsp;Discharges of industrial, agricultural, municipal and
 
-
                waste treatment plants.</li>
 
-
              <li>&nbsp;Deforestation increases erosion and reduces the
 
-
                recycling of nutrients in the watershed, increasing their income
 
-
                to the water body.</li>
 
-
              <li>Fertilizer applied in excess.</li>
 
-
              <li>Sewage farms (silos, drums).</li>
 
-
              <li>Septic tanks.</li>
 
-
              <li>Detergents with large amounts of phosphorus.</li>
 
-
              <li>Contribution of pollutants from rainwater.</li>
 
-
              <li>Sewer system of cities and towns do.</li>
 
-
              <li>Measures to control eutrophication include:</li>
 
-
            </ul>
 
-
            <p><br>
 
-
              Control of nutrient inputs:</p>
 
-
            <ul>
 
-
              <li>Waste treatment before being poured into the body of water.</li>
 
-
              <li>Restricting the use of phosphate detergents.</li>
 
-
              <li>Control of land use.</li>
 
-
              <li>Prepantanos: remove nutrients from waste water that are fixed
 
-
                in the biomass of algae and macrophytes.</li>
 
-
              <li>Physical and chemical&nbsp; waste water treatment: chemical
 
-
                precipitation and filtration.</li>
 
-
            </ul>
 
-
            <h2>What we found....<br>
 
-
            </h2>
 
-
            <p>Elements found in the lake of Xochimilco <br>
 
-
            </p>
 
-
            <table style="width: 100%; border-spacing: 0px;" border="0">
 
-
              <tbody>
 
-
                <tr>
 
-
                  <td>Sample</td>
 
-
                  <td style="margin-left: -77px;">1</td>
 
-
                  <td>2</td>
 
-
                  <td>3</td>
 
-
                  <td>4</td>
 
-
                  <td>5</td>
 
-
                  <td>6</td>
 
-
                  <td>7</td>
 
-
                  <td>8</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>MO mg/LO</td>
 
-
                  <td>154</td>
 
-
                  <td>251</td>
 
-
                  <td>88</td>
 
-
                  <td>151</td>
 
-
                  <td>555</td>
 
-
                  <td>295</td>
 
-
                  <td>25</td>
 
-
                  <td>75</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>Phosphorus mg/L</td>
 
-
                  <td>5.8</td>
 
-
                  <td>5.6</td>
 
-
                  <td>7.6</td>
 
-
                  <td>6.7</td>
 
-
                  <td>23.0</td>
 
-
                  <td>17.1</td>
 
-
                  <td>15.0</td>
 
-
                  <td>14.2</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>pH</td>
 
-
                  <td>6.2</td>
 
-
                  <td>7.2</td>
 
-
                  <td>6.7</td>
 
-
                  <td>7.6</td>
 
-
                  <td>8.0</td>
 
-
                  <td>7.0</td>
 
-
                  <td>7.0</td>
 
-
                  <td>7.0</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>Temperature °C</td>
 
-
                  <td>3.8</td>
 
-
                  <td>3.8</td>
 
-
                  <td>4.8</td>
 
-
                  <td>3.8</td>
 
-
                  <td>6.9</td>
 
-
                  <td>7.0</td>
 
-
                  <td>7.0</td>
 
-
                  <td>7.0</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>Precipitation</td>
 
-
                  <td>21.0</td>
 
-
                  <td>20.0</td>
 
-
                  <td>22.0</td>
 
-
                  <td>23.0</td>
 
-
                  <td>21.5</td>
 
-
                  <td>19.8</td>
 
-
                  <td>21.0</td>
 
-
                  <td>54</td>
 
-
                </tr>
 
-
                <tr>
 
-
                  <td>MO = Organic Mater</td>
 
-
                  <td><br>
 
-
                  </td>
 
-
                  <td><br>
 
-
                  </td>
 
-
                  <td><br>
 
-
                  </td>
 
-
                  <td><br>
 
-
                  </td>
 
-
                  <td><br>
 
-
                  </td>
 
-
                  <td><br>
 
-
                  </td>
 
-
                  <td><br>
 
-
                  </td>
 
-
                  <td><br>
 
-
                  </td>
 
-
                </tr>
 
-
              </tbody>
 
-
            </table>
 
-
            <br>
 
-
            <br>
 
-
          </section>
 
-
          <section class="4u">
 
-
            <div id="sidebar">
 
-
              <section class="12u">
 
-
                <h3>References</h3>
 
-
                <p><a href="#"></a>Juárez-Figueroa, L. A., Silva-Sánchez, J.,
 
-
                  Uribe-Salas, F. J., &amp; Cifuentes-García, E. (2003). <em>Microbiological
 
-
                    indicators of water quality in the Xochimilco canals, Mexico
 
-
                    City</em>. Mexico City: Salud Publica Mex.</p>
 
-
              </section>
 
-
              <section class="12u"> </section>
 
-
            </div>
 
-
          </section>
 
-
        </div>
 
-
      </div>
 
-
    </div>
 
-
    <div id="footer_container">
 
-
      <div class="container">
 
-
        <!-- Footer -->
 
-
        <footer>
 
-
          <p><a href="https://twitter.com/GenetiXCCM" target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/f/f7/Twitter.png"
 
-
 
-
                alt="twitter"></a>&nbsp;<a href="https://www.facebook.com/pages/Genetix/231542983696246"
 
-
 
-
              target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/5/55/Facebook.png" alt="facebook"></a>&nbsp;<a
 
-
 
-
              href="mailto:genetixccm@gmail.com?Subject=Hi%20GenetiX" target="_top"><img
 
-
 
-
                src="https://static.igem.org/mediawiki/2014hs/0/09/Rss.png" alt="rss"></a></p>
 
-
          <p><a href="http://www.itesm.mx/wps/wcm/connect/Campus/CCM/Ciudad+de+Mexico/"
 
-
 
-
              target="_blank"><img src="https://static.igem.org/mediawiki/2014hs/3/3a/Itesm_ccm.png" alt="" height="64"
 
-
 
-
                width="176"></a><a href="http://www.hidrosina.com.mx/new/" target="_blank"><img
 
-
 
-
                src="https://static.igem.org/mediawiki/2014hs/5/5d/Hidrosina.png" alt="" height="32" width="110"></a></p>
 
-
          <p>Copyright © GenetiX | <a href="http://skeljs.org/">skel.js</a> | <a
 
-
 
-
              href="http://www.css3templates.co.uk">design from
 
-
              css3templates.co.uk</a></p>
 
-
        </footer>
 
-
      </div>
 
-
    </div>
 
-
  </body>
 
-
</html>
 

Latest revision as of 03:26, 21 June 2014