|
|
Line 1: |
Line 1: |
- | <html> | + | <html xmlns="http://www.w3.org/1999/xhtml"><head> |
- | <body link="fffff"> | + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
- | <style> | + | <title>wiki</title> |
| + | <style type="text/css"> |
| + | <!-- |
| | | |
- | .region { | + | .content ul, .content ol { |
- | padding: 20px 10px 10px 10px; | + | padding: 0 15px 15px 40px; |
- | margin: 10px;
| + | |
- | color: #666;
| + | |
- | clear: both;
| + | |
- | font-family: Lucida Grande, Verdana, Arial, sans-serif;
| + | |
- | /*border: 1px solid green;*/
| + | |
| } | | } |
| | | |
- | .title {
| |
- | font-size: 200%;
| |
- | font-weight: bold;
| |
- | color: #414141;
| |
- | /*border: 2px solid orange;*/
| |
- | }
| |
| | | |
- | #highlight_box {
| + | ul.nav { |
- | background-color:#414141;
| + | list-style: none; |
- | float: left;
| + | border-top:none; |
- | width: 375px;
| + | margin-bottom: 15px; |
- | height: 250Px;
| + | |
- | }
| + | |
| | | |
- | .award_name {
| |
- | font-weight: bold;
| |
- | color: #F37321;
| |
- | /*border: 2px solid green;*/
| |
| } | | } |
| + | ul.nav li { |
| + | border-bottom: 0px solid #04191d; |
| | | |
- | #regional_winner {
| + | |
- | display: block;
| + | |
- | padding: 0 0 15px 10px;
| + | |
- | /*border: 2px solid blue;*/
| + | |
| } | | } |
| + | ul.nav a, ul.nav a:visited { |
| | | |
- | #registryuse {
| + | padding: 5px 5px 5px 15px; |
- | padding: 20px 0 10px 10px; | + | display: block; |
- | /*border: 2px solid blue;*/
| + | text-decoration: none; |
| + | color:#FFF; |
| + | |
| } | | } |
- | | + | ul.nav a:hover, ul.nav a:active, ul.nav a:focus { |
- | #igemers {
| + | background: #339dff; /*float amarillo*/ |
- | padding: 10px 0 15px 10px;
| + | color: #FFF; |
- | /*border: 2px solid blue;*/ | + | |
| } | | } |
| | | |
- | #finalists {
| |
- | display: block;
| |
- | padding-left: 10px;
| |
- | /*border: 2px solid purple;*/
| |
- | }
| |
| | | |
- | #advancing_teams {
| + | .fltrt { |
- | float: left; | + | float: right; |
- | padding: 0px 25px 0px 10px;
| + | margin-left: 8px; |
- | display: block;
| + | |
- | /*border: 2px solid brown;*/
| + | |
| } | | } |
- | | + | .fltlft { |
- | #advancing_teams_names {
| + | float: left; |
- | text-align: left;
| + | margin-right: 8px; |
- | font-weight: bold;
| + | |
- | color: #F37321;
| + | |
- | padding: 10px 25px 0px 10px;
| + | |
- | display: block;
| + | |
- | /*border: 2px solid green;*/
| + | |
| } | | } |
- | | + | .clearfloat { |
- | #special_prizes {
| + | clear:both; |
- | padding: 45px 25px 25px 10px;
| + | height:0; |
- | /*border: 2px solid red;*/
| + | font-size: 1px; |
- | }
| + | line-height: 0px; |
- | | + | |
- | #results_page {
| + | |
- | clear: all;
| + | |
| } | | } |
| | | |
| + | <style> |
| + | .content { margin-right: -1px; } |
| + | ul.nav a { zoom: 1; } |
| </style> | | </style> |
| + | <![endif]--> |
| | | |
- | <br> | + | <script type="text/javascript"> |
- | <!-- quick links --> | + | <!-- |
- | <table width="800px" height= "45px" align="center" border="0">
| + | var noimg = 0; |
- | <tr>
| + | var i = 0; |
- | <td align="center" width="20%" onMouseOver="this.bgColor='#face48'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | var st1 = 100; |
- | <a href="#Asia"style="text-decoration: none; color: #FFFFFF"><b>Asia</b></a>
| + | var st2 = 0; |
- | </td>
| + | var speed = 10; |
| + | |
| + | //url goes here |
| + | var imgname = new Array(); |
| + | imgname[0] = "https://static.igem.org/mediawiki/2011/a/a0/Home01.png"; |
| + | imgname[1] = "https://static.igem.org/mediawiki/2011/4/45/Home02.png"; |
| + | imgname[2] = "https://static.igem.org/mediawiki/2011/6/6a/Home03.png"; |
| + | imgname[3] = "https://static.igem.org/mediawiki/2011/d/dd/Home04.png"; |
| + | imgname[4] = "https://static.igem.org/mediawiki/2011/e/ec/Home05.png"; |
| + | imgname[5] = "https://static.igem.org/mediawiki/2011/0/03/Home06.png"; |
| | | |
- | <td align="center" width="20%" onMouseOver="this.bgColor='#ff0033'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | function changeImg(n) { |
- | <a href="#LatAm"style="text-decoration: none; color: #FFFFFF"><b>Latin America</b></a>
| + | var name = imgname[n]; |
- | </td>
| + | var imgobj = document.getElementById('imagered'); |
| + | animTransA(); |
| + | imgobj.src = name; |
| + | animTransB(); |
| + | } |
| + | function resetAuto(num) { |
| + | noimg = num; |
| + | clearTimeout(timg); |
| + | autoChangeImg(); |
| + | } |
| | | |
- | <td align="center" width="20%" onMouseOver="this.bgColor='#57aee8'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | function autoChangeImg() { |
- | <a href="#NorAm"style="text-decoration: none; color: #FFFFFF"><b>North America</b></a>
| + | var s = 500; /*ms*/ |
- | </td>
| + | changeImg(noimg); |
- | | + | noimg++; |
- | <td align="center" width="20%" onMouseOver="this.bgColor='#f88f2a'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | if (noimg > 4) { noimg = 0;} |
- | <a href="#Europe"style="text-decoration: none; color: #FFFFFF"><b>Europe</b></a>
| + | timg = setTimeout("autoChangeImg()",10*s); |
- | | + | } |
- | <td align="center" width="25%" onMouseOver="this.bgColor='##019966'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | function animTransA() { |
- | <a href="https://2013.igem.org/World_Championship_Jamboree"style="text-decoration: none; color: #FFFFFF"><b>World Championship</b></a>
| + | st1 -= speed; |
- | | + | img = document.getElementById('imagered'); |
- | | + | img.style.opacity = st1/100; |
- | </td>
| + | img.style.filter = 'alpha(opacity=' + st1 + ')'; |
- | | + | if (st1 > 0) { t2=setTimeout("animTransA()",50); } |
- | </tr>
| + | else { st1 = 100;} |
- | | + | } |
- | </table>
| + | function animTransB () { |
- | | + | st2 += speed; |
- | | + | img = document.getElementById('imagered'); |
- | | + | img.style.opacity = st2/100; |
- | | + | img.style.filter = 'alpha(opacity=' + st2 + ')'; |
- | | + | if (st2 < 100) { t3=setTimeout("animTransB()",50); } |
- | | + | else { st2 = 0;} |
- | | + | } |
- | <br>
| + | function resetAlpha() { |
- | <table width="950px" align="center">
| + | clearTimeout(t2); |
- | <tr>
| + | clearTimeout(t3); |
- | <th><h3 id="Asia"></h3><th> </tr>
| + | img = document.getElementById('imagered'); |
- | <tr><td width="50%" rowspan="4"><img src="https://static.igem.org/mediawiki/2013/3/35/Asia.jpg"/></td>
| + | img.style.opacity = 1; |
- | | + | st1 = 100; st2 = 0; |
- | <td height ="140px" align="center" onMouseOver="this.bgColor='#face48'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | img.style.filter = 'alpha(opacity=' + 100 + ')'; |
- | <a href="https://2013.igem.org/Asia" style=" font-size:15px;text-decoration: none; color: #FFFFFF"><b>Asia Regional Jamboree <br>October 4-6 <br> CUHK, Hong Kong</b> <br><br>See more details!</a></td>
| + | } |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td align="center" onMouseOver="this.bgColor='#face48'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | |
- | <a href="https://igem.org/Team_Wikis?year=2013" style="text-decoration: none;color: #FFFFFF""><b>Team Websites</b></a></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td align="center" onMouseOver="this.bgColor='#face48'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | |
- | <a href="https://igem.org/Results?year=2013®ion=Asia&division=igem"style="text-decoration: none;color: #FFFFFF""><b>Posters and Presentations</b></a></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td align="center" onMouseOver="this.bgColor='#face48'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | |
- | <a href="https://igem.org/Results?year=2013®ion=Asia&division=igem"style="text-decoration: none;color: #FFFFFF""><b>Official Results</b></a></td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | | + | |
- | <br>
| + | |
- | <table width="90%" border="0" align="center">
| + | |
- | <tr>
| + | |
- | <th colspan="2" width="50%" style="color:#414141;" height="25px">Undergrad</th>
| + | |
- | <th colspan="2" width="50%" style="color:#414141;" height="25px">Overgrad</th>
| + | |
- | </tr>
| + | |
- | <tr><td width="100%" colspan="4" align="center" height="1px" bgColor="#414141"></td></tr>
| + | |
- | <tr> <td height="25px"</td></tr>
| + | |
- | <tr>
| + | |
- | <td height ="35px" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"> <b>Regional Winner</b></td>
| + | |
- | <td width ="25%" align= "center"> <b>NCTU Formosa</b></td>
| + | |
- | <td width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"><b> Regional Winner</b></td>
| + | |
- | <td width ="25%" align= "center"> <b>Hong Kong HKUST</b></td>
| + | |
- | </tr>
| + | |
- | <tr> <td height="25px"</td></tr>
| + | |
- | | + | |
- | <tr>
| + | |
- | <td height ="35px" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"> <b> 1st Runner up</b></td>
| + | |
- | <td width ="25%" align= "center"> <b>Shenzhen BGIC ATCG</b></td>
| + | |
- | <td width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"><b> 1st Runner up</b></td>
| + | |
- | <td width ="25%" align= "center"> <b>NYMU Taipei</b></td>
| + | |
- | </tr>
| + | |
- | | + | |
- | <tr>
| + | |
- | <td height ="35px" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"> <b> 2nd Runner up</b></td>
| + | |
- | <td width ="25%" align= "center"> <b>Tianjin</b></td>
| + | |
- | <td></td>
| + | |
- | <td></td>
| + | |
- | </tr>
| + | |
- | | + | |
- | | + | |
- | <tr> <td height="25px"</td></tr>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | <tr>
| + | |
- | <td align= "center" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"><b> Finalists</b></td>
| + | |
- | <td align= "center" width="25%">NCTU Formosa <br> Shenzhen BGIC ATCG<br> Tianjin</td>
| + | |
- | <td align= "center" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"><b>Finalists</b></td>
| + | |
- | <td align= "center" width="25%">NYMU Taipei <br> Hong Kong HKUST</td>
| + | |
- | </tr>
| + | |
- | <tr> <td height="15px"</td></tr>
| + | |
- | </table>
| + | |
- | | + | |
- | <table width="90%" align="center" border="0">
| + | |
- | <tr><td width="100%" align="center" style="color:#414141;font-weight:bold;" height="35px" > <b>Advance to World Championship</b> </td></tr>
| + | |
- | <tr><td width="100%" align="center" height="1px" bgColor="#414141"></td></tr>
| + | |
- | </table>
| + | |
- | | + | |
- | <table width="90%" border="0" align="center">
| + | |
- | <tr align="center" >
| + | |
- | <td width="25%" bgColor="#e7e7e7">
| + | |
- | BIT<br>
| + | |
- | BIT China<br>
| + | |
- | HokkaidoU Japan<br>
| + | |
- | Hong Kong CUHK<br>
| + | |
- | HUST China<br>
| + | |
- | Nanjing China<br>
| + | |
- | NCTU Formosa<br>
| + | |
- | NJU China<br>
| + | |
- | Peking<br>
| + | |
- | Shenzhen BGIC ATCG<br>
| + | |
- | </td>
| + | |
- | | + | |
- | <td width="25%" bgColor="#e7e7e7">
| + | |
- | SJTU BioX Shanghai<br>
| + | |
- | Tokyo Tech<br>
| + | |
- | Tsinghua-A<br>
| + | |
- | Tianjin<br>
| + | |
- | Tsinghua<br>
| + | |
- | USTC China<br>
| + | |
- | WHU China<br>
| + | |
- | XMU China<br>
| + | |
- | ZJU China<br>
| + | |
- | SUSTC-Shenzhen-B (SW)<br>
| + | |
- | SYSU-Software (SW)<br>
| + | |
- | UESTC (SW)<br>
| + | |
- | USTC-Software (SW)<br>
| + | |
- | </td>
| + | |
- | | + | |
- | <td width ="50%" bgColor="#dcdcdc">
| + | |
- | Fudan<br>
| + | |
- | Hong Kong HKUST<br>
| + | |
- | NYMU-Taipei<br>
| + | |
- | SydneyUni Australia<br>
| + | |
- | SYSU-China<br>
| + | |
- | Shenzhen BGIC 0101 (SW)<br>
| + | |
- | XMU_Software(SW)<br>
| + | |
- | </td>
| + | |
- | <tr>
| + | |
- | </table>
| + | |
- | <br>
| + | |
- | <!--medals-->
| + | |
- | <table width="90%" border="0" align="center" >
| + | |
- | <tr style="color:#414141;" height="25px">
| + | |
- | <tr><td width="100%" align="center" style="color:#414141;font-weight:bold;" colspan="7"> <b>Medals</b> </td></tr>
| + | |
- | <tr><td width="100%" align="center" height="1px" bgColor="#414141" colspan="7"></td></tr>
| + | |
- | <tr><td width="100%" height="10px" colspan="7"></td></tr>
| + | |
- | <th width="40%" colspan="2" align="center" style="color:#fac00e" ><b> Gold</b> </th>
| + | |
- | <th width="40%" colspan="2" align="center" style="color:#acacac"> <b>Silver</b> </th>
| + | |
- | <th width="20%" style="color:#d97d25"><b> Bronze </b></th>
| + | |
- | </tr>
| + | |
- | <tr cellpadding="15">
| + | |
- | <td width="20%" bgColor="#e7e7e7" align="center">BIT<br>BIT-China<br>Fudan<br>Hong_Kong_HKUST<br>HZAU-China<br>IIT_Madras<br>Nanjing-China<br>NCTU_Formosa<br>
| + | |
- | NJU_China<br>NTU-Taida<br>NYMU-Taipei<br>OUC-China<br>Peking<br></td>
| + | |
- | <td width="20%" bgColor="#e7e7e7" align="center">
| + | |
- | SCAU-China<br>Shenzhen_BGIC_ATCG<br>SJTU-BioX-Shanghai
| + | |
- | <br>SYSU-China<br>Tianjin<br>Tokyo-NoKoGen<br>Tokyo_Tech<br>Tsinghua<br>Tsinghua-A<br>USTC_CHINA<br>WHU-China<br>XMU-China
| + | |
- | </td>
| + | |
- | | + | |
- | <td width="20%" align="center" bgColor="#dcdcdc">
| + | |
- | Chiba<br>HIT-Harbin<br>HokkaidoU Japan<br>Hong Kong CUHK<br>Hong Kong HKU<br>HUST-China<br>ITB Indonesia<br>KIT-Kyoto<br>Kyoto<br>Macquarie Australia</td>
| + | |
- | <td width="20%" align="center" bgColor="#dcdcdc">
| + | |
- | NTU Taiwan<br>SCUT<br>SCU China<br>SUSTC-Shenzhen-A<br>TMU-Tokyo<br>Tsinghua-E<br>TzuChiU Formosa<br>UESTC Life<br>UI-Indonesia<br>ZJU-China</td>
| + | |
- | | + | |
- | | + | |
- | <td bgColor="#e7e7e7" align="center">AHUT China<br>Biwako Nagahama<br>CAU China<br>IIT Delhi<br>Korea U Seoul<br>LZU-China<br>NJU NJUT China<br>Osaka<br>SydneyUni Australia<br>UT-Tokyo
| + | |
- | </td>
| + | |
- | | + | |
- | </tr>
| + | |
- | | + | |
- | </table>
| + | |
- | | + | |
- | | + | |
- | <br>
| + | |
- | <!-- Awards-->
| + | |
- | <table width="90%" border="0" align="center">
| + | |
- | <tr><td width="100%" align="center" style="color:#414141;font-weight:bold;" colspan="3"> <b>Awards</b> </td></tr>
| + | |
- | <tr><td width="100%" colspan="3" align="center" height="1px" bgColor="#414141"></td></tr>
| + | |
- | <tr style="color:#414141" height="25px">
| + | |
- | <th width="50%" ></th>
| + | |
- | <th width="25%" >Undergrad</th>
| + | |
- | <th width="25%">Overgrad</th>
| + | |
- | </tr>
| + | |
- | <tr height="35px" align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b>Best Human Practices</b></td>
| + | |
- | <td bgcolor="#dcdcdc">IIT Madras</td>
| + | |
- | <td bgcolor="#e7e7e7">SydneyUni Australia</td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"> <b>Best New BioBrick Part or Device,Engineered</b> </td>
| + | |
- | <td bgcolor="#e7e7e7">Hong Kong CUHK </td>
| + | |
- | <td bgcolor="#dcdcdc">NYMU Taipei</td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b> Best New BioBrick Part, Natural</b> </td>
| + | |
- | <td bgcolor="#dcdcdc">Peking</td>
| + | |
- | <td bgcolor="#e7e7e7">SYSU China</td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b> Best Parts Collection</b> </td>
| + | |
- | <td bgcolor="#e7e7e7">Peking </td>
| + | |
- | <td bgcolor="#dcdcdc">NYMU Taipei </td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b> Best Model</b> </td>
| + | |
- | <td bgcolor="#dcdcdc">OUC China</td>
| + | |
- | <td bgcolor="#e7e7e7">SYSU China</td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b>Best Poster</b> </td>
| + | |
- | <td bgcolor="#e7e7e7">Tianjian</td>
| + | |
- | <td bgcolor="#dcdcdc">Macquarie Australia </td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b> Best Presentation</b> </td>
| + | |
- | <td bgcolor="#dcdcdc">Tsinghua</td>
| + | |
- | <td bgcolor="#e7e7e7">NYMU Taipei</td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b>Best Wiki</b></td>
| + | |
- | <td bgcolor="#e7e7e7">Shenzhen BGIC ATCG</td>
| + | |
- | <td bgcolor="#dcdcdc">Hong Kong HKUST </td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b>Best BioBrick Measurement Approach</b></td>
| + | |
- | <td bgcolor="#dcdcdc">ZJU China</td>
| + | |
- | <td bgcolor="#e7e7e7">SydneyUni Australia</td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b> Most Improved Registry Part</b></td>
| + | |
- | <td bgcolor="#e7e7e7"></td>
| + | |
- | <td bgcolor="#dcdcdc">NYMU Taipei </td>
| + | |
- | </tr>
| + | |
- | | + | |
- | </table> <!-- End Asia Awards-->
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <br><br><br>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <!--Latin America Finalists -->
| + | |
- | <table width="950px" align="center">
| + | |
- | <tr>
| + | |
- | <th><h3 id="LatAm"></h3><th> </tr>
| + | |
- | <tr><td width="50%" rowspan="4"><img src="https://static.igem.org/mediawiki/2013/7/7f/BV5xh5jIQAATRDt.jpg_large.jpg"/></td>
| + | |
- | | + | |
- | <td height ="140px" align="center" onMouseOver="this.bgColor='#ff0033'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | |
- | <a href="https://2013.igem.org/Latin_America" style=" font-size:15px;text-decoration: none; color: #FFFFFF"><b>Latin America Regional Jamboree <br>October 4-6 <br> Santiago, Chile</b><br><br>See more details!</a></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td align="center" onMouseOver="this.bgColor='#ff0033'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | |
- | <a href="https://igem.org/Team_Wikis?year=2013"style="text-decoration: none;color: #FFFFFF""><b>Team Websites</b></a></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td align="center" onMouseOver="this.bgColor='#ff0033'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | |
- | <a href="https://igem.org/Results?year=2013®ion=Latin%20America&division=igem"style="text-decoration: none;color: #FFFFFF""><b>Posters and Presentations</b></a></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td align="center" onMouseOver="this.bgColor='#ff0033'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | |
- | <a href="https://igem.org/Results?year=2013®ion=Latin%20America&division=igem"style="text-decoration: none;color: #FFFFFF""><b>Official Results</b></a></td>
| + | |
- | </tr> | + | |
- | </table>
| + | |
- | <table width="90%" border="0" align="center">
| + | |
- | <tr>
| + | |
- | <th width="100%" colspan="2" style="color:#414141;" height="25px">Undergrad and Overgrad</th>
| + | |
- | </tr>
| + | |
- | <tr><td width="100%" colspan="2" align="center" height="1px" bgColor="#414141"></td></tr>
| + | |
- | <tr> <td height="25px"</td></tr>
| + | |
- | | + | |
- | <tr>
| + | |
- | <td width ="50%" align= "center" height ="35px" style="color:#f77321;font-weight:bold;"> <b>Regional Winner</b></td>
| + | |
- | <td width ="50%" align= "center"> <b>TecMonterrey</b> </td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td width ="50%" align= "center" height ="35px" style="color:#f77321;font-weight:bold;"> <b>1st Runner up</b></td>
| + | |
- | <td width ="50%" align= "center"> <b>Buenos Aires</b> </td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td width ="50%" align= "center" height ="35px" style="color:#f77321;font-weight:bold;"> <b>2nd Runne rup</b></td>
| + | |
- | <td width ="50%" align= "center"> <b>UFMG Brazil</b> </td>
| + | |
- | </tr>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <tr> <td height="25px"</td></tr>
| + | |
- | | + | |
- | <tr>
| + | |
- | <td align= "center" width="50%" align= "center" style="color:#f77321;font-weight:bold;"><b>Finalists</b></td>
| + | |
- | <td align= "center" width="50%" align= "center">Buenos Aires<br>TecMonterrey<br>UFMG Brazil<br></td>
| + | |
- | </tr>
| + | |
- | <tr> <td height="15px"</td></tr>
| + | |
- | </table>
| + | |
- | <br>
| + | |
- | <table width="90%" align="center" border="0">
| + | |
- | <tr><td width="100%" align="center" style="color:#414141;font-weight:bold;" height="35px" > <b>Advance to World Championship</b> </td></tr>
| + | |
- | <tr><td width="100%" align="center" height="1px" bgColor="#414141"></td></tr>
| + | |
- | </table>
| + | |
- | <table width="90%" border="0" align="center">
| + | |
- | <tr align="center" >
| + | |
- | <td width="25%" bgColor="#e7e7e7">
| + | |
- | Buenos Aires <br>
| + | |
- | TecMonterrey<br>
| + | |
- | UANL Mty-Mexico<br>
| + | |
- | UFMG Brazil<br>
| + | |
- | <tr>
| + | |
- | <!-- End Latin America Finalists -->
| + | |
- | </table>
| + | |
- | <br>
| + | |
- | | + | |
- | <!--medals-->
| + | |
- | | + | |
- | <table width="90%" border="0" align="center" >
| + | |
- | <tr style="color:#414141;" height="25px">
| + | |
- | <tr><td width="100%" align="center" style="color:#414141;font-weight:bold;" colspan="3"> <b>Medals</b> </td></tr>
| + | |
- | <tr><td width="100%" align="center" height="1px" bgColor="#414141" colspan="3"></td></tr>
| + | |
- | <tr><td width="100%" height="10px" colspan="3"></td></tr>
| + | |
- | <th width="33%" align="center" style="color:#fac00e"><b> Gold</b> </th>
| + | |
- | <th width="33%" align="center" style="color:#acacac"> <b>Silver</b> </th>
| + | |
- | <th width="33%" style="color:#d97d25"><b> Bronze </b></th>
| + | |
- | </tr>
| + | |
- | | + | |
- | <tr align="center">
| + | |
- | <td bgColor="#e7e7e7">Buenos Aires<br>TecMonterrey</td>
| + | |
- | <td bgColor="#dcdcdc">Ciencias-UNAM<br>Colombia Uniandes<br>UC Chile<br>UFMG Brazil<br>USP-Brazil</td>
| + | |
- | <td bgColor="#e7e7e7">BIOSINT_Mexico<br>Manaus Amazonas-Brazil</td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | | + | |
- | <!-- Latin America Awards-->
| + | |
- | <br>
| + | |
- | <table width="90%" border="0" align="center">
| + | |
- | <tr><td width="100%" align="center" style="color:#414141;font-weight:bold;" colspan="2"> <b>Awards</b> </td></tr>
| + | |
- | <tr><td width="100%" colspan="2" align="center" height="1px" bgColor="#414141"></td></tr>
| + | |
- | <tr style="color:#414141" height="25px">
| + | |
- | <th width="50%"></th>
| + | |
- | <th width="50%" >Undergrad and Overgrad</th>
| + | |
- | </tr>
| + | |
- | <tr height="35px" align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b>Best Human Practices</b></td>
| + | |
- | <td bgcolor="#e7e7e7">TecMonterrey</td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"> <b>Best New BioBrick Part or Device,Engineered </b></td>
| + | |
- | <td bgcolor="#dcdcdc">TecMonterrey</td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b> Best Model</b> </td>
| + | |
- | <td bgcolor="#e7e7e7">Colombia Uniandes</td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b> Best Poster</b> </td>
| + | |
- | <td bgcolor="#dcdcdc">UC Chile </td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b> Best Presentation</b> </td>
| + | |
- | <td width ="50%" bgcolor="#e7e7e7">Manaus Amazonas Brazil / TecMonterrey </td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b>Best Wiki</b></td>
| + | |
- | <td bgcolor="#dcdcdc">Colombia Uniandes </td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b>Best BioBrick Measurement Approach</b></td>
| + | |
- | <td bgcolor="#e7e7e7">UANL Mty-Mexico</td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | <!-- End Latin America Awards -->
| + | |
- | <!-- End Latin Amercia-->
| + | |
- | | + | |
- | | + | |
- | <br><br>
| + | |
- | | + | |
- | <table width="950px" align="center">
| + | |
- | <tr>
| + | |
- | <th><h3 id="NorAm"></h3><th> </tr>
| + | |
- | <tr><td width="50%" rowspan="4"><img src="https://static.igem.org/mediawiki/2013/5/55/Northamerica.jpg"/></td>
| + | |
- | | + | |
- | <td height ="140px" align="center" onMouseOver="this.bgColor='#57aee8'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | |
- | <a href="https://2013.igem.org/North_America" style=" font-size:15px;text-decoration: none; color: #FFFFFF"><b>North America Regional Jamboree <br>October 4-6 <br> Toronto, Canada</b><br><br>See more details!</a></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td align="center" onMouseOver="this.bgColor='#57aee8'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | |
- | <a href="https://igem.org/Team_Wikis?year=2013"style="text-decoration: none;color: #FFFFFF""><b>Team Websites</b></a></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td align="center" onMouseOver="this.bgColor='#57aee8'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | |
- | <a href="https://igem.org/Results?year=2013®ion=North%20America&division=igem"style="text-decoration: none;color: #FFFFFF""><b>Posters and Presentations</b></a></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td align="center" onMouseOver="this.bgColor='#57aee8'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | |
- | <a href="https://igem.org/Results?year=2013®ion=North%20America&division=igem"style="text-decoration: none;color: #FFFFFF""><b>Official Results</b></a></td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | | + | |
- | <br>
| + | |
- | | + | |
- | <table width="90%" border="0" align="center">
| + | |
- | <tr>
| + | |
- | <th colspan="2" width="50%" style="color:#414141;" height="25px">Undergrad</th>
| + | |
- | <th colspan="2" width="50%" style="color:#414141;" height="25px">Overgrad</th>
| + | |
- | </tr>
| + | |
- | <tr><td width="100%" colspan="4" align="center" height="1px" bgColor="#414141"></td></tr>
| + | |
- | <tr> <td height="25px"</td></tr>
| + | |
- | <tr>
| + | |
- | <td height ="35px" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;">
| + | |
- | <b>Regional Winner</b></td>
| + | |
- | <td width ="25%" align= "center"> <b>Penn</b></td>
| + | |
- | <td width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"><b> Regional Winner</b></td>
| + | |
- | <td width ="25%" align= "center"> <b>Lethbridge</b></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td height ="35px" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"> <b> 1st Runner up</b></td>
| + | |
- | <td width ="25%" align= "center"> <b>Calgary</b></td>
| + | |
- | <td width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"><b> 1st Runner up</b></td>
| + | |
- | <td width ="25%" align= "center"> <b>Michigan</b></td>
| + | |
- | </tr>
| + | |
- | | + | |
- | <tr>
| + | |
- | <td height ="35px" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"> <b> 2nd Runner up</b></td>
| + | |
- | <td width ="25%" align= "center"> <b>Purdue</b></td>
| + | |
- | <td></td>
| + | |
- | <td></td>
| + | |
- | </tr>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <tr> <td height="25px"</td></tr>
| + | |
- | <tr>
| + | |
- | <td align= "center" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"><b> Finalists</b></td>
| + | |
- | <td align= "center" width="25%">Calgary<br>Penn<br>Purdue</td>
| + | |
- | <td align= "center" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"><b>Finalists</b></td>
| + | |
- | <td align= "center" width="25%"> Michigan<br>Lethbridge</td>
| + | |
- | </tr>
| + | |
- | <tr> <td height="15px"</td></tr>
| + | |
- | </table>
| + | |
- | | + | |
- | <table width="90%" align="center" border="0">
| + | |
- | <tr><td width="100%" align="center" style="color:#414141;font-weight:bold;" height="35px" > <b>Advance to World Championship</b> </td></tr>
| + | |
- | <tr><td width="100%" align="center" height="1px" bgColor="#414141"></td></tr>
| + | |
- | </table>
| + | |
- | | + | |
- | <table width="90%" border="0" align="center">
| + | |
- | <tr align="center" >
| + | |
- | <td width="25%">
| + | |
- | Alberta<br>
| + | |
- | Berkley<br>
| + | |
- | British Columbia<br>
| + | |
- | Calgary<br>
| + | |
- | Georgia Tech<br>
| + | |
- | MIT<br>
| + | |
- | Penn<br>
| + | |
- | Purdue<br>
| + | |
- | </td>
| + | |
- | | + | |
- | <td width="25%" valign="top">
| + | |
- | Stanford-Brown<br>
| + | |
- | UC Davis<br>
| + | |
- | UCSF<br>
| + | |
- | UIUC Illinois<br>
| + | |
- | uOttawa<br>
| + | |
- | Virginia<br>
| + | |
- | Yale<br>
| + | |
- | Wellesley Desyne (SW)<br>
| + | |
- | </td>
| + | |
- | | + | |
- | <td width ="50%">
| + | |
- | BYU Provo<br>
| + | |
- | Clemson<br>
| + | |
- | Cornell<br>
| + | |
- | CU Boulder<br>
| + | |
- | Lethbridge<br>
| + | |
- | Michigan<br>
| + | |
- | Waterloo<br>
| + | |
- | </td>
| + | |
- | <tr>
| + | |
- | </table>
| + | |
- | <br>
| + | |
- | | + | |
- | <!--medals-->
| + | |
- | <table width="90%" border="0" align="center" >
| + | |
- | <tr style="color:#414141;" height="25px">
| + | |
- | <tr><td width="100%" align="center" style="color:#414141;font-weight:bold;" colspan="7"> <b>Medals</b> </td></tr>
| + | |
- | <tr><td width="100%" align="center" height="1px" bgColor="#414141" colspan="4"></td></tr>
| + | |
- | <tr><td width="100%" height="10px" colspan="4"></td></tr>
| + | |
- | <th width="40%" colspan="2" align="center" style="color:#fac00e"><b> Gold</b> </th>
| + | |
- | <th width="30%" align="center" style="color:#acacac"> <b>Silver</b> </th>
| + | |
- | <th width="30%" style="color:#d97d25"><b> Bronze </b></th>
| + | |
- | </tr>
| + | |
- | <tr cellpadding="15">
| + | |
- | <td width="20%" bgColor="#e7e7e7" align="center">Alberta<br>Berkeley<br>BostonU<br>British Columbia<br>BYU Provo<br>Calgary<br>Cornell<br>CU-Boulder<br>
| + | |
- | GeorgiaTech<br>Greensboro-Austin<br>Lethbridge<br></td>
| + | |
- | <td width="20%" bgColor="#e7e7e7" align="center">Michigan<br>Penn<br>Purdue<br>Stanford-Brown<br>Toronto<br>
| + | |
- | UCSF<br>UC Davis<br>UIUC Illinois<br>uOttawa<br>Utah_State<br>Virginia<br>Waterloo</td>
| + | |
- | | + | |
- | <td align="center" bgColor="#dcdcdc">Carnegie Mellon<br>Clemson<br>Duke<br>MIT<br>Nevada<br>Northwestern<br>Rutgers<br>UGA-Georgia<br>UT Dallas<br>WLC-Milwaukee<br>Yale</td>
| + | |
- | | + | |
- | | + | |
- | <td bgColor="#e7e7e7" align="center">Arizona State<br>Concordia<br>Gaston Day School<br>Georgia State<br>Minnesota<br>OU-Norman OK<br>Penn State<br>
| + | |
- | Queens Canada<br>RHIT<br>UCLA<br>Washington</td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | | + | |
- | <br>
| + | |
- | <!-- Awards-->
| + | |
- | <table width="90%" border="0" align="center">
| + | |
- | <tr><td width="100%" align="center" style="color:#414141;font-weight:bold;" colspan="3"> <b>Awards</b> </td></tr>
| + | |
- | <tr><td width="100%" colspan="3" align="center" height="1px" bgColor="#414141"></td></tr>
| + | |
- | <tr style="color:#414141" height="25px">
| + | |
- | <th width="50%" ></th>
| + | |
- | <th width="25%" >Undergrad</th>
| + | |
- | <th width="25%">Overgrad</th>
| + | |
- | </tr>
| + | |
- | <tr height="35px" align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b>Best Human Practices</b></td>
| + | |
- | <td bgcolor="#dcdcdc">Virginia</td>
| + | |
- | <td bgcolor="#e7e7e7">Cornell</td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"> <b>Best New BioBrick Part or Device,Engineered </b></td>
| + | |
- | <td bgcolor="#e7e7e7"> </td>
| + | |
- | <td bgcolor="#dcdcdc">CU-Boulder</td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b> Best New BioBrick Part, Natural</b> </td>
| + | |
- | <td bgcolor="#dcdcdc">Purdue</td>
| + | |
- | <td bgcolor="#e7e7e7">Michigan</td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"> <b>Best Parts Collection </b></td>
| + | |
- | <td bgcolor="#e7e7e7">BostonU</td>
| + | |
- | <td bgcolor="#dcdcdc"></td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b> Best Model</b> </td>
| + | |
- | <td bgcolor="#dcdcdc">British Columbia</td>
| + | |
- | <td bgcolor="#e7e7e7"> </td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"> <b>Best Poster</b> </td>
| + | |
- | <td bgcolor="#e7e7e7"> Carnegie Mellon </td>
| + | |
- | <td bgcolor="#dcdcdc">Waterloo </td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left:25px;"> <b>Best Presentation</b> </td>
| + | |
- | <td bgcolor="#dcdcdc">Alberta</td>
| + | |
- | <td bgcolor="#e7e7e7">Georgia State</td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b>Best Wiki</b></td>
| + | |
- | <td bgcolor="#e7e7e7">Calgary</td>
| + | |
- | <td bgcolor="#dcdcdc">Lethbridge </td>
| + | |
- | </tr>
| + | |
- | <tr height="35px"align="center">
| + | |
- | <td align="left" style="padding-left: 25px;"><b>Best BioBrick Measurement Approach</b></td>
| + | |
- | <td bgcolor="#dcdcdc">Penn</td>
| + | |
- | <td bgcolor="#e7e7e7"></td>
| + | |
- | </tr>
| + | |
- | </table> <!-- End NA Awards-->
| + | |
- | | + | |
- | <br>
| + | |
| | | |
| | | |
| | | |
- | <br>
| |
| | | |
- | <table width="950px" align="center">
| + | </script> |
- | <tr>
| + | |
- | <th><h3 id="Europe"></h3><th> </tr>
| + | |
- | <tr><td width="50%" rowspan="4"><img src="https://static.igem.org/mediawiki/2013/9/9b/EUROPE_IGEMFROMABOVE.jpg" width="525"/></td>
| + | |
| | | |
- | <td height ="140px" align="center" onMouseOver="this.bgColor='#f88f2a'" onMouseOut="this.bgColor='#414141'" bgColor=#414141> | + | </head><body onLoad = "autoChangeImg();"> |
- | <a href="https://2013.igem.org/Europe" style=" font-size:15px;text-decoration: none; color: #FFFFFF"><b>Europe Regional Jamboree <br>October 11-13 <br> Lyon, France</b><br><br>See more details!</a></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td align="center" onMouseOver="this.bgColor='#f88f2a'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | |
- | <a href="https://igem.org/Team_Wikis?year=2013"style="text-decoration: none;color: #FFFFFF""><b>Team Websites</b></a></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td align="center" onMouseOver="this.bgColor='#f88f2a'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | |
- | <a href="https://igem.org/Results?year=2013®ion=Europe&division=igem"style="text-decoration: none;color: #FFFFFF""><b>Posters and Presentations</b></a></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td align="center" onMouseOver="this.bgColor='#f88f2a'" onMouseOut="this.bgColor='#414141'" bgColor=#414141>
| + | |
- | <a href="https://igem.org/Results?year=2013®ion=Europe&division=igem"style="text-decoration: none;color: #FFFFFF""><b>Official Results</b></a></td>
| + | |
- | </tr>
| + | |
- | </table>
| + | |
- | <br>
| + | |
| | | |
- | <table width="90%" border="0" align="center"> | + | <div class="container"> |
- | <tr>
| + | |
- | <th colspan="2" width="50%" style="color:#414141;" height="25px">Undergrad</th>
| + | |
- | <th colspan="2" width="50%" style="color:#414141;" height="25px">Overgrad</th>
| + | |
- | </tr>
| + | |
- | <tr><td width="100%" colspan="4" align="center" height="1px" bgColor="#414141"></td></tr>
| + | |
- | <tr> <td height="25px"</td></tr>
| + | |
- | <tr>
| + | |
- | <td height ="35px" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;">
| + | |
- | <b>Regional Winner</b></td>
| + | |
- | <td width ="25%" align= "center"> <b>Dundee</b></td>
| + | |
- | <td width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"><b> Regional Winner</b></td>
| + | |
- | <td width ="25%" align= "center"> <b>Bielefeld-Germany </b></td>
| + | |
- | </tr>
| + | |
- | <tr>
| + | |
- | <td height ="35px" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"> <b> 1st Runner up</b></td>
| + | |
- | <td width ="25%" align= "center"> <b>Freiburg</b></td>
| + | |
- | <td width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"><b> 1st Runner up</b></td>
| + | |
- | <td width ="25%" align= "center"> <b>TU Munich</b></td>
| + | |
- | </tr>
| + | |
| | | |
- | <tr>
| + | |
- | <td height ="35px" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"> <b> 2nd Runner up</b></td> | + | <div class="content"> |
- | <td width ="25%" align= "center"> <b>Paris Bettencourt</b></td> | + | <!--in sub pages, this divisions should be comments! :D--> |
- | <td height ="35px" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"> <b> 2nd Runner up</b></td>
| + | |
- | <td width ="25%" align= "center"> <b>Imperial College </b></td>
| + | |
| | | |
- | </tr>
| + | |
| | | |
- | <tr> <td height="25px"</td></tr> | + | <div class="imagehiglights"> |
- | <tr> | + | |
- | <td align= "center" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"><b> Finalists</b></td> | + | <div style="text-align:center; float:left;"> |
- | <td align= "center" width="25%">Dundee<br>Imperial College <br>TU Munich</td> | + | <p><img src="https://static.igem.org/mediawiki/2011/a/a0/Home01.png" alt="asd" name="image" width="425" height="319" id="imagered" longdesc="http://asdas"> |
- | <td align= "center" width ="25%" align= "center" valign="middle" style="color:#f77321;font-weight:bold;"><b>Finalists</b></td> | + | </a></p> |
- | <td align= "center" width="25%"> Bielefeld-Germany<br>Freiburg<br>Paris Bettencourt
| + | |
- | </td>
| + | <table width="30%" border="0" align="center"> |
- | </tr>
| + | <tbody><tr> |
- | <tr> <td height="15px"</td></tr>
| + | <td> <a href="https://2011.igem.org/Team:Tec-Monterrey/projectdescription" onMouseOver="resetAuto(0)"><img name="boton01" src="https://static.igem.org/mediawiki/2011/5/57/Botones01.png" width="40" height="40"></a> </td> |
- | </table> | + | |
| | | |
- | <table width="90%" align="center" border="0">
| |
- | <tr><td width="100%" align="center" style="color:#414141;font-weight:bold;" height="35px" > <b>Advance to World Championship</b> </td></tr>
| |
- | <tr><td width="100%" align="center" height="1px" bgColor="#414141"></td></tr>
| |
- | </table>
| |
- | <table width="90%" border="0" align="center">
| |
- | <tr align="center" >
| |
- | <td width="50%">
| |
- | Dundee<br>
| |
- | Heidelberg <br>
| |
- | Imperial_College<br>
| |
- | KU_Leuven <br>
| |
- | Manchester<br>
| |
- | Newcastle <br>
| |
- | SDU-Denmark <br>
| |
- | TU-Eindhoven <br>
| |
- | TU-Munich <br>
| |
- | UNITN-Trento <br>
| |
- | Valencia_Biocampus <br>
| |
- | </td>
| |
| | | |
- | <td width ="50%"> | + | <td> <a href="#" onMouseOver="resetAuto(1)"> |
- | BGU Israel<br>
| + | <img name="boton02" src="https://static.igem.org/mediawiki/2011/d/d7/Botones02.png" |
- | Bielefeld-Germany<br>
| + | width="40" height="40"></a> </td> |
- | Braunschweig<br>
| + | |
- | EPF Lausanne<br>
| + | |
- | ETH Zurich<br>
| + | |
- | Evry<br>
| + | |
- | Freiburg<br>
| + | |
- | Goettingen<br>
| + | |
- | Marburg<br>
| + | |
- | Paris Bettencourt<br>
| + | |
- | TU-Delft<br>
| + | |
- | Uppsala<br>
| + | |
- | AMU-Poznan (SW)
| + | |
- | </td> | + | |
- | <tr>
| + | |
- | </table> | + | |
- | <br> | + | |
- | <!--medals-->
| + | |
| | | |
- | <table width="90%" border="0" align="center" > | + | <td> <a href="https://2011.igem.org/Team:Tec-Monterrey/teamha/AR" onMouseOver="resetAuto(2)"><img name="boton03" src="https://static.igem.org/mediawiki/2011/9/95/Botones03.png" width="40" height="40" ></a> </td> |
- | <tr style="color:#414141;" height="25px"> | + | |
- | <tr><td width="100%" align="center" style="color:#414141;font-weight:bold;" colspan="7"> <b>Medals</b> </td></tr> | + | <td> <a href="https://2011.igem.org/Team:Tec-Monterrey/video" onMouseOver="resetAuto(3)"><img name="rouge" src="https://static.igem.org/mediawiki/2011/e/e5/Botones04.png" width="40 height="40"></a> </td> |
- | <tr><td width="100%" align="center" height="1px" bgColor="#414141" colspan="4"></td></tr>
| + | |
- | <tr><td width="100%" height="10px" colspan="7"></td></tr> | + | |
- | <th width="40%" colspan="2" align="center" style="color:#fac00e"><b> Gold</b> </th>
| + | |
- | <th width="30%" align="center" style="color:#acacac"> <b>Silver</b> </th>
| + | |
- | <th width="30%" style="color:#d97d25"><b> Bronze </b></th>
| + | |
- | </tr>
| + | |
- | <tr cellpadding="15">
| + | |
- | <td width="20%" bgColor="#e7e7e7" align="center">ATOMS-Turkiye<br>Bielefeld-Germany<br>Braunschwei<br>DTU-Denmark<br>Dundee<br>Edinburgh<br>ETH_Zurich<br>Evry<br>Freiburg<br>Goettingen<br>Grenoble-EMSE-LSU<br>Groningen<br>Heidelberg<br>Imperial_College<br>INSA_Toulouse<br>KU_Leuven<br></td>
| + | |
| | | |
- | <td width="20%" bgColor="#e7e7e7" align="center"> | + | <td> <a href="http://area.autodesk.com/blogs/cory/maya_igem_and_tec_de_monterrey" onMouseOver="resetAuto(4)"><img name="boton04" src="https://static.igem.org/mediawiki/2011/f/f5/Botones05.png" width="40" height="40" alt="welcome"></a> </td> |
- | Manchester<br>Marburg<br>METU Turkey<br>Newcastle<br>Paris_Bettencourt<br>Paris_Saclay<br>SDU-Denmark<br>TU-Delft<br>TU-Eindhoven
| + | |
- | <br>TU-Munich<br>UCL<br>UNIK_Copenhagen<br>UNITN-Trento<br>Uppsala<br>Valencia Biocampus<br>Wageningen UR<br>Warsaw
| + | |
- | <br>York_UK</td>
| + | |
| | | |
- | <td width="30%" bgColor="#dcdcdc" align="center"> BGU_Israel<br>EPF_Lausanne<br>Exeter<br>Tuebingen<br>TU_Darmstadt<br>UCL_PG<br>UniSalento_Lecce</td> | + | <td> <a href="https://2011.igem.org/Team:Tec-Monterrey/teammembers" onMouseOver="resetAuto(5)"><img name="boton06" src="https://static.igem.org/mediawiki/2011/7/72/Botones06.png" width="40" height="40" ></a> </td> |
| + | </tr> |
| + | </tbody></table> |
| + | |
| + | <p><br> |
| + | </p> |
| + | </div> |
| + | </div> |
| | | |
- | <td width="30%" bgColor="#e7e7e7" align="center">Baskent_Meds<br>Bonn<br>Gdansk-UG<br>Kent<br>Leeds<br>Linkoping_Sweden
| |
- | NRP-UEA-Norwich<br>NTNU-Trondheim<br>UGent<br>Westminster</td>
| |
- | </tr>
| |
- | </table>
| |
- | <br>
| |
- | <!-- Awards-->
| |
- | <table width="90%" border="0" align="center">
| |
- | <tr><td width="100%" align="center" style="color:#414141;font-weight:bold;" colspan="4"> <b>Awards</b> </td></tr>
| |
- | <tr><td width="100%" colspan="4" align="center" height="1px" bgColor="#414141"></td></tr>
| |
- | <tr style="color:#414141" height="25px">
| |
- | <th width="50%" ></th>
| |
- | <th width="25%" >Undergrad</th>
| |
- | <th width="25%">Overgrad</th>
| |
- | </tr>
| |
- | <tr height="35px" align="center">
| |
- | <td align="left" style="padding-left: 25px;"><b>Best Human Practices</b></td>
| |
- | <td bgcolor="#dcdcdc">Manchester</td>
| |
- | <td bgcolor="#e7e7e7">Evry</td>
| |
- | </tr>
| |
- | <tr height="35px"align="center">
| |
- | <td align="left" style="padding-left: 25px;"> <b>Best New BioBrick Part or Device,Engineered </b></td>
| |
- | <td bgcolor="#e7e7e7">Imperial College </td>
| |
- | <td bgcolor="#dcdcdc">Freiburg</td>
| |
- | </tr>
| |
- | <tr height="35px"align="center">
| |
- | <td align="left" style="padding-left: 25px;"> <b>Best New BioBrick Part, Natural</b> </td>
| |
- | <td bgcolor="#dcdcdc"></td>
| |
- | <td bgcolor="#e7e7e7">Uppsala</td>
| |
- | </tr>
| |
- | <tr height="35px"align="center">
| |
- | <td align="left" style="padding-left: 25px;"> <b>Best Model</b> </td>
| |
- | <td bgcolor="#dcdcdc">Grenoble-EMSE-LSU</td>
| |
- | <td bgcolor="#e7e7e7">Groningen</td>
| |
- | </tr>
| |
- | <tr height="35px"align="center">
| |
- | <td align="left" style="padding-left: 25px;"> <b>Best Poster </b></td>
| |
- | <td bgcolor="#e7e7e7">Heidelberg </td>
| |
- | <td bgcolor="#dcdcdc">ETH_Zurich </td>
| |
- | </tr>
| |
- | <tr height="35px"align="center">
| |
- | <td align="left" style="padding-left: 25px;"><b> Best Presentation </b></td>
| |
- | <td bgcolor="#dcdcdc">Dundee</td>
| |
- | <td bgcolor="#e7e7e7">Bielefeld-Germany <br>BGU_Israel</td>
| |
- | </tr>
| |
- | <tr height="35px"align="center">
| |
- | <td align="left" style="padding-left: 25px;"><b>Best Wiki</b></td>
| |
- | <td bgcolor="#e7e7e7">TU-Munich</td>
| |
- | <td bgcolor="#dcdcdc">Paris_Bettencourt </td>
| |
- | </tr>
| |
- | <tr height="35px"align="center">
| |
- | <td align="left" style="padding-left: 25px;"><b>Most Improved Registry Part</b></td>
| |
- | <td bgcolor="#dcdcdc">SDU-Denmark</td>
| |
- | <td bgcolor="#e7e7e7"></td>
| |
- | </tr>
| |
- | </table> <!-- End Europe Awards -->
| |
| | | |
| + | |
| + | |
| | | |
| | | |
- | </div> | + | </div></div></body></html> |
- | </html> | + | |