Team:IIT Delhi

From 2013.igem.org

(Difference between revisions)
Line 679: Line 679:
SLIDES = new slideshow("SLIDES");
SLIDES = new slideshow("SLIDES");
-
SLIDES.add_slide(s = new slide('https://static.igem.org/mediawiki/2013/7/7a/Sfgfp-iit-igem.JPG'));
+
// Create some slides and add custom filters for Microsoft IE
 +
SLIDES.add_slide(s = new slide('https://static.igem.org/mediawiki/igem.org/e/e1/Banner-1.jpg'));
s.filter = 'progid:DXImageTransform.Microsoft.Pixelate()';
s.filter = 'progid:DXImageTransform.Microsoft.Pixelate()';
-
SLIDES.add_slide(s = new slide('https://static.igem.org/mediawiki/igem.org/e/e1/Banner-1.jpg'));
+
SLIDES.add_slide(s = new slide('https://static.igem.org/mediawiki/igem.org/d/de/IGEM_basic_Logo_stylized.png'));
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
Line 810: Line 811:
-
/*
 
-
/* Slider */
 
-
#image-slider {
 
-
margin: 10px auto;
 
-
width: 600px;
 
-
}
 
-
#slide-frame {
 
-
height: 300px;
 
-
overflow: hidden;
 
-
}
 
-
#slides {
 
-
height: 375px;
 
-
overflow: hidden;
 
-
position: relative;
 
-
}
 
-
#slides img {
 
-
position: absolute;
 
-
top: 0;
 
-
left: 0px;
 
-
}
 
-
#navigation {
 
-
margin: 5px 0 0 0;
 
-
text-align: center;
 
-
z-index: 10px;
 
-
}
 
-
#navigation a {
 
-
text-decoration: none;
 
-
background: #333333;
 
-
padding: 2px 6px;
 
-
color: #FFFFFF;
 
-
display: inline-block;
 
-
}
 
-
#navigation a:hover {
 
-
background: #0182C4;
 
-
}
 
-
transition: transition-property transition-duration transition-timing-function transition-delay;
 
-
#slides img {
 
-
z-index: 1;
 
-
opacity: 0;
 
-
/* animation */
 
-
transition: all linear 400ms;
 
-
-o-transition: all linear 400ms;
 
-
-moz-transition: all linear 400ms;
 
-
-webkit-transition: all linear 400ms;
 
-
}
 
-
#slides img:target {
 
-
left: 0;
 
-
z-index: 5;
 
-
opacity: 1;
 
-
}
 
-
 
-
*/
 
   </style>
   </style>
</head>
</head>

Revision as of 11:47, 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