Team:British Columbia/Templates/Team

From 2013.igem.org

(Difference between revisions)
Line 45: Line 45:
     name="Fisal Elstone";
     name="Fisal Elstone";
     title="";
     title="";
-
     ptext=;
+
     ptext=FISAL;
   } else if (person === "joe") {
   } else if (person === "joe") {
     name="Joe Ho";
     name="Joe Ho";
     title="";
     title="";
-
     ptext=;
+
     ptext=JOE;
   } else if (person === "dan") {
   } else if (person === "dan") {
     name="Dan Korvin";
     name="Dan Korvin";
     title="";
     title="";
-
     ptext=;
+
     ptext=DAN;
   } else if (person === "anna") {
   } else if (person === "anna") {
     name="Anna Müller";
     name="Anna Müller";
     title="";
     title="";
-
     ptext=;
+
     ptext=ANNA;
   } else if (person === "grace") {
   } else if (person === "grace") {
     name="Grace Yi";
     name="Grace Yi";
     title="";
     title="";
-
     ptext=;
+
     ptext=GRACE;
   } else if (person === "cam") {
   } else if (person === "cam") {
     name="Cameron Strachan";
     name="Cameron Strachan";
     title="";
     title="";
-
     ptext=;
+
     ptext=CAM;
   } else if (person === "michaelp") {
   } else if (person === "michaelp") {
     name="Michael Peters";
     name="Michael Peters";
     title="";
     title="";
-
     ptext=;
+
     ptext=MICHAELP;
   } else if (person === "frances") {
   } else if (person === "frances") {
     name="Frances Russell";
     name="Frances Russell";
     title="";
     title="";
-
     ptext=;
+
     ptext=FRANCES;
   } else if (person === "negin") {
   } else if (person === "negin") {
     name="Negin Tousi";
     name="Negin Tousi";
     title="";
     title="";
-
     ptext=;
+
     ptext=NEGIN;
   } else if (person === "dave") {
   } else if (person === "dave") {
     name="Dave VanInsberghe";
     name="Dave VanInsberghe";
     title="";
     title="";
-
     ptext=;
+
     ptext=DAVE;
   } else if (person === "liz") {
   } else if (person === "liz") {
     name="Liz Geum";
     name="Liz Geum";
     title="";
     title="";
-
     ptext=;
+
     ptext=LIZ;
   } else if (person === "joel") {
   } else if (person === "joel") {
     name="Joel Kumlin";
     name="Joel Kumlin";
     title="";
     title="";
-
     ptext=;
+
     ptext=JOEL;
   } else if (person === "tony") {
   } else if (person === "tony") {
     name="Tony Zhao";
     name="Tony Zhao";
     title="";
     title="";
-
     ptext=;
+
     ptext=TONY;
   } else if (person === "chris") {
   } else if (person === "chris") {
     name="Chris Lawson";
     name="Chris Lawson";
     title="";
     title="";
-
     ptext=;
+
     ptext=CHRIS;
   } else if (person === "ray") {
   } else if (person === "ray") {
     name="Ray Socha";
     name="Ray Socha";
     title="";
     title="";
-
     ptext=;
+
     ptext=RAY;
   } else if (person === "michaelv") {
   } else if (person === "michaelv") {
     name="Michael VanInsberghe";
     name="Michael VanInsberghe";
     title="";
     title="";
-
     ptext=;
+
     ptext=MICHAELV;
   } else if (person === "james") {
   } else if (person === "james") {
     name="James Round";
     name="James Round";
     title="";
     title="";
-
     ptext=;
+
     ptext=JAMES;
   } else if (person === "steven") {
   } else if (person === "steven") {
     name="Steven Hallam";
     name="Steven Hallam";
     title="";
     title="";
-
     ptext=;
+
     ptext=STEVEN;
   } else if (person === "joanne") {
   } else if (person === "joanne") {
     name="Joanne Fox";
     name="Joanne Fox";
     title="";
     title="";
-
     ptext=;
+
     ptext=JOANNE;
   }
   }
   document.getElementById("personname").innerHTML=name;
   document.getElementById("personname").innerHTML=name;
Line 142: Line 142:
<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>

Revision as of 03:46, 28 October 2013

iGEM Home