Team:Technion-Israel
From 2014.igem.org
(177 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | {{ | + | {{Team:Technion-Israel/Technion-Israel-skel.css}} |
- | + | {{Team:Technion-Israel/Technion-Israel-style.css}} | |
+ | {{Team:Technion-Israel/Technion-Israel-style-desktop.css}} | ||
+ | {{Team:Technion-Israel/Technion-Israel-jquery.min.js}} | ||
+ | {{Team:Technion-Israel/Technion-Israel-skel.min.js}} | ||
+ | {{Team:Technion-Israel/Technion-Israel-skel-layers.min.js}} | ||
+ | {{Team:Technion-Israel/Technion-Israel-init.js}} | ||
<html> | <html> | ||
+ | <head> | ||
- | < | + | <title>Safie by Technion-Israel</title> |
- | + | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
- | + | <meta name="description" content="" /> | |
- | + | <meta name="keywords" content="" /> | |
- | + | <!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]--> | |
- | + | <!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]--> | |
- | + | <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | < | + | |
- | + | ||
- | < | + | |
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <style> | ||
- | + | #globalWrapper { | |
+ | possition: absolute; | ||
+ | top:-40px; | ||
+ | } | ||
+ | #bodyContent style ~ p{ | ||
+ | display: none; | ||
+ | } | ||
+ | #content { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | margin: 0 0 0 0px; | ||
+ | padding: 0 0 0 0px; | ||
+ | border: none; | ||
+ | } | ||
- | + | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | |
- | + | display:none; | |
- | + | } | |
+ | #top-section { | ||
+ | border: none; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | margin: 0 0 0 0; | ||
+ | padding: 0 0 0 0; | ||
+ | border: none;} | ||
- | + | body { | |
- | + | margin: 0; | |
- | + | padding: 0; | |
- | + | background: none; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | #menubar { | |
- | + | font-size: 100%; | |
- | + | top: 0px; | |
- | + | height: 100%; | |
+ | background:none; | ||
+ | possition: absolute; | ||
+ | top: 10px; | ||
+ | } | ||
+ | .left-menu:hover { | ||
+ | background-color: transparent;} | ||
+ | #menubar li a { | ||
+ | background-color: transparent;} | ||
+ | #menubar:hover { | ||
+ | color: white; | ||
+ | } | ||
+ | #menubar li a { | ||
+ | color: transparent; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #menubar:hover li a { | ||
+ | color: white;} | ||
+ | #menubar li a:hover { | ||
+ | color: #e04749;} | ||
+ | /* Removes "teams" from the menubar */ | ||
+ | #menubar > ul > li:last-child { | ||
+ | display: none;} | ||
- | + | /* scale back up to a sane default */ | |
+ | #globalWrapper { | ||
+ | position: relative; | ||
+ | font-size: 100%; | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | padding-bottom: 0px; | ||
+ | } | ||
+ | .visualClear { | ||
+ | clear: both; | ||
+ | } | ||
- | + | html #bodyContent pre { | |
- | + | display: none; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | contentSub { | |
+ | height: 0px; | ||
+ | } | ||
- | + | .editExternally { | |
+ | display:none; | ||
+ | } | ||
- | + | .back-to-top { | |
- | + | position: fixed; | |
+ | bottom: 0em; | ||
+ | right: 0.5em; | ||
+ | background-color: rgba(135, 135, 135, 0.70); | ||
+ | text-decoration: none; | ||
+ | color: #000000; | ||
+ | display: none; | ||
+ | border-radius: 100px; | ||
+ | padding-bottom: 25px; | ||
+ | margin-bottom: -25px; | ||
+ | } | ||
- | + | #nav ul .sub1 { | |
- | + | background-color: rgba(4,99,129,0.9); | |
- | + | } | |
- | + | ||
- | + | #bodyContent a[href ^="https://"], .link-https { | |
- | + | background: none; | |
- | + | } | |
- | + | ||
- | + | ||
- | |||
- | |||
+ | </style> | ||
+ | <!--/Back to top code bit #1--> | ||
- | + | </head> | |
- | < | + | <body class="homepage"> |
+ | <!-- Header --> | ||
+ | |||
- | <!-- | + | <div id="header-wrapper" class="wrapper"> |
- | < | + | <div id="header"> |
+ | |||
+ | |||
+ | <!-- Nav --> | ||
+ | |||
+ | |||
+ | <nav id="nav"> | ||
+ | |||
+ | <ul> | ||
+ | <li id="parent"><a href="https://2014.igem.org/Team:Technion-Israel">Home</a></li> | ||
+ | <li id="parent"> | ||
+ | <a href="https://2014.igem.org/Team:Technion-Israel/Project">Project</a> | ||
+ | <ul class="sub1"> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Project#idea">The idea</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Project#howitworks">How it works</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Project#alpha">Alpha System</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Project#beta">Beta System</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Project#rna">RNA splint</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Project#azo">Azobenzene</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Project#hk">Histidine Kinase</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Project#newmethod">New Standard</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Project#protocol">Protocols</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Project#notebook">Lab Notebook</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Project#safety">Safety</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li id="parent"><a href="https://2014.igem.org/Team:Technion-Israel/Modeling">Modeling</a> | ||
+ | <ul class="sub1"> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Modeling#whyworks">Why it should work</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Modeling#whyfail">Why it should fail</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Modeling#splint">RNA Splint</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Modeling#biofilm">Synthetic Biofilm<br>Formation</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
- | < | + | <li id="parent"><a href="https://2014.igem.org/Team:Technion-Israel/Experiments">Experiments</a> |
- | < | + | <ul class="sub1"> |
- | <p>We are | + | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Experiments#gate1">Gate 1</a></li> |
- | <br> | + | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Experiments#gate2">Gate 2</a></li> |
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Experiments#rna">RNA Splint</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Experiments#pompc">Pompc-RFP</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Experiments#taz">TaZ</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Experiments#mcherry">mCherry</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Experiments#amilcp">amilCP</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Experiments#azo">Azobenzene</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li id="parent"> | ||
+ | <a href="https://2014.igem.org/Team:Technion-Israel/HP">Policy & Practices</a> | ||
+ | <ul class="sub1"> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/HP#3lang">SynBio in 3 Languages</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/HP#highschool">iGEM High Schools</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/HP#lectures">SynBio Lectures</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/HP#collab">Collaborations</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/HP#art">Art</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li id="parent"> | ||
+ | <a href="https://2014.igem.org/Team:Technion-Israel/Team">The Team</a> | ||
+ | <ul class="sub1"> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Team#members">Members</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Team#mentors">Mentors</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Team#gallery">Gallery</a></li> | ||
+ | <li id="child1"><a href="https://igem.org/Team.cgi?id=1343" target="_blank">Official Team<br>Profile</a></li> | ||
+ | <li id="child1"><a href="https://www.facebook.com/iGEM2014.Technion" target="_blank">Official Facebook<br>Page</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li id="parent"> | ||
+ | <a href="https://2014.igem.org/Team:Technion-Israel/Support">Special Thanks</a> | ||
+ | <ul class="sub1"> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Support#headstart">Headstart Supporters</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Support#attributions">Attributions</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Support#sponsors">Sponsors</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li id="parent"> | ||
+ | <a href="https://2014.igem.org/Team:Technion-Israel/Judging">Judging</a> | ||
+ | <ul class="sub1"> | ||
+ | <li id="child1"><a href="https://igem.org/2014_Judging_Form?id=1343" target="_blank">Judging Form</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Judging#biobrick">BioBricks</a></li> | ||
+ | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Judging#results">Results</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li style="vertical-align: bottom; height=50px;"><a href="https://2014.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2014/8/8b/Technion-Israel-igem.png"></a></li> | ||
+ | </ul> | ||
+ | |||
+ | |||
+ | </nav> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- The Project --> | ||
+ | <div id="intro-wrapper" class="wrapper style1"> | ||
+ | <div class="title">The Project</div> | ||
+ | <section id="intro" class="container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/0/09/Technion-Israel-pic00.jpg" alt="" / class="image featured"> | ||
+ | <p class="style2"><strong>We are developing a low concentration bio-detector.</strong><br></p> | ||
+ | <p class="style3">The system is based on an intricate <strong>gate construct</strong>, | ||
+ | utilizes <strong>quorum-sensing</strong> and an altered <strong>two-component signalling system</strong>. | ||
+ | In addition, groundbreaking organic synthesis of a photo-switching molecule – <strong>Azobenzene</strong> – | ||
+ | is used in a pioneering attempt to mimic biofilm formation.<br> | ||
+ | We have planned and built a low concentration detector using these elements.</p> | ||
+ | <p><br><br></p> | ||
- | <ul> | + | <div class="feature-list"> |
- | <li> <a href="https:// | + | <div class="row"> |
- | <li> <a href="https:// | + | <div class="6u"> |
- | <li> <a href="https:// | + | <section> |
- | <li> <a href="https:// | + | <h3 class="icon fa-lightbulb-o">The Idea</h3> |
- | <li> <a href="https:// | + | <p>Read about our vision for our project. Find out more about the idea and where some R&D can take us</p> |
- | </ul> | + | <ul class="actions actions-centered"> |
+ | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#idea" class="button style1 big">Read more</a></li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </div> | ||
+ | <div class="6u"> | ||
+ | <section> | ||
+ | <h3 class="icon fa-exclamation">How it Works</h3> | ||
+ | <p>Find out how we planed to achieve our goal for low concentration detection of different materials</p> | ||
+ | <ul class="actions actions-centered"> | ||
+ | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#howitworks" class="button style1 big">Read more</a></li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="6u"> | ||
+ | <section> | ||
+ | <h3 class="icon fa-gear">Alpha System</h3> | ||
+ | <p>Explore our first genetic logic gates design in detail, what happens in the system and how it can detect low concentrations</p> | ||
+ | <ul class="actions actions-centered"> | ||
+ | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#alpha" class="button style1 big">Read more</a></li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </div> | ||
+ | <div class="6u"> | ||
+ | <section> | ||
+ | <h3 class="icon fa-cogs">Beta System</h3> | ||
+ | <p>Read about our second design of logic gates meant to reduce noise and help with more accurate detection</p> | ||
+ | <ul class="actions actions-centered"> | ||
+ | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#beta" class="button style1 big">Read more</a></li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="row"> | ||
+ | <div class="6u"> | ||
+ | <section> | ||
+ | <h3 class="icon fa-expand">RNA Splint</h3> | ||
+ | <p>Find out about our plan to split any desired gene sequence to produce it under 2 different promoters and have the full protein self-assemble</p> | ||
+ | <ul class="actions actions-centered"> | ||
+ | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#rna" class="button style1 big">Read more</a></li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </div> | ||
+ | <div class="6u"> | ||
+ | <section> | ||
+ | <h3 class="icon fa-flask">Azobenzene</h3> | ||
+ | <p>Read about our pioneering method for bacterial aggregation using organically synthesized Azobenzene molecules</p> | ||
+ | <ul class="actions actions-centered"> | ||
+ | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#azo" class="button style1 big">Read more</a></li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="row"> | ||
+ | <div class="6u"> | ||
+ | <section> | ||
+ | <h3 class="icon fa-tencent-weibo">Histidine Kinase</h3> | ||
+ | <p>Read how the Histidine Kinase system in E.coli can be used for different applications and substances</p> | ||
+ | <ul class="actions actions-centered"> | ||
+ | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#hk" class="button style1 big">Read more</a></li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </div> | ||
+ | <div class="6u"> | ||
+ | <section> | ||
+ | <h3 class="icon fa-barcode">New Standard</h3> | ||
+ | <p>Explore a new standard for faster DNA assembly based on<br> Gibson assembly</p> | ||
+ | <ul class="actions actions-centered"> | ||
+ | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#newmethod" class="button style1 big">Read more</a></li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="row"> | ||
+ | <div class="6u"> | ||
+ | <section> | ||
+ | <h3 class="icon fa-laptop">Modeling</h3> | ||
+ | <p>Check out our extensive modeling for low concentration detection and bacterial aggregation<br></p> | ||
+ | <ul class="actions actions-centered"> | ||
+ | <li><a href="https://2014.igem.org/Team:Technion-Israel/Modeling" class="button style1 big">Read more</a></li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </div> | ||
+ | <div class="6u"> | ||
+ | <section> | ||
+ | <h3 class="icon fa-bar-chart">Experiments</h3> | ||
+ | <p>Find out about the experiments we preformed and see the results. Read more about future experiments we planned</p> | ||
+ | <ul class="actions actions-centered"> | ||
+ | <li><a href="https://2014.igem.org/Team:Technion-Israel/Experiments" class="button style1 big">Read more</a></li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Main --> | ||
+ | <div class="wrapper style2"> | ||
+ | <div class="title">Policy & Practices</div> | ||
+ | <div id="main" class="container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/d/d6/Technion-Israel-pic01.jpg" alt="" class="image featured"> | ||
+ | <section id="features"> | ||
+ | <header class="style1"> | ||
+ | <h2>In our Policy & Practices project we focus on 3 principles:</h2> | ||
+ | <p>Encouraging independent thinking and creativity among teens and youth<br> | ||
+ | Progressing Arab-Jewish relations through the medium of science<br> | ||
+ | Representing Israel as ambassadors in the international iGEM competition</p> | ||
+ | </header> | ||
+ | <div class="feature-list"> | ||
+ | <div class="row"> | ||
+ | <div class="6u"> | ||
+ | <section> | ||
+ | <h3 class="icon fa-language">SynBio in 3 Languages</h3> | ||
+ | <p><br>All of our Policy & Practices activities are related to our main concept of SynBio in 3 languages. Each activity was designed to include all members of Israeli society.</p> | ||
+ | <ul class="actions actions-centered"> | ||
+ | <li><a href="https://2014.igem.org/Team:Technion-Israel/HP#3lang" class="button style1 big">Read more</a></li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </div> | ||
+ | <div class="6u"> | ||
+ | <section> | ||
+ | <h3 class="icon fa-graduation-cap">iGEM High Schools</h3> | ||
+ | <p>We have launched the first iGEM High School team in Israel! We designed detaild lesson plans and found facilities for the project. The first group will start working for the 2015 competition.<br></p> | ||
+ | <ul class="actions actions-centered"> | ||
+ | <li><a href="https://2014.igem.org/Team:Technion-Israel/HP#highschool" class="button style1 big">Read more</a></li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="6u"> | ||
+ | <section> | ||
+ | <h3 class="icon fa-user">SynBio Lectures</h3> | ||
+ | <p>We have created detailed lesson plans including slideshows for children of all ages about Synthetic Biology in space and in water. We used these lesson plans for our activities and they are available for your free use.</p> | ||
+ | <ul class="actions actions-centered"> | ||
+ | <li><a href="https://2014.igem.org/Team:Technion-Israel/HP#lectures" class="button style1 big">Read more</a></li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </div> | ||
+ | <div class="6u"> | ||
+ | <section> | ||
+ | <h3 class="icon fa-users">Collaborations</h3> | ||
+ | <p><br>In the iGEM spirit we collaborated with the Paris_Bettencourt team on a few projects including a weekly newsletter, and with BGU_Israel on an experiment.<br></p> | ||
+ | <ul class="actions actions-centered"> | ||
+ | <li><a href="https://2014.igem.org/Team:Technion-Israel/HP#collab" class="button style1 big">Read more</a></li> | ||
+ | </ul> | ||
+ | </section> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Highlights --> | ||
+ | <div class="wrapper style3"> | ||
+ | <div class="title">The Team</div> | ||
+ | <a href="https://2014.igem.org/Team:Technion-Israel/Team" class="image featured"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/4/46/Technion-Israel-pic001.jpg" alt="" /> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
- | < | + | |
- | < | + | <!-- Footer --> |
+ | <div class="wrapper style2"> | ||
+ | <div class="title">Special Thanks</div> | ||
+ | <div id="footer" class="container"> | ||
+ | <header class="style1"> | ||
+ | <h2>We would like to thank the following sponsors:</h2> | ||
+ | <p> | ||
- | < | + | </p> |
- | < | + | </header> |
+ | |||
+ | <div id="highlightsB" class="container"> | ||
+ | <div class="row oneandhalf"> | ||
+ | <div class="4u"> | ||
+ | <section class="highlight"> | ||
+ | <a href="http://lokey.technion.ac.il/Lokey/index.asp" target="_blank" class="image featured"><img src="https://static.igem.org/mediawiki/2014/d/de/Technion-Israel-lokey.jpg" alt="" /></a> | ||
+ | <h3><a href="http://lokey.technion.ac.il/Lokey/index.asp" target="_blank">The Lorry I. Lokey center</a></h3> | ||
+ | <!--<p>Lokey Interdisciplinary Center for Life Sciences and Engineering</p>--> | ||
+ | </section> | ||
+ | </div> | ||
+ | <div class="4u"> | ||
+ | <section class="highlight"> | ||
+ | <a href="http://www.technion.ac.il/en/" target="_blank" class="image featured"><img src="https://static.igem.org/mediawiki/2014/6/6c/Technion-Israel-technion.jpg" alt="" /></a> | ||
+ | <h3><a href="http://www.technion.ac.il/en/" target="_blank">Technion</a></h3> | ||
+ | <!--<p>Technion - Israel Institute of Technology - public research university in Haifa, Israel.</p>--> | ||
+ | </section> | ||
+ | </div> | ||
+ | <div class="4u"> | ||
+ | <section class="highlight"> | ||
+ | <a href="http://www.sigmaaldrich.com/israel.html" target="_blank" class="image featured"><img src="https://static.igem.org/mediawiki/2014/4/43/Technion-Israel-sigma.jpg" alt="" /></a> | ||
+ | <h3><a href="http://www.sigmaaldrich.com/israel.html" target="_blank">Sigma-Aldrich, Israel</a></h3> | ||
+ | <!--<p>Sigma-Aldrich is a leading life science and high technology company.</p>--> | ||
+ | </section> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <br><br> | ||
+ | <div id="highlightsB" class="container"> | ||
+ | <div class="row oneandhalf"> | ||
+ | <div class="4u"> | ||
+ | <section class="highlight"> | ||
+ | <a href="http://www.labotal.co.il/" target="_blank" class="image featured"><img src="https://static.igem.org/mediawiki/2014/2/28/Technion-Israel-labotal.jpg" alt="" /></a> | ||
+ | <h3><a href="http://www.labotal.co.il/" target="_blank">Labotal</a></h3> | ||
+ | |||
+ | </section> | ||
+ | </div> | ||
+ | <div class="4u"> | ||
+ | <section class="highlight"> | ||
+ | <a href="http://www.bioanalytics.co.il/" target="_blank" class="image featured"><img src="https://static.igem.org/mediawiki/2014/7/78/Technion-Israel-bioan.jpg" alt="" /></a> | ||
+ | <h3><a href="http://www.bioanalytics.co.il/" target="_blank">BioAnalytics</a></h3> | ||
+ | |||
+ | </section> | ||
+ | </div> | ||
+ | <div class="4u"> | ||
+ | <section class="highlight"> | ||
+ | <a href="http://www.danyel.co.il/" target="_blank" class="image featured"><img src="https://static.igem.org/mediawiki/2014/f/f4/Technion-Israel-dani.jpg" alt="" /></a> | ||
+ | <h3><a href="http://www.danyel.co.il/" target="_blank">DanyelBiotech</a></h3> | ||
+ | |||
+ | </section> | ||
+ | </div> | ||
+ | </div> | ||
+ | <br><br> | ||
+ | <div id="highlightsB" class="container"> | ||
+ | <div class="row oneandhalf"> | ||
+ | <div class="4u"> | ||
+ | <section class="highlight"> | ||
+ | <a href="http://www.hylabs.co.il/" target="_blank" class="image featured"><img src="https://static.igem.org/mediawiki/2014/a/a3/Technion-Israel-hy.jpg" alt="" /></a> | ||
+ | <h3><a href="http://www.hylabs.co.il/" target="_blank">Hy-labs</a></h3> | ||
+ | |||
+ | </section> | ||
+ | </div> | ||
+ | <div class="4u"> | ||
+ | <section class="highlight"> | ||
+ | <a href="http://www.headstart.co.il/project.aspx?id=10603&lan=en-US" target="_blank" class="image featured"><img src="https://static.igem.org/mediawiki/2014/f/f4/Technion-Israel-headstart.jpg" alt="" /></a> | ||
+ | <h3><a href="http://www.headstart.co.il/project.aspx?id=10603&lan=en-US">Headstart supporters</a></h3> | ||
+ | |||
+ | </section> | ||
+ | </div> | ||
+ | <!--<div class="4u"> | ||
+ | <section class="highlight"> | ||
+ | <a href="#" class="image featured"><img src="https://static.igem.org/mediawiki/2014/0/09/Technion-Israel-pic04.jpg" alt="" /></a> | ||
+ | <h3><a href="#">DanyelBiotech</a></h3> | ||
+ | |||
+ | </section> | ||
+ | </div>--> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | <!--Back to top code bit #2--> | ||
+ | <a href="#" class="back-to-top"><img src="https://static.igem.org/mediawiki/2014/a/a4/Technion-Israel-up_circular-64.png" width="64" height="64"></a> | ||
+ | <script> | ||
+ | jQuery(document).ready(function() { | ||
+ | var offset = 220; | ||
+ | var duration = 500; | ||
+ | jQuery(window).scroll(function() { | ||
+ | if (jQuery(this).scrollTop() > offset) { | ||
+ | jQuery('.back-to-top').fadeIn(duration); | ||
+ | } else { | ||
+ | jQuery('.back-to-top').fadeOut(duration); | ||
+ | } | ||
+ | }); | ||
+ | |||
+ | jQuery('.back-to-top').click(function(event) { | ||
+ | event.preventDefault(); | ||
+ | jQuery('html, body').animate({scrollTop: 0}, duration); | ||
+ | return false; | ||
+ | }) | ||
+ | }); | ||
+ | </script> | ||
+ | <!--\Back to top code bit #2--> | ||
- | < | + | <div id="copyright"> |
+ | <ul> | ||
+ | <li><a href="https://www.facebook.com/iGEM2014.Technion" target="_blank">Visit our Facebook page</a></li><li>© All rights reserved</li><!--<li>© Technion-Israel</li>--><li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a> & Technion_Israel Team</li><li>igem14il@gmail.com</li> | ||
+ | </ul> | ||
+ | </div> | ||
- | + | </body> | |
- | + | ||
- | + | ||
- | + | ||
- | + | </html> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + |
Latest revision as of 03:12, 18 October 2014
We are developing a low concentration bio-detector.
The system is based on an intricate gate construct,
utilizes quorum-sensing and an altered two-component signalling system.
In addition, groundbreaking organic synthesis of a photo-switching molecule – Azobenzene –
is used in a pioneering attempt to mimic biofilm formation.
We have planned and built a low concentration detector using these elements.
The Idea
Read about our vision for our project. Find out more about the idea and where some R&D can take us
How it Works
Find out how we planed to achieve our goal for low concentration detection of different materials
Alpha System
Explore our first genetic logic gates design in detail, what happens in the system and how it can detect low concentrations
Beta System
Read about our second design of logic gates meant to reduce noise and help with more accurate detection
RNA Splint
Find out about our plan to split any desired gene sequence to produce it under 2 different promoters and have the full protein self-assemble
Azobenzene
Read about our pioneering method for bacterial aggregation using organically synthesized Azobenzene molecules
Histidine Kinase
Read how the Histidine Kinase system in E.coli can be used for different applications and substances
New Standard
Explore a new standard for faster DNA assembly based on
Gibson assembly
In our Policy & Practices project we focus on 3 principles:
Encouraging independent thinking and creativity among teens and youth
Progressing Arab-Jewish relations through the medium of science
Representing Israel as ambassadors in the international iGEM competition
SynBio in 3 Languages
All of our Policy & Practices activities are related to our main concept of SynBio in 3 languages. Each activity was designed to include all members of Israeli society.
iGEM High Schools
We have launched the first iGEM High School team in Israel! We designed detaild lesson plans and found facilities for the project. The first group will start working for the 2015 competition.
SynBio Lectures
We have created detailed lesson plans including slideshows for children of all ages about Synthetic Biology in space and in water. We used these lesson plans for our activities and they are available for your free use.
Collaborations
In the iGEM spirit we collaborated with the Paris_Bettencourt team on a few projects including a weekly newsletter, and with BGU_Israel on an experiment.
- Visit our Facebook page
- © All rights reserved
- Design: HTML5 UP & Technion_Israel Team
- igem14il@gmail.com