Difference between revisions of "Team:VIT Vellore"

Line 38: Line 38:
 
     <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/T--VIT_Vellore--ill4.png" alt="Illustration 4"/>
 
         <img class="ill-med" src="https://static.igem.org/mediawiki/2018/a/a5/T--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, a recA protein is produced, which binds to the repressor and prevents its action, thereby regulating the process</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">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</p>
 
         <p class="ill-description">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</p>
 
     </div>
 
     </div>
Line 51: Line 55:
 
             $("#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 88:
  
 
$("#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 103:
  
 
$("#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 117:
  
 
$("#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);

Revision as of 18:05, 7 December 2018

togglepH

VIT Vellore

Illustration 1

We use a plasmid system consisting of a composite part with two promoters

Illustration 2

This part gets activated at ~pH 7.5 and produces the necessary proteins to increase the surrounding pH

Illustration 3

Repressor molecule LexA is produced in order to repress the expression of the biobrick at low pH

Illustration 4

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

Illustration 4

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