Team:British Columbia/Templates/Team

From 2013.igem.org

(Difference between revisions)
Line 38: Line 38:
var STEVEN = "Department of Microbiology and Immunology, University of British Columbia<br><a href=\"http://hallam.microbiology.ubc.ca\">Hallam Lab website</a>";
var STEVEN = "Department of Microbiology and Immunology, University of British Columbia<br><a href=\"http://hallam.microbiology.ubc.ca\">Hallam Lab website</a>";
 +
 +
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.";
function writeText(person) {
function writeText(person) {
Line 120: Line 122:
     title="Faculty Advisor";
     title="Faculty Advisor";
     ptext=JOANNE;
     ptext=JOANNE;
 +
  } else if (person === "ubc") {
 +
    name="University of British Columbia";
 +
    title="98th year Major in Being a University";
 +
    ptext=UBC;
   }
   }
   document.getElementById("personname").innerHTML=name;
   document.getElementById("personname").innerHTML=name;
Line 202: Line 208:
<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>

Revision as of 02:39, 29 October 2013