Team:British Columbia/Templates/Team

From 2013.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
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 Being a University Major";
 +
    ptext=UBC;
   }
   }
   document.getElementById("personname").innerHTML=name;
   document.getElementById("personname").innerHTML=name;
Line 156: Line 162:
<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>
<h2 id="personname"></h2>
<h3 id="persontitle"></h3>
<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">
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>

Latest revision as of 02:40, 29 October 2013