(43 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <html lang="en"> | |
− | + | <head> | |
− | + | <!-- Title for the page & metadata --> | |
− | + | <title>Tolegen, by iGEM Technion 2017</title> | |
− | + | <meta charset="utf-8"> | |
− | + | <meta name="navbar" content="width=device-width, initial-scale=1"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <!-- Bootstrap CSS --> | |
− | + | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:TECHNION-ISRAEL/bootstrap.min.css/CSS?action=raw&ctype=text/css"/> | |
− | + | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:TECHNION-ISRAEL/bootstrap-theme.min.css/CSS?action=raw&ctype=text/css"/> | |
− | + | <!-- Bootstrap JS --> | |
− | + | <script type="text/javascript" src="https://2017.igem.org/Team:TECHNION-ISRAEL/jquery-2.1.1.min.js/Javascript?action=raw&ctype=text/javascript"></script> | |
− | + | <script type="text/javascript" src="https://2017.igem.org/Team:TECHNION-ISRAEL/bootstrap.min.js/Javascript?action=raw&ctype=text/javascript"></script> | |
− | + | <!-- ===================Basic Bootstrap's CSS and JS=================== --> | |
− | + | <!-- Our wiki CSS --> | |
− | + | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:TECHNION-ISRAEL/CSS?action=raw&ctype=text/css"/> | |
− | + | ||
− | + | <!-- fonts --> | |
− | + | <!-- Fonts --> | |
− | + | ||
− | + | <link type="text/css" href="https://2017.igem.org/Team:TECHNION-ISRAEL/fonts?action=raw&ctype=text/css" rel="stylesheet"> | |
− | + | ||
− | + | <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> |
+ | <!-- Bootstrap CSS --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:TECHNION-ISRAEL/bootstrap.min.css/CSS?action=raw&ctype=text/css"/> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:TECHNION-ISRAEL/bootstrap-theme.min.css/CSS?action=raw&ctype=text/css"/> | ||
+ | <!-- Bootstrap JS --> | ||
+ | <script type="text/javascript" src="https://2017.igem.org/Team:TECHNION-ISRAEL/jquery-2.1.1.min.js/Javascript?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2017.igem.org/Team:TECHNION-ISRAEL/bootstrap.min.js/Javascript?action=raw&ctype=text/javascript"></script> | ||
+ | <!-- ===================Basic Bootstrap's CSS and JS=================== --> | ||
+ | <!-- Our wiki CSS --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:TECHNION-ISRAEL/CSS?action=raw&ctype=text/css"/> | ||
+ | |||
+ | <!-- fonts --> | ||
+ | <!-- Fonts --> | ||
+ | <link type="text/css" href="https://2017.igem.org/Team:TECHNION-ISRAEL/fonts?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | |||
+ | <style> | ||
+ | |||
+ | body{ | ||
+ | |||
+ | margin-left: 0; | ||
+ | margin-right: 0; | ||
+ | margin-top: 0; | ||
+ | padding-top: 0; | ||
+ | } | ||
+ | |||
+ | .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {padding-top: 10px;} | ||
+ | .imglog { | ||
+ | display: inline; | ||
+ | padding: 0 20px 0 20px; | ||
+ | width: 160px; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse { | ||
+ | |||
+ | padding-top: 20px; | ||
+ | background-image: none; | ||
+ | background-color: transparent ; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | .dropdown-toggle { | ||
+ | margin-top : -1000px; ; | ||
+ | } | ||
+ | .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {padding-top: 20px;} | ||
− | # | + | .dropdown-menu > li > a:hover #T{ |
− | + | color: red; | |
− | + | font-weight:bold; | |
− | + | } | |
− | } | + | |
− | . | + | .vid{ |
− | + | box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.5); | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | </style> | ||
+ | |||
+ | <!------ snippet hover navbar-----> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | @media screen and (min-width: 768px){ | ||
+ | .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{ | ||
+ | display: block; | ||
+ | } | ||
+ | .dropdown-menu{ | ||
+ | margin-top: 0; | ||
+ | } | ||
+ | .dropdown-toggle{ | ||
+ | margin-bottom: 2px; | ||
+ | } | ||
+ | .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{ | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $(".dropdown, .btn-group").hover(function(){ | ||
+ | var dropdownMenu = $(this).children(".dropdown-menu"); | ||
+ | if(dropdownMenu.is(":visible")){ | ||
+ | dropdownMenu.parent().toggleClass("open"); | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | </head> | ||
− | + | <body> | |
− | + | <div class = "container-fluid"> | |
− | + | <div class="row" style= "margin-top: -17px"> | |
− | margin- | + | <img src="https://static.igem.org/mediawiki/2017/1/17/T--TECHNION-ISRAEL--home-new.gif" class=" img-center cont_cover" width="100%" style="margin-top: 0px;"> |
− | + | ||
+ | </div> | ||
+ | |||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <div class= "image-center " style= "padding-left: 15px; margin:auto; width:1063px ;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/d/d6/T--TECHNION-ISRAEL--homemicro.png" alt= "project" class="imglog" style= "margin-left:0px"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/d/da/T--TECHNION-ISRAEL--home-lab.png" alt= "wetlab" class="imglog"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/7/7b/T--TECHNION-ISRAEL--parthome.png" alt= "parts" class="imglog"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/6/6c/T--TECHNION-ISRAEL--homeHP.png" alt= "human practices" class="imglog" style= "margin-left:25px"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/d/d0/T--TECHNION-ISRAEL--home-jud.png" alt= "judging" class="imglog" style= "margin-left:20px"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/8/82/T--TECHNION-ISRAEL--teamhome.png" alt= "team" class="imglog"> | ||
+ | </div> | ||
+ | |||
+ | <nav class= "navbar navbar-inverse " style= "padding-left: 15px;margin:auto; width:1063px ;"> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropdown-toggle" type="button" data-toggle="dropdown">project | ||
+ | <span class="caret"></span></button> | ||
+ | <ul class= "dropdown-menu" style="margin: 0px; left: 0px;"> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Description"> description </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Diseases"> Diseases & Epitopes </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Design"> <span id="T">T</span>ri-Display </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/delay_mechanism"><span id="T"> T</span>iming </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/kill_switch"> <span id="T">T</span>erminate</a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Demonstrate"><span id="T"> T</span>olerance Assay </a> </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropdown-toggle" type="button" data-toggle="dropdown">wet lab | ||
+ | <span class="caret"></span></button> | ||
+ | <ul class= "dropdown-menu" style="margin: 0px; left: 2px;" > | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/cell_lines"> cell lines </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Results"> results </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/hpc7"> hpc-7 results </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Notebook"> notebook </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Experiments"> protocols </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/InterLab"> interlab </a> </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropdown-toggle" type="button" data-toggle="dropdown">parts | ||
+ | <span class="caret"></span></button> | ||
+ | <ul class= "dropdown-menu" style="margin: 0px; left: 2px;"> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Parts"> parts </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Basic_Part"> basic part </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Composite_Part"> composite part </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Part_Collection"> part collection </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Improve"> improvement </a> </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropdown-toggle" type="button" data-toggle="dropdown" style= "width: auto"; >human practices | ||
+ | <span class="caret"></span></button> | ||
+ | <ul class= "dropdown-menu" style="margin: 0px; left: 18px; width: 170px;" > | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/HP/Silver"> HP silver </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Engagement" > Education & Public Engagement </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/HP/Gold_Integrated"> integrated HP </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/ethics"> ethics </a> </li> | ||
− | + | </ul> | |
− | + | </div> | |
− | + | ||
− | + | <div class="dropdown"> | |
− | + | <button class="dropdown-toggle" type="button" data-toggle="dropdown">judging | |
− | + | <span class="caret"></span></button> | |
− | + | <ul class= "dropdown-menu" style="margin: 0px; left: 2px "> | |
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Safety"> safety </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Collaborations"> collaboration </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Achievements"> achievements </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Model"> modelling </a> </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropdown-toggle" type="button" data-toggle="dropdown">team | ||
+ | <span class="caret"></span></button> | ||
+ | <ul class= "dropdown-menu" style="margin: 0px; left: 2px;"> | ||
+ | <li> <a href =" https://2017.igem.org/Team:TECHNION-ISRAEL/Team"> members </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Attributions"> attributions </a> </li> | ||
+ | <li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/gallery"> gallery </a> </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </nav> | ||
+ | <br> | ||
+ | <br> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <br> | |
− | + | <br> | |
− | + | <div class="row"> | |
− | + | <div class = "col-md-offset-2 col-md-8" > | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | |||
+ | <div class= "row"> | ||
+ | <div class = "col-md-12" > | ||
+ | |||
+ | <br> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="row"> | ||
+ | <div class = "col-md-12" > | ||
+ | <img class="map" src ="https://static.igem.org/mediawiki/2017/f/ff/T--TECHNION-ISRAEL--the_T_thing1.png" width="800" style= "display: block; margin: auto;" alt="Tolerance" usemap="#HomeT" hidefocus="true"/> | ||
+ | <map name="HomeT"> | ||
+ | <!---TriDisplay---> <area shape="rect" coords="81,551,442,782" href="https://2017.igem.org/Team:TECHNION-ISRAEL/Design" alt=""> | ||
+ | <!---Timing---> <area shape="rect" coords="342,837,849,1064" href="https://2017.igem.org/Team:TECHNION-ISRAEL/delay_mechanism" alt=""> | ||
+ | <!---Terminate---> <area shape="rect" coords="66,1097,409,1304" href="https://2017.igem.org/Team:TECHNION-ISRAEL/kill_switch" alt=""> | ||
+ | <!---Tolerance assay---> <area shape="rect" coords="397,1384,789,1587" href="https://2017.igem.org/Team:TECHNION-ISRAEL/Demonstrate" alt=""> | ||
− | + | </map> | |
+ | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ||
− | + | <br> | |
− | + | <br> | |
− | + | <br> | |
− | + | ||
− | + | <br> | |
− | + | <br> | |
− | + | <br> | |
− | + | ||
− | + | ||
− | + | <video class= "vid" style="display:block; margin: auto; border-radius: 5px;" width="60%" controls> | |
− | + | <source src="https://static.igem.org/mediawiki/2017/f/f4/T--TECHNION-ISRAEL--Whiteboard.mp4" type="video/mp4"> | |
− | + | Your browser does not support the video tag. | |
− | + | </video> | |
− | + | <br> | |
− | + | <br> | |
− | + | <br> | |
− | - | + | </div> |
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <a id="back-to-top" href="#" class="btn btn-lg back-to-top" role="button"><img src="https://static.igem.org/mediawiki/2017/f/f9/T--TECHNION-ISRAEL--newUpAB.png" alt=""></a> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | </body> | |
− | + | </html> | |
− | + | {{:Team:TECHNION-ISRAEL/sponsors}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 03:51, 2 November 2017