Team:Northwestern

From 2013.igem.org

(Difference between revisions)
 
(40 intermediate revisions not shown)
Line 18: Line 18:
/* Thanks to Matthew Mombrea for the following code!! Link: http://www.itworld.com/development/354027/how-build-drop-down-menu-css-and-html"*/
/* Thanks to Matthew Mombrea for the following code!! Link: http://www.itworld.com/development/354027/how-build-drop-down-menu-css-and-html"*/
-
#main-nav {width: 1000px;height: 67px;background: #f2f2f2; margin:auto; margin-top: 0px;}
+
#main-nav {width: 850px;height: 50px;background: #C3C3E5; margin:auto; margin-top: 0px; border-radius: 20px}
#main-nav .subnav {
#main-nav .subnav {
     display: none;
     display: none;
Line 75: Line 75:
/** END OF HEADER **/
/** END OF HEADER **/
-
.thumbnails img {
+
body {
-
height: 80px;
+
margin: 0;
-
border: 4px solid #555;
+
padding: 0;
-
padding: 1px;
+
background: #222;
-
margin: 0 10px 10px 0;
+
color: #EEE;
 +
text-align: center;
 +
font: normal 9pt Verdana;
}
}
-
 
+
a:link, a:visited {  
-
.thumbnails img:hover {
+
color: #EEE;  
-
border: 4px solid #00ccff;
+
-
cursor:pointer;
+
}
}
-
 
+
img {
-
.preview img {
+
border: none;
-
border: 4px solid #444;
+
-
padding: 1px;
+
-
height: 500px;
+
}
}
 +
#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 108: Line 142:
#project-description {  
#project-description {  
-
width: 700px;  
+
width: 850px;  
-
height: 200px;
+
height: 500px;
-
margin: auto;  
+
        margin : auto;
display: block;  
display: block;  
font-size: 16px;
font-size: 16px;
       font-family: "Georgia";
       font-family: "Georgia";
 +
      text-align: left;
}
}
.first-row {  
.first-row {  
width: 100%;  
width: 100%;  
-
height: 300px;  
+
height: 350px;  
display: block;  
display: block;  
background-color: #C972D0;  
background-color: #C972D0;  
Line 222: Line 257:
         border-radius: 20px}
         border-radius: 20px}
 +
p{
 +
text-indent: 40px;}
</style>  
</style>  
-
<!--
 
-
<div class = "menu-bar">
 
-
 
-
    <a href = "https://2013.igem.org/Team:Northwestern"> Home </a>
 
-
    <a href = "https://2013.igem.org/Team:Northwestern/Team"> Team </a>
 
-
    <a href = "https://igem.org/Team.cgi?year=2013&team_name=Northwestern"> Official Team Profile </a>
 
-
    <a href = "https://2013.igem.org/Team:Northwestern/Project"> Project </a>
 
-
    <a href = "https://2013.igem.org/Team:Northwestern/Parts"> Parts Submitted </a>
 
-
    <a href = "https://2013.igem.org/Team:Northwestern/Modeling"> Modeling </a>
 
-
    <a href = "https://2013.igem.org/Team:Northwestern/Notebook"> Notebook </a>
 
-
    <a href = "https://2013.igem.org/Team:Northwestern/Safety"> Safety </a>
 
-
    <a href = "https://2013.igem.org/Team:Northwestern/Attributions"> Attributions </a>
 
-
 
-
</div>
 
-
-->
 
-
<!--
 
-
<div id= "header">
 
-
<p id = "title"> Northwestern iGEM </p>
 
-
</div> -->
 
 +
<script type="text/javascript">
 +
 +
function changeImage(current) {
 +
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>
-
<nav id="main-nav">
 
-
    <ul id="nav-primary">
 
-
        <li><a href="https://2013.igem.org/Team:Northwestern">Home</a></li>
 
-
        <li><a href="https://2013.igem.org/Team:Northwestern/Team">Team</a>
 
-
            <ul class="subnav">
 
-
                <li><a href="https://igem.org/Team.cgi?year=2013&team_name=Northwestern">Official Profile</a>
 
-
                </li>
 
-
                <li><a href="https://2013.igem.org/Team:Northwestern/Team">Meet us!</a>
 
-
                </li>
 
-
                <li><a href="https://2013.igem.org/Team:Northwestern/Attributions">Attribution</a>
 
-
                </li>
 
-
            </ul>
 
-
        </li>
 
-
        <li><a href="https://2013.igem.org/Team:Northwestern/Project">Project</a>
 
-
            <ul class="subnav">
 
-
                <li><a href="https://2013.igem.org/Team:Northwestern/Parts">Parts Submitted</a>
 
-
                </li>
 
-
                <li><a href="https://2013.igem.org/Team:Northwestern/Notebook">Notebook</a>
 
-
                </li>
 
-
                <li><a href="#">Description</a>
 
-
                </li>
 
-
            </ul>
 
-
        </li>
 
-
        <li><a href="https://2013.igem.org/Team:Northwestern/Modeling">Modeling</a></li>
 
-
        <li><a href="https://2013.igem.org/Team:Northwestern/Safety">Safety</a></li>
 
-
    </ul>
 
-
</nav>
 
</br>
</br>
-
<div class="gallery" align="center">
 
-
<div class="preview" align="center">
 
-
<img id="preview" src="http://bit.ly/2rz3hy" alt="No Image Loaded"/>
 
-
</div> </br>
 
-
<div class="thumbnails">
+
<body>
-
<img onmouseover="preview.src=img1.src" id="img1" src="http://bit.ly/2rz3hy" alt="Image Not Loaded"/>
+
-
<img onmouseover="preview.src=img2.src" id="img2" src="https://static.igem.org/mediawiki/2013/4/48/Northwestern_team_vert1.jpg" alt="Image Not Loaded"/>
+
-
<img onmouseover="preview.src=img3.src" id="img3" src="http://bit.ly/1yIAYc" alt="Image Not Loaded"/>
+
-
<img onmouseover="preview.src=img4.src" id="img4" src="http://bit.ly/2LHyDW" alt="Image Not Loaded"/>
+
-
<img onmouseover="preview.src=img5.src" id="img5" src="http://bit.ly/2wyHSR" alt="Image Not Loaded"/>
+
-
<img onmouseover="preview.src=img6.src" id="img6" src="http://bit.ly/yRo1i" alt="Image Not Loaded"/>
+
-
</div><br/>
+
 +
<div id="gallery">
 +
<div id="bigimages">
 +
<div id="normal1">
 +
<a href = "https://2013.igem.org/Team:Northwestern/Project"> <img src="https://static.igem.org/mediawiki/2013/c/cc/NorthwesternDual-state-gallery.gif" alt=""/> </a>
 +
</div>
 +
 +
<div id="normal2">
 +
<a href = "https://2013.igem.org/Team:Northwestern/Human_Practice"> <img src="https://static.igem.org/mediawiki/2013/1/1c/NorthwesternHuman-practices-gallery.gif" alt=""/> </a>
 +
</div>
 +
 +
<div id="normal3">
 +
<a href = "https://2013.igem.org/Team:Northwestern/Team"> <img src="https://static.igem.org/mediawiki/2013/8/89/Meet-the-team.gif" alt=""/> </a>
 +
</div>
 +
 +
<div id="normal4">
 +
<img src="https://static.igem.org/mediawiki/2013/3/39/NorthwesternOral-health-gallery.gif" alt=""/>
 +
</div>
 +
 +
<div id="normal5">
 +
<a href = "https://2013.igem.org/Team:Northwestern/methods"> <img src="https://static.igem.org/mediawiki/2013/7/73/NorthwesternMETHODS-GALLERY.gif" alt=""/> </a>
 +
</div>
 +
</div>
 +
 +
<div id="thumbs">
 +
<a href="javascript: changeImage(1);"><img src="https://static.igem.org/mediawiki/2013/e/ef/Dual-state-gallery-small.gif" alt="" /></a>
 +
<a href="javascript: changeImage(2);"><img src="https://static.igem.org/mediawiki/2013/1/13/NorthwesternHuman-practices-gallery-small.gif" alt="" /></a>
 +
<a href="javascript: changeImage(3);"><img src="https://static.igem.org/mediawiki/2013/b/b6/Meet-the-team-small.gif" alt="" /></a>
 +
<a href="javascript: changeImage(4);"><img src="https://static.igem.org/mediawiki/2013/4/4b/Oral-health-gallery-small.gif" alt="" /></a>
 +
<a href="javascript: changeImage(5);"><img src="https://static.igem.org/mediawiki/2013/b/b5/METHODS-GALLERY-small.gif" alt="" /></a>
 +
</div>
 +
</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>
<div id = "project-description">  
<div id = "project-description">  
-
    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.  
+
  <p>  Poor oral health (tooth decay and infection) can lead to many painful symptoms and complicated treatments. Mouth bacteria are a primary culprit in tooth decay, as 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.  The overall vision of our project is to prevent mouth pH from falling below 5.5 by engineering bacteria to sense pH and respond by increasing the alkalinity. To do this, we aimed to create genetic pH sensing elements that would work in the mouth. <p/>
 +
<p>Our project laid the foundation for a dual-state promoter consisting of two promoters in series: a constitutive promoter active at a (tunable) basal level and an upstream, pH-inducible promoter. Previous research has found that the E. coli genes Asr and GadA are highly expressed when pH drops below 5.5. This research drove us to choose the promoter elements for GadA and Asr as our pH-inducible promoters. </p>
 +
<p>We have characterized a new pH-responsive promoter (Asr) as well as an iGEM-characterized promoter (GadA) and a constitutive promoter (Lpp). Ongoing work will evaluate how promoters in series affect each other and further characterize the dual state phenomenon. Here we used E. coli  for the ease at which it is genetically manipulated to provide proof of principle. Additionally, we tested these promoters with GFP for an easy visual output. Ultimately the aim is to engineer bacteria native to the oral microbiome to sense and respond to drops in pH. We envision that these bacteria will induce enzymes that catalyze reactions to counteract the decrease in pH, preventing the demineralization of the tooth. </p>
 +
 
</div>  
</div>  
Line 300: Line 330:
<div id = "problem">  
<div id = "problem">  
<p id = "first-row-title"> Summary of Problem </p>
<p id = "first-row-title"> Summary of Problem </p>
-
                 <center> <img src="https://static.igem.org/mediawiki/2013/thumb/b/bf/Results-willie.gif/389px-Results-willie.gif" width="80" height="120"/></center>
+
                 <center> <a href = "https://2013.igem.org/Team:Northwestern/problem"> <img src="https://static.igem.org/mediawiki/2013/thumb/2/2c/Summary-of-problem.gif/600px-Summary-of-problem.gif" width="120" height="120"/> </a></center>
<p id = "first-row-description"> Following meals, the pH within the mouth drops substantially which leads to cavities. </p>
<p id = "first-row-description"> Following meals, the pH within the mouth drops substantially which leads to cavities. </p>
                
                
Line 306: Line 336:
<div id = "pH">  
<div id = "pH">  
<p id = "first-row-title"> pH </p>   
<p id = "first-row-title"> pH </p>   
-
                 <center> <img src="https://static.igem.org/mediawiki/2013/thumb/1/1e/Ph-image.gif/120px-Ph-image.gif" width="120" height="120"/></center>
+
                 <center> <a href = "https://2013.igem.org/Team:Northwestern/detectpH"><img src="https://static.igem.org/mediawiki/2013/thumb/1/1e/Ph-image.gif/120px-Ph-image.gif" width="120" height="120"/></center>
<p id = "first-row-description"> The first step in combating cavities is to create a bacteria that can detect pH. </p>
<p id = "first-row-description"> The first step in combating cavities is to create a bacteria that can detect pH. </p>
</div>
</div>
<div id = "dual-state">
<div id = "dual-state">
<p id = "first-row-title"> Dual State Promoter </p>  
<p id = "first-row-title"> Dual State Promoter </p>  
-
                 <center> <img src="https://static.igem.org/mediawiki/2013/thumb/1/14/Dual-state-image.gif/600px-Dual-state-image.gif" width="120" height="120"/></center>
+
                 <center> <a href = "https://2013.igem.org/Team:Northwestern/dualstate"><img src="https://static.igem.org/mediawiki/2013/thumb/1/14/Dual-state-image.gif/180px-Dual-state-image.gif" width="120" height="120"/></center> </a>
<p id = "first-row-description"> In order for a quick response from basal level, we designed the dual state promoter. </p>
<p id = "first-row-description"> In order for a quick response from basal level, we designed the dual state promoter. </p>
</div>
</div>

Latest revision as of 04:04, 28 September 2013



NUtralize!

Poor oral health (tooth decay and infection) can lead to many painful symptoms and complicated treatments. Mouth bacteria are a primary culprit in tooth decay, as 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. The overall vision of our project is to prevent mouth pH from falling below 5.5 by engineering bacteria to sense pH and respond by increasing the alkalinity. To do this, we aimed to create genetic pH sensing elements that would work in the mouth.

Our project laid the foundation for a dual-state promoter consisting of two promoters in series: a constitutive promoter active at a (tunable) basal level and an upstream, pH-inducible promoter. Previous research has found that the E. coli genes Asr and GadA are highly expressed when pH drops below 5.5. This research drove us to choose the promoter elements for GadA and Asr as our pH-inducible promoters.

We have characterized a new pH-responsive promoter (Asr) as well as an iGEM-characterized promoter (GadA) and a constitutive promoter (Lpp). Ongoing work will evaluate how promoters in series affect each other and further characterize the dual state phenomenon. Here we used E. coli for the ease at which it is genetically manipulated to provide proof of principle. Additionally, we tested these promoters with GFP for an easy visual output. Ultimately the aim is to engineer bacteria native to the oral microbiome to sense and respond to drops in pH. We envision that these bacteria will induce enzymes that catalyze reactions to counteract the decrease in pH, preventing the demineralization of the tooth.

Summary of Problem

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

Dual State Promoter

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