Line 1: | Line 1: | ||
{{Team:Technion_Israel/navbar}} | {{Team:Technion_Israel/navbar}} | ||
<html lang="en"> | <html lang="en"> | ||
+ | |||
+ | <head> | ||
+ | <!-- Title for the page & metadata --> | ||
+ | <title>S.Tar, by iGEM Technion 2016</title> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta name="navbar" content="width=device-width, initial-scale=1"> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <style>/* inline page CSS */ | |
+ | |||
+ | |||
+ | body { | ||
+ | } | ||
+ | /* ==========Background and effects ========== */ | ||
+ | /*Make sure the div is unuiqe to each page*/ | ||
+ | .team_wrapper { | ||
+ | position: relative; | ||
+ | |||
+ | background: white; /* For browsers that do not support gradients */ | ||
+ | background: -webkit-linear-gradient(white, #ecf7fb, white); /* For Safari 5.1 to 6.0 */ | ||
+ | background: -o-linear-gradient(white, #ecf7fb, white); /* For Opera 11.1 to 12.0 */ | ||
+ | background: -moz-linear-gradient(white, #ecf7fb, white); /* For Firefox 3.6 to 15 */ | ||
+ | background: linear-gradient(white, #ecf7fb, white); /* Standard syntax */ | ||
+ | /*background-image:url('addres'); | ||
+ | background-size:cover; | ||
+ | filter: blur(5px) grayscale(80%) opacity(10%);*/ | ||
+ | } | ||
+ | /* ========== END: and effects ========== */ | ||
− | + | /* | |
− | + | Object in external CSS sheet: | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | nav-tabs, cont_tabs: | ||
+ | Open diffrent tabs, we uses imgs. | ||
+ | back-to-top: | ||
+ | go back to top. Apears only when going down the page. | ||
+ | cont_box: | ||
+ | The containers (box) which hold the texts and imgs in the page. | ||
+ | img_cont: | ||
+ | Every in-content-page img needs to have this class of img. | ||
+ | no-title-col: | ||
+ | Every in-content-page img needs to have this class of col. | ||
+ | */ | ||
+ | .members{ | ||
+ | font-family: "Candara", "Calibri", "Segoe", "Segoe UI", "Optima", Arial, sans-serif; | ||
+ | color: black; | ||
+ | line-height: 1.5; | ||
+ | margin-bottom: .25em; | ||
+ | padding-top: .17em; | ||
+ | font-size: 17px; | ||
+ | font-weight: 400; | ||
+ | font-style: normal; | ||
+ | font-variant: normal; | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | /*==========Imgs change effect=========*/ | |
+ | #cf { | ||
+ | position:relative; | ||
+ | /*height:100%; | ||
+ | width:100%;*/ | ||
+ | } | ||
+ | #cf img { | ||
+ | position:absolute; | ||
+ | left:0; | ||
+ | opacity: 1; | ||
+ | -webkit-transition: opacity 0.5s ease-in-out; | ||
+ | -moz-transition: opacity 0.5s ease-in-out; | ||
+ | -o-transition: opacity 0.5s ease-in-out; | ||
+ | -ms-transition: opacity 0.5s ease-in-out; | ||
+ | transition: opacity 0.5s ease-in-out; | ||
+ | } | ||
+ | #cf img.top:hover { | ||
+ | opacity:0; | ||
+ | } | ||
+ | /*=================End==================*/ | ||
− | + | .ocenter .img-responsive { | |
+ | margin: 0 auto; | ||
+ | } | ||
− | + | .vcenter { | |
+ | display: inline-block; | ||
+ | vertical-align: middle; | ||
+ | float: none; | ||
+ | } | ||
− | + | /*description div*/ | |
+ | .description{ | ||
+ | border: 2px solid #000; | ||
+ | padding: 20px; | ||
+ | border-radius:10px; | ||
+ | background-color: #bae2f0; | ||
+ | /*box-shadow: 5px 5px 5px #eee;* | ||
+ | } | ||
− | + | </style> | |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <script> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | //up arrow: | |
− | + | $(document).ready(function(){ | |
− | + | $(window).scroll(function () { | |
− | + | if ($(this).scrollTop() > 350) { | |
− | + | $('#back-to-top').fadeIn(); | |
− | + | } else { | |
− | + | $('#back-to-top').fadeOut(); | |
− | + | } | |
− | + | }); | |
− | + | // scroll body to 0px on click | |
− | + | $('#back-to-top').click(function () { | |
− | + | $('#back-to-top').tooltip('hide'); | |
− | + | $('body,html').animate({ | |
− | + | scrollTop: 0 | |
− | + | }, 800); | |
− | + | return false; | |
− | + | }); | |
− | + | ||
− | + | $('#back-to-top').tooltip('show'); | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | }); | ||
− | + | </script> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | </head> | |
− | + | ||
− | |||
− | |||
− | + | <body> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | <header> |
+ | </header> | ||
+ | |||
+ | <!-- ===== One overall container (wrapper) ===== --> | ||
+ | <div class="team_wrapper"> | ||
+ | |||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | <!-- ======== Cover photo: ======== --> | ||
+ | <div class="row"> | ||
+ | <div class="col-xs-10 col-xs-offset-1"> | ||
+ | <img src="http://www.clipartkid.com/images/270/brain-overload-people-scienerf-UcVVTz-clipart.jpg" class="img-responsive img-center cont_cover img-cont" width="100%"> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- ===== END: Cover photo: ===== --> | ||
+ | |||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="row"> | ||
+ | <div class="col-md-10 col-sm-12 col-md-offset-1"><!--6 text--> | ||
+ | <!--6 text - 6 img div--> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-2 col-sm-12 vcenter"><!--6 text--> | ||
+ | <a href="https://2016.igem.org/Team:Technion_Israel/S.Tar_intro"> | ||
+ | <img class="img-responsive img-center" src="https://static.igem.org/mediawiki/2016/thumb/f/fb/T--Technion_Israel--starlogoicon.png/600px-T--Technion_Israel--starlogoicon.png" alt="Read more"> | ||
+ | <h4 class="text-center">Read more</h4> | ||
+ | </a> | ||
+ | </div><!-- | ||
+ | --><div class="col-md-10 col-sm-12 vcenter"><!--6 img div--> | ||
+ | <p class="text-justify description"> | ||
+ | Project Super Tar - S.Tar - is designed to be a novel platform for controlled chemotaxis. | ||
+ | We show that by mutating the native Tar LBD or by interchanging it with that of other receptors, | ||
+ | the E. coli chemotaxis system can be programmed to respond to completely new ligands. | ||
+ | <br> | ||
+ | As an extension of our system, we designed an easy-to-use detection system, which utilizes | ||
+ | the high sensitivity of the chemotactic response. FlashLab is a simple and cheap platform | ||
+ | for the detection of any chemoeffector, using S.Tar bacteria. | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="row"> | ||
+ | <div class="col-xs-8 col-xs-offset-2"> | ||
+ | |||
+ | <div class="row"> | ||
+ | |||
+ | <div class="col-xs-6"> | ||
+ | <a href="https://2016.igem.org/Team:Technion_Israel/S.Tar_intro"> | ||
+ | <div id="cf"> | ||
+ | <img class="bottom img-responsive img-center" src="https://static.igem.org/mediawiki/2016/2/25/T--Technion_Israel--homestarhov.png" /> | ||
+ | <img class="top img-responsive img-center" src="https://static.igem.org/mediawiki/2016/8/8d/T--Technion_Israel--homestar.png" /> | ||
+ | </div> | ||
+ | <img class= img-responsive img-center" style="visibility: hidden;" src="https://static.igem.org/mediawiki/2016/8/8d/T--Technion_Israel--homestar.png" /> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | <div class="col-xs-6"> | ||
+ | <a href="https://2016.igem.org/Team:Technion_Israel/Design"> | ||
+ | <div id="cf"> | ||
+ | <img class="bottom img-responsive img-center" src="https://static.igem.org/mediawiki/2016/4/4d/T--Technion_Israel--homeflashlabhov.png" /> | ||
+ | <img class="top img-responsive img-center" src="https://static.igem.org/mediawiki/2016/a/a9/T--Technion_Israel--homeflashlab.png" /> | ||
+ | </div> | ||
+ | <img class="img-responsive img-center" style="visibility: hidden;" src="https://static.igem.org/mediawiki/2016/a/a9/T--Technion_Israel--homeflashlab.png" /> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <br> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="row"> | ||
+ | |||
+ | <div class="col-xs-3"> | ||
+ | <a href="https://2016.igem.org/Team:Technion_Israel/Results"> | ||
+ | <div id="cf"> | ||
+ | <img class="bottom img-responsive img-center" src="https://static.igem.org/mediawiki/2016/b/bd/T--Technion_Israel--homeresultshov.png" /> | ||
+ | <img class="top img-responsive img-center" src="https://static.igem.org/mediawiki/2016/a/a1/T--Technion_Israel--homeresults.png" /> | ||
+ | </div> | ||
+ | <img class="img-responsive img-center" style="visibility: hidden;" src="https://static.igem.org/mediawiki/2016/8/8d/T--Technion_Israel--homestar.png" /> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | <div class="col-xs-3"> | ||
+ | <a href="https://2016.igem.org/Team:Technion_Israel/Design"> | ||
+ | <div id="cf"> | ||
+ | <img class="bottom img-responsive img-center" src="https://static.igem.org/mediawiki/2016/3/39/T--Technion_Israel--homejudhov.png" /> | ||
+ | <img class="top img-responsive img-center" src="https://static.igem.org/mediawiki/2016/1/16/T--Technion_Israel--homejud.png" /> | ||
+ | </div> | ||
+ | <img class="img-responsive img-center" style="visibility: hidden;" src="https://static.igem.org/mediawiki/2016/1/16/T--Technion_Israel--homejud.png" /> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | <div class="col-xs-3"> | ||
+ | <a href="https://2016.igem.org/Team:Technion_Israel/Design"> | ||
+ | <div id="cf"> | ||
+ | <img class="bottom img-responsive img-center" src="https://static.igem.org/mediawiki/2016/5/56/T--Technion_Israel--homeHPhov2.png" /> | ||
+ | <img class="top img-responsive img-center" src="https://static.igem.org/mediawiki/2016/e/e3/T--Technion_Israel--homeHP2.png" /> | ||
+ | </div> | ||
+ | <img class="img-responsive img-center" style="visibility: hidden;" src="https://static.igem.org/mediawiki/2016/5/56/T--Technion_Israel--homeHPhov2.png" /> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | <div class="col-xs-3"> | ||
+ | <a href="https://2016.igem.org/Team:Technion_Israel/Team"> | ||
+ | <div id="cf"> | ||
+ | <img class="bottom img-responsive img-center" src="https://static.igem.org/mediawiki/2016/b/bc/T--Technion_Israel--hometeamhov.png" /> | ||
+ | <img class="top img-responsive img-center" src="https://static.igem.org/mediawiki/2016/b/b3/T--Technion_Israel--hometeam.png" /> | ||
+ | </div> | ||
+ | <img class="img-responsive img-center" style="visibility: hidden;" src="https://static.igem.org/mediawiki/2016/b/b3/T--Technion_Israel--hometeam.png" /> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div><!--(wrapper)--> | ||
+ | |||
+ | |||
+ | |||
+ | <a id="back-to-top" href="#" class="btn btn-lg back-to-top" role="button" title="Up" data-toggle="tooltip" data-placement="left"><img src="https://static.igem.org/mediawiki/2016/5/5a/T--Technion_Israel--up_arrow.png" alt=""></a> | ||
+ | |||
+ | |||
+ | </body> | ||
</html> | </html> | ||
{{:Team:Technion_Israel/supporters}} | {{:Team:Technion_Israel/supporters}} |
Revision as of 10:05, 19 October 2016
Project Super Tar - S.Tar - is designed to be a novel platform for controlled chemotaxis.
We show that by mutating the native Tar LBD or by interchanging it with that of other receptors,
the E. coli chemotaxis system can be programmed to respond to completely new ligands.
As an extension of our system, we designed an easy-to-use detection system, which utilizes
the high sensitivity of the chemotactic response. FlashLab is a simple and cheap platform
for the detection of any chemoeffector, using S.Tar bacteria.