Difference between revisions of "Team:VIT Vellore"

 
(45 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<html>
 
<html>
 
<style>
 
<style>
 
+
body {
#home-container {
+
     overflow: hidden !important;
     width: 100% !important;
+
    background-image: url('https://static.igem.org/mediawiki/2018/thumb/5/56/T--VIT_Vellore--beachbackground.jpeg/1600px-T--VIT_Vellore--beachbackground.jpeg');
+
    background-size: cover;
+
    background-repeat: no-repeat;
+
    padding: 10%;
+
 
}
 
}
 
#home-container, #home-container img {
 
    display: block;
 
    margin: auto;
 
}
 
 
#home-container h1 {
 
    font-family: 'Comfortaa', Tahoma, sans-serif;
 
    font-size: 6vw;
 
    font-weight: 500;
 
    letter-spacing: -0.05em;
 
    color: #fff;
 
    text-align: center;
 
    text-shadow: 1px 1px 30px #1a1a1a9c;
 
    padding: 1%;
 
}
 
 
#home-container h1 span {
 
    font-weight: bold;
 
    padding: 0 1%;
 
}
 
 
#home-container h2 {
 
    font-family: 'Bahnschrift', 'Segoe UI', Tahoma, sans-serif;
 
    font-size: 2vw;
 
    font-weight: 500;
 
    color: #fff;
 
    text-align: center;
 
    padding: 0;
 
    margin: 0;
 
    text-shadow: 1px 1px 30px #1a1a1ac7;
 
}
 
 
#home-container button {
 
    color: #fff;
 
    background-color: #1d1d1d2c;
 
    border: 2px solid #fff;
 
    border-radius: 50px;
 
    padding: 1% 2%;
 
    font-family: 'Bahnschrift', 'Segoe UI', Tahoma, sans-serif;
 
    font-size: 1.3vw;
 
    font-weight: 500;
 
    text-align: center;
 
    display: block;
 
    margin: 2.5% auto;
 
    box-shadow: 1px 1px 30px #1a1a1ac7;
 
    transition: 0.4s;
 
}
 
 
#home-container button:hover {
 
    background-color: #fff;
 
    color: #000;
 
    cursor: pointer;
 
    text-shadow: none;
 
}
 
 
 
</style>
 
</style>
 +
 
<div class="horizontal">
 
<div class="horizontal">
     <div class="vert-12" id="home-container">
+
    <video id="fullscreen-video" autoplay muted loop>
 +
        <source src="https://static.igem.org/mediawiki/2018/d/db/T--VIT_Vellore--wavesvideo.mp4" type="video/mp4">
 +
    </video>
 +
     <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 74: Line 18:
 
     </div>
 
     </div>
 
</div>
 
</div>
 +
 +
<div id="ill-nav">
 +
        <a class="ill-link" id="ill-1-link" href="#">&#10102;</a>
 +
        <a class="ill-link" id="ill-2-link" href="#">&#10103;</a>
 +
        <a class="ill-link" id="ill-3-link" href="#">&#10104;</a>
 +
        <a class="ill-link" id="ill-4-link" href="#">&#10105;</a>
 +
        <a class="ill-link" id="ill-5-link" href="#">&#10106;</a>
 +
</div>
 +
    <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"/>
 +
        <p class="ill-description">We use a plasmid system consisting of a composite part with two promoters</p>
 +
    </div>
 +
    <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"/>
 +
        <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 id="ill-3" class="horizontal ill-container">
 +
        <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 at high pH. LexA then binds to its operator region in the initial plasmid, and represses carbonic anhydrase</p>
 +
    </div>
 +
    <div id="ill-4" class="horizontal ill-container">
 +
        <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, 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>
 +
 +
<script type="text/javascript">
 +
 +
$("#enter-site").click(function() {
 +
    $("video").hide("fade", 300);
 +
    $("#home-container").hide("fade", 200, function() {
 +
        $("#nav-openbtn").show("fade", 100);
 +
        $("#ill-1").show("fade", 600, function() {
 +
            $("#ill-nav").show("slide", {direction: 'right'}, 300);
 +
            $("#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-5-link").css({opacity: '0.75'});
 +
    $("#ill-5").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-4").show("fade", 300);
 +
        $("#ill-4-link").css({opacity: '1'});
 +
    });
 +
});
 +
 +
$("#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").hide("fade", 200);
 +
    $("#ill-1-link").css({opacity: '0.75'});
 +
    $("#ill-1").hide("fade", 200);
 +
    $("#ill-4-link").css({opacity: '0.75'});
 +
    $("#ill-4").hide("fade", 200, function() {
 +
        $("#ill-3").show("fade", 300);
 +
        $("#ill-3-link").css({opacity: '1'});
 +
    });
 +
});
 +
 +
 +
$("#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").hide("fade", 200);
 +
    $("#ill-3-link").css({opacity: '0.75'});
 +
    $("#ill-3").hide("fade", 200);
 +
    $("#ill-4-link").css({opacity: '0.75'});
 +
    $("#ill-4").hide("fade", 200, function() {
 +
        $("#ill-2").show("fade", 300);
 +
        $("#ill-2-link").css({opacity: '1'});
 +
    });
 +
});
 +
 +
$("#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").hide("fade", 200);
 +
    $("#ill-3-link").css({opacity: '0.75'});
 +
    $("#ill-3").hide("fade", 200);
 +
    $("#ill-4-link").css({opacity: '0.75'});
 +
    $("#ill-4").hide("fade", 200, function() {
 +
        $("#ill-1").show("fade", 300);
 +
        $("#ill-1-link").css({opacity: '1'});
 +
    });
 +
});
 +
 +
</script>
 +
 
</html>
 
</html>

Latest revision as of 04:26, 8 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 at high pH. LexA then binds to its operator region in the initial plasmid, and represses carbonic anhydrase

Illustration 4

LexA functions as a repressor in the above figure. However, as the pH starts to become acidic again, recA protease is produced

Illustration 4

recA protease binds to LexA (repressor) and lyses it, thereby preventing its action. Carbonic anhydrase is produced again, and pH homeostasis is ensured