Team:IIT Delhi

From 2013.igem.org

(Difference between revisions)
Line 113: Line 113:
<SCRIPT TYPE="text/javascript">
<SCRIPT TYPE="text/javascript">
 +
<!--
 +
function slide(src,link,text,target,attr) {
function slide(src,link,text,target,attr) {
   // This is the constructor function for the slide object.
   // This is the constructor function for the slide object.
Line 778: Line 780:
SLIDES = new slideshow("SLIDES");
SLIDES = new slideshow("SLIDES");
-
s = new slide();
+
SLIDES.add_slide(s = new slide('https://static.igem.org/mediawiki/igem.org/e/e1/Banner-1.jpg'));
-
s.src = "https://static.igem.org/mediawiki/2013/7/7a/Sfgfp-iit-igem.JPG";
+
//s.filter = 'progid:DXImageTransform.Microsoft.Pixelate()';
-
//s.link = "pics/pic1-lg.jpg";
+
 
-
//s.text = "Open link in same window";
+
SLIDES.add_slide(s = new slide('https://static.igem.org/mediawiki/2013/7/7a/Sfgfp-iit-igem.JPG'));
-
SLIDES.add_slide(s);
+
//s.filter = 'progid:DXImageTransform.Microsoft.Fade()';
-
s.src = "https://static.igem.org/mediawiki/igem.org/e/e1/Banner-1.jpg";
+
 
-
SLIDES.add_slide(s);
+
SLIDES.add_slide(s = new slide('https://static.igem.org/mediawiki/igem.org/e/e1/Banner-1.jpg'));
 +
//s.filter = 'progid:DXImageTransform.Microsoft.Barn()';
 +
 
-
if (document.images)
 
-
{
 
-
  SLIDES.set_image(document.images.SLIDESIMG);
 
-
  SLIDES.set_textid("SLIDESTEXT"); // optional
 
-
  SLIDES.update();
 
-
  SLIDES.play(); //optional
 
-
}
 
}
}
 +
//-->
</SCRIPT>
</SCRIPT>
Line 929: Line 927:
       <div id="slide-frame">
       <div id="slide-frame">
-
<a href="javascript:SLIDES.hotlink()">
+
 
<IMG NAME="SLIDESIMG" SRC="https://static.igem.org/mediawiki/2013/7/7a/Sfgfp-iit-igem.JPG"
<IMG NAME="SLIDESIMG" SRC="https://static.igem.org/mediawiki/2013/7/7a/Sfgfp-iit-igem.JPG"
  WIDTH="150" HEIGHT="150" BORDER="0" ALT="slideshow image">
  WIDTH="150" HEIGHT="150" BORDER="0" ALT="slideshow image">
-
</a>    
+
   
-
<a href="javascript:SLIDES.hotlink()">
+
<SCRIPT type="text/javascript">
-
<IMG NAME="SLIDESIMG2" SRC="https://static.igem.org/mediawiki/igem.org/e/e1/Banner-1.jpg"
+
<!--
-
WIDTH="150" HEIGHT="150" BORDER="0" ALT="slideshow image">
+
 
-
</a>
+
if (document.images) {
 +
 
 +
SLIDES.image = document.images.SLIDESIMG;
 +
 
 +
// Create a function to ramp up the image opacity in Mozilla
 +
var fadein_opacity = 0.04;
 +
var fadein_img = SLIDES.image;
 +
function fadein(opacity) {
 +
  if (typeof opacity != 'undefined') { fadein_opacity = opacity; }
 +
  if (fadein_opacity < 0.99 && fadein_img && fadein_img.style &&
 +
      typeof fadein_img.style.MozOpacity != 'undefined') {
 +
 
 +
    fadein_opacity += .05;
 +
    fadein_img.style.MozOpacity = fadein_opacity;
 +
    setTimeout("fadein()", 50);
 +
  }
 +
}
 +
 
 +
// Tell the slideshow to call our function whenever the slide is changed
 +
SLIDES.post_update_hook = function() { fadein(0.04); }
 +
 
 +
}
 +
 
 +
 
 +
//-->
 +
</SCRIPT>

Revision as of 17:17, 26 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