Team:Northwestern

From 2013.igem.org

(Difference between revisions)
 
(168 intermediate revisions not shown)
Line 1: Line 1:
{{:Team:Northwestern/Templates/Skinning}}
{{:Team:Northwestern/Templates/Skinning}}
-
<!--{{:Team:Northwestern/Templates/Header}}-->
 
-
<html>  
+
<!-- LAST EDITED: 8/21 6:09 PM -->
 +
 
 +
<!-- To-do list (8/21)
 +
    - Get a Gallery
 +
    - Fix the "view source" bar
 +
        - Remove hover css
 +
        - Make plain black/grey text color
 +
        - Remove background color
 +
    - Get linked logos to each sponsor
 +
        - 3 columns grid
 +
 
 +
-->
 +
 
 +
<html>
<style>
<style>
-
div {
+
/* Thanks to Matthew Mombrea for the following code!! Link: http://www.itworld.com/development/354027/how-build-drop-down-menu-css-and-html"*/
-
    /*border: 1px dashed black;*/
+
#main-nav {width: 850px;height: 50px;background: #C3C3E5; margin:auto; margin-top: 0px; border-radius: 20px}
-
    text-align: center;
+
#main-nav .subnav {
-
    font-size: 16px;
+
     display: none;
-
    vertical-align: middle;
+
     position: absolute;
-
}
+
     top: 67px;
-
 
+
    left: 0px;
-
.main_banner {  
+
-
     background-color: #cc6699;
+
-
     text-align: right;  
+
-
     font-size: 14px;
+
     width: 100%;
     width: 100%;
-
     height: 40px;
+
     list-style-type: none;
-
     vertical-align: bottom;
+
     background: #fff;
 +
    margin: 0;
 +
    border:solid 1px #eeeeee;
 +
    z-index:5;
 +
    padding:0;
}
}
-
 
+
#main-nav .subnav li {
-
.main_banner a {  
+
     display: block;
-
     margin-left: 5px;
+
    border-bottom: solid 1px #eeeeee;
 +
    margin:0;
}
}
-
 
+
#main-nav .subnav li a {
-
.header {
+
     color: #333;
-
     width: 800px;  
+
     height:18px;
-
     height: 200px;  
+
    padding:10px 0;
-
     margin: auto;
+
    font-size:13px;
 +
}
 +
#main-nav .subnav li a:hover {
 +
    background:#f9f9f9;
 +
}
 +
#nav-primary {
 +
    list-style-type: none;
 +
     margin: 0;
 +
    float: left;
 +
    padding:0;
 +
}
 +
#nav-primary li {
 +
    float: left;
 +
    position: relative;
 +
}
 +
#nav-primary li a {
 +
    float: left;
 +
    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 {
 +
    text-decoration:none;
 +
}
 +
#nav-primary li:hover .subnav {
     display: block;
     display: block;
-
    /*background-color: blue;*/
 
-
    margin-top: 20px;
 
-
    margin-bottom: 20px;
 
}
}
 +
/** END OF HEADER **/
-
#title {  
+
body {
-
    font-size: 48px;  
+
margin: 0;
-
    font-style: bold;  
+
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;
 +
}
-
#slogan {
+
/**END of gallery**/
-
    font-size: 36px;
+
-
    color: #666666;
+
-
    margin-top: 10px;
+
-
}
+
-
   
+
-
/*.menu {
+
#picture {  
-
    width: 800px;
+
        margin: auto;
-
    height: 30px;
+
-
    margin:auto;
+
-
    display: block;
+
-
    background-color: Grey;
+
}
}
-
*/
 
-
table {  
+
#project-description-title {  
-
    width: 800px;  
+
width: 800px;  
-
    height; 30px;
+
margin: auto;  
-
    margin: auto;  
+
display: block;
-
    display: block;  
+
font-style: bold;  
-
    background-color: Grey;
+
font-size: 23px;  
-
    font-color: Black;
+
margin-top: 55px;
-
    border: 1px solid black;
+
        font-family: "Impact";
}
}
-
.menu a {  
+
#project-description {  
-
    font-color: white;
+
width: 850px;
 +
height: 500px;
 +
        margin : auto;
 +
display: block;
 +
font-size: 16px;
 +
      font-family: "Georgia";
 +
      text-align: left;
}
}
-
a:visited {  
+
.first-row {  
-
    font-color: white;
+
width: 100%;
 +
height: 350px;
 +
display: block;
 +
background-color: #C972D0;
 +
margin-bottom: 0px;
 +
        border-radius: 20px;
}
}
-
a:link {
+
#problem {  
-
    font-color: white;
+
color: #FFF;
 +
width: 22%;
 +
display: inline-block;
 +
background-color: #C972D0;
 +
height: 270px;
 +
padding-left: 57px;
 +
padding-right: 25px;
 +
vertical-align: middle;
 +
margin:auto;
 +
        font-size: 16px;
 +
        border-radius: 20px
 +
 
 +
 
}
}
-
a:hover {  
+
#pH {  
-
    font-color: white;  
+
color: #FFF;
 +
width: 22%;
 +
display: inline-block;
 +
background-color: #C972D0;
 +
vertical-align: middle;
 +
height: 270px;
 +
padding-left: 25px;
 +
padding-right: 25px;
 +
margin: auto;
 +
        font-size: 16px;
 +
 
}
}
-
.gallery{
+
#dual-state {  
-
    width: 800px;  
+
color: #FFF;
-
    height: 300px;  
+
width: 22%;
-
    margin: auto;  
+
display: inline-block;
-
    display: block;
+
background-color: #C972D0;
-
    background-color: green;
+
height: 270px;
 +
padding-left: 25px;
 +
padding-right: 50px;
 +
vertical-align: middle;  
 +
margin: auto;
 +
        font-size: 16px;
 +
 
}
}
-
.text_box_one {
+
#first-row-title {  
-
    border: 3px dashed black;
+
text-align: center;
-
    width: 250px;  
+
background-color:#C972D0;
-
    height: 250px;
+
vertical-align: middle;
-
    margin: auto;
+
padding-top: 30px;
-
    display: inline-block;
+
text-align: center;
-
    padding: 4px;
+
}
}
-
.text_box_two {
+
#first-row-description {  
-
    border: 3px dashed green;
+
text-align: center;  
-
    width: 250px;  
+
background-color: #C972D0;
-
    height: 250px;
+
vertical-align: middle;
-
    margin: auto;
+
text-align: center;
-
    display: inline-block;
+
-
    padding: 4px;
+
}
}
-
.tb_top {
+
#sponsors {  
-
    display: block;
+
width: 100%;
 +
height: 500px;
 +
display: block;  
 +
background-color: #8AB8E6;
 +
margin: 10px 0px 0px 0px;
 +
border-radius: 20px
 +
}
 +
 +
#thanks {
 +
color: white;
 +
display: inline-block;
 +
text-align: center;
 +
background-color: #8AB8E6;
 +
width: 100%;
 +
font-size: 24px;
 +
        border-radius:20px
 +
border-radius: 20px
}
}
-
.tb_bottom {
+
#logos-warning {  
-
    display: block;
+
color: red;
 +
display: inline-block;
 +
text-align: center;
 +
background-color: #8AB8E6;
 +
width: 100%;
 +
font-size: 20px;
}
}
 +
#companies {
 +
color: white;
 +
display: block;
 +
background-color: #8AB8E6;
 +
width: 100%;
 +
text-align: center;
 +
font-size: 20px;
 +
        border-radius: 20px}
 +
 +
p{
 +
text-indent: 40px;}
</style>  
</style>  
-
<div class = "main_banner">  
+
<script type="text/javascript">
-
+
-
    <a href = "https://2013.igem.org/Team:Northwestern"> Home </a>
+
function changeImage(current) {
-
    <a href = "https://2013.igem.org/Team:Northwestern/Team"> Team </a>
+
var imagesNumber = 5;
-
    <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>
+
for (i=1; i<=imagesNumber; i++) {
-
    <a href = "https://2013.igem.org/Team:Northwestern/Parts"> Parts Submitted </a>
+
if (i == current) {
-
    <a href = https://2013.igem.org/Team:Northwestern/Modeling"> Modeling </a>
+
document.getElementById("normal" + current).style.display = "block";
-
    <a href = "https://2013.igem.org/Team:Northwestern/Notebook"> Notebook </a>
+
} else {
-
    <a href = "https://2013.igem.org/Team:Northwestern/Safety"> Safety </a>
+
document.getElementById("normal" + i).style.display = "none";
-
    <a href = "https://2013.igem.org/Team:Northwestern/Attributions"> Attributions </a>
+
}
-
+
}
-
</div>  
+
}
 +
 +
</script>
-
<div class = "header">
 
-
    <p id = "title"> Northwestern iGEM </p>
 
-
    <p id = "slogan"> Subtitle here </p>
 
-
    <!--<a href = "https://2013.igem.org/Team:Northwestern/Notebook"> To Notebook </a> </br>
 
-
    <a href = "https://2013.igem.org/Team:Northwestern/Team"> To all the stuff we need </a> </br>
 
-
    <p style = "font-size: 24px"> Welcome to 2013 Northwestern iGEM Page! </p> -->
 
-
    <p style = "font-size:16px; color:red"> The site is currently under construction. The page will be pretty later. I promise!</p>
 
-
</div>
 
-
<!--<div class = "menu">
+
</br>
-
    <table>
+
-
    <tr>
+
-
        <td width = "50px"> <a href = "https://2013.igem.org/Team:Northwestern"> Home </a></td>
+
-
        <td width = "50px"> <a href = "https://2013.igem.org/Team:Northwestern/Team"> Team </a> </td>
+
-
        <td width = "180px"> <a href = "https://igem.org/Team.cgi?year=2013&team_name=Northwestern"> Official Team Profile </a></td>
+
-
        <td width = "60px"> <a href = "https://2013.igem.org/Team:Northwestern/Project"> Project </a></td>
+
-
        <td width = "130px"> <a href = "https://2013.igem.org/Team:Northwestern/Parts"> Parts Submitted </a></td>
+
-
        <td width = "90px"> <a href = https://2013.igem.org/Team:Northwestern/Modeling"> Modeling </a></td>
+
-
        <td width = "70px"> <a href = "https://2013.igem.org/Team:Northwestern/Notebook"> Notebook </a></td>
+
-
        <td width = "70px"> <a href = "https://2013.igem.org/Team:Northwestern/Safety"> Safety </a></td>
+
-
        <td width = "70px"> <a href = "https://2013.igem.org/Team:Northwestern/Attributions"> Attributions </a></td>
+
-
    </tr>
+
-
    </table>
+
-
</div> -->
+
-
<div class = "gallery">
+
<body>
-
    GALLERY
+
-
</div>
+
-
<div class = "tb_top">
+
-
<div class = "text_box_one">
+
-
    TEXTBOX 1
+
-
</div>  
+
-
<div class = "text_box_one">
+
<div id="gallery">
-
    TEXTBOX 2
+
<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>
-
<div class = "text_box_one">
+
</body>
-
    TEXTBOX 3
+
-
</div>
+
-
</div>
+
-
<div class = "tb_bottom">
+
-
<div class = "text_box_two">
+
-
    TEXTBOX 4
+
-
</div>  
+
-
<div class = "text_box_two">
+
<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>
-
    TEXTBOX 5
+
 
-
</div>  
+
<div id = "project-description">  
 +
  <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 class = "text_box_two">
 
-
    TEXTBOX 6
 
</div>  
</div>  
 +
 +
<div class = "first-row">
 +
<div id = "problem">
 +
<p id = "first-row-title"> Summary of Problem </p>
 +
                <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>
 +
             
 +
</div>
 +
<div id = "pH">
 +
<p id = "first-row-title"> pH </p> 
 +
                <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>
 +
</div>
 +
<div id = "dual-state">
 +
<p id = "first-row-title"> Dual State Promoter </p>
 +
                <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>
 +
</div>
</div>
</div>
 +
 +
 +
</html>
</html>

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.