Team:Alberta/team
From 2010.igem.org
Line 78: | Line 78: | ||
.llink2 A:active {text-decoration: none; font-size: 1em;} | .llink2 A:active {text-decoration: none; font-size: 1em;} | ||
- | #leftcolumn | + | #content |
+ | { | ||
+ | width:75%; | ||
+ | height:50%; | ||
+ | border:1px solid #000000; | ||
+ | } | ||
+ | |||
+ | #vtab0 | ||
+ | { | ||
+ | width:20%; | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | #vtab0 li | ||
+ | { | ||
+ | list-style:none; | ||
+ | border:1px dotted #000000; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | #vtab0 li:hover | ||
+ | { | ||
+ | background-color: #fff200; | ||
+ | } | ||
+ | |||
+ | #tabContent | ||
+ | { | ||
+ | float:right; | ||
+ | width:78%; | ||
+ | margin: 1% 1%; | ||
+ | } | ||
+ | |||
+ | .vtInfo | ||
+ | { | ||
+ | display:none; | ||
+ | height:98%; | ||
+ | overflow:auto; | ||
+ | } | ||
+ | |||
+ | /* #leftcolumn | ||
{ | { | ||
float: left; | float: left; | ||
Line 91: | Line 130: | ||
color: #fff200; | color: #fff200; | ||
border: 0; | border: 0; | ||
- | } | + | } */ |
.llink1 A:link {text-decoration: none; color: #bfbfbf; font-size: 1em;} | .llink1 A:link {text-decoration: none; color: #bfbfbf; font-size: 1em;} | ||
Line 98: | Line 137: | ||
.llink1 A:active {text-decoration: none; font-size: 1em;} | .llink1 A:active {text-decoration: none; font-size: 1em;} | ||
- | #rightcolumn | + | /* #rightcolumn |
{ | { | ||
float: right; | float: right; | ||
Line 107: | Line 146: | ||
color: #000000; | color: #000000; | ||
border: 1px solid #3b3b3b;; | border: 1px solid #3b3b3b;; | ||
- | } | + | } */ |
#highlightb | #highlightb | ||
Line 132: | Line 171: | ||
.llink3 A:hover {text-decoration: none; font-size: 1em;} | .llink3 A:hover {text-decoration: none; font-size: 1em;} | ||
.llink3 A:active {text-decoration: none; font-size: 1em;} | .llink3 A:active {text-decoration: none; font-size: 1em;} | ||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
- | <script | + | <script type="text/javascript"> |
- | + | function showTab(IDS) | |
- | + | ||
{ | { | ||
- | + | var tabs = document.getElementById('tabContent').getElementsByTagName('div'); | |
- | + | var tabs = getElementsByClass('vtInfo',document.getElementById('tabContent'),'div'); | |
- | + | ||
- | + | for (var i=0; i<tabs.length; i++) { tabs[i].style.display = 'none'; } | |
- | + | document.getElementById(IDS).style.display = 'block'; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | function getElementsByClass(searchClass,node,tag) | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
{ | { | ||
- | + | var classElements = new Array(); | |
- | + | if ( node == null ) | |
- | + | node = document; | |
- | + | if ( tag == null ) | |
+ | tag = '*'; | ||
+ | var els = node.getElementsByTagName(tag); | ||
+ | var elsLen = els.length; | ||
+ | var pattern = new RegExp("(^|\\s)"+searchClass+"(\\s|$)"); | ||
+ | for (i = 0, j = 0; i < elsLen; i++) { | ||
+ | if ( pattern.test(els[i].className) ) { | ||
+ | classElements[j] = els[i]; | ||
+ | j++; | ||
+ | } | ||
} | } | ||
+ | return classElements; | ||
} | } | ||
- | + | ||
</script> | </script> | ||
Line 238: | Line 233: | ||
<div id="highlightb"></div> | <div id="highlightb"></div> | ||
- | <div id=" | + | <div id="content"> |
- | < | + | <div id="vtab0"> |
+ | <li onclick="showTab('vtab1')">iGEM 2010 Team</li> | ||
+ | <li onclick="showTab('vtab2')">Karina Arnesen</li> | ||
+ | <li onclick="showTab('vtab3')">Eric Bennett</li> | ||
+ | <li onclick="showTab('vtab4')">Oscar Cortes</li> | ||
+ | <li onclick="showTab('vtab5')">Anh Dao</li> | ||
+ | <li onclick="showTab('vtab6')">Mark Elliott</li> | ||
+ | <li onclick="showTab('vtab7')">Kim Freeman</li> | ||
+ | <li onclick="showTab('vtab8')">Paige Hacking</li> | ||
+ | <li onclick="showTab('vtab9')">Pieter Hak</li> | ||
+ | <li onclick="showTab('vtab10')">Arni Hansen</li> | ||
+ | <li onclick="showTab('vtab11')">Stephen Jahns</li> | ||
+ | <li onclick="showTab('vtab12')">David Kramer</li> | ||
+ | <li onclick="showTab('vtab23')">Jacqueline Lee</li> | ||
+ | <li onclick="showTab('vtab14')">David Lloyd</li> | ||
+ | <li onclick="showTab('vtab15')">Mitch Paquette</li> | ||
+ | <li onclick="showTab('vtab16')">Amanda Pisio</li> | ||
+ | <li onclick="showTab('vtab17')">Alina Ponomarev</li> | ||
+ | <li onclick="showTab('vtab18')">Fahad Safi</li> | ||
+ | <li onclick="showTab('vtab19')">Ravina Singh</li> | ||
+ | <li onclick="showTab('vtab20')">John Taggart</li> | ||
+ | <li onclick="showTab('vtab21')">Brandon Tanner</li> | ||
+ | <li onclick="showTab('vtab22')">Jeremy Thomas</li> | ||
+ | <li onclick="showTab('vtab23')">Mike Wilson</li> | ||
+ | <li onclick="showTab('vtab24')">Zach Wiltshire</li> | ||
+ | <li onclick="showTab('vtab25')">Jennifer Yau</li> | ||
+ | <li onclick="showTab('vtab26')">Kim Ellison</li> | ||
+ | <li onclick="showTab('vtab27')">Mike Ellison </li> | ||
+ | <li onclick="showTab('vtab28')">Marilla</li> | ||
+ | <li onclick="showTab('vtab29')">Doug Ridgway</li> | ||
+ | </div> | ||
+ | |||
+ | <div id="tabContent"> | ||
+ | |||
+ | <div id="vtab1" class="vtInfo"><h2>iGEM 2010 Team</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/a/a2/Alberta_Team.png" width="610px" height="495px" padding="0px" align="left"></img> | ||
+ | </div> | ||
- | < | + | <div id="vtab2" class="vtInfo"> <h2>Karina Arnesen</h2> |
- | < | + | <img src="https://static.igem.org/mediawiki/2010/0/0f/Alberta_Karina.png" width="400px" height="533px" padding="0px" align="left"></img> |
- | + | </div> | |
- | < | + | <div id="vtab3" class="vtInfo"> <h2>Eric Bennett</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/d/d3/Alberta_Eric.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | < | + | <div id="vtab4" class="vtInfo"> <h2>Oscar Cortes</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/b/b1/Alberta_Oscar.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | <a | + | <div id="vtab5" class="vtInfo"> <h2>Anh Dao</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/a/a6/Alberta_Anh.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | <a | + | <div id="vtab6" class="vtInfo"> <h2>Mark Elliott </h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/a/a8/Alberta_DefaultPic.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | <a | + | <div id="vtab7" class="vtInfo"> <h2>Kim Freeman</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/a/a8/Alberta_DefaultPic.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | <a | + | <div id="vtab8" class="vtInfo"> <h2>Paige Hacking</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/a/a8/Alberta_DefaultPic.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | <a | + | <div id="vtab9" class="vtInfo"> <h2>Pieter Hak</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/a/a8/Alberta_DefaultPic.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | < | + | <div id="vtab10" class="vtInfo"> <h2>Arni Hansen</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/2/21/Alberta_Arni.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | < | + | <div id="vtab11" class="vtInfo"> <h2>Stephen Jahns</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/d/d2/Alberta_Steve.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | <a | + | <div id="vtab12" class="vtInfo"> <h2>David Kramer</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/a/a8/Alberta_DefaultPic.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | < | + | <div id="vtab13" class="vtInfo"> <h2>Jacqueline Lee</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/7/78/Alberta_Jacqueline.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | < | + | <div id="vtab14" class="vtInfo"> <h2>David Lloyd</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/6/6e/Alberta_David.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | < | + | <div id="vtab15" class="vtInfo"> <h2>Mitch Paquette</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/0/03/Alberta_Mitch.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | < | + | <div id="vtab16" class="vtInfo"> <h2>Amanda Pisio</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/1/1f/Alberta_Amanda.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | <a | + | <div id="vtab17" class="vtInfo"> <h2>Alina Ponomarev</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/a/aa/Alberta_Alina.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | <a | + | <div id="vtab18" class="vtInfo"> <h2>Fahad Safi</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/a/a8/Alberta_DefaultPic.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | <a | + | <div id="vtab19" class="vtInfo"> <h2>Ravina Singh</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/a/a8/Alberta_DefaultPic.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | <a | + | <div id="vtab20" class="vtInfo"> <h2>John Taggart</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/a/a8/Alberta_DefaultPic.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | <a | + | <div id="vtab21" class="vtInfo"> <h2>Brandon Tanner</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/a/a8/Alberta_DefaultPic.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | < | + | <div id="vtab22" class="vtInfo"> <h2>Jeremy Thomas</h2> |
- | + | Pharmacology (4th Year) | |
+ | <img src="https://static.igem.org/mediawiki/2010/5/5e/Alberta_Jeremy.png" width="350px" height="466px" padding="0px" align="left"></img> | ||
- | < | + | <p> After I finish my degree, I plan to continue into medical |
- | + | research. I’ve always been interested in how things work- my primary | |
+ | interests are in Physiology and Pharmacology. I’m motivated by | ||
+ | challenges, and I’m glad to be joining the university's iGEM team this | ||
+ | year. I find Synthetic Biology to be incredibly fascinating. I have | ||
+ | high hopes for the field and our part of it this year. Though I was | ||
+ | born and raised in and around Toronto, I came to Edmonton to get | ||
+ | another perspective on the great big country that I live in. I’ve also | ||
+ | always wanted to see the Northern Lights. I’ve learned many things in | ||
+ | my time here, and I’ve truly grown to hate the cold. In my free time, | ||
+ | I enjoy running , playing the piano, and flossing(dental hygiene is | ||
+ | important!). </p> </div> | ||
- | < | + | <div id="vtab23" class="vtInfo"> <h2>Mike Wilson</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/f/fc/Alberta_Mike.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | < | + | <div id="vtab24" class="vtInfo"> <h2>Zach Wiltshire</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/9/90/Alberta_Zach.png" width="400px" height="533px" padding="0px" align="left"></img> | |
- | + | </div> | |
- | < | + | <div id="vtab25" class="vtInfo"> <h2>Jennifer Yau</h2> |
+ | <img src="https://static.igem.org/mediawiki/2010/b/b1/Alberta_Jen.png" width="400px" height="533px" padding="0px" align="left"></img> | ||
+ | </div> | ||
- | <a | + | <div id="vtab26" class="vtInfo"> <h2>Kim Ellison</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/a/a8/Alberta_DefaultPic.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | < | + | <div id="vtab27" class="vtInfo"> <h2>Mike Ellison</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/9/9f/Alberta_MikeE.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | <a | + | <div id="vtab28" class="vtInfo"> <h2>Maryla</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/a/a8/Alberta_DefaultPic.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | < | + | <div id="vtab29" class="vtInfo"> <h2>Doug Ridgway</h2> |
- | + | <img src="https://static.igem.org/mediawiki/2010/8/89/Alberta_Doug.png" width="400px" height="533px" padding="0px" align="left"></img> | |
+ | </div> | ||
- | + | </div> | |
- | + | ||
- | < | + | <br style="clear:both"> |
- | + | ||
- | + | ||
</div> | </div> | ||
Revision as of 18:00, 29 June 2010
iGEM 2010 Team
Karina Arnesen
Eric Bennett
Oscar Cortes
Anh Dao
Mark Elliott
Kim Freeman
Paige Hacking
Pieter Hak
Arni Hansen
Stephen Jahns
David Kramer
Jacqueline Lee
David Lloyd
Mitch Paquette
Amanda Pisio
Alina Ponomarev
Fahad Safi
Ravina Singh
John Taggart
Brandon Tanner
Jeremy Thomas
Pharmacology (4th Year)After I finish my degree, I plan to continue into medical research. I’ve always been interested in how things work- my primary interests are in Physiology and Pharmacology. I’m motivated by challenges, and I’m glad to be joining the university's iGEM team this year. I find Synthetic Biology to be incredibly fascinating. I have high hopes for the field and our part of it this year. Though I was born and raised in and around Toronto, I came to Edmonton to get another perspective on the great big country that I live in. I’ve also always wanted to see the Northern Lights. I’ve learned many things in my time here, and I’ve truly grown to hate the cold. In my free time, I enjoy running , playing the piano, and flossing(dental hygiene is important!).