|
|
(5 intermediate revisions not shown) |
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 139: |
Line 138: |
| } | | } |
| | | |
- |
| |
- | #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 417: |
Line 231: |
| <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 433: |
Line 246: |
| <div class="title" id="3lang">SynBio in 3 Langueges</div> | | <div class="title" id="3lang">SynBio in 3 Langueges</div> |
| <div id="main" class="container"> | | <div id="main" class="container"> |
| + | <article class="box post"> |
| + | <header class="style1"> |
| <center> | | <center> |
- | <p style="font-size:1.3em; line-height:2em;"> | + | <p style="font-size:1.2em; line-height:1.75em;"> |
| Any person that lives in Israel knows the complexity of this country. Diverse population and multiplicity of cultures and religions are among the main causes for this complexity. Living in the same country forces us to bridge the differences in order to find a common ground, on which we can build a shared life.<br> | | Any person that lives in Israel knows the complexity of this country. Diverse population and multiplicity of cultures and religions are among the main causes for this complexity. Living in the same country forces us to bridge the differences in order to find a common ground, on which we can build a shared life.<br> |
| Technion iGEM team has decided to take advantage of the iGEM competition in order to try and create a shared platform for all of Israel citizens.<br> | | Technion iGEM team has decided to take advantage of the iGEM competition in order to try and create a shared platform for all of Israel citizens.<br> |
Line 441: |
Line 256: |
| </p> | | </p> |
| | | |
- | <h1 style="font-size:1.5em;">Project Goals</h1> | + | <h1 style="font-size:1.2em;">Project Goals</h1> |
- | <p style="font-size:1.2em; line-height:2em;">(1) Progressing Arab-Jewish relations through the medium of science<br> | + | <p style="font-size:1.0em; line-height:2em;">(1) Progressing Arab-Jewish relations through the medium of science<br> |
| (2) Reaching a wide range of people from the Israeli society<br> | | (2) Reaching a wide range of people from the Israeli society<br> |
| (3) Making synthetic biology more accessible to the public<br> | | (3) Making synthetic biology more accessible to the public<br> |
| (4) Merging science and art from a unique stand point<br><br></p> | | (4) Merging science and art from a unique stand point<br><br></p> |
| | | |
- | <h1 style="font-size:1.5em;">Different Languages, One Science</h1> | + | <h1 style="font-size:1.2em;">Different Languages, One Science</h1> |
- | <p style="font-size:1.2em; line-height:2em;">About 21% of Israel citizens are Arab. The main languages in Israel are Hebrew and Arabic, which is the second official language of the country.<br> | + | <p style="font-size:1.0em; line-height:2em;">About 21% of Israel citizens are Arab. The main languages in Israel are Hebrew and Arabic, which is the second official language of the country.<br> |
| We believe that Safie, the product we are developing can serve a wide range of people, so among our main goals in the three languages project is presenting our bio detector in an easy and accessible way:<br><br> | | We believe that Safie, the product we are developing can serve a wide range of people, so among our main goals in the three languages project is presenting our bio detector in an easy and accessible way:<br><br> |
| <img src="https://static.igem.org/mediawiki/2014/8/89/Technion-Israel-flyerenglish.jpg"> <img src="https://static.igem.org/mediawiki/2014/8/8a/Technion-Israel-flyerarabic.png"> <img src="https://static.igem.org/mediawiki/2014/a/ad/Technion-Israel-flyerhebrew.png"><br><br></p> | | <img src="https://static.igem.org/mediawiki/2014/8/89/Technion-Israel-flyerenglish.jpg"> <img src="https://static.igem.org/mediawiki/2014/8/8a/Technion-Israel-flyerarabic.png"> <img src="https://static.igem.org/mediawiki/2014/a/ad/Technion-Israel-flyerhebrew.png"><br><br></p> |
| | | |
- | <h1 style="font-size:1.5em;">Social Media</h1> | + | <h1 style="font-size:1.2em;">Social Media</h1> |
- | <p style="font-size:1.2em; line-height:2em;">One of the most powerful tools today is social media networks. Using the social media as a platform is not a new concept in iGEM, but we are taking it one step further, using Facebook to address the public in not one, but three languages.<br> | + | <p style="font-size:1.0em; line-height:2em;">One of the most powerful tools today is social media networks. Using the social media as a platform is not a new concept in iGEM, but we are taking it one step further, using Facebook to address the public in not one, but three languages.<br> |
| Faris, our Arabic speaker group member, has taken upon himself to write in Arabic about our team and the iGEM competition in general on Facebook.<br><br> | | Faris, our Arabic speaker group member, has taken upon himself to write in Arabic about our team and the iGEM competition in general on Facebook.<br><br> |
| <img src="https://static.igem.org/mediawiki/2014/f/fd/Technion-Israel-postfaris.png"><br> | | <img src="https://static.igem.org/mediawiki/2014/f/fd/Technion-Israel-postfaris.png"><br> |
Line 465: |
Line 280: |
| In addition to the posts written in Arabic we also maintained a <a href="https://www.facebook.com/iGEM2014.Technion" target="_blank">Facebook page</a>, which we used to update our followers (mainly in Hebrew and English) about the progress of our project and events in which we took part.<br><br></p> | | In addition to the posts written in Arabic we also maintained a <a href="https://www.facebook.com/iGEM2014.Technion" target="_blank">Facebook page</a>, which we used to update our followers (mainly in Hebrew and English) about the progress of our project and events in which we took part.<br><br></p> |
| | | |
- | <h1 style="font-size:1.55em;">Educational Activities</h1> | + | <h1 style="font-size:1.2em;">Educational Activities</h1> |
- | <p style="font-size:1.2em; line-height:2em;">This year we put a lot of effort in organizing lectures and lab activities around the synthetic biology subject. When organizing the events we took into consideration the public going to participate. It was extremely important to us to make the event accessible for Arab population as well as to the Jewish one.<br> | + | <p style="font-size:1.0em; line-height:2em;">This year we put a lot of effort in organizing lectures and lab activities around the synthetic biology subject. When organizing the events we took into consideration the public going to participate. It was extremely important to us to make the event accessible for Arab population as well as to the Jewish one.<br> |
| For example, the 'SynBio in space' activity we organized for the "OlimpiKnowledge" program included both Arab and Jewish students, <b>and we made sure there would be an appropriate Arabic translation during the whole activity for the Arab students convenience.</b><br><br></p> | | For example, the 'SynBio in space' activity we organized for the "OlimpiKnowledge" program included both Arab and Jewish students, <b>and we made sure there would be an appropriate Arabic translation during the whole activity for the Arab students convenience.</b><br><br></p> |
| | | |
- | <h1 style="font-size:1.5em;">The Art of Science</h1> | + | <h1 style="font-size:1.2em;">The Art of Science</h1> |
- | <p style="font-size:1.2em; line-height:2em;">Trying to explain a scientific idea to the public is not an easy thing to do, no matter in which language you choose to use. That's why we are strong believers in the saying: "a picture is worth a thousand words". All along our project we tried to enhance our scientific explanations through art. Whether you are an Arab speaker or a Hebrew speaker you would probably understand the language of art.<br> | + | <p style="font-size:1.0em; line-height:2em;">Trying to explain a scientific idea to the public is not an easy thing to do, no matter in which language you choose to use. That's why we are strong believers in the saying: "a picture is worth a thousand words". All along our project we tried to enhance our scientific explanations through art. Whether you are an Arab speaker or a Hebrew speaker you would probably understand the language of art.<br> |
| To see more of the original art made by our art director, Avi, see the <a href="https://2014.igem.org/Team:Technion-Israel/HP#art">art section</a>.<br><br></p> | | To see more of the original art made by our art director, Avi, see the <a href="https://2014.igem.org/Team:Technion-Israel/HP#art">art section</a>.<br><br></p> |
| | | |
- | <p style="font-size:1.5em; line-height:2em;">We are extremely proud of our ”Synthetic Biology in 3 Languages” project. The comments we got from people who heard about our project, in one of the languages in which we published it, were positive and encouraging. Looking back to when we started the languages project, we feel confident to say we have achieved the project’s goals. | + | <p style="font-size:1.2em; line-height:1.75em;">We are extremely proud of our ”Synthetic Biology in 3 Languages” project. The comments we got from people who heard about our project, in one of the languages in which we published it, were positive and encouraging. Looking back to when we started the languages project, we feel confident to say we have achieved the project’s goals. |
| </p> | | </p> |
| </center> | | </center> |
- | | + | </header> |
| + | </article> |
| </div> | | </div> |
| </div> | | </div> |
Line 707: |
Line 523: |
| </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> |