Team:British Columbia/Templates/Team

From 2013.igem.org

(Difference between revisions)
 
(20 intermediate revisions not shown)
Line 1: Line 1:
-
{{:Team:British_Columbia/Templates/MainHeader}}
 
-
 
<html>
<html>
<script text="type/javascript">
<script text="type/javascript">
Line 33: Line 31:
var RAY = "I use directed evolution to explore the structure and function of enzymes.";
var RAY = "I use directed evolution to explore the structure and function of enzymes.";
-
var MICHAELV = "I'm a PhD student in the Genome Science and Technology graduate program at the University of British Columbia. I'm working in the Hansen group to develop methods in single-cell genomics by exploiting recent advances in microfluidics. When not stuck in a cleanroom, I can usually be found out in the mountains surrounding the Lower Mainland.";
+
var MICHAELV = "I'm a PhD student in the <a href=\"http://www.gsat.ubc.ca/\">Genome Science and Technology</a> graduate program at the University of British Columbia. I'm working in the <a href=\"http://www.chibi.ubc.ca/faculty/carl-hansen/hansen-lab/\"> Hansen group</a> to develop methods in single-cell genomics by exploiting recent advances in microfluidics. When not stuck in a cleanroom, I can usually be found out in the mountains surrounding the Lower Mainland.";
var JAMES = "I'm a PhD student in the Eltis lab at the University of British Columbia. My project involves the identification and characterization of bacteria and bacterial enzymes that can degrade and modify lignin. Our goal is to use the aromatic portion of biomass to replace products made traditionally with fossil fuels with green alternatives.";
var JAMES = "I'm a PhD student in the Eltis lab at the University of British Columbia. My project involves the identification and characterization of bacteria and bacterial enzymes that can degrade and modify lignin. Our goal is to use the aromatic portion of biomass to replace products made traditionally with fossil fuels with green alternatives.";
-
function writeText(txt) {
+
var JOANNE = "Michael Smith Laboratories and Department of Microbiology and Immunology, University of British Columbia";
-
  document.getElementById("descrp").innerHTML=txt;
+
-
}
+
-
</script>
+
-
<style>
+
-
#bigteamtable {
+
-
  margin-left: auto;
+
-
  margin-right: auto;
+
-
}
+
-
#descrcell {
+
var STEVEN = "Department of Microbiology and Immunology, University of British Columbia<br><a href=\"http://hallam.microbiology.ubc.ca\">Hallam Lab website</a>";
-
  width: 320px;
+
-
}
+
-
#descrp {
+
var UBC = "Long, long ago, in the wilds of British Columbia, on a rocky outcropping besieged by typhoons, I started my long academic career.  Finally, in my 93rd year, I made some friends in the newly formed iGEM team. They have since blossomed into the best academic team ever to grace my halls.";
-
   font-weight: normal;
+
 
-
   font-size: 0.8em;
+
function writeText(person) {
 +
   var name;
 +
  var title;
 +
  var ptext;
 +
 
 +
  if (person === "fisal") {
 +
    name="Fisal Elstone";
 +
    title="5th Year Integrated Science";
 +
    ptext=FISAL;
 +
  } else if (person === "joe") {
 +
    name="Joe Ho";
 +
    title="5th Year Integrated Science";
 +
    ptext=JOE;
 +
  } else if (person === "dan") {
 +
    name="Dan Korvin";
 +
    title="5th year Microbiology and Immunology Major, Minor in Biochemistry";
 +
    ptext=DAN;
 +
  } else if (person === "anna") {
 +
    name="Anna Müller";
 +
    title="3rd year Microbiology and Immunology";
 +
    ptext=ANNA;
 +
  } else if (person === "grace") {
 +
    name="Grace Yi";
 +
    title="3rd year Pharmacology";
 +
    ptext=GRACE;
 +
  } else if (person === "cam") {
 +
    name="Cameron Strachan";
 +
    title="";
 +
    ptext=CAM;
 +
  } else if (person === "michaelp") {
 +
    name="Michael Peters";
 +
    title="4th year Chemical and Biological Engineering, Bioprocess option";
 +
    ptext=MICHAELP;
 +
  } else if (person === "frances") {
 +
    name="Frances Russell";
 +
    title="4th year Combined Honours in Computer Science and Biology";
 +
    ptext=FRANCES;
 +
  } else if (person === "negin") {
 +
    name="Negin Tousi";
 +
    title="4th year Chemical and Biological Engineering, Bioprocess option";
 +
    ptext=NEGIN;
 +
  } else if (person === "dave") {
 +
    name="Dave VanInsberghe";
 +
    title="";
 +
    ptext=DAVE;
 +
  } else if (person === "liz") {
 +
    name="Liz Geum";
 +
    title="3rd Year Microbiology and Immunology";
 +
    ptext=LIZ;
 +
  } else if (person === "joel") {
 +
    name="Joel Kumlin";
 +
    title="3rd year Chemical Engineering, Minor in Honours Mathematics";
 +
    ptext=JOEL;
 +
  } else if (person === "tony") {
 +
    name="Tony Zhao";
 +
    title="2nd year Pharmacology";
 +
    ptext=TONY;
 +
  } else if (person === "chris") {
 +
    name="Chris Lawson";
 +
    title="Grad Advisor: 2nd year MASc Student in Civil (Environmental) Engineering";
 +
    ptext=CHRIS;
 +
   } else if (person === "ray") {
 +
    name="Ray Socha";
 +
    title="Grad Advisor: 2nd year PhD student in Biochemistry and Molecular Biology";
 +
    ptext=RAY;
 +
  } else if (person === "michaelv") {
 +
    name="Michael VanInsberghe";
 +
    title="Grad Advisor: 3rd year PhD Student in Genome Science and Technology";
 +
    ptext=MICHAELV;
 +
  } else if (person === "james") {
 +
    name="James Round";
 +
    title="Grad Advisor: 2nd year PhD Student in Microbiology and Immunology";
 +
    ptext=JAMES;
 +
  } else if (person === "steven") {
 +
    name="Steven Hallam";
 +
    title="Faculty Advisor";
 +
    ptext=STEVEN;
 +
  } else if (person === "joanne") {
 +
    name="Joanne Fox";
 +
    title="Faculty Advisor";
 +
    ptext=JOANNE;
 +
  } else if (person === "ubc") {
 +
    name="University of British Columbia";
 +
    title="98th year Being a University Major";
 +
    ptext=UBC;
 +
  }
 +
  document.getElementById("personname").innerHTML=name;
 +
  document.getElementById("persontitle").innerHTML=title;
 +
  document.getElementById("descrp").innerHTML=ptext;
}
}
-
 
+
</script>
-
</style>
+
<table id="bigteamtable">
<table id="bigteamtable">
<tr>
<tr>
-
<td onmouseover="writeText(FISAL)">
+
<td onmouseover="writeText('fisal')">
<img src="https://static.igem.org/mediawiki/2013/a/ac/Ubcfisal2.jpg">
<img src="https://static.igem.org/mediawiki/2013/a/ac/Ubcfisal2.jpg">
</td>
</td>
-
<td onmouseover="writeText(JOE)">
+
<td onmouseover="writeText('joe')">
<img src="https://static.igem.org/mediawiki/2013/c/c5/Ubc_joe.jpg">
<img src="https://static.igem.org/mediawiki/2013/c/c5/Ubc_joe.jpg">
</td>
</td>
-
<td onmouseover="writeText(MICHAELP)">
+
<td onmouseover="writeText('michaelp')">
<img src="https://static.igem.org/mediawiki/2013/4/4c/Miwi.jpg">
<img src="https://static.igem.org/mediawiki/2013/4/4c/Miwi.jpg">
</td>
</td>
<td>
<td>
-
<img onmouseover="writeText(ANNA)" src="https://static.igem.org/mediawiki/2013/7/79/Anna_cropped.jpg">
+
<img onmouseover="writeText('anna')" src="https://static.igem.org/mediawiki/2013/7/79/Anna_cropped.jpg">
</td>
</td>
<td>
<td>
-
<img onmouseover="writeText(GRACE)" src="https://static.igem.org/mediawiki/2013/4/46/Grace_cropped.jpg">
+
<img onmouseover="writeText('grace')" src="https://static.igem.org/mediawiki/2013/4/46/Grace_cropped.jpg">
</td>
</td>
<td>
<td>
-
<img onmouseover="writeText(CAM)" src="https://static.igem.org/mediawiki/2013/a/a1/Cam_cropped.jpg">
+
<img onmouseover="writeText('cam')" src="https://static.igem.org/mediawiki/2013/a/a1/Cam_cropped.jpg">
</td>
</td>
</tr>
</tr>
Line 82: Line 157:
<tr>
<tr>
<td>
<td>
-
<img onmouseover="writeText(LIZ)" src="https://static.igem.org/mediawiki/igem.org/0/06/Liz.jpg">
+
<img onmouseover="writeText('liz')" src="https://static.igem.org/mediawiki/igem.org/0/06/Liz.jpg">
</td>
</td>
<td>
<td>
-
<img onmouseover="writeText(TONY)" src="https://static.igem.org/mediawiki/2013/2/29/Ubctony.jpg">
+
<img onmouseover="writeText('tony')" src="https://static.igem.org/mediawiki/2013/2/29/Ubctony.jpg">
</td>
</td>
-
<th id="descrcell" colspan=2 rowspan=2>
+
<td id="descrcell" colspan=2 rowspan=2>
 +
<h2 id="personname"></h2>
 +
<h3 id="persontitle"></h3>
<p id="descrp"></p>
<p id="descrp"></p>
-
</th>
+
</td>
<td>
<td>
-
<img onmouseover="writeText(JOEL)" src="https://static.igem.org/mediawiki/2013/8/8e/Joel_pic.png">
+
<img onmouseover="writeText('joel')" src="https://static.igem.org/mediawiki/2013/8/8e/Joel_pic.png">
</td>
</td>
<td>
<td>
-
<img onmouseover="writeText(FRANCES)" src="https://static.igem.org/mediawiki/2013/a/a4/Frances.jpg">
+
<img onmouseover="writeText('frances')" src="https://static.igem.org/mediawiki/2013/a/a4/Frances.jpg">
</td>
</td>
</tr>
</tr>
Line 100: Line 177:
<tr>
<tr>
<td>
<td>
-
<img onmouseover="writeText(NEGIN)" src="https://static.igem.org/mediawiki/2013/d/d7/Ubcnegin.jpg">
+
<img onmouseover="writeText('negin')" src="https://static.igem.org/mediawiki/2013/d/d7/Ubcnegin.jpg">
</td>
</td>
<td>
<td>
-
<img onmouseover="writeText(DAN)" src="https://static.igem.org/mediawiki/2013/3/33/Dan_cropped.jpg">
+
<img onmouseover="writeText('dan')" src="https://static.igem.org/mediawiki/2013/3/33/Dan_cropped.jpg">
</td>
</td>
<td>
<td>
-
<img onmouseover="writeText(DAVE)" src="https://static.igem.org/mediawiki/2013/6/67/Dave.jpg">
+
<img onmouseover="writeText('dave')" src="https://static.igem.org/mediawiki/2013/6/67/Dave.jpg">
</td>
</td>
<td>
<td>
-
<img onmouseover="writeText(RAY)" src="https://static.igem.org/mediawiki/2013/b/be/Ubcray.jpg">
+
<img onmouseover="writeText('ray')" src="https://static.igem.org/mediawiki/2013/b/be/Ubcray.jpg">
</td>
</td>
</tr>
</tr>
Line 115: Line 192:
<tr>
<tr>
<td>
<td>
-
<img src="https://static.igem.org/mediawiki/2013/9/9d/UBC_MAV.jpg">
+
<img onmouseover="writeText('michaelv')" src="https://static.igem.org/mediawiki/2013/9/9d/UBC_MAV.jpg">
</td>
</td>
<td>
<td>
-
<img src="https://static.igem.org/mediawiki/2013/1/1d/UBCChrisL.jpg">
+
<img onmouseover="writeText('chris')" src="https://static.igem.org/mediawiki/2013/1/1d/UBCChrisL.jpg">
</td>
</td>
<td>
<td>
-
<img src="https://static.igem.org/mediawiki/2013/b/b0/UBCJames.JPG">
+
<img onmouseover="writeText('james')" src="https://static.igem.org/mediawiki/2013/b/b0/UBCJames.JPG">
</td>
</td>
<td>
<td>
-
<img src="https://static.igem.org/mediawiki/2013/5/5c/UBCJoanneFox.jpg">
+
<img onmouseover="writeText('joanne')" src="https://static.igem.org/mediawiki/2013/5/5c/UBCJoanneFox.jpg">
</td>
</td>
<td>
<td>
-
<img src="https://static.igem.org/mediawiki/2013/f/f7/UbcHallam.jpg">
+
<img onmouseover="writeText('steven')" src="https://static.igem.org/mediawiki/2013/f/f7/UbcHallam.jpg">
</td>
</td>
<td>
<td>
<center>
<center>
-
<img width=100 src="https://static.igem.org/mediawiki/2013/6/68/Ubccrest.jpg">
+
<img onmouseover="writeText('ubc')" width=100 src="https://static.igem.org/mediawiki/2013/6/68/Ubccrest.jpg">
</center
</center
</td>
</td>

Latest revision as of 02:40, 29 October 2013