Difference between revisions of "Team:ETH Zurich/Team"
(43 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | <script> | ||
+ | function sillyPhotos() { | ||
+ | document.getElementById('anjaphoto').src = "https://static.igem.org/mediawiki/2015/thumb/c/cb/ETH_Anja_silly.jpg/523px-ETH_Anja_silly.jpg"; | ||
+ | document.getElementById('annaphoto').src = "https://static.igem.org/mediawiki/2015/thumb/9/9f/ETH_Anna_silly.jpg/524px-ETH_Anna_silly.jpg"; | ||
+ | document.getElementById('charlottephoto').src = "https://static.igem.org/mediawiki/2015/thumb/2/2b/ETH_Charlotte_silly.jpg/529px-ETH_Charlotte_silly.jpg"; | ||
+ | document.getElementById('harunphoto').src = "https://static.igem.org/mediawiki/2015/thumb/e/ef/ETH_Harun_silly.jpg/523px-ETH_Harun_silly.jpg"; | ||
+ | document.getElementById('lisaphoto').src = "https://static.igem.org/mediawiki/2015/thumb/a/ad/ETH_Lisa_silly.jpg/524px-ETH_Lisa_silly.jpg"; | ||
+ | document.getElementById('mikephoto').src = "https://static.igem.org/mediawiki/2015/thumb/6/62/ETH_Mike.silly.jpg/524px-ETH_Mike.silly.jpg"; | ||
+ | } | ||
+ | </script> | ||
<style> | <style> | ||
#photoArray { | #photoArray { | ||
Line 25: | Line 35: | ||
} | } | ||
#photoArrayTable .advisor { | #photoArrayTable .advisor { | ||
− | width: | + | width:31%; |
} | } | ||
#photoArrayTable .member { | #photoArrayTable .member { | ||
− | width: | + | width:31%; |
} | } | ||
Line 105: | Line 115: | ||
#mikebio{top: 130px;left: -50px;} | #mikebio{top: 130px;left: -50px;} | ||
</style> | </style> | ||
+ | |||
<script> | <script> | ||
− | + | var bioBox; | |
− | + | var teamPhoto; | |
− | + | ||
− | + | ||
− | + | ||
var divs = ['lisabio','mikebio','annabio','harunbio','anjabio','charlottebio']; | var divs = ['lisabio','mikebio','annabio','harunbio','anjabio','charlottebio']; | ||
+ | var bioBoxen; | ||
var deg = 5; | var deg = 5; | ||
var cur = 0; | var cur = 0; | ||
+ | |||
var rotateIt = function(dir) { | var rotateIt = function(dir) { | ||
− | + | teamPhoto.css('transform','rotate(' + (deg+dir*60).toString() + 'deg)'); | |
− | + | ||
deg = deg + dir*60; | deg = deg + dir*60; | ||
cur = cur + dir; | cur = cur + dir; | ||
if (cur==-1) cur=5; | if (cur==-1) cur=5; | ||
if (cur==6) cur=0; | if (cur==6) cur=0; | ||
− | + | bioBox.innerHTML = bioBoxen[cur].innerHTML; | |
} | } | ||
+ | |||
+ | |||
+ | $(function() { | ||
+ | bioBox = document.getElementById('bioBox'); | ||
+ | teamPhoto = $('#teamphotowrapper img'); | ||
+ | bioBoxen = [ | ||
+ | document.getElementById(divs[0]), | ||
+ | document.getElementById(divs[1]), | ||
+ | document.getElementById(divs[2]), | ||
+ | document.getElementById(divs[3]), | ||
+ | document.getElementById(divs[4]), | ||
+ | document.getElementById(divs[5]) | ||
+ | ]; | ||
+ | bioBox.innerHTML = bioBoxen[0].innerHTML; | ||
+ | }); | ||
</script> | </script> | ||
</head> | </head> | ||
<!-- Start of content --> | <!-- Start of content --> | ||
− | <div class="expContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.--> | + | <div class="expContainer" style=position:relative> <!--The closing tag for contentContainer should be placed at the bottom of each content page.--> |
<h1>Team</h1> | <h1>Team</h1> | ||
− | <h2>Members</h2> | + | |
+ | |||
+ | |||
+ | <a style="color:black;text-decoration:none" onclick="sillyPhotos();return false;" href="#" title="Click me, I dare you ;)"><h2>Members</h2></a> | ||
<div id="teamphotowrapper"> | <div id="teamphotowrapper"> | ||
<img src="https://static.igem.org/mediawiki/2015/5/5e/ETH_Team_spin.png"> | <img src="https://static.igem.org/mediawiki/2015/5/5e/ETH_Team_spin.png"> | ||
− | <p style="text-align:center;"><a href="#" onclick="rotateIt(1);return false;" style="font-size:36px;">↻</a> <a href="#" onclick="rotateIt(-1);return false;" style="font-size:36px;">↺</a></p> | + | <p style="text-align:center;"><a href="#" onclick="rotateIt(1);return false;" style="font-size:36px;text-decoration:none;">↻</a> <a href="#" onclick="rotateIt(-1);return false;" style="font-size:36px;text-decoration:none;">↺</a></p> |
<div id="bioBox" style="height:150px;width:50%;padding-left:25%;padding-right:25%;"> | <div id="bioBox" style="height:150px;width:50%;padding-left:25%;padding-right:25%;"> | ||
</div> | </div> | ||
Line 187: | Line 214: | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | <!-- | |
+ | </html> | ||
+ | <gallery heights=340px perrow=3 mode="packed-overlay"> | ||
+ | Image:ETH_Anja.jpg|<span style="font-size:20px">Anja</span><br> ''melodious pipetting expert'' | ||
+ | Image:ETH_Anna.jpg|<span style="font-size:20px">Anna</span><br> ''lab photojournalist and cell destroyer'' | ||
+ | Image:ETH_Charlotte.jpg|<span style="font-size:20px">Charlotte</span><br> ''number cruncher'' | ||
+ | Image:ETH_Harun.jpg|<span style="font-size:20px">Harun</span><br> ''chief nerd'' | ||
+ | Image:ETH_Lisa.jpg|<span style="font-size:20px">Lisa</span><br> ''self-appointed benevolent leader-for-life'' | ||
+ | Image:ETH_Mike.jpg|<span style="font-size:20px">Mike</span><br> ''busy beaver'' | ||
+ | </gallery> | ||
+ | <html> | ||
+ | --> | ||
<div id="photoArray" style="padding-top:220px;"> | <div id="photoArray" style="padding-top:220px;"> | ||
<div id="photoArrayTable"> | <div id="photoArrayTable"> | ||
<div class="photo member"> | <div class="photo member"> | ||
− | <img style="width:100%" src="https://static.igem.org/mediawiki/2015/thumb/e/ef/ETH_Anja.jpg/ | + | <img id="anjaphoto" style="width:100%" src="https://static.igem.org/mediawiki/2015/thumb/e/ef/ETH_Anja.jpg/524px-ETH_Anja.jpg"> |
− | < | + | <h4>Anja<p>melodious pipetting expert</p></h4> |
</div> | </div> | ||
<div class="photo member"> | <div class="photo member"> | ||
− | <img src="https://static.igem.org/mediawiki/2015/thumb/1/17/ETH_Anna.jpg/ | + | <img id="annaphoto" src="https://static.igem.org/mediawiki/2015/thumb/1/17/ETH_Anna.jpg/524px-ETH_Anna.jpg"> |
− | < | + | <h4>Anna<p>lab photojournalist and cell destroyer</p></h4> |
</div> | </div> | ||
<div class="photo member"> | <div class="photo member"> | ||
− | <img src="https://static.igem.org/mediawiki/2015/thumb/c/c3/ETH_Charlotte.jpg/ | + | <img id="charlottephoto" src="https://static.igem.org/mediawiki/2015/thumb/c/c3/ETH_Charlotte.jpg/529px-ETH_Charlotte.jpg"> |
− | < | + | <h4>Charlotte<p>number cruncher</p></h4> |
</div> | </div> | ||
</div> | </div> | ||
<div id="photoArrayTable"> | <div id="photoArrayTable"> | ||
<div class="photo member"> | <div class="photo member"> | ||
− | <img src="https://static.igem.org/mediawiki/2015/thumb/6/67/ETH_Harun.jpg/ | + | <img id="harunphoto" src="https://static.igem.org/mediawiki/2015/thumb/6/67/ETH_Harun.jpg/524px-ETH_Harun.jpg"> |
− | < | + | <h4>Harun<p>chief nerd</p></h4> |
</div> | </div> | ||
<div class="photo member"> | <div class="photo member"> | ||
− | <img src="https://static.igem.org/mediawiki/2015/thumb/f/f8/ETH_Lisa.jpg/ | + | <img id="lisaphoto" src="https://static.igem.org/mediawiki/2015/thumb/f/f8/ETH_Lisa.jpg/524px-ETH_Lisa.jpg"> |
− | < | + | <h4>Lisa<p>self-appointed benevolent leader-for-life</p></h4> |
</div> | </div> | ||
<div class="photo member"> | <div class="photo member"> | ||
− | <img src="https://static.igem.org/mediawiki/2015/thumb/b/be/ETH_Mike.jpg/514px-ETH_Mike.jpg"> | + | <img id="mikephoto" src="https://static.igem.org/mediawiki/2015/thumb/b/be/ETH_Mike.jpg/514px-ETH_Mike.jpg"> |
− | < | + | <h4>Mike<p>busy beaver</p></h4> |
</div> | </div> | ||
</div> | </div> | ||
Line 229: | Line 267: | ||
<div class="photo supervisor"> | <div class="photo supervisor"> | ||
<img src="https://static.igem.org/mediawiki/2015/d/d7/Sven_Panke.jpg"> | <img src="https://static.igem.org/mediawiki/2015/d/d7/Sven_Panke.jpg"> | ||
− | < | + | <h4>Sven Panke</h4> |
+ | <a href="http://www.bsse.ethz.ch/bpl">Bioprocess Laboratory</a> | ||
</div> | </div> | ||
<div class="photo supervisor"> | <div class="photo supervisor"> | ||
<img src="https://static.igem.org/mediawiki/2015/7/7f/Joerg_Stelling.jpg"> | <img src="https://static.igem.org/mediawiki/2015/7/7f/Joerg_Stelling.jpg"> | ||
− | < | + | <h4>Jörg Stelling</h4> |
+ | <a href="http://www.csb.ethz.ch">Computational Systems Biology Group</a> | ||
</div> | </div> | ||
<div class="photo supervisor"> | <div class="photo supervisor"> | ||
<img src="https://static.igem.org/mediawiki/2015/c/c6/Kobi_Benenson.jpg"> | <img src="https://static.igem.org/mediawiki/2015/c/c6/Kobi_Benenson.jpg"> | ||
− | < | + | <h4>Kobi Benenson</h4> |
+ | <a href="http://www.bsse.ethz.ch/synbio">Synthetic Biology Group</a> | ||
</div> | </div> | ||
<div class="photo supervisor"> | <div class="photo supervisor"> | ||
<img src="https://static.igem.org/mediawiki/2015/a/a8/Savas_Tay.jpg"> | <img src="https://static.igem.org/mediawiki/2015/a/a8/Savas_Tay.jpg"> | ||
− | < | + | <h4>Savas Tay</h4> |
+ | <a href="http://www.microfluidics.ethz.ch/">Tay Group</a> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 253: | Line 295: | ||
<h2>Advisors</h2> | <h2>Advisors</h2> | ||
− | <div id="photoArray | + | <div id="photoArray"> |
<div id="photoArrayTable"> <!-- first three --> | <div id="photoArrayTable"> <!-- first three --> | ||
+ | |||
+ | <div class="photo advisor"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/d/dd/Daniel.jpg"> | ||
+ | <h4>Daniel Gerngross</h4> | ||
+ | <a href="http://www.bsse.ethz.ch/bpl">Bioprocess Laboratory</a> | ||
+ | </div> | ||
+ | |||
+ | <div class="photo advisor"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/7/77/Sabine.jpg"> | ||
+ | <h4>Sabine Österle</h4> | ||
+ | <a href="http://www.bsse.ethz.ch/bpl">Bioprocess Laboratory</a> | ||
+ | </div> | ||
+ | |||
+ | <div class="photo advisor"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/f/f9/Lukas.jpg"> | ||
+ | <h4>Lukas Widmer</h4> | ||
+ | <a href="http://www.csb.ethz.ch">Computational Systems Biology Group</a> | ||
+ | </div> | ||
+ | |||
</div> | </div> | ||
<div id="photoArrayTable"> <!-- next three --> | <div id="photoArrayTable"> <!-- next three --> | ||
+ | <div class="photo advisor"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/8/80/Margaux.jpg"> | ||
+ | <h4>Margaux Dastor</h4> | ||
+ | <a href="http://www.bsse.ethz.ch/synbio">Synthetic Biology Group</a> | ||
</div> | </div> | ||
+ | |||
+ | <div class="photo advisor"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/7/7a/Christian.jpg"> | ||
+ | <h4>Christian Jordi</h4> | ||
+ | <a href="http://www.microfluidics.ethz.ch/">Tay Group</a> | ||
</div> | </div> | ||
− | < | + | <div class="photo advisor"> |
− | + | <img src="https://static.igem.org/mediawiki/2015/b/b3/Jana.png"> | |
− | < | + | <h4>Janina Linnik</h4> |
− | + | <a href="http://www.csb.ethz.ch">Computational Systems Biology Group</a> | |
− | + | </div> | |
− | + | ||
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | </ | + | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div></div> | </div></div> | ||
</html> | </html> | ||
+ | {{:Template:ETH_Zurich/footer}} |
Latest revision as of 01:26, 19 September 2015
- Project
- Modeling
- Lab
- Human
Practices - Parts
- About Us
Team
Members
Anja
melodious pipetting expert
Anna
lab photojournalist and cell destroyer
Charlotte
number cruncher
Harun
chief nerd
Lisa
self-appointed benevolent leader-for-life
Mike
busy beaver