Team:Northwestern/Project

From 2013.igem.org

(Difference between revisions)
 
(16 intermediate revisions not shown)
Line 6: Line 6:
p {  
p {  
     color:black;  
     color:black;  
-
     font-family: helvetica;  
+
     font-family: Helvetica;  
 +
    margin-bottom: 15px;
 +
   
}
}
 +
.tab { text-indent: 40px; }
-
.container {
+
/* Thanks to Matthew Mombrea for the following code!! Link: http://www.itworld.com/development/354027/how-build-drop-down-menu-css-and-html"*/
-
display: inline-block;
+
#main-nav {width: 850px;height: 50px;background: #C3C3E5; margin:auto; margin-top: 0px; border-radius: 20px}
-
background-color: #C3C3E5;
+
#main-nav .subnav {
-
width: 100%;
+
    display: none;
-
height: 35px;
+
    position: absolute;
-
        border-radius: 15px;
+
    top: 67px;
-
     
+
    left: 0px;
 +
    width: 100%;
 +
    list-style-type: none;
 +
    background: #fff;
 +
    margin: 0;
 +
    border:solid 1px #eeeeee;
 +
    z-index:5;
 +
    padding:0;
}
}
-
.menu {
+
#main-nav .subnav li {
-
text-align: center;
+
    display: block;
-
}
+
    border-bottom: solid 1px #eeeeee;
-
+
    margin:0;
-
.menu ul ul {
+
-
display: none;
+
}
}
-
 
+
#main-nav .subnav li a {
-
.menu ul li:hover > ul {
+
    color: #333;
-
display: block;
+
    height:18px;
 +
    padding:10px 0;
 +
    font-size:13px;
}
}
-
 
+
#main-nav .subnav li a:hover {
-
.menu ul {  
+
    background:#f9f9f9;
-
background: #C3C3E5;
+
-
list-style: none;
+
-
position: relative;
+
-
display: inline-table;
+
}
}
-
 
+
#nav-primary {
-
.menu ul:after {
+
    list-style-type: none;
-
content: ""; clear: both; display: block;
+
    margin: 0;
 +
    float: left;
 +
    padding:0;
}
}
-
 
+
#nav-primary li {
-
.menu ul li {
+
    float: left;
-
float: left;
+
    position: relative;
}
}
-
 
+
#nav-primary li a {
-
.menu ul li:hover {
+
    float: left;
-
background: #443266;
+
    color: #000;
 +
    text-align: center;
 +
    font-size: 14px;
 +
    height: 48px;
 +
    padding-top: 19px;
 +
    line-height: 16px;
 +
    width: 164px;
 +
    text-decoration:none;
}
}
-
 
+
#nav-primary li a:hover {
-
.menu ul li:hover a{  
+
    text-decoration:none;
-
color: black;
+
}
}
-
 
+
#nav-primary li:hover .subnav {
-
.menu ul li a {
+
-
display: block; padding: 5px 20px;
+
-
color: black; text-decoration: none;
+
-
}
+
-
 
+
-
.menu ul ul {
+
-
background: #F1F0FF;
+
-
position: absolute; top: 100%;
+
-
}
+
-
 
+
-
.menu ul ul li{
+
-
float: none;
+
-
border-top: 1px solid #6b727c;
+
-
border-bottom: 1px solid #575f6a;
+
-
position: relative;
+
-
}
+
-
 
+
-
nav ul ul li a {
+
-
padding: 5px 20px;
+
-
color: #fff;
+
-
}
+
-
 
+
-
nav ul ul li a:hover {
+
-
background: #4b545f;
+
-
}
+
-
 
+
-
nav ul ul ul {
+
-
position: absolute; left: 100%; top:0;
+
-
}
+
-
 
+
-
/*div {
+
-
    : center;
+
-
    vertical-align: middle;
+
-
}*/
+
-
 
+
-
* {
+
-
/*background-color: #FFF;*/
+
-
font-family: "Helvetica", "Lucida Grande", sans-serif;
+
-
}
+
-
/*
+
-
.menu-bar {  
+
-
    text-align: right;
+
-
    font-size: 14px; 
+
-
    width: 100%;
+
-
    height: 20px;
+
     display: block;
     display: block;
-
    vertical-align: bottom;
 
}
}
-
.menu-bar a {
 
-
    color: #6A0888;
 
-
    text-decoration: none;
 
-
    margin-left: 15px;
 
-
}
 
-
*/
 
#header {
#header {
Line 135: Line 97:
     border-bottom-style: solid;
     border-bottom-style: solid;
     border-bottom-color: #6A1A7E;}
     border-bottom-color: #6A1A7E;}
 +
h2{
 +
    color: #6A1A7E;
 +
    font-family: fantasy;
 +
}
 +
#projectglance{
#projectglance{
 +
    <!-- width: 758px; -->
 +
    width: 800px;
 +
    height: 800px;
 +
    margin: auto;
 +
    display: block;
 +
    vertical align: middle;
 +
/*    margin-top: 20px;
 +
    margin-bottom: 20px; */
 +
}
 +
 +
#projectdetails{
     width: 758px;
     width: 758px;
     height: 250px;
     height: 250px;
Line 144: Line 122:
/*    margin-top: 20px;  
/*    margin-top: 20px;  
     margin-bottom: 20px; */
     margin-bottom: 20px; */
 +
  font-family: "Impact";
 +
color: #6A1A7E;
}
}
 +
.first-row {  
.first-row {  
Line 171: Line 152:
       border: solid 1px;
       border: solid 1px;
}
}
-
 
+
.iconbox {
 +
    width:700px;
 +
    margin-bottom: 40px;
 +
    float:left;
 +
}
 +
.icons {
 +
    height:80px;
 +
    width:340px;
 +
    display:inline-block;
 +
    margin-top:0px;
 +
    vertical-align:top;
 +
}
</style>  
</style>  
-
<div class = "container">
 
-
<div class = "menu">
 
-
<ul>
 
-
<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>
 
-
<li><a href="https://igem.org/Team.cgi?year=2013&team_name=Northwestern">Official Profile</a></li>
 
-
<li><a href="#">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>
 
-
<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>
 
-
</div>
 
-
</div>
 
 +
</br>
<h1> Project At a Glance </h1>
<h1> Project At a Glance </h1>
<div id="projectglance">
<div id="projectglance">
-
       <p>The pH of the mouth drops several times per day after mealtimes, which results in severe tooth decay over time if not addressed. One way to combat this problem is to engineer the microbiome of the mouth to respond dynamically to changes in pH. To enable this, here we present the development of a novel dual-state promoter for the detection of and response to pH fluctuations in the mouth has been started.</p>
+
       <p class="tab">The pH of the mouth drops several times per day after mealtimes, resulting in severe tooth decay over time if not addressed. One way to combat this problem is to engineer the microbiome of the mouth to respond dynamically to changes in pH. To enable this, here we present the development of a novel dual-state promoter for the detection of and response to pH fluctuations in the mouth.</p>
-
<p> This novel transcription regulation element will be capable of having both constitutive and inducible activity. This is achieved by linking a constitutive promoter downstream a pH-inducible promoter. We plan to characterize our dual-state promoter by first linking single promoters upstream green fluorescent protein (GFP) and assess the transcriptional activity via fluorescence assays. This will be followed by assays on the dual-state promoter.</p>
+
<p class="tab"> This novel transcriptional regulation element will be capable of having both constitutive and inducible activity. This is achieved by linking a constitutive promoter downstream a pH-inducible promoter. We plan to characterize our dual-state promoter by first linking single promoters upstream green fluorescent protein (GFP) and assess the transcriptional activity via fluorescence assays. This will be followed by fluorescence assays on the dual-state promoter.</p>
-
<p> The hypothesis is that the pH-inducible promoters will have minimal activity at a neutral pH, with an intense activity as the pH nears and crossed the cavity formation threshold. Furthermore, it is hypothesized that the constitutive promoters will have a constant activity, independent of pH. The dual-state promoter construct is hypothesized to have the combined effect of both of the promoters, with a constant basal expression as well as a pH-inducible response. This technology will have future applications in any system requiring pH detection and response. </p>
+
<p> From the construction of a dual-state promoter, we hypothesize three outcomes: </p>
-
</div>
+
<p>
 +
<ul>
 +
          <li> The pH-inducible promoters will demonstrate minimal activity at a neutral pH, with an intense activity as the pH nears and crossed the cavity formation threshold, at pH 5.5</li>
 +
        <li>The constitutive promoters will have a constant activity, independent of pH. </li>
 +
        <li>The dual-state promoter construct will exhibit the combined effect of both promoters, performing at a constant basal expression as well as at an elevated level when prompted with a drop in pH. </li>
 +
</ul>
 +
</p>
 +
<p>This technology should have future applications in any system requiring pH detection and response.</p>
-
      <h1> Summary of Problem </h1>
 
-
      <p> Oral health is one of the most overlooked aspects of health care in the world. According to the World Health Organization, 60-90% of children worldwide have dental cavities, while they are present in nearly 100% of adults1. Tooth decay and cavity development are a direct result of the plaque that accumulates in the mouth after meals. The plaque is a biofilm composed of a number of different types of bacteria native to the oral biome2. These bacteria, in particular Streptococcus mutans, secrete lactic acid as a result of sucrose metabolism, and the resulting drop in pH causes demineralization of the enamel3. Since the plaque traps the lactic acid on the surface of the teeth this pH drop takes place in direct contact with the enamel at a significant concentration. This pH drop is most prevalent directly following mealtimes. The threshold pH at which demineralization occurs is 5.5. The figure below shows that the surface of the enamel can spend nearly 5 hours a day exposed to pH below the demineralization threshold, thus this is a serious problem that provides motivation for this research. </p>
 
-
    <center><img src="https://static.igem.org/mediawiki/2013/f/fe/Mouth_pH.png" width="500" height="250" />
 
-
    <p>Figure 1: The Stephan Curve4, depicting pH fluctuation in the mouth over 24 hours.</p></center>
 
-
<div style="font-size: 7px;">
 
-
<h2> Project References </h2><hr>
 
-
  <ol>
 
-
        <li>World Health Organization . 2012 April. Oral health [Internet]. [cited 2013 Jul 2] . Available from: http://www.who.int/mediacentre/factsheets/fs318/en/ </li>
 
-
        <li>Zijnge V, van Leeuwen MB, Degener JE, Abbas F, Thurnheer T, Gmur R, Harmsen HJ. 2010. Oral biofilm architecture on natural teeth. NCBI [Internet]. [cited 2013 Jul 8] 5(2):e9321. Available from: http://www.ncbi.nlm.nih.gov/pubmed/20195365 </li>
 
-
        <li>Selwitz RH, Ismail AI, Pitts NB. 2007. Dental caries. The Lancet [Internet]. [cited 2013 Jul 15] 369(9555):51-59. Available from: http://www.sciencedirect.com/science/article/pii/S0140673607600312 </li>
 
-
        <li>Stephan RM &Miller BF. The Effect of Synthetic Detergents on pH Changes in Dental Plaques. J DENT RES Feb 1943 22: 53-61</li>
 
-
        <li>Tucker DL, Tucker N, Conway T. 2002. Gene Expression Profiling of the pH Response in Escherichia coli. Journal of Bacteriology [Internet]. [cited 2013 Jul 19] 184(23):6551-6558. Available from: http://jb.asm.org/content/184/23/6551.full </li>
 
-
        <li>de Boer HA, Comstock LJ, Vasser M. 1983. The tac promoter: a functional hybrid derived from the trp and lac promoters. NCBI [Internet]. [cited 2013 Jul 22] 80(1):21-5. Available from: http://www.ncbi.nlm.nih.gov/pubmed/6337371 </li>
 
-
        <li>Inouye S, Inouye M. 1985. Up-promoter mutations in the lpp gene of Escherichia coli. Nucleic Acids Research [Internet]. [cited 2013 Jul 22] 13(9):3101-3110. Available from: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC341223/  </li>
 
-
  </ol>
 
-
</div>
 
-
 
+
<div class=iconbox>
-
 
+
    <div class=icons>
-
<h1> Project Details </h1>
+
      <a href="https://2013.igem.org/Team:Northwestern/problem"><h2><img src="https://static.igem.org/mediawiki/2013/thumb/2/2c/Summary-of-problem.gif/600px-Summary-of-problem.gif" height="60" width="45"/>Go to Summary of Problem</h2></a>
-
    <div>
+
    </div>
-
          <p> The ultimate goal of this research is to create a novel biological system that ensures that the demineralization threshold is never crossed in the oral biome. In order to do this, one of the native bacteria, Veillonella parvula, will be engineered to: (1) detect and respond to pH drops due to lactic acid and (2) catabolize lactic acid in order to negate a drop in pH. Since V. parvula naturally contains lactic acid catabolic pathways, the detection and response aspect of this system will be the scope of this project. This technology has the potential to dramatically change the oral health industry, but it also has applications to any biological system where pH monitoring would be necessary, including water sampling, food processing, and many other industries.
+
  <div class=icons>
-
The newly expanding field of synthetic biology enables this problem to be addressed in ways never possible before. The standardization inherent to the synthetic biology field means that genetic manipulation of a model system can in theory be easily translated to other species with the same genetic framework. Since the genome of Escherichia coli is well characterized, it will be used as the model system.</p>
+
      <a href="https://2013.igem.org/Team:Northwestern/detectpH"><h2><img src="https://static.igem.org/mediawiki/2013/thumb/1/1e/Ph-image.gif/120px-Ph-image.gif" height="60" width="40"/>Go to Detection of pH Levels</h2></a>
-
      <div>
+
    </div>
-
<h1> Detection of pH Levels </h1>
+
<div class=icons>
-
<div>
+
<a href="https://2013.igem.org/Team:Northwestern/dualstate"><h2><img src="https://static.igem.org/mediawiki/2013/thumb/1/14/Dual-state-image.gif/600px-Dual-state-image.gif" height="60" width="40"/>Go to Dual State Promoter</h2></a>
-
E.Coli has several inherent mechanisms to detect pH levels. In our project, we look into two genes that are crucial in pH detection: Asr and GadA. Both have different mechanisms.
+
    </div>
-
Elaborate more on how this works. Plus citation.
+
<div class=icons>
 +
      <a href="https://2013.igem.org/Team:Northwestern/Results/PreFluorescence"><h2><img src="https://static.igem.org/mediawiki/2013/e/e0/MOdelling-or-results.gif" height="60" width="40"/>Go to Experiments and Results</h2></a>  
 +
    </div>
 +
<div class=icons>
 +
<a href="https://2013.igem.org/Team:Northwestern/methods"><h2><img src="https://static.igem.org/mediawiki/2013/thumb/b/bf/Results-willie.gif/389px-Results-willie.gif" height="60" width="40"/>Go to Methods and Protocol</h2></a></div>
 +
<div class=icons>
 +
<a href="https://2013.igem.org/Team:Northwestern/future"><h2><img src="https://static.igem.org/mediawiki/2013/1/15/Future-directions-icon.gif" height="60" width="40"/>Future Directions</h2></a>
 +
     
</div>
</div>
-
 
-
<h1> Dual State Promoter </h1>
 
-
  <div>
 
-
<p>The goal of this research is to create a system that ensures that oral pH is never low enough to cause enamel demineralization, so construction of a simple promoter will not suffice, as the system needs to respond to the dynamic pH environment found on the surface of the enamel. Instead, it is desired for gene expression to be directly proportional to the concentration of lactic acid. In order to address this particular problem, we must fundamentally create a new transcription regulation system: a dual-state promoter. A dual-state promoter is a promoter in which two “states” are possible. One obvious example would be similar to an electric switch – the potential states being on and off. For our system, the promoter must be more complex. In order to create the promoter, a two-part approach will be utilized. First, a constantly active, constitutive, promoter will be used to continually activate the given response genes at a background, or basal, level. This will cause gene expression when lactic acid concentration is low. However when the lactic acid concentration increases, such as after meals when S. mutans catabolized sucrose, an inducible promoter is also desired. This promoter will be pH-induced and will respond to large increases in lactic acid concentration. As a result, the desired promoter will function as both constitutive and inducible. The promoter will be constitutive at a basal level and then induce the gene(s) of interest at a higher level in response to a pH that nears and potentially drops below 5.5. Therefore the two states for the promoter will be low activity and high activity, and the state the promoter is in will be dependent upon pH. This will be done by placing a pH-dependent promoter upstream of a constitutive promoter to allow dual control of the downstream gene expression <p>
 
-
        <p>put image of dual state </p>
 
-
        <p>Insert IMAGE A schematic of the dual-state promoter that will be developed in this research.</p>
 
-
        <p>The asr and gadA promoters5 will both be options for the pH-induced promoter in Figure 2. The asr promoter will be taken from the acid-shock response (asr) gene in Escherichia coli. The gadA promoter will be taken from the first of the glutamic acid decarboxylase (gad) genes (known as gadA). Two known constitutive promoters, Tac and Lpp6,7, will be tested in combination with these pH-induced promoters to find the optimum construct. Further optimization will be explored by varying the length of the spacer region between the two promoters. The spacing between the two promoters is important in the event that two RNA polymerases bind to the both promoters at the same time. Optimal spacing will decrease any potential steric hindrance between the two enzymes while also minimizing the distance said enzymes must travel along the DNA prior to encountering the start codon and beginning the elongations step of transcription. Modeling using Pymol has shown that a RNA polymerase is roughly equivalent in length to 64 base pairs of DNA when the DNA is in the helix formation. A total of 12 combinations will be used to create the library of dual-state promoters. Our hypothesis is that the Asr promoter combined with a 64 base pair spacer and the Tac promoter will have the greatest ability to ensure that oral pH does not drop below 5.5 for two reasons: (1) the Asr promoter has been seen to express at a slightly higher level than gadA at low pH5, and (2) the 64 bp spacer should minimize both steric hindrance and the distance RNA polymerase must travel in order to begin elongation of mRNA.
 
-
Green fluorescent protein (GFP) will be used to measure the effect of the promoter combinations tested at varying pH levels in order to show both basal and inductive gene expression since it is a simple qualitative assay for measuring the level of transcription. The developed promoter will have numerous applications for use in pH environments to increase the regulation of pH related genes.</p>
 
</div>
</div>
-
 
-
 
-
<h1> Methods and Experiments </h1>
 
-
  <h2>Strains and Media</h2>
 
-
      <p>scherichia coli Top10 (Invitrogen) was used for all transformations and assays. Media included SOB for transformations and LB for overnight cultures. Transformed strains were grown at 37°C using Ampicillin resistance. Primers for PCR were purchased from Integrated DNA Technologies (IDT) and New England Biolabs (NEB) donated all of the restriction enzymes. All sequencing was conducted by the Northwestern Genomics Core.</p>
 
-
    <h2>Forming a Library of Constructs </h2>
 
-
      <div>
 
-
          <p>e low copy plasmid pSB4A5 will be used for the different promoter constructs. The asr and gadA promoters were extracted from the E. coli genome via colony polymerase chain reaction (PCR). The constitutive promoters TacI and Lpp were amplified from pDAK1 and pDAK2 donated by the Jewett Lab6,7. The restriction enzyme cut sites EcoR1, Pst1, Spe1, and Xba1 were used in ligation to create the different constructs (Figure 3). When multiple parts were connected a mixed site was formed between Spe1 and Xba1, which cannot be cut, by any of the restriction enzymes. This leads to the benefit of not having a restriction site in the middle of the construct, and furthermore these standard restriction enzymes can always be used with the final dual-state promoter constructs.<p/>
 
-
          <img src="https://static.igem.org/mediawiki/2013/thumb/6/60/Construct_one.png/750px-Construct_one.png" />
 
-
          <img src="https://static.igem.org/mediawiki/2013/thumb/5/5a/Construct_two.jpg/750px-Construct_two.jpg" />
 
-
          <img src="https://static.igem.org/mediawiki/2013/thumb/b/bb/Construct_three.jpg/750px-Construct_three.jpg" />
 
-
        </div>
 
-
    <h2>Fluorescence Assays</h2>
 
-
        <p>orescence assays of GFP expression will be conducted to analyze the activity of both the single promoters and the dual-state combinations. This will done by using a plate reader to measure the fluorescence per optical density of cells in minimal media with pH ranging from 7.5 – 3. The reason optical density will be taken into account is to control for fluorescence differences that may be based on different cell counts across trials. Instead the chosen measurement will be analogous to fluorescence per cell, giving much greater insight into the activity of the dual-state promoter in each cell at each pH level.</p>
 
-
 
-
<h1> Results </h1>
 
-
 
-
 
-
 
</html>
</html>

Latest revision as of 04:07, 28 September 2013


Project At a Glance

The pH of the mouth drops several times per day after mealtimes, resulting in severe tooth decay over time if not addressed. One way to combat this problem is to engineer the microbiome of the mouth to respond dynamically to changes in pH. To enable this, here we present the development of a novel dual-state promoter for the detection of and response to pH fluctuations in the mouth.

This novel transcriptional regulation element will be capable of having both constitutive and inducible activity. This is achieved by linking a constitutive promoter downstream a pH-inducible promoter. We plan to characterize our dual-state promoter by first linking single promoters upstream green fluorescent protein (GFP) and assess the transcriptional activity via fluorescence assays. This will be followed by fluorescence assays on the dual-state promoter.

From the construction of a dual-state promoter, we hypothesize three outcomes:

  • The pH-inducible promoters will demonstrate minimal activity at a neutral pH, with an intense activity as the pH nears and crossed the cavity formation threshold, at pH 5.5
  • The constitutive promoters will have a constant activity, independent of pH.
  • The dual-state promoter construct will exhibit the combined effect of both promoters, performing at a constant basal expression as well as at an elevated level when prompted with a drop in pH.

This technology should have future applications in any system requiring pH detection and response.