Team:Northwestern

From 2012.igem.org

(Difference between revisions)
(Added a banner and moved the Under Construction banner)
(fixed the overlap of divs of the banner and content container)
Line 96: Line 96:
     clear: both;}
     clear: both;}
#welcome {
#welcome {
-
    background: #520063;
 
-
    height: 200px;
 
     width: 1000px;
     width: 1000px;
 +
    height: 240px;
     position: relative;
     position: relative;
-
    text-align: center;
+
     top: 0;
-
    font-size: 100px;
+
-
    color: #FFF;
+
-
     top: 40px;
+
     left: 0;
     left: 0;
-
     margin: 20px auto;
+
     margin: auto;
     padding: 0;
     padding: 0;
     border: 0;
     border: 0;
Line 113: Line 109:
<div id="welcome">
<div id="welcome">
-
<img src="https://static.igem.org/mediawiki/2012/3/3e/Lowerbanner.png">
+
<img style="position:absolute; bottom:0;" src="https://static.igem.org/mediawiki/2012/3/3e/Lowerbanner.png">
</div>
</div>
 +
<div id="container" style="width:1000px; margin:auto; position:relative">
<div id="container" style="width:1000px; margin:auto; position:relative">

Revision as of 16:19, 18 July 2012

Vitamin and mineral deficiency is a serious health concern that affects a vast amount of the world’s population. Surprisingly, this deficiency is not always due to a lack of nutrients in the diet but rather due to the low bioavailability, and thus poor absorption, of those nutrients. Specifically, according to the World Health Organization iron deficiency affects over 30% of the world’s population and affects more people than any other condition in the world. Iron deficiency can lead to anemia, general ill-health, and premature death.

Iron and other nutrients are not available in the food we eat due to molecules known as chelators. Chelators bind to nutrients rendering them unavailable for the body to use. Our project focuses on breaking down the strongest and most prevalent chelator of iron in foods: phytic acid (phytate). Phytic acid is naturally broken down by enzymes known as phytases.

We aim to build a system to directly deliver phytase to the digestive system in order to increase the bioavailability of iron.

Under Construction :)