Line 97: | Line 97: | ||
$("#ill-1").show("fade", 300); | $("#ill-1").show("fade", 300); | ||
$("#ill-1-link").css({opacity: '1'}); | $("#ill-1-link").css({opacity: '1'}); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | |||
+ | $("#nav-openbtn").click(function() { | ||
+ | $("#nav-openbtn").hide("fade", 100, function() { | ||
+ | $("#nav").animate({height: '100%'}, 200); | ||
+ | $("#nav-closebtn").show("fade", 100); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $("#nav-closebtn").click(function() { | ||
+ | $("#nav-closebtn").hide("fade", 100, function() { | ||
+ | $("#nav").animate({height: '0%'}, 200); | ||
+ | $("#nav-openbtn").show("fade", 100); | ||
}); | }); | ||
}); | }); |
Revision as of 09:42, 2 November 2018
togglepH
VIT Vellore
We use a plasmid system consisting of a composite part with two promoters
This part gets activated at ~pH 9.5 and produces the necessary proteins to increase the surrounding pH
Repressor molecule LexA is produced in order to repress the expression of the biobrick at high pH
LexA functions as a repressor in the above figure. However, as the pH starts to become acidic again, a recA protein is produced, which binds to the repressor and prevents its action, thereby regulating the process