(12 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
</video> | </video> | ||
<div class="col-12" id="home-container"> | <div class="col-12" id="home-container"> | ||
+ | <img id="igem-vit-logo" src="https://static.igem.org/mediawiki/2018/d/d3/T--VIT_Vellore--iGEEM2018FINAL.png" alt="iGEM VIT"/> | ||
<h1>toggle<span class="em-text">pH</span></h1> | <h1>toggle<span class="em-text">pH</span></h1> | ||
<h2>VIT Vellore</h2> | <h2>VIT Vellore</h2> | ||
Line 19: | Line 20: | ||
<div id="ill-nav"> | <div id="ill-nav"> | ||
− | <a id="ill-1-link" href="#">❶</a | + | <a class="ill-link" id="ill-1-link" href="#">❶</a> |
− | <a id="ill-2-link" href="#">❷</a | + | <a class="ill-link" id="ill-2-link" href="#">❷</a> |
− | <a id="ill-3-link" href="#">❸</a | + | <a class="ill-link" id="ill-3-link" href="#">❸</a> |
− | <a id="ill-4-link" href="#">❹</a>< | + | <a class="ill-link" id="ill-4-link" href="#">❹</a> |
− | + | <a class="ill-link" id="ill-5-link" href="#">❺</a> | |
+ | </div> | ||
<div id="ill-1" class="horizontal ill-container"> | <div id="ill-1" class="horizontal ill-container"> | ||
<img class="ill-med" src="https://static.igem.org/mediawiki/2018/f/f8/T--VIT_Vellore--ill1.png" alt="Illustration 1"/> | <img class="ill-med" src="https://static.igem.org/mediawiki/2018/f/f8/T--VIT_Vellore--ill1.png" alt="Illustration 1"/> | ||
Line 30: | Line 32: | ||
<div id="ill-2" class="horizontal ill-container"> | <div id="ill-2" class="horizontal ill-container"> | ||
<img class="ill-med" src="https://static.igem.org/mediawiki/2018/1/13/T--VIT_Vellore--ill2.png" alt="Illustration 2"/> | <img class="ill-med" src="https://static.igem.org/mediawiki/2018/1/13/T--VIT_Vellore--ill2.png" alt="Illustration 2"/> | ||
− | <p class="ill-description">This part gets activated at ~pH | + | <p class="ill-description">This part gets activated at ~pH 7.5 and produces the necessary proteins to increase the surrounding pH</p> |
</div> | </div> | ||
<div id="ill-3" class="horizontal ill-container"> | <div id="ill-3" class="horizontal ill-container"> | ||
− | <img class="ill-med" src="https://static.igem.org/mediawiki/2018/7/77/ | + | <img class="ill-med" src="https://static.igem.org/mediawiki/2018/archive/7/77/20181207184102%21T--VIT_Vellore--ill3.png" alt="Illustration 3"/> |
− | <p class="ill-description">Repressor molecule LexA is produced | + | <p class="ill-description">Repressor molecule LexA is produced at high pH. LexA then binds to its operator region in the initial plasmid, and represses carbonic anhydrase</p> |
</div> | </div> | ||
<div id="ill-4" class="horizontal ill-container"> | <div id="ill-4" class="horizontal ill-container"> | ||
− | <img class="ill-med" src="https://static.igem.org/mediawiki/2018/a/a5/ | + | <img class="ill-med" src="https://static.igem.org/mediawiki/2018/archive/a/a5/20181207181318%21T--VIT_Vellore--ill4.png" alt="Illustration 4"/> |
− | <p class="ill-description">LexA functions as a repressor in the above figure. However, as the pH starts to become acidic again, | + | <p class="ill-description">LexA functions as a repressor in the above figure. However, as the pH starts to become acidic again, recA protease is produced</p> |
+ | </div> | ||
+ | <div id="ill-5" class="horizontal ill-container"> | ||
+ | <img class="ill-med" src="https://static.igem.org/mediawiki/2018/f/fa/T--VIT_Vellore--ill5.png" alt="Illustration 4"/> | ||
+ | <p class="ill-description">recA protease binds to LexA (repressor) and lyses it, thereby preventing its action. Carbonic anhydrase is produced again, and pH homeostasis is ensured</p> | ||
</div> | </div> | ||
Line 51: | Line 57: | ||
$("#ill-1-link").css({opacity: '1'}); | $("#ill-1-link").css({opacity: '1'}); | ||
}); | }); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $("#ill-5-link").click(function() { | ||
+ | $("#ill-4-link").css({opacity: '0.75'}); | ||
+ | $("#ill-4").hide("fade", 200); | ||
+ | $("#ill-2-link").css({opacity: '0.75'}); | ||
+ | $("#ill-2").hide("fade", 200); | ||
+ | $("#ill-1-link").css({opacity: '0.75'}); | ||
+ | $("#ill-1").hide("fade", 200); | ||
+ | $("#ill-3-link").css({opacity: '0.75'}); | ||
+ | $("#ill-3").hide("fade", 200, function() { | ||
+ | $("#ill-5").show("fade", 300); | ||
+ | $("#ill-5-link").css({opacity: '1'}); | ||
}); | }); | ||
}); | }); | ||
$("#ill-4-link").click(function() { | $("#ill-4-link").click(function() { | ||
+ | $("#ill-5-link").css({opacity: '0.75'}); | ||
+ | $("#ill-5").hide("fade", 200); | ||
$("#ill-2-link").css({opacity: '0.75'}); | $("#ill-2-link").css({opacity: '0.75'}); | ||
$("#ill-2").hide("fade", 200); | $("#ill-2").hide("fade", 200); | ||
Line 67: | Line 89: | ||
$("#ill-3-link").click(function() { | $("#ill-3-link").click(function() { | ||
+ | $("#ill-5-link").css({opacity: '0.75'}); | ||
+ | $("#ill-5").hide("fade", 200); | ||
$("#ill-2-link").css({opacity: '0.75'}); | $("#ill-2-link").css({opacity: '0.75'}); | ||
$("#ill-2").hide("fade", 200); | $("#ill-2").hide("fade", 200); | ||
Line 80: | Line 104: | ||
$("#ill-2-link").click(function() { | $("#ill-2-link").click(function() { | ||
+ | $("#ill-5-link").css({opacity: '0.75'}); | ||
+ | $("#ill-5").hide("fade", 200); | ||
$("#ill-1-link").css({opacity: '0.75'}); | $("#ill-1-link").css({opacity: '0.75'}); | ||
$("#ill-1").hide("fade", 200); | $("#ill-1").hide("fade", 200); | ||
Line 92: | Line 118: | ||
$("#ill-1-link").click(function() { | $("#ill-1-link").click(function() { | ||
+ | $("#ill-5-link").css({opacity: '0.75'}); | ||
+ | $("#ill-5").hide("fade", 200); | ||
$("#ill-2-link").css({opacity: '0.75'}); | $("#ill-2-link").css({opacity: '0.75'}); | ||
$("#ill-2").hide("fade", 200); | $("#ill-2").hide("fade", 200); |
Latest revision as of 04:26, 8 December 2018
togglepH
VIT Vellore
We use a plasmid system consisting of a composite part with two promoters
This part gets activated at ~pH 7.5 and produces the necessary proteins to increase the surrounding pH
Repressor molecule LexA is produced at high pH. LexA then binds to its operator region in the initial plasmid, and represses carbonic anhydrase
LexA functions as a repressor in the above figure. However, as the pH starts to become acidic again, recA protease is produced
recA protease binds to LexA (repressor) and lyses it, thereby preventing its action. Carbonic anhydrase is produced again, and pH homeostasis is ensured