Team:IIT Delhi

From 2013.igem.org

(Difference between revisions)
Line 27: Line 27:
height: 50px; margin: 0; /* Ensures there is no space between sides of the screen and the menu */
height: 50px; margin: 0; /* Ensures there is no space between sides of the screen and the menu */
z-index: 99; /* Makes sure that your menu remains on top of other page elements */
z-index: 99; /* Makes sure that your menu remains on top of other page elements */
-
position: relative; background-color: #333333;
+
position: relative; background-color: white;
}
}
.navbar {
.navbar {
Line 35: Line 35:
margin: 0;
margin: 0;
position: absolute; /* Ensures that the menu doesn’t affect other elements */
position: absolute; /* Ensures that the menu doesn’t affect other elements */
-
border-right: 1px solid #333333; }
+
border-right: 0.5px solid white; }
.navbar li {
.navbar li {
height: auto;
height: auto;
Line 42: Line 42:
text-align: center; /* All text is placed in the center of the box */
text-align: center; /* All text is placed in the center of the box */
list-style: none; /* Removes the default styling (bullets) for the list */
list-style: none; /* Removes the default styling (bullets) for the list */
-
font: normal bold 12px/1.2em Arial, Verdana, Helvetica; padding: 0;
+
font: normal bold 13px/1.2em Arial, Verdana, Helvetica; padding: 0;
margin: 0;
margin: 0;
-
background-color: #333333;
+
background-color: white;
}
}
.navbar a { padding: 18px 0; /* Adds a padding on the top and bottom so the text appears centered vertically */
.navbar a { padding: 18px 0; /* Adds a padding on the top and bottom so the text appears centered vertically */
-
border-left: 1px solid #333333; border-right: 1px solid #333333; text-decoration: none; /* Removes the default hyperlink styling. */
+
border-left: 0.5px solid black; border-right: 0.5px solid black; border-top: 0.5px solid black; border-bottom: 0.5px solid black; text-decoration: none; /* Removes the default hyperlink styling. */
color: white; /* Text color is white */
color: white; /* Text color is white */
display: block;
display: block;
}
}
#home {background-color:red;}
#home {background-color:red;}
-
#home:hover {color:red; background-color: #333333;}  
+
#home:hover {color:red; background-color: white;}  
#Project {background-color:orange;}
#Project {background-color:orange;}
-
#Project:hover {color:orange; background-color: #333333;}
+
#Project:hover {color:orange; background-color: white;}
#overview {background-color: orange;}
#overview {background-color: orange;}
-
#overview:hover {color:orange; background-color: #333333;}
+
#overview:hover {color:orange; background-color: white;}
#motivation {background-color: orange;}
#motivation {background-color: orange;}
-
#motivation:hover {color:orange; background-color: #333333;}
+
#motivation:hover {color:orange; background-color: white;}
#model {background-color: orange;}
#model {background-color: orange;}
-
#model:hover {color:orange; background-color: #333333;}
+
#model:hover {color:orange; background-color: white;}
#biobricks {background-color: orange;}
#biobricks {background-color: orange;}
-
#biobricks:hover {color:orange; background-color: #333333;}
+
#biobricks:hover {color:orange; background-color: white;}
-
#modelling {background-color: yellow;}
+
#modelling {background-color: #b3b300;}
-
#modelling:hover {color:yellow; background-color: #333333;}
+
#modelling:hover {color:#b3b300; background-color: white;}
#methods {background-color: green;}
#methods {background-color: green;}
-
#methods:hover {color:green; background-color:#333333;}
+
#methods:hover {color:green; background-color:white;}
#protocol {background-color: green;}
#protocol {background-color: green;}
-
#protocol:hover {color:green; background-color:#333333;}
+
#protocol:hover {color:green; background-color: white;}
#notebook {background-color: green;}
#notebook {background-color: green;}
-
#notebook:hover {color:green; background-color: #333333;}
+
#notebook:hover {color:green; background-color: white;}
 +
#brainstorming {background-color: green;}
 +
#brainstorming:hover {color:green; background-color: white;}
#safety {background-color: green;}
#safety {background-color: green;}
-
#safety:hover {color:green; background-color:#333333;}
+
#safety:hover {color:green; background-color:white;}
#outreach {background-color: violet;}
#outreach {background-color: violet;}
-
#outreach:hover {color:violet; background-color: #333333;}
+
#outreach:hover {color:violet; background-color: white;}
#orientation {background-color: violet;}
#orientation {background-color: violet;}
-
#orientation:hover {color:violet; background-color: #333333;}
+
#orientation:hover {color:violet; background-color: white;}
#south {background-color: violet;}
#south {background-color: violet;}
-
#south:hover {color:violet; background-color: #333333;}
+
#south:hover {color:violet; background-color: white;}
#bill {background-color: violet;}
#bill {background-color: violet;}
-
#bill:hover {color:violet; background-color: #333333;}
+
#bill:hover {color:violet; background-color: white;}
#biotoilets {background-color: violet;}
#biotoilets {background-color: violet;}
-
#biotoilets:hover {color:violet; background-color: #333333;}
+
#biotoilets:hover {color:violet; background-color: white;}
#team {background-color: darkblue;}
#team {background-color: darkblue;}
-
#team:hover {color:darkblue; background-color: #333333;}
+
#team:hover {color:darkblue; background-color: white;}
#student {background-color: darkblue;}
#student {background-color: darkblue;}
-
#student:hover {color:darkblue; background-color: #333333;}
+
#student:hover {color:darkblue; background-color: white;}
#faculty {background-color: darkblue;}
#faculty {background-color: darkblue;}
-
#faculty:hover {color:darkblue; background-color: #333333;}
+
#faculty:hover {color:darkblue; background-color: white;}
#attributions {background-color: darkblue;}
#attributions {background-color: darkblue;}
-
#attributions:hover {color:darkblue; background-color: #333333;}
+
#attributions:hover {color:darkblue; background-color: white;}
.navbar li ul {
.navbar li ul {
Line 106: Line 108:
}
}
-
.navbar li ul li {background-color: #333333; width: 100%;} .navbar li ul li a {
+
.navbar li ul li {background-color: white; width: 100%;} .navbar li ul li a {
-
border-left: 1px solid #1f5065; border-right: 1px solid #333333; border-top: 1px solid #333333; border-bottom: 1px solid #333333; width: auto; }
+
border-left: 0.5px solid black; border-right: 0.5px solid black; border-top: 0.5px solid black; border-bottom: 0.5px solid black; width: auto; }
-
.navbar li ul li a:hover {width: 100%; background-color: #333333;}
+
.navbar li ul li a:hover {width: 100%; background-color: white;}
/*-----------------------------------------------------Slideshow---------------------------------------------------*/
/*-----------------------------------------------------Slideshow---------------------------------------------------*/
Line 879: Line 881:
       <li><a href="https://2013.igem.org/Team:IIT_Delhi/Protocol" id="protocol">Protocols</a></li>
       <li><a href="https://2013.igem.org/Team:IIT_Delhi/Protocol" id="protocol">Protocols</a></li>
       <li><a href="https://2013.igem.org/Team:IIT_Delhi/Notebook" id="notebook">Notebook</a></li>
       <li><a href="https://2013.igem.org/Team:IIT_Delhi/Notebook" id="notebook">Notebook</a></li>
 +
      <li><a href="https://2013.igem.org/Team:IIT_Delhi/Brainstorming" id="brainstorming">Brainstorming</a></li>
       <li><a href="https://2013.igem.org/Team:IIT_Delhi/Safety" id="safety">Safety</a></li>
       <li><a href="https://2013.igem.org/Team:IIT_Delhi/Safety" id="safety">Safety</a></li>
     </ul>
     </ul>

Revision as of 08:40, 27 September 2013

Navigation-Top




slideshow image


Project Description

pH induced response elicited by certain promoters in bacteria may have major practical applications. The response can be targeted for specific pH ranges, for example in tracking the anomalies associated with the gut micro-biota or detecting pH inside a bioreactor. There are only limited studies reported in the area. In the present project, a genetic circuit has been created, using the promoters of the acid shock response gene from E.coli and the F0F1 ATPase operon from C. glutamicum that produces a pH dependent colour gradient, much like a universal pH indicator. A mathematical model has been developed to simulate the experimental findings. The present study will form the basis for further research in the field of synthetic biology.





Feel Free to contact us at igemiitdelhi2013 at gmail dot com if you have queries; requests; suggestions et cetera.

Thanks to iGEM and IIT Delhi,
we had an awesome summer!

Our Project was supported by and done by the students

 of IIT Delhi, India.

This project was done as a part of iGEM:
iGEM Main Website