Team:Northwestern

From 2013.igem.org

(Difference between revisions)
Line 75: Line 75:
/** END OF HEADER **/
/** END OF HEADER **/
 +
body {
 +
margin: 0;
 +
padding: 0;
 +
background: #222;
 +
color: #EEE;
 +
text-align: center;
 +
font: normal 9pt Verdana;
 +
}
 +
a:link, a:visited {
 +
color: #EEE;
 +
}
 +
img {
 +
border: none;
 +
}
 +
#normal2, #normal3, #normal4, #normal5 {
 +
display: none;
 +
}
 +
#gallery {
 +
margin: 0 auto;
 +
width: 800px;
 +
}
 +
#thumbs {
 +
margin: 10px auto 10px auto;
 +
text-align: center;
 +
width: 800px;
 +
}
 +
#bigimages {
 +
width: 770px;
 +
float: left;
 +
}
 +
#thumbs img {
 +
width: 130px;
 +
height: 130px;
 +
}
 +
#bigimages img {
 +
border: 4px solid #555;
 +
margin-top: 5px;
 +
width: 750px;
 +
}
 +
#thumbs a:link, #thumbs a:visited {
 +
width: 130px;
 +
height: 130px;
 +
border: 6px solid #555;
 +
margin: 6px;
 +
float: left;
 +
}
 +
#thumbs a:hover {
 +
border: 6px solid #888;
 +
}
 +
/**END of gallery**/
#picture {  
#picture {  
Line 207: Line 257:
</style>  
</style>  
 +
 +
<script type="text/javascript">
 +
 +
var imagesNumber = 5;
 +
 +
for (i=1; i<=imagesNumber; i++) {
 +
if (i == current) {
 +
document.getElementById("normal" + current).style.display = "block";
 +
} else {
 +
document.getElementById("normal" + i).style.display = "none";
 +
}
 +
}
 +
}
 +
 +
</script>
 +
 +
<!--
<!--
<div class = "menu-bar">  
<div class = "menu-bar">  
Line 259: Line 326:
</br>
</br>
 +
<body>
 +
 +
<div id="gallery">
 +
<div id="bigimages">
 +
<div id="normal1">
 +
<img src="images/bigimage1.png" alt=""/>
 +
</div>
 +
 +
<div id="normal2">
 +
<img src="images/bigimage2.png" alt=""/>
 +
</div>
 +
 +
<div id="normal3">
 +
<img src="images/bigimage3.png" alt=""/>
 +
</div>
 +
 +
<div id="normal4">
 +
<img src="images/bigimage4.png" alt=""/>
 +
</div>
 +
 +
<div id="normal5">
 +
<img src="images/bigimage5.png" alt=""/>
 +
</div>
 +
</div>
 +
 +
<div id="thumbs">
 +
<a href="javascript: changeImage(1);"><img src="images/image1.png" alt="" /></a>
 +
<a href="javascript: changeImage(2);"><img src="images/image2.png" alt="" /></a>
 +
<a href="javascript: changeImage(3);"><img src="images/image3.png" alt="" /></a>
 +
<a href="javascript: changeImage(4);"><img src="images/image4.png" alt="" /></a>
 +
<a href="javascript: changeImage(5);"><img src="images/image5.png" alt="" /></a>
 +
</div>
 +
 +
</div>
 +
</body>
<p id = "project-description-title"> <font size=1>N</font> <font size=2>N</font> <font size=3>N</font> <font size=4>N</font> <font size=5>N</font> NUtralize! </p>  
<p id = "project-description-title"> <font size=1>N</font> <font size=2>N</font> <font size=3>N</font> <font size=4>N</font> <font size=5>N</font> NUtralize! </p>  

Revision as of 05:27, 26 September 2013



N N N N N NUtralize!

This year the Northwestern iGEM team has decided to focus on oral health care as the theme of our project. It has been well characterized that lactic acid secreted by natural bacteria in the human mouth decreases pH, leading to cavity formation. The enamel demineralization threshold is known to be around pH 5.5. Previous research has found that the genes asr and gadA are highly expressed near pH 5.5 and below. Our project aims to take a two-pronged approach at combating the natural lactic acid secretion. We plan to create a promoter that is always on at a basal level as well as one that is induced to express at a high level as a result of low pH. This project will lay the foundation for a significant amount of research as the dual-state promoter that we develop could then be incorporated with a gene related to lactic acid catabolism or neutralization.

Summary of Problem

Following meals, the pH within the mouth drops substantially which leads to cavities.

pH

The first step in combating cavities is to create a bacteria that can detect pH.

Dual State Promoter

In order for a quick response from basal level, we designed the dual state promoter.