Team:British Columbia/Templates/Team

From 2013.igem.org

(Difference between revisions)
Line 37: Line 37:
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) {
+
function writeText(person) {
-
   document.getElementById("descrp").innerHTML=txt;
+
  var name;
 +
  var title;
 +
  var ptext;
 +
 
 +
  if (person === "fisal") {
 +
    name="Fisal Elstone";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "joe") {
 +
    name="Joe Ho";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "dan") {
 +
    name="Dan Korvin";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "anna") {
 +
    name="Anna Müller";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "grace") {
 +
    name="Grace Yi";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "cam") {
 +
    name="Cameron Strachan";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "michaelp") {
 +
    name="Michael Peters";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "frances") {
 +
    name="Frances Russell";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "negin") {
 +
    name="Negin Tousi";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "dave") {
 +
    name="Dave VanInsberghe";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "liz") {
 +
    name="Liz Geum";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "joel") {
 +
    name="Joel Kumlin";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "tony") {
 +
    name="Tony Zhao";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "chris") {
 +
    name="Chris Lawson";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "ray") {
 +
    name="Ray Socha";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "michaelv") {
 +
    name="Michael VanInsberghe";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "james") {
 +
    name="James Round";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "steven") {
 +
    name="Steven Hallam";
 +
    title="";
 +
    ptext=;
 +
  } else if (person === "joanne") {
 +
    name="Joanne Fox";
 +
    title="";
 +
    ptext=;
 +
  }
 +
  document.getElementById("personname").innerHTML=name;
 +
   document.getElementById("descrp").innerHTML=ptext;
}
}
</script>
</script>
Line 88: Line 170:
</td>
</td>
<th id="descrcell" colspan=2 rowspan=2>
<th id="descrcell" colspan=2 rowspan=2>
 +
<h2 id="personname"></h2>
 +
<h3 id="persontitle"></h3>
<p id="descrp"></p>
<p id="descrp"></p>
</th>
</th>

Revision as of 03:44, 28 October 2013

iGEM Home