Team:British Columbia/Templates/Team

From 2013.igem.org

(Difference between revisions)
 
(4 intermediate revisions not shown)
Line 35: Line 35:
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.";
-
var JOANNE = "";
+
var JOANNE = "Michael Smith Laboratories and Department of Microbiology and Immunology, University of British Columbia";
-
var STEVEN = "<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 114: Line 116:
   } else if (person === "steven") {
   } else if (person === "steven") {
     name="Steven Hallam";
     name="Steven Hallam";
-
     title="Department of Microbiology and Immunology, University of British Columbia";
+
     title="Faculty Advisor";
     ptext=STEVEN;
     ptext=STEVEN;
   } else if (person === "joanne") {
   } else if (person === "joanne") {
     name="Joanne Fox";
     name="Joanne Fox";
-
     title="Michael Smith Laboratories and Department of Microbiology and Immunology, University of British Columbia";
+
     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 126: Line 132:
}
}
</script>
</script>
-
<style>
 
-
#bigteamtable {
 
-
  margin-left: auto;
 
-
  margin-right: auto;
 
-
}
 
-
 
-
#descrcell {
 
-
  vertical-align: top;
 
-
  width: 300px;
 
-
  padding: 0px;
 
-
}
 
-
 
-
#descrp {
 
-
  font-weight: normal;
 
-
  font-size: 0.8em;
 
-
  text-align: left;
 
-
  padding: 0px;
 
-
 
-
h2 {
 
-
  text-decoration: none;
 
-
  font-weight: bold;
 
-
}
 
-
h3 {
 
-
  font-weight: normal;
 
-
}
 
-
 
-
}
 
-
 
-
</style>
 
<table id="bigteamtable">
<table id="bigteamtable">
Line 185: 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 231: 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