|
|
(11 intermediate revisions not shown) |
Line 11: |
Line 11: |
| | | |
| <title>Safie by Technion-Israel</title> | | <title>Safie by Technion-Israel</title> |
- | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | + | <meta http-equiv="content-type" content="textwhy/html; charset=utf-8" /> |
| <meta name="description" content="" /> | | <meta name="description" content="" /> |
| <meta name="keywords" content="" /> | | <meta name="keywords" content="" /> |
Line 17: |
Line 17: |
| <!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![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"> | | <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> |
- | <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
| |
| | | |
| <style> | | <style> |
Line 140: |
Line 139: |
| | | |
| | | |
- | #cssmenu {
| |
- | position: fixed;
| |
- | top: 10px;
| |
- | left: 10px;
| |
- | margin: 0;
| |
- | font-family: 'Source Sans Pro';
| |
- | line-height: 1;
| |
- | width: 180px;
| |
- | display: none;
| |
- | }
| |
- | .align-right {
| |
- | float: right;
| |
- | }
| |
- | #cssmenu ul {
| |
- | margin: 0;
| |
- | padding: 0;
| |
- | list-style: none;
| |
- | display: block;
| |
- | }
| |
- | #cssmenu ul li {
| |
- | position: relative;
| |
- | margin: 0;
| |
- | padding: 0;
| |
- | }
| |
- | #cssmenu ul li a {
| |
- | text-decoration: none;
| |
- | cursor: pointer;
| |
- | }
| |
- | #cssmenu > ul > li > a {
| |
- | color: #dddddd; /*color of text when closed*/
| |
- | text-transform: uppercase;
| |
- | display: block;
| |
- | padding: 20px;
| |
- | border-top: 1px solid #878787;
| |
- | border-left: 1px solid #878787;
| |
- | border-right: 1px solid #878787;
| |
- | background: #878787; /*color of backgroung when closed*/
| |
- | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
| |
- | letter-spacing: 1px;
| |
- | font-size: 16px;
| |
- | font-weight: 300;
| |
- | -webkit-transition: all 0.25s ease-in;
| |
- | -moz-transition: all 0.25s ease-in;
| |
- | -ms-transition: all 0.25s ease-in;
| |
- | -o-transition: all 0.25s ease-in;
| |
- | transition: all 0.25s ease-in;
| |
- | position: relative;
| |
- | }
| |
- | #cssmenu > ul > li:first-child > a {
| |
- | border-top-left-radius: 3px;
| |
- | border-top-right-radius: 3px;
| |
- | }
| |
- | #cssmenu > ul > li:last-child > a {
| |
- | border-bottom-left-radius: 3px;
| |
- | border-bottom-right-radius: 3px;
| |
- | border-bottom: 1px solid #878787;
| |
- | }
| |
- | #cssmenu > ul > li:hover > a,
| |
- | #cssmenu > ul > li.open > a,
| |
- | #cssmenu > ul > li.active > a {
| |
- | background-color: rgba(135, 135, 135, 0.70);
| |
- | color: #ffffff; /*color of text when main is closed*/
| |
- | }
| |
- | #cssmenu ul > li.has-sub > a::after {
| |
- | content: "";
| |
- | position: absolute;
| |
- | display: block;
| |
- | width: 0;
| |
- | height: 0;
| |
- | border-top: 12px solid #000000;
| |
- | border-botom: 12px solid transparent;
| |
- | border-left: 90px solid transparent;
| |
- | border-right: 90px solid transparent;
| |
- | left: 0;
| |
- | bottom: -13px;
| |
- | bottom: 0px;
| |
- | z-index: 1000001;
| |
- | opacity: 0;
| |
- | -webkit-transition: all .2s ease;
| |
- | -moz-transition: all .2s ease;
| |
- | -ms-transition: all .2s ease;
| |
- | -o-transition: all .2s ease;
| |
- | transition: all .2s ease;
| |
- | }
| |
- | #cssmenu ul > li.has-sub > a::before {
| |
- | content: "";
| |
- | position: absolute;
| |
- | display: block;
| |
- | width: 0;
| |
- | height: 0;
| |
- | border-top: 12px solid #151515;
| |
- | border-botom: 12px solid transparent;
| |
- | border-left: 90px solid transparent;
| |
- | border-right: 90px solid transparent;
| |
- | left: 0;
| |
- | bottom: -12px;
| |
- | bottom: -1px;
| |
- | z-index: 1000003;
| |
- | opacity: 0;
| |
- | -webkit-transition: all .2s ease;
| |
- | -moz-transition: all .2s ease;
| |
- | -ms-transition: all .2s ease;
| |
- | -o-transition: all .2s ease;
| |
- | transition: all .2s ease;
| |
- | }
| |
- | #cssmenu ul > li.has-sub::after {
| |
- | content: "";
| |
- | display: block;
| |
- | position: absolute;
| |
- | width: 0;
| |
- | height: 0;
| |
- | border: 7px solid transparent;
| |
- | border-top-color: #dddddd;
| |
- | z-index: 1000002;
| |
- | right: 20px;
| |
- | top: 24.5px;
| |
- | pointer-events: none;
| |
- | }
| |
- | #cssmenu ul > li:hover::after,
| |
- | #cssmenu ul > li.active::after,
| |
- | #cssmenu ul > li.open::after {
| |
- | border-top-color: #ffffff;
| |
- | }
| |
- | #cssmenu ul > li.has-sub.open > a::after {
| |
- | opacity: 1;
| |
- | bottom: -13px;
| |
- | }
| |
- | #cssmenu ul > li.has-sub.open > a::before {
| |
- | opacity: 1;
| |
- | bottom: -12px;
| |
- | }
| |
- | #cssmenu ul ul {
| |
- | display: none;
| |
- | }
| |
- | #cssmenu ul ul li {
| |
- | border-left: 1px solid #ccc;
| |
- | border-right: 1px solid #ccc;
| |
- | }
| |
- | #cssmenu ul ul li a {
| |
- | background: #f1f1f1; /*color of whole menu*/
| |
- | display: block;
| |
- | position: relative;
| |
- | font-size: 15px;
| |
- | padding: 8px 20px;
| |
- | border-bottom: 1px solid #dddddd;
| |
- | color: #777777; /*color of text*/
| |
- | font-weight: 300;
| |
- | -webkit-transition: all 0.25s ease-in;
| |
- | -moz-transition: all 0.25s ease-in;
| |
- | -ms-transition: all 0.25s ease-in;
| |
- | -o-transition: all 0.25s ease-in;
| |
- | transition: all 0.25s ease-in;
| |
- | }
| |
- | #cssmenu ul ul li:first-child > a {
| |
- | padding-top: 18px;
| |
- | }
| |
- | #cssmenu ul ul ul li {
| |
- | border: 0;
| |
- | }
| |
- | #cssmenu ul ul li:hover > a,
| |
- | #cssmenu ul ul li.open > a,
| |
- | #cssmenu ul ul li.active > a {
| |
- | background: #e4e4e4; /*color when hover*/
| |
- | color: #666666;
| |
- | }
| |
- | #cssmenu ul ul > li.has-sub > a::after {
| |
- | border-top: 13px solid #dddddd;
| |
- | }
| |
- | #cssmenu ul ul > li.has-sub > a::before {
| |
- | border-top: 13px solid #e4e4e4;
| |
- | }
| |
- | #cssmenu ul ul ul li a {
| |
- | padding-left: 30px;
| |
- | }
| |
- | #cssmenu ul ul > li.has-sub::after {
| |
- | top: 18.5px;
| |
- | border-width: 6px;
| |
- | border-top-color: #777777;
| |
- | }
| |
- | #cssmenu ul ul > li:hover::after,
| |
- | #cssmenu ul ul > li.active::after,
| |
- | #cssmenu ul ul > li.open::after {
| |
- | border-top-color: #666666;
| |
- | }
| |
| </style> | | </style> |
| <!--/Back to top code bit #1--> | | <!--/Back to top code bit #1--> |
Line 365: |
Line 180: |
| <li id="parent"><a href="https://2014.igem.org/Team:Technion-Israel/Modeling">Modeling</a> | | <li id="parent"><a href="https://2014.igem.org/Team:Technion-Israel/Modeling">Modeling</a> |
| <ul class="sub1"> | | <ul class="sub1"> |
- | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Modeling#whyworks">Why should it work</a></li> | + | <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 should it fail</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#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> | | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Modeling#biofilm">Synthetic Biofilm<br>Formation</a></li> |
Line 417: |
Line 232: |
| <ul class="sub1"> | | <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://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#results">Results</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#biobrick">BioBricks</a></li> |
- | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Judging#criteria">Judging Criteria</a></li> | + | <li id="child1"><a href="https://2014.igem.org/Team:Technion-Israel/Judging#results">Results</a></li> |
| </ul> | | </ul> |
| </li> | | </li> |
Line 513: |
Line 327: |
| <center><h2 style="box-shadow:0px 0px 1px 1px rgba(0,0,0,0.25); border-radius:0.35em; font-weight:700; padding:1em; font-size:2em;">Beta System</h2> | | <center><h2 style="box-shadow:0px 0px 1px 1px rgba(0,0,0,0.25); border-radius:0.35em; font-weight:700; padding:1em; font-size:2em;">Beta System</h2> |
| <p style="line-height:1.75em;"> | | <p style="line-height:1.75em;"> |
- | According to the model <a href="https://2014.igem.org/Team:Technion-Israel/Modeling#whyfail">"Why Should it Fail"</a> of the Alpha System, we can see that it has some problems. We decided to test new methods to reduce the noise in our system. One idea was a new design – the Beta System, inspired by the noise reduction mechanism described by Goni-Moreno and Amos. (Goni-Moreno & Amos, 2012). | + | <img src="https://static.igem.org/mediawiki/2014/0/00/Technion-Israel-Beta_System.png" width="1100px"><br> |
| + | According to the model <a href="https://2014.igem.org/Team:Technion-Israel/Modeling#whyfail">"Why it Should Fail"</a> of the Alpha System, we can see that it has some problems. We decided to test new methods to reduce the noise in our system. One idea was a new design – the Beta System, inspired by the noise reduction mechanism described by Goni-Moreno and Amos. (Goni-Moreno & Amos, 2012). |
| We used a double repression Toggle Switch similar to that described by Gardner et al. (Gardner, Cantor, & Collins, 2000)), to filter the inputs of our system. This makes the cell-to-cell communication more accurate, while affording them an internal memory capacity.<br> | | We used a double repression Toggle Switch similar to that described by Gardner et al. (Gardner, Cantor, & Collins, 2000)), to filter the inputs of our system. This makes the cell-to-cell communication more accurate, while affording them an internal memory capacity.<br> |
| This system consists of three main circuits:<br> | | This system consists of three main circuits:<br> |
Line 548: |
Line 363: |
| <b>(2)</b> A genetic gate which can produce large amounts of AHL (an "antenna").<br> | | <b>(2)</b> A genetic gate which can produce large amounts of AHL (an "antenna").<br> |
| <img src="https://static.igem.org/mediawiki/2014/7/74/Technion-Israel-betaSC.png"> | | <img src="https://static.igem.org/mediawiki/2014/7/74/Technion-Israel-betaSC.png"> |
- | <b>This circuit contains two parts:</b><br> | + | <b><br><br>This circuit contains two parts:</b><br> |
| The first part consists of the promoter Pcat, a constitutive promoter, which regulates LuxR expression in excess at all times. The LuxR protein can bind to AHL produced by neighboring cells, activating the Computational Circuit.<br> | | The first part consists of the promoter Pcat, a constitutive promoter, which regulates LuxR expression in excess at all times. The LuxR protein can bind to AHL produced by neighboring cells, activating the Computational Circuit.<br> |
| The second part consists of the promoter, PT7 RNA polymerase, which is controlled by the T7 polymerase synthesized by the Toggle Switch, and regulates the expression of LuxI – an enzyme that produces AHL. When the PT7 promoter is activated, it produces large amounts of AHL. This amplifies the signal produced by the toggle switch, before it is diffuses out through the lossy channel.<br> | | The second part consists of the promoter, PT7 RNA polymerase, which is controlled by the T7 polymerase synthesized by the Toggle Switch, and regulates the expression of LuxI – an enzyme that produces AHL. When the PT7 promoter is activated, it produces large amounts of AHL. This amplifies the signal produced by the toggle switch, before it is diffuses out through the lossy channel.<br> |
Line 573: |
Line 388: |
| To screen for the positive colony with the positive RNA splint and the functionality of LuxI, the detector strain assay will be done (the same screening method from gate 1)<br></p> | | To screen for the positive colony with the positive RNA splint and the functionality of LuxI, the detector strain assay will be done (the same screening method from gate 1)<br></p> |
| | | |
- | <h1>LuxI-Inspiration</h1> | + | <h1><br><br>LuxI-Inspiration</h1> |
| <p><b>RNA splint:</b> bridges between A protein RNA and B protein RNA. The splint enables the ligation of two RNA molecules. In order for the ligation of the 2 RNA molecules to occur a T4 RNA ligase is needed. T4 RNA Ligase is the enzyme from the phage that makes this ligation between two RNA molecules, it recognizes a specific site (this will be addressed later on). This is the preferable method.<br> | | <p><b>RNA splint:</b> bridges between A protein RNA and B protein RNA. The splint enables the ligation of two RNA molecules. In order for the ligation of the 2 RNA molecules to occur a T4 RNA ligase is needed. T4 RNA Ligase is the enzyme from the phage that makes this ligation between two RNA molecules, it recognizes a specific site (this will be addressed later on). This is the preferable method.<br> |
- | <b>The design using luxI:</b> | + | <b>The design using luxI:</b><br><br> |
| <img src="https://static.igem.org/mediawiki/2014/4/4b/Technion-Israel-RNALuxI.png"><br></p> | | <img src="https://static.igem.org/mediawiki/2014/4/4b/Technion-Israel-RNALuxI.png"><br></p> |
- | <h1>CM Resistance</h1> | + | <h1><br><br>CM Resistance</h1> |
| <p>RNA splint is an in-vitro method described for the ligation of 2 RNA molecules. (M.R. Stark, J.A. Pleiss, (2006)<br> | | <p>RNA splint is an in-vitro method described for the ligation of 2 RNA molecules. (M.R. Stark, J.A. Pleiss, (2006)<br> |
- | For a simple and robust screen CM split is preferred over the split of luxI<br> | + | For a simple and robust screen CM split is preferred over the split of luxI<br><br><br> |
| <img src="https://static.igem.org/mediawiki/2014/b/be/Technion-Israel-RNAwhole.png"></p> | | <img src="https://static.igem.org/mediawiki/2014/b/be/Technion-Israel-RNAwhole.png"></p> |
- | <h1>Some background about the components needed for the described system</h1> | + | <h1><br><br>Some background about the components needed for the described system</h1> |
- | <p> | + | <p style="text-align:left;"> |
| • Role of T4 Ligase in nature: to repair tRNA damage during the invasion of the bacteriophage (maybe cause of different anti codon usage in the phage) (“Thus, reprocessing could be yet another T4 device to adapt the translation apparatus to post-infection codon usage”) (Amitsur et al., 1987)(C. Kiong Ho, Li Kai Wang 2004)<br> | | • Role of T4 Ligase in nature: to repair tRNA damage during the invasion of the bacteriophage (maybe cause of different anti codon usage in the phage) (“Thus, reprocessing could be yet another T4 device to adapt the translation apparatus to post-infection codon usage”) (Amitsur et al., 1987)(C. Kiong Ho, Li Kai Wang 2004)<br> |
| • Problem: Ribosome will get stuck because of the double strand RNA<br> | | • Problem: Ribosome will get stuck because of the double strand RNA<br> |
Line 598: |
Line 413: |
| <img> | | <img> |
| </p> | | </p> |
| + | <p>For extended information follow the <a href="https://static.igem.org/mediawiki/2014/c/c5/Technion-Israel-RNA_Splint2.pdf" target="_blank">link</a></p> |
| </center> | | </center> |
| <hr> | | <hr> |
Line 662: |
Line 478: |
| <h1><br>Azobenzene aggregate Nano-Particles (NPs)</h1> | | <h1><br>Azobenzene aggregate Nano-Particles (NPs)</h1> |
| <p style="font-size:1.1em;">We established our iGEM azobenzene biological conceptions based on the Nano-word. We collaborated with Weizmann institute to test azobenzene molecules. We have seen that azobenzene can aggregate various NPs like iron oxide, gold and big particles like silica (see reference and TEM figures), and based on this behaviors we established our vision to use azobenzene as a photo-induced molecule to aggregate bacteria forming a synthetic biofilm.</p> | | <p style="font-size:1.1em;">We established our iGEM azobenzene biological conceptions based on the Nano-word. We collaborated with Weizmann institute to test azobenzene molecules. We have seen that azobenzene can aggregate various NPs like iron oxide, gold and big particles like silica (see reference and TEM figures), and based on this behaviors we established our vision to use azobenzene as a photo-induced molecule to aggregate bacteria forming a synthetic biofilm.</p> |
| + | |
| + | <p><br><p>For full azobenzene protocol follow the <a href="https://static.igem.org/mediawiki/2014/0/0e/Technion-Israel-Azobenzene.pdf" target="_blank">link</a></p> |
| + | <p><br><p>For extended information follow the <a href="https://static.igem.org/mediawiki/2014/f/fa/Technion-Israel-Simple_azo.pdf" target="_blank">link</a></p> |
| </center> | | </center> |
| <hr> | | <hr> |
Line 695: |
Line 514: |
| <h1 style="font-size:1.5em;"><br>TaZ Construct</h1> | | <h1 style="font-size:1.5em;"><br>TaZ Construct</h1> |
| <p style="font-size:1.1em; line-height:1.75em;"><b>Completed and Biobricked</b></p> | | <p style="font-size:1.1em; line-height:1.75em;"><b>Completed and Biobricked</b></p> |
- | <p style="font-size:1.1em; line-height:1.75em;">We found the receptor, tar-envZ biobrick (Bba_C0082) which contains the coding sequence for Taz. In order to use the Taz we added the promoter Pcat (Bba_I14033), an RBS (Bba_B0034) and double terminator (Bba_B0015). Thus we created the Taz construct biobrick BBa_K1343016. Click on the link to continue reading about our <a href="https://2014.igem.org/Team:Technion-Israel/Experiments#taz">TaZ experimentation</a>.</p> | + | <p style="font-size:1.1em; line-height:1.75em;">We found the receptor, tar-envZ biobrick (Bba_C0082) which contains the coding sequence for Taz. In order to use the Taz we added the promoter Pcat (Bba_I14033), an RBS (Bba_B0034) and double terminator (Bba_B0015). Thus we created the Taz construct biobrick <a href="http://parts.igem.org/Part:BBa_K1343003" target="_blank">BBa_K1343016</a>. Click on the link to continue reading about our <a href="https://2014.igem.org/Team:Technion-Israel/Experiments#taz">TaZ experimentation</a>.</p> |
| <p>Two different E. coli strains were tested:<br> | | <p>Two different E. coli strains were tested:<br> |
| (1)BW25113 - parent strain for the Keio collection<br> | | (1)BW25113 - parent strain for the Keio collection<br> |
Line 701: |
Line 520: |
| (These strains were given to us by Lior Zelcbuch, Elad Hertz from Ron Milo’s lab at the Weizmann Institute of Science)<br><br> | | (These strains were given to us by Lior Zelcbuch, Elad Hertz from Ron Milo’s lab at the Weizmann Institute of Science)<br><br> |
| The goal was to compare the expression in the wild type and in the ΔEnvZ mutant. We expected that in the wild type the expression will be greater than in the mutant since the natural EnvZ/ompR system will cause expression of the RFP.</p> | | The goal was to compare the expression in the wild type and in the ΔEnvZ mutant. We expected that in the wild type the expression will be greater than in the mutant since the natural EnvZ/ompR system will cause expression of the RFP.</p> |
| + | |
| + | <p><br><p>For extended information follow the <a href="https://static.igem.org/mediawiki/2014/7/7d/Technion-Israel-Histidine_Kinase_-_long_for_wiki.pdf" target="_blank">link</a></p> |
| </center> | | </center> |
| <hr> | | <hr> |
Line 731: |
Line 552: |
| We tried several times, once we even went all the way to the Weizmann Institute in Rehovot where Lior Z., Elad and Sagit Yahav helped us. But to no avail! We just couldn’t manage to knock out the genes! <br> | | We tried several times, once we even went all the way to the Weizmann Institute in Rehovot where Lior Z., Elad and Sagit Yahav helped us. But to no avail! We just couldn’t manage to knock out the genes! <br> |
| </p> | | </p> |
| + | <p><br><p>For extended information follow the <a href="https://static.igem.org/mediawiki/2014/1/1e/Gene_Deletion_-_wiki.pdf" target="_blank">link</a></p> |
| <hr> | | <hr> |
| </center> | | </center> |
Line 1,098: |
Line 920: |
| </div> | | </div> |
| | | |
- | <script>
| |
- | jQuery(document).ready(function() {
| |
- | var offset = 615;
| |
- | var duration = 600;
| |
- | jQuery(window).scroll(function() {
| |
- | if (jQuery(this).scrollTop() > offset) {
| |
- | jQuery('#cssmenu').fadeIn(duration);
| |
- | } else {
| |
- | jQuery('#cssmenu').fadeOut(duration);
| |
- | }
| |
- | });
| |
- |
| |
- | });
| |
- | </script>
| |
- |
| |
- | <script>
| |
- | ( function( $ ) {
| |
- | $( document ).ready(function() {
| |
- | $('#cssmenu li.has-sub>a').on('click', function(){
| |
- | $(this).removeAttr('href');
| |
- | var element = $(this).parent('li');
| |
- | if (element.hasClass('open')) {
| |
- | element.removeClass('open');
| |
- | element.find('li').removeClass('open');
| |
- | element.find('ul').slideUp();
| |
- | }
| |
- | else {
| |
- | element.addClass('open');
| |
- | element.children('ul').slideDown();
| |
- | element.siblings('li').children('ul').slideUp();
| |
- | element.siblings('li').removeClass('open');
| |
- | element.siblings('li').find('li').removeClass('open');
| |
- | element.siblings('li').find('ul').slideUp();
| |
- | }
| |
- | });
| |
- | });
| |
- | } )( jQuery );
| |
- | </script>
| |
- |
| |
- | <div id='cssmenu'>
| |
- | <ul>
| |
- | <li class='active has-sub'><a><span>Main Menu</span></a>
| |
- | <ul>
| |
- | <li class='no-sub'><a href="https://2014.igem.org/Team:Technion-Israel"><span>Home</span></a></li>
| |
- | <li class='has-sub'><a href="https://2014.igem.org/Team:Technion-Israel/Project"><span>Project</span></a>
| |
- | <ul>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#idea"><span>The Idea</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#howitworks"><span>How It Works</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#alpha"><span>Alpha System</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#beta"><span>Beta System</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#rna"><span>RNA splint</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#azo"><span>Azobenzene</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#hk"><span>Histidine Kinase</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#newmethod"><span>New Standard</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#protocol"><span>Protocols</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Project#notebook"><span>Notebook</span></a></li>
| |
- | <li class='last'><a href="https://2014.igem.org/Team:Technion-Israel/Project#safety"><span>Safety</span></a></li>
| |
- | </ul>
| |
- | </li>
| |
- | <li class='has-sub'><a href="https://2014.igem.org/Team:Technion-Israel/Modeling"><span>Modeling</span></a>
| |
- | <ul>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Modeling#whyworks"><span>Why it Should Work</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Modeling#whyfail"><span>Why it Should Fail</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Modeling#splint"><span>RNA Splint</span></a></li>
| |
- | <li class='last'><a href="https://2014.igem.org/Team:Technion-Israel/Modeling#biofilm"><span>Synthetic Biofilm<br>Formation</span></a></li>
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | <li class='has-sub'><a href="https://2014.igem.org/Team:Technion-Israel/Experiments"><span>Experiments</span></a>
| |
- | <ul>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Experiments#gate1"><span>Gate 1</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Experiments#gate2"><span>Gate 2</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Experiments#rna"><span>RNA splint</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Experiments#pompc"><span>PompC-RFP</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Experiments#mcherry"><span>Plux-mcherry-LuxI</span></a>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Experiments#amilcp"><span>Plux-amilcp</span></a></li>
| |
- | <li class='last'><a href="https://2014.igem.org/Team:Technion-Israel/Experiments#azo"><span>Azobenzene</span></a></li>
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | <li class='has-sub'><a href="https://2014.igem.org/Team:Technion-Israel/HP"><span>Policy & Practices</span></a>
| |
- | <ul>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/HP#3lang"><span>SynBio in 3 Languages</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/HP#highschool"><span>iGEM High-Schools</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/HP#lectures"><span>SynBio Lectures</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/HP#collab"><span>Collaborations</span></a></li>
| |
- | <li class='last'><a href="https://2014.igem.org/Team:Technion-Israel/HP#art"><span>Art</span></a></li>
| |
- | </ul>
| |
- | </li>
| |
- | <li class='has-sub'><a href="https://2014.igem.org/Team:Technion-Israel/Team"><span>The Team</span></a>
| |
- | <ul>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Team#members"><span>Members</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Team#mentors"><span>Mentors</span></a></li>
| |
- | <li class='last'><a href="https://2014.igem.org/Team:Technion-Israel/Team#gallery"><span>Gallery</span></a></li>
| |
- | </ul>
| |
- | </li>
| |
- | <li class='has-sub'><a href="https://2014.igem.org/Team:Technion-Israel/Support"><span>Special Thanks</span></a>
| |
- | <ul>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Support#headstart"><span>Headstart Supporters</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Support#attributions"><span>Attributions</span></a></li>
| |
- | <li class='last'><a href="https://2014.igem.org/Team:Technion-Israel/Support#sponsors"><span>Sponsors</span></a></li>
| |
- | </ul>
| |
- | </li>
| |
- | <li class='has-sub'><a href="https://2014.igem.org/Team:Technion-Israel/Judging"><span>Judging</span></a>
| |
- | <ul>
| |
- | <li><a href="https://igem.org/2014_Judging_Form?id=1343" target="_blank"><span>Judging Form</span></a></li>
| |
- | <li><a href="https://2014.igem.org/Team:Technion-Israel/Judging#biobrick"><span>Biobricks</span></a></li>
| |
- | <li class='last'><a href="https://2014.igem.org/Team:Technion-Israel/Judging#results"><span>Results</span></a></li>
| |
- | </ul>
| |
- | </li>
| |
- | </ul>
| |
- | </li>
| |
- | </ul>
| |
- | </div>
| |
| | | |
| </body> | | </body> |