User:Sifuentes anita
From 2013.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
ul.nav a { zoom: 1; } | ul.nav a { zoom: 1; } | ||
- | + | #regional_winner { | |
+ | display: block; | ||
+ | padding: 0 0 15px 10px; | ||
+ | /*border: 2px solid blue;*/ | ||
+ | } | ||
</style> | </style> | ||
<![endif]--> | <![endif]--> | ||
+ | <script type="text/javascript"> | ||
+ | <!-- | ||
+ | var noimg = 0; | ||
+ | var i = 0; | ||
+ | var st1 = 100; | ||
+ | var st2 = 0; | ||
+ | var speed = 10; | ||
+ | |||
+ | //url goes here | ||
+ | var imgname = new Array(); | ||
+ | imgname[0] = "https://static.igem.org/mediawiki/2013/6/6d/Europe_jamboreepic06.png"; | ||
+ | imgname[1] = "https://static.igem.org/mediawiki/2013/0/02/Europe_jamboreepic05.png"; | ||
+ | imgname[2] = "https://static.igem.org/mediawiki/2013/d/df/Europe_jamboreepic04.png"; | ||
+ | imgname[3] = "https://static.igem.org/mediawiki/2013/a/af/Europe_jamboreepic03.png"; | ||
+ | imgname[4] = "https://static.igem.org/mediawiki/2013/8/88/Europe_jamboreepic02.png"; | ||
+ | imgname[5] = "https://static.igem.org/mediawiki/2013/a/a6/Europe_jamboreepic01.png"; | ||
+ | |||
+ | function changeImg(n) { | ||
+ | var name = imgname[n]; | ||
+ | var imgobj = document.getElementById('imagered'); | ||
+ | animTransA(); | ||
+ | imgobj.src = name; | ||
+ | animTransB(); | ||
+ | } | ||
+ | function resetAuto(num) { | ||
+ | noimg = num; | ||
+ | clearTimeout(timg); | ||
+ | autoChangeImg(); | ||
+ | } | ||
+ | |||
+ | function autoChangeImg() { | ||
+ | var s = 500; /*ms*/ | ||
+ | changeImg(noimg); | ||
+ | noimg++; | ||
+ | if (noimg > 4) { noimg = 0;} | ||
+ | timg = setTimeout("autoChangeImg()",10*s); | ||
+ | } | ||
+ | function animTransA() { | ||
+ | st1 -= speed; | ||
+ | img = document.getElementById('imagered'); | ||
+ | img.style.opacity = st1/100; | ||
+ | img.style.filter = 'alpha(opacity=' + st1 + ')'; | ||
+ | if (st1 > 0) { t2=setTimeout("animTransA()",50); } | ||
+ | else { st1 = 100;} | ||
+ | } | ||
+ | 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;} | ||
+ | } | ||
+ | function resetAlpha() { | ||
+ | clearTimeout(t2); | ||
+ | clearTimeout(t3); | ||
+ | img = document.getElementById('imagered'); | ||
+ | img.style.opacity = 1; | ||
+ | st1 = 100; st2 = 0; | ||
+ | img.style.filter = 'alpha(opacity=' + 100 + ')'; | ||
+ | } | ||
+ | </script> | ||
</head> | </head> | ||
- | <body> | + | <body onLoad = "autoChangeImg();"> |
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | <br> | |
- | <td width =" | + | <table width="950px" height= "45px" align="center" border="0"> |
- | <a href="https://2013.igem.org/ | + | <tr> |
+ | <td align="center" width="25%" onMouseOver="this.bgColor='##019966'" onMouseOut="this.bgColor='#414141'" bgColor=#414141> | ||
+ | <a href="https://2013.igem.org/World_Championship_Jamboree"style="text-decoration: none; color: #FFFFFF"><b>World Championship</b></a> | ||
- | <td width =" | + | <td align="center" width="18%" onMouseOver="this.bgColor='#face48'" onMouseOut="this.bgColor='#414141'" bgColor=#414141> |
- | </ | + | <a href="https://2013.igem.org/Jamborees-Asia"style="text-decoration: none; color: #FFFFFF"><b>Asia</b></a> |
- | < | + | </td> |
- | <td width =" | + | <td align="center" width="18%" onMouseOver="this.bgColor='#ff0033'" onMouseOut="this.bgColor='#414141'" bgColor=#414141> |
- | <a href="https://2013.igem.org/Jamborees-LatinAmerica"style="text-decoration: none;color: #FFFFFF"><b>Latin | + | <a href="https://2013.igem.org/Jamborees-LatinAmerica"style="text-decoration: none; color: #FFFFFF"><b>Latin America</b></a> |
+ | </td> | ||
- | <td width =" | + | <td align="center" width="18%" onMouseOver="this.bgColor='#57aee8'" onMouseOut="this.bgColor='#414141'" bgColor=#414141> |
+ | <a href="https://2013.igem.org/Jamborees-NorthAmerica"style="text-decoration: none; color: #FFFFFF"><b>North America</b></a> | ||
+ | </td> | ||
- | <td width =" | + | <td align="center" width="18%" onMouseOver="this.bgColor='#f88f2a'" onMouseOut="this.bgColor='#414141'" bgColor=#414141> |
+ | <a href="https://2013.igem.org/Jamborees-Europe"style="text-decoration: none; color: #FFFFFF"><b>Europe</b></a> | ||
- | <td | + | </td></tr></table> |
- | < | + | <br> |
- | + | ||
+ | |||
+ | <table border="0" align="center"> | ||
+ | <tr> <th colspan="2"> <p style = "font-family:verdana;font-size:20px;" > iGEM 2013 Regional Jamboree: Europe <br> Lyon, France <br> October 11 - 13 </p> <br> </th> | ||
</tr> | </tr> | ||
- | </ | + | <tbody><tr> |
+ | <td rowspan="7"><div class="imagehiglights"> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/6/6d/Europe_jamboreepic06.png" alt="asd" name="image" id="imagered" longdesc="http://asdas"></div> </td></tr> | ||
- | + | <tr><td> <a href="" onMouseOver="resetAuto(0)"><img name="boton01" src="https://static.igem.org/mediawiki/2013/2/2f/EUROPE_normal.jpg" width="40" height="40"></a> </td></tr> | |
- | + | ||
- | <tr><td> | + | |
- | < | + | |
- | + | ||
- | + | ||
- | </td></tr | + | |
+ | <tr><td> <a href="" onMouseOver="resetAuto(1)"> | ||
+ | <img name="boton02" src="https://static.igem.org/mediawiki/2013/2/2f/EUROPE_normal.jpg" | ||
+ | width="40" height="40"></a> </td></tr> | ||
- | < | + | <tr><td> <a href="" onMouseOver="resetAuto(2)"><img name="boton03" src="https://static.igem.org/mediawiki/2013/2/2f/EUROPE_normal.jpg" width="40" height="40" ></a> </td></tr> |
- | <tr><td> | + | |
- | < | + | <tr><td> <a href="#" onMouseOver="resetAuto(3)"><img name="rouge" src="https://static.igem.org/mediawiki/2013/2/2f/EUROPE_normal.jpg" width="40 height="40"></a> </td></tr> |
+ | |||
- | < | + | <tr><td> <a href="#" onMouseOver="resetAuto(4)"><img name="boton04" src="https://static.igem.org/mediawiki/2013/2/2f/EUROPE_normal.jpg" width="40" height="40" alt="welcome"></a> </td></tr> |
- | < | + | |
- | + | ||
- | <td width =" | + | <tr><td> <a href="#" onMouseOver="resetAuto(5)"><img name="boton06" src="https://static.igem.org/mediawiki/2013/2/2f/EUROPE_normal.jpg" width="40" height="40" ></a> </td></tr> |
+ | |||
+ | </tbody></table> | ||
+ | |||
+ | <br><br> | ||
+ | <!-- jamboree links --> | ||
+ | <table width="900px" align="center"> | ||
+ | <tr height="35px" align="center"> | ||
+ | <td width="20%"onMouseOver="this.bgColor='#f88f2a'" onMouseOut="this.bgColor='#414141'" bgColor=#414141> | ||
+ | <a href="https://2013.igem.org/Europe" style="text-decoration: none; color: #FFFFFF"><b>Jamboree Page</b></a></td> | ||
- | <td width =" | + | <td width="20%"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> | ||
- | <td width =" | + | <td width="20%"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> | ||
+ | |||
+ | <td width="20%"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> | ||
+ | |||
+ | |||
+ | <td width="20%"onMouseOver="this.bgColor='#f88f2a'" onMouseOut="this.bgColor='#414141'" bgColor=#414141> | ||
+ | <a href=""style="text-decoration: none;color: #FFFFFF"><b>Photo Gallery</b></a></td> | ||
- | |||
</tr> | </tr> | ||
- | + | </table> | |
- | + | ||
- | + | ||
- | < | + | <br><br> |
- | <td width ="25%"><b> | + | <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>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> | ||
+ | <td width ="25%" align= "center"> <b>Paris Bettencourt</b></td> | ||
+ | <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> | ||
+ | <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%">Dundee<br>Imperial College <br>TU Munich</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%"> Bielefeld-Germany<br>Freiburg<br>Paris Bettencourt | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> <td height="15px"</td></tr> | ||
</table> | </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%"> | ||
+ | BGU Israel<br> | ||
+ | Bielefeld-Germany<br> | ||
+ | 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" > | ||
+ | <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="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"> | ||
+ | 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 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 --> | ||
+ | |||
+ | <br> | ||
Revision as of 18:51, 24 October 2013
World Championship | Asia | Latin America | North America | Europe |
iGEM 2013 Regional Jamboree: Europe |
|
---|---|
Jamboree Page | Team Websites | Posters and Presentations | Official Results | Photo Gallery |
Undergrad | Overgrad | ||
---|---|---|---|
Regional Winner | Dundee | Regional Winner | Bielefeld-Germany |
1st Runner up | Freiburg | 1st Runner up | TU Munich |
2nd Runner up | Paris Bettencourt | 2nd Runner up | Imperial College |
Finalists | Dundee Imperial College TU Munich |
Finalists | Bielefeld-Germany Freiburg Paris Bettencourt |
Advance to World Championship |
Dundee Heidelberg Imperial_College KU_Leuven Manchester Newcastle SDU-Denmark TU-Eindhoven TU-Munich UNITN-Trento Valencia_Biocampus |
BGU Israel Bielefeld-Germany Braunschweig EPF Lausanne ETH Zurich Evry Freiburg Goettingen Marburg Paris Bettencourt TU-Delft Uppsala AMU-Poznan (SW) |
Medals | ||||||
Gold | Silver | Bronze | ||||
---|---|---|---|---|---|---|
ATOMS-Turkiye Bielefeld-Germany Braunschwei DTU-Denmark Dundee Edinburgh ETH_Zurich Evry Freiburg Goettingen Grenoble-EMSE-LSU Groningen Heidelberg Imperial_College INSA_Toulouse KU_Leuven |
Manchester Marburg METU Turkey Newcastle Paris_Bettencourt Paris_Saclay SDU-Denmark TU-Delft TU-Eindhoven TU-Munich UCL UNIK_Copenhagen UNITN-Trento Uppsala Valencia Biocampus Wageningen UR Warsaw York_UK |
BGU_Israel EPF_Lausanne Exeter Tuebingen TU_Darmstadt UCL_PG UniSalento_Lecce |
Baskent_Meds Bonn Gdansk-UG Kent Leeds Linkoping_Sweden NRP-UEA-Norwich NTNU-Trondheim UGent Westminster |
Awards | |||
Undergrad | Overgrad | ||
---|---|---|---|
Best Human Practices | Manchester | Evry | |
Best New BioBrick Part or Device,Engineered | Imperial College | Freiburg | |
Best New BioBrick Part, Natural | Uppsala | ||
Best Model | Grenoble-EMSE-LSU | Groningen | |
Best Poster | Heidelberg | ETH_Zurich | |
Best Presentation | Dundee | Bielefeld-Germany BGU_Israel |
|
Best Wiki | TU-Munich | Paris_Bettencourt | |
Most Improved Registry Part | SDU-Denmark |