Team:Alberta/Team

From 2013.igem.org

(Difference between revisions)
(Who we are)
 
(72 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert BoxYou can remove it from your pages once you have read and understood the alert *** -->
+
<html>
 +
  <head>
 +
  <style type="text/css">
 +
    .titlebar {
 +
      height:130px;
 +
      width:100%;
 +
    }
 +
    .bin {
 +
      background:url('/wiki/images/e/e4/2013AlbertaBackground.png');
 +
      background-size:100% auto;
 +
      padding-top:20px;
 +
    }
 +
    @-moz-document url-prefix() {
 +
      .nav-icon {
 +
        background-image:url('/wiki/images/6/69/Nav-icon.png');
 +
        display:inline-block;
 +
        position:fixed;
 +
        width:23px;
 +
        height:37px;
 +
        margin-top:-17px;
 +
        margin-left:-90px;
 +
      }
 +
    }
 +
    .nav-icon {
 +
      background-image:url('/wiki/images/6/69/Nav-icon.png');
 +
      display:inline-block;
 +
      position:fixed;
 +
      width:23px;
 +
      height:37px;
 +
      margin-top:-17px;
 +
    }
 +
    .block {
 +
      background-color:white;
 +
      border:1px grey solid;
 +
      padding:10px;
 +
      margin:10px;
 +
      border-radius:5px;
 +
      box-shadow: 0px 0px 30px #444444;
 +
    }
 +
    .titlebar {
 +
      position:fixed;
 +
      top:0px;
 +
      height:130px;
 +
      margin-left:-5px;
 +
      width:975px;
 +
      z-index:2;
 +
      background-color:#FFF;
 +
    }
 +
    .content-title {
 +
      text-align:center;
 +
      font-size:3em;
 +
    }
 +
    .titlebar h3, h4 {
 +
      text-align:center;
 +
    }
 +
    .sidebar {
 +
      position: fixed;
 +
      top: 157px;
 +
      float: left;
 +
      z-index: 3;
 +
      padding: 10px 10px 10px 10px;
 +
      width: 230px;
 +
    }
 +
    .sidebar_block {
 +
      background-color:white;
 +
      margin:1px;
 +
      border:1px grey solid;
 +
      padding:5px 10px 5px 10px;
 +
      border-radius:5px;
 +
      box-shadow: 0px 0px 20px #444444;
 +
    }
 +
    .main {
 +
      position:relative;
 +
      float:right;
 +
      width:720px;
 +
    }
 +
    .clear {
 +
      clear:both;
 +
    }
 +
  .ualberta-logo {
 +
      position:fixed;
 +
      margin-left:70px;
 +
      margin-top:-70px;
 +
      width:180px;
 +
    }
 +
    .igem-logo {
 +
      position:fixed;
 +
      margin-left:650px;
 +
      margin-top:-95px;
 +
      width: 150px;
 +
    }
 +
    .igem-logo img {
 +
      width:210px;
 +
    }
 +
    .igem-bar {
 +
      position:relative;
 +
      float:right;
 +
    }
 +
    .igem-bar a {
 +
      padding:0 !important;
 +
    }
 +
    .igem-bar img {
 +
      height:38px;
 +
    }
 +
    .tooltip {
 +
      width:100%;
 +
    }
 +
    .tooltip .saying {
 +
      background: #EEE;
 +
      color: #444;
 +
      left: 100px;
 +
      margin-bottom: 15px;
 +
      opacity: 0;
 +
      padding: 20px;
 +
      position: absolute;
 +
      visibility: hidden;
 +
      min-width:200px;
 +
      max-width:500px;
 +
      -webkit-transform: translateX(10px);
 +
        -moz-transform: translateX(10px);
 +
          -ms-transform: translateX(10px);
 +
          -o-transform: translateX(10px);
 +
              transform: translateX(10px);
 +
      -webkit-transition: all .25s ease-out;
 +
        -moz-transition: all .25s ease-out;
 +
          -ms-transition: all .25s ease-out;
 +
            -o-transition: all .25s ease-out;
 +
              transition: all .25s ease-out;
 +
      -webkit-border-radius:6px;
 +
        -moz-border-radius:6px;
 +
          -ms-border-radius:6px;
 +
            -o-border-radius:6px;
 +
              border-radius:6px;
 +
      -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
 +
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
 +
          -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
 +
            -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
 +
              box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
 +
    }
 +
    .tooltip .saying {
 +
      content: " ";
 +
      top:100px;
 +
      display:block;
 +
      left: 200px;
 +
      max-height:1000px;
 +
      position: absolute;
 +
    } 
 +
    .tooltip .saying:after {
 +
      border-bottom: solid transparent 10px;
 +
      border-top: solid transparent 10px;
 +
      border-right: solid #EEE 10px;
 +
      left: 10px;
 +
      top:10px;
 +
      content: "";
 +
      margin-left:-16px;
 +
      position: absolute;
 +
      width: 0;
 +
      max-height:1000px;
 +
      display:block;
 +
    }
 +
    .tooltip:hover .saying {
 +
      opacity: 1;
 +
      visibility: visible;
 +
      -webkit-transform: translateX(0px);
 +
        -moz-transform: translateX(0px);
 +
          -ms-transform: translateX(0px);
 +
            -o-transform: translateX(0px);
 +
              transform: translateX(0px);
 +
    }
 +
    .active {
 +
      color:#04acec !important;
 +
    }
 +
    .navbar, .navbar ul {
 +
      margin:0;
 +
      padding:0;
 +
      list-style:none;
 +
    }
 +
    .navbar {
 +
      width:963px;
 +
      margin:60px auto;
 +
      position:fixed;
 +
      top:70px;
 +
      z-index:4;
 +
      border: 1px solid #DDD;
 +
      background-color:#FFF;
 +
      background-image: -moz-linear-gradient(#FFF, #DDD);
 +
      background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
 +
      background-image: -webkit-linear-gradient(#FFF, #DDD);
 +
      background-image: -ms-linear-gradient(#FFF, #DDD);
 +
      background-image: linear-gradient(#FFF, #DDD);
 +
      -moz-box-shadow: 0 1px 1px #444, 0 1px 0 #444;
 +
      -webkit-box-shadow: 0 1px 1px #444, 0 1px 0 #444;
 +
      box-shadow: 0 1px 1px #444, 0 1px 0 #444;
 +
      zoom:1;
 +
    }
 +
    .navbar:before, .navbar:after {
 +
      content: "";
 +
      display: table;
 +
    }
 +
    .navbar:after {
 +
      clear:both;
 +
    }
 +
    .navbar li {
 +
      float:left;
 +
      border-right:1px solid #CCC;
 +
      -moz-box-shadow:1px 0 0 #EEE;
 +
      -webkit-box-shadow: 1px 0 0 #EEE;
 +
      box-shadow: 1px 0 0 #EEE;
 +
      position: relative;
 +
    }
 +
    .navbar a {
 +
      float: left;
 +
      padding: 12px 30px;
 +
      color: #444;
 +
      font: bold 12px Arial, Helvetica;
 +
      text-decoration:none;
 +
      /*text-shadow: 0 1px 0 #333;*/
 +
    }
 +
    .navbar li:hover > a {
 +
      color:#BBB;
 +
    }
 +
    .navbar li a:hover { /* IE6 only */
 +
      color:#BBB;
 +
    }
 +
    .navbar ul {
 +
      margin:20px 0 0 0;
 +
      _margin: 0; /* IE6 only */
 +
      opacity: 0;
 +
      visibility: hidden;
 +
      position:absolute;
 +
      top:38px;
 +
      left:0;
 +
      z-index:1;
 +
      background:#FFF;
 +
      background: -moz-linear-gradient(#FFF, #CCC);
 +
      background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
 +
      background: -webkit-linear-gradient(#FFF, #CCC);
 +
      background: -o-linear-gradient(#FFF, #CCC);
 +
      background: -ms-linear-gradient(#FFF, #CCC);
 +
      background: linear-gradient(#FFF, #CCC);
 +
      -moz-box-shadow: 0 -1px rgba(255,255,255,.3);
 +
      -webkit-box-shadow: 0 -1px rgba(255,255,255,.3);
 +
      -box-shadow:0 -1px 0 rgba(255,255,255,.3);
 +
      -moz-border-radius: 3px;
 +
      -webkit-border-radius: 3px;
 +
      border-radius: 3px;
 +
      -webkit-transition: all .2s ease-in-out;
 +
      -moz-transition: all .2s ease-in-out;
 +
      -ms-transition: all .2s ease-in-out;
 +
      -o-transition: all .2s ease-in-out;
 +
      transition: all .2s ease-in-out;
 +
    }
 +
    .navbar li:hover > ul {
 +
      opacity: 1;
 +
      visibility: visible;
 +
      margin:0;
 +
    }
 +
    .navbar ul ul {
 +
      top:0;
 +
      left:150px;
 +
      margin:0 0 0 20px;
 +
      _margin:0;/*IE6 only*/
 +
      -moz-box-shadow:-1px 0 0 rgba(255,255,255,.3);
 +
      -webkit-box-shadow:-1px 0 0 rgba(255,255,255,.3);
 +
      box-shadow:-1px 0 0 rgba(255,255,255,.3);
 +
    }
 +
    .navbar ul li {
 +
      float:none;
 +
      display:block;
 +
      border:0;
 +
      _line-height:0; /*IE6 only*/
 +
      -moz-box-shadow: 0 1px 0 #AAA, 0 2px 0 #FFF;
 +
      -webkit-box-shadow: 0 1px 0 #AAA, 0 2px 0 #FFF;
 +
      box-shadow: 0 1px 0 #AAA, 0 2px 0 #FFF;
 +
    }
 +
    .navbar ul li:last-child {
 +
      -moz-box-shadow:none;
 +
      -webkit-box-shadow:none;
 +
      box-shadow:none;
 +
    }
 +
    .navbar ul a {
 +
      padding:10px;
 +
      width:130px;
 +
      _height:10px;/*IE6 only*/
 +
      display:block;
 +
      white-space:nowrap;
 +
      float:none;
 +
      text-transform:none;
 +
    }
 +
    .navbar ul a:hover {
 +
      background-color:#0186ba;
 +
      background-image: -moz-linear-gradient(#04acec, #0186ba);
 +
      background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
 +
      background-image: -webkit-linear-gradient(#04acec, #0186ba);
 +
      background-image: -ms-linear-gradient(#04acec, #0186ba);
 +
      background-image: linear-gradient(#04acec, #0186ba);
 +
    }
 +
    .navbar ul li:first-child > a {
 +
      -moz-border-radius: 3px 3px 0 0;
 +
      -webkit-border-radius: 3px 3px 0 0;
 +
      border-radius: 3px 3px 0 0;
 +
    }
 +
    .navbar ul li:first-child > a:after {
 +
      content:'';
 +
      position:absolute;
 +
      left:40px;
 +
      top:-6px;
 +
      border-left:6px solid transparent;
 +
      border-right:6px solid transparent;
 +
      border-bottom:6px solid #FFF;
 +
    }
 +
    .navbar ul ul li:first-child a:after {
 +
      left:-6px;
 +
      top:50%;
 +
      margin-top:-6px;
 +
      border-left:0;
 +
      border-bottom:6px solid transparent;
 +
      border-top: 6px solid transparent;
 +
      border-right:6px solid #3b3b3b;
 +
    }
 +
    .navbar ul li:first-child a:hover:after {
 +
      border-bottom-color: #04acec;
 +
    }
 +
    .navbar ul ul li:first-child a:hover:after {
 +
      border-right-color: #0299d3;
 +
      border-bottom-color:transparent;
 +
    }
 +
    .navbar ul li:last-child > a {
 +
      -moz-border-radius: 0 0 3px 3px;
 +
      -webkit-border-radius: 0 0 3px 3px;
 +
      border-radius: 0 0 3px 3px;
 +
    }
 +
    .centered {
 +
      text-align:center;
 +
    }
 +
    .centered-well {
 +
      text-align:center;
 +
      width:80%;
 +
      margin:0 auto;
 +
      padding:5px;
 +
      background-color:#CCC;
 +
      border-radius:6px;
 +
      -moz-border-radius:6px;
 +
      -o-border-radius:6px;
 +
      -webkit-border-radius:6px;
 +
    }
 +
    .thumbnails {
 +
      padding: 35px;
 +
      width:500px;
 +
      margin:0 auto;
 +
    }
 +
    .thumbnail {
 +
      position:relative;
 +
      display:inline-block;
 +
      left:40px;
 +
    }
 +
    .thumbnail img{
 +
      /* ... */
 +
      height:100px;
 +
      position:relative;
 +
      -webkit-transition: all .25s ease-out;
 +
        -moz-transition: all .25s ease-out;
 +
          -ms-transition: all .25s ease-out;
 +
            -o-transition: all .25s ease-out;
 +
              transition: all .25s ease-out;
 +
    }   
 +
    .thumbnail img:hover {
 +
      transform:scale(2,2);
 +
      -webkit-transform:scale(2,2);
 +
        -moz-transform:scale(2,2);
 +
        -ms-transform:scale(2,2);
 +
          -o-transform:scale(2,2);
 +
      z-index:999;
 +
      background-color:white;
 +
      border:solid 2px #CCC;
 +
      border-radius:1px;
 +
      -moz-border-radius:1px;
 +
      -o-border-radius:1px;
 +
      -webkit-border-radius:1px;
 +
      -moz-box-shadow: 0px 0px 30px #000;
 +
      -o-box-shadow: 0px 0px 30px #000;
 +
      -webkit-box-shadow: 0px 0px 30px #000;
 +
      box-shadow: 0px 0px 30px #000;
 +
     
 +
    }
 +
    .expandable {
 +
      position:relative;
 +
      float:right;
 +
      margin-left:5px;
 +
    }
 +
    .expandable img{
 +
      position:relative;
 +
      width:100px;
 +
      /*left:0;*/
 +
      transition: all 0.5s;
 +
      -webkit-transition: all 0.5s;
 +
      -moz-transition: all 0.5s;
 +
    }
 +
    .expandable:hover img {
 +
      position: relative;
 +
      /*left: -px;*/
 +
      width: 400px;
 +
      z-index: 50;
 +
      background-color: white;
 +
      -webkit-border-radius:6px;
 +
        -moz-border-radius:6px;
 +
          -ms-border-radius:6px;
 +
            -o-border-radius:6px;
 +
              border-radius:6px;
 +
      -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
 +
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
 +
          -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
 +
            -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
 +
              box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
 +
    }
 +
    a.anchor{
 +
      display: block;
 +
      position: relative;
 +
      top: -180px;
 +
      visibility: hidden;
 +
    }
 +
    .floatLeft {
 +
      float:left;
 +
    }
 +
  </style>
 +
  </head>
 +
  <body>
 +
    <div class="titlebar">
 +
<br>
 +
<img src="/wiki/images/4/41/Ab_mapmen_title.png" width="600" height="95"></img><img src="/wiki/images/a/a5/2013-igem-logo.png" width="198" height="95"></img>
 +
    </div>
 +
    <div class="bin">
 +
      <ul class="navbar">
 +
        <li><a  href="/Team:Alberta">Home</a></li>
 +
        <li><a id="project" href="#">Project</a>
 +
          <ul>
 +
            <li><a href="/Team:Alberta/Background">Background</a></li>
 +
            <li><a href="/Team:Alberta/Overview">Overview</a></li>
 +
            <li><a href="/Team:Alberta/Results">Results</a></li>
 +
            <li><a href="/Team:Alberta/Protocols">Protocols</a></li>
 +
            <li><a href="/Team:Alberta/Parts">Submitted Parts</a></li>
 +
            <li><a href="/Team:Alberta/Accomplishments">Accomplishments</a></li>
 +
          </ul>
 +
        </li>
 +
        <li><i class="nav-icon"></i><a id="team" href="#" class="active">Team</a>
 +
          <ul>
 +
            <li><a href="/Team:Alberta/Team" class="active">Roster</a></li>
 +
            <li><a href="https://igem.org/Team.cgi?year=2013&team_name=Alberta">Official Profile</a></li>
 +
            <li><a href="/Team:Alberta/Sponsors">Sponsors</a></li>
 +
            <li><a href="/Team:Alberta/Attributions">Attributions</a></li>
 +
          </ul>
 +
        </li>
 +
        <li><a id="humanpractices" href="#">Human Practices</a>
 +
          <ul>
 +
            <li><a href="/Team:Alberta/Outreach">Outreach</a></li>
 +
            <li><a href="/Team:Alberta/Community">Community</a></li>
 +
          </ul>
 +
        </li>
 +
        <li><a href="/Team:Alberta/MainSafety">Safety</a>
 +
          <ul>
 +
            <li><a href="/Team:Alberta/SafetyForm">Safety Form</a></li>
 +
            <li><a href="/Team:Alberta/FAQ">FAQ</a></li>
 +
            <li><a href="/Team:Alberta/Resources">Resources</a></li>
 +
          </ul>
 +
        </li>
 +
      <div class="igem-bar"><a href="https://2013.igem.org"><img src="/wiki/images/a/ad/IGem-logo.png"></img></a></div>
 +
      </ul>
 +
      <div class="sidebar">
 +
        <div class="sidebar_block">
 +
          <h5>Places</h5>
 +
          <a href="#Top"><p>Top</p></a>
 +
          <a href="#Mike-Ellison"><p>Mike Ellison</p></a>
 +
          <a href="#Dominic-Sauvageau"><p>Dominic Sauvageau</p></a>
 +
          <a href="#Mark-Rozema"><p>Mark Rozema</p></a>
 +
          <a href="#Cadence-Moorhouse"><p>Cadence Moorhouse</p></a>
 +
          <a href="#Dawson-Zeng"><p>Dawson Zeng</p></a>
 +
          <a href="#Michael-Esau"><p>Michael Esau</p></a>
 +
          <a href="#Rachel-Kwan"><p>Rachel Kwan</p></a>
 +
          <a href="#Stephanie-Chiu"><p>Stephanie Chiu</p></a>
 +
          <a href="#Larry-Zhang"><p>Larry Zhang</p></a>
 +
          <a href="#Cameron-Murray"><p>Cameron Murray</p></a>
 +
          <h5>Other Sections</h5>
 +
            <a href="/Team:Alberta/Team" class="active"><p>Roster</p></a>
 +
            <a href="https://igem.org/Team.cgi?year=2013&team_name=Alberta"><p>Official Profile</p></a>
 +
            <a href="/Team:Alberta/Sponsors"><p>Sponsors</p></a>
 +
            <a href="/Team:Alberta/Attributions"><p>Attributions</p></a>
 +
        </div>
 +
      </div>
 +
      <div class="main">
 +
      <a class="anchor" id="Top"></a>
 +
      <div class="block">
 +
        <h1>Who We Are</h1>
 +
        <h5>Advisors</h5>
 +
          <ul>Professors:
 +
                <ul><ul><li><b>Mike Ellison</b></li>
 +
                <li><b>Dominic Sauvageau</b></li></ul></ul>
 +
          </ul>
 +
        <h5>Team Members</h5>
 +
          <ul>Recent Graduates:
 +
          <ul><ul><li><b>Mark Rozema</b></li>
 +
              <li><b>Larry Zhang</b></li>
 +
              <li><b>Michael Esau</b></li></ul></ul>
 +
          Undergraduates:
 +
              <ul><ul><li><b>Dawson Zeng</b>: <i>Student Liaison</i></li>
 +
              <li><b>Rachel Kwan</b></li>
 +
              <li><b>Cadence Moorhouse</b></li></ul></ul>
 +
          High School Graduates:
 +
              <ul><ul><li><b>Stephanie Chiu</b></li>
 +
              <li><b>Cameron Murray</b></li></ul></ul>
 +
          </ul>
 +
      </div>
 +
      <a class="anchor" id="Mike-Ellison"></a>
 +
      <div class="block">
 +
        <h2>Mike Ellison</h2>
 +
        <p class="floatLeft">
 +
          <div class="expandable"><img src="/wiki/images/2/26/2013-Mellison.png"
 +
          alt="Mike Ellison"></img></div>
 +
          Mike Ellison is a professor with the Department of Biochemistry at the University of
 +
          Alberta.<br />
 +
          His current focus on Synthetic Biology is to produce modular biological circuits of
 +
          increasing sophistication using well-understood molecular components that can be
 +
          reliably assembled into novel and useful forms of artificial life. He has been involved
 +
          in iGEM for six years and continues to actively engage his undergraduate students
 +
          in this synthetic biology competition.
 +
          </p>
 +
        <div class="clear"></div>
 +
      </div>
 +
      <a class="anchor" id="Dominic-Sauvageau"></a>
 +
      <div class="block">
 +
        <h2>Dominic Sauvageau</h2>
 +
        <p class="floatLeft">
 +
        <div class="expandable">
 +
          <img src="/wiki/images/d/d8/2013-Dsauvageau.jpg"
 +
          alt="Team Member 9"></img></div>Dominic Sauvageau joined the Department of Chemical and Materials
 +
          Engineering at the University of Alberta
 +
          as an Assistant Professor in January 2011. His research involves the development of novel bacteriophage-
 +
          based technologies and bioprocessing strategies for production in microbial systems. He joined the iGEM
 +
          adventure last year when he supervised an iGEM-Entrepreneurial team (they won!). He's thrilled to be
 +
          involved in iGEM again this year. He loves travelling and hopes he'll be able to use the E. coli we're
 +
          working on to plan his next trip.</p>
 +
        <div class="clear"></div>
 +
      </div>
 +
      <a class="anchor" id="Mark-Rozema"></a>
 +
      <div class="block">
 +
        <h2>Mark Rozema</h2>
 +
        <p class="floatLeft">
 +
        <div class="expandable"><img src="/wiki/images/6/62/2013-Mrozema.jpg"
 +
          alt="Team Member 9"></img></div>
 +
          Mark Rozema graduated from the Biochemistry program at the University of Alberta in April 2013 and is
 +
          currently enrolled in the law program, also at the U of A. He enjoys running, early mornings, late nights
 +
          and old scotch. Mark was involved in all facets of the project over the summer months, such as conceptual
 +
          planning, establishing general protocol, part creation and part isolation but withdrew to focus on law
 +
          school since the start of September.</p>
 +
        <div class="clear"></div>
 +
      </div>
 +
      <a class="anchor" id="Cadence-Moorhouse"></a>
 +
      <div class="block">
 +
        <h2>Cadence Moorhouse</h2>
 +
        <p class="floatLeft">
 +
        <div class="expandable"><img src="/wiki/images/f/f1/2013-Cmoorhouse.jpg"
 +
          alt="Team Member 9"></img></div>
 +
          I am a 4th year genetics student at the University of Alberta. Every since high school I have had an
 +
          interest in genetics and I heard all about the applications of synthetic biology largely through social
 +
          media. It was at a talk by biotech guru Andrew Hessel that I first learned of iGEM. I was delighted to find
 +
          out that the U of A had a team and a couple of emails later I was on the roster. This project has given me
 +
          the opportunity to learn standard lab techniques and to see an experiment evolve. My experience teaching and
 +
          coaching allows me to easily convey complex ideas into simpler ones. I hope to utilize these skills over the
 +
          course of this project.  </p>
 +
        <div class="clear"></div>
 +
      </div>
 +
      <a class="anchor" id="Dawson-Zeng"></a>
 +
      <div class="block">
 +
        <h2>Dawson Zeng</h2>
 +
        <p class="floatLeft">
 +
        <div class="expandable"><img src="/wiki/images/9/90/2013-Dzeng.jpg"
 +
          alt="Team Member 9"></img></div>
 +
          I am a 4th year student at the University of Alberta majoring in Biological Sciences. I first heard about  
 +
          the field of Synthetic Biology from a guest speaker. It was then that I looked into joining iGEM Team 
 +
          Alberta. Personally, I think it is the coolest thing that Synthetic Biology combines philosophies from both 
 +
          Biology and Engineering; something I never thought about. Overall, my knowledge and understanding of 
 +
          genetics and interactions between DNA molecules vastly increased throughout the summer. A true testament to 
 +
          Richard Feynman’s famous quote, “What I cannot create, I do not understand.” </p>
 +
        <div class="clear"></div>
 +
      </div>
 +
      <a class="anchor" id="Michael-Esau"></a>
 +
      <div class="block">
 +
        <h2>Michael Esau</h2>
 +
        <p class="floatLeft">
 +
        <div class="expandable"><img src="/wiki/images/b/b7/2013-Mesau.jpg"
 +
          alt="Team Member 9"></img></div>
 +
          I am a graduate from the Biochemistry Specialization program at the University of
 +
Alberta. I learned about iGEM from Dr. Mike Ellison’s biochemistry class, and am
 +
happy to be a part of this year’s team. I'm planning to go into the synthetic bio
 +
research field and will be joining up with Dr. Dominic Sauvageau's lab for the next
 +
year. </p>
 +
        <div class="clear"></div>
 +
      </div>
 +
      <a class="anchor" id="Rachel-Kwan"></a>
 +
      <div class="block">
 +
        <h2>Rachel Kwan</h2>
 +
        <p class="floatLeft">
 +
        <div class="expandable"><img src="/wiki/images/f/f0/2013-Rkwan.jpg"
 +
          alt="Team Member 9"></img></div>
 +
<p>After my first discoveries on the possibilities of iGEM from the local newspaper, I searched online and admired various iGEM projects. At this time during high school, I was personally unclear of my desired career path, aside from studying science, with a focus on Biology or Chemistry. Also with my vague knowledge of biotechnological methods, I was wary about the bioethical side of “manipulating nature,” especially from public warnings in literature.</p>
 +
<p>However, within studying Biochemistry in my undergrad, I found that current methodologies of biotechnology seemed to have controlled lab settings, careful precautions, and/or a balance with purposeful benefits. Looking at the variety of iGEM projects, they used in-school material for real-world, practical applications. IGEM also attracted me because I liked the idea of working in a team setting to balance strengths and weaknesses with others. I believe that iGEM is rewarding and relevant in that it challenges teamwork, independence, creativity, writing, presenting, and lab technique. As part of my work, I hope to offer organizational skills, interest in safety, and Wiki ideas.</p>
 +
<p>Outside of iGEM work, I play the piano and clarinet, read, meditate, play board games, search for good sales, and grow pet plants like basil.</p>
 +
 
 +
        <div class="clear"></div>
 +
      </div>
 +
      <a class="anchor" id="Stephanie-Chiu"></a>
 +
      <div class="block">
 +
        <h2>Stephanie Chiu</h2>
 +
        <p class="floatLeft">
 +
        <div class="expandable"><img src="/wiki/images/3/30/2013-Schiu.jpg"
 +
          alt="Team Member 9"></img></div>
 +
          I am a first year student at the University of Alberta. I first heard about iGEM from friends at my high
 +
          school and was privileged enough to join U of A’s team as I was finishing up my Grade 12 year. I am excited
 +
          to learn more about what synthetic biology is and what working in a lab is like. I hope that I can offer a
 +
          unique perspective to our team. </p>
 +
        <div class="clear"></div>
 +
      </div>
 +
      <a class="anchor" id="Larry-Zhang"></a>
 +
      <div class="block">
 +
        <h2>Larry Zhang</h2>
 +
        <p class="floatLeft">
 +
        <div class="expandable"><img src="/wiki/images/8/83/2013-Lzhang.jpg"
 +
          alt="Team Member 9"></img></div>
 +
          Passionate scientist born in the historical city of Yueyang, China; educated in the English for 8 years and
 +
          has been under strict scientific indoctrination in the University of Alberta department of Biochemistry.
 +
          Graduated with a Biochemistry degree with interest in genetics and genetic engineering, Larry Zhang has
 +
          brought with him a huge idea cannon and a pair of magic pipetter’s hands; he is one of the most valuable
 +
          assets in this team.  </p>
 +
        <div class="clear"></div>
 +
      </div>
 +
      <a class="anchor" id="Cameron-Murray"></a>
 +
      <div class="block">
 +
        <h2>Cameron Murray</h2>
 +
        <p class="floatLeft">
 +
        <div class="expandable"><img src="/wiki/images/7/78/2013-Cmurray.jpg"
 +
          alt="Team Member 9"></img></div>
 +
          I am a first year university student studying molecular genetics at the U of A, however when I joined the
 +
          team I was in my grade twelve year of high school. I heard about Synthetic biology through quirks and
 +
          quarks, the CBC radio program, and was immediately taken with it and it’s vast possibilities. I was so
 +
          enthralled that I talked about it quite a bit to my friends one of whom told me about iGEM. So here I am
 +
          hoping to learn about and deepen my interest in synthetic biology through iGEM.</p>
 +
        <div class="clear"></div>
 +
      </div>
 +
      </div>
 +
      <div class="clear"></div>
 +
    </div>
 +
  </body>
 +
</html>
 +
 
 +
<!--
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #000000;">
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
-
This is a template page. READ THESE INSTRUCTIONS.
+
For visitors: this site is currently under construction. Please contact our Student Liason, Dawson at daocun@ualberta.ca, for more information on our current project and how to support us!
-
</div>
+
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You are provided with this team page template with which to start the iGEM season. You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified.  PLEASE keep all of your pages within your teams namespace. 
+
</div>
</div>
</div>
</div>
</html>
</html>
-
 
-
<!-- *** End of the alert box *** -->
 
{|align="justify"
{|align="justify"
-
|You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.
+
|Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui.
-
|[[Image:Alberta_logo.png|200px|right|frame]]
+
|[[Image:Alberta_team.png|400px|right]]
|-
|-
-
|
 
-
|[[Image:Alberta_team.png|right|frame|Your team picture]]
 
-
|-
 
-
|
 
-
|align="center"|[[Team:Alberta | Team Alberta]]
 
|}
|}
-
 
-
 
-
<!--- The Mission, Experiments --->
 
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
Line 43: Line 680:
!align="center"|[[Team:Alberta/Attributions|Attributions]]
!align="center"|[[Team:Alberta/Attributions|Attributions]]
|}
|}
-
 
-
 
== '''Who we are''' ==
== '''Who we are''' ==
Line 56: Line 691:
'''Advisors:'''
'''Advisors:'''
-
*''' Advisor 1''':    Mentor for all
+
*'''Mike Ellison''':    Professor
-
*'''Advisor 2''':      Our favorite
+
*'''Advisor 2''':      Professor
-
*'''Grad Student 1''':    Our leader 
+
-
'''Undergrads:'''
+
'''Team Members:'''
-
*'''Student 1''':    wizardface
+
*'''Mark Rozema''':    Graduate
-
*'''Student 2''':    Math nerd
+
*'''Larry Zhang''':    Graduate
-
*'''Student 3''':    Is going to save the world
+
*'''Michael Esau''':    Graduate
-
*'''Student 4''':    Loves iGEM
+
*'''Saima Zamir''':    Graduate
-
*'''Student 5''':  A normal student... or(r) am I?
+
*'''Dawson Zeng''':    Student Liaison, Undergraduate
-
*'''Student 6''':  Table football fan
+
*'''Rachel Kwon''':  Undergraduate
-
*'''Student 7''':
+
*'''Cadence Moorhouse''':  Undergraduate
 +
*'''Stephanie Chiu''': High School Graduate
 +
*'''Cameron Murray''': High School Graduate
|
|
<gallery>
<gallery>
-
Image:Example2_Team_member_1.png|Team member 1
+
Image:alberta_Team_member_1.png|Team member 1
-
Image:Example2_Team_member_2.png|Team member 2
+
Image:alberta_Team_member_2.png|Team member 2
-
Image:Example2_Team_member_3.png|Team member 3
+
Image:alberta_Team_member_3.png|Team member 3
-
Image:Example2_Team_member_4.png|Team member 4
+
Image:alberta_Team_member_4.png|Team member 4
-
Image:Example2_Team_member_5.png|Team member 5
+
Image:alberta_Team_member_5.png|Team member 5
-
Image:Example2_Team_member_6.png|Team member 6
+
Image:alberta_Team_member_6.png|Team member 6
-
Image:Example2_Team_member_7.png|Team member 7
+
Image:alberta_Team_member_7.png|Team member 7
 +
Image:alberta_Team_member_8.png|Team member 8
 +
Image:alberta_Team_member_9.png|Team member 9
</gallery>
</gallery>
|}
|}
Line 90: Line 728:
== '''Where we're from''' ==
== '''Where we're from''' ==
 +
-->

Latest revision as of 03:47, 29 October 2013


Who We Are

Advisors
    Professors:
      • Mike Ellison
      • Dominic Sauvageau
Team Members
    Recent Graduates:
      • Mark Rozema
      • Larry Zhang
      • Michael Esau
    Undergraduates:
      • Dawson Zeng: Student Liaison
      • Rachel Kwan
      • Cadence Moorhouse
    High School Graduates:
      • Stephanie Chiu
      • Cameron Murray

Mike Ellison

Mike Ellison is a professor with the Department of Biochemistry at the University of Alberta.
His current focus on Synthetic Biology is to produce modular biological circuits of increasing sophistication using well-understood molecular components that can be reliably assembled into novel and useful forms of artificial life. He has been involved in iGEM for six years and continues to actively engage his undergraduate students in this synthetic biology competition.

Dominic Sauvageau

Dominic Sauvageau joined the Department of Chemical and Materials Engineering at the University of Alberta as an Assistant Professor in January 2011. His research involves the development of novel bacteriophage- based technologies and bioprocessing strategies for production in microbial systems. He joined the iGEM adventure last year when he supervised an iGEM-Entrepreneurial team (they won!). He's thrilled to be involved in iGEM again this year. He loves travelling and hopes he'll be able to use the E. coli we're working on to plan his next trip.

Mark Rozema

Mark Rozema graduated from the Biochemistry program at the University of Alberta in April 2013 and is currently enrolled in the law program, also at the U of A. He enjoys running, early mornings, late nights and old scotch. Mark was involved in all facets of the project over the summer months, such as conceptual planning, establishing general protocol, part creation and part isolation but withdrew to focus on law school since the start of September.

Cadence Moorhouse

I am a 4th year genetics student at the University of Alberta. Every since high school I have had an interest in genetics and I heard all about the applications of synthetic biology largely through social media. It was at a talk by biotech guru Andrew Hessel that I first learned of iGEM. I was delighted to find out that the U of A had a team and a couple of emails later I was on the roster. This project has given me the opportunity to learn standard lab techniques and to see an experiment evolve. My experience teaching and coaching allows me to easily convey complex ideas into simpler ones. I hope to utilize these skills over the course of this project.  

Dawson Zeng

I am a 4th year student at the University of Alberta majoring in Biological Sciences. I first heard about the field of Synthetic Biology from a guest speaker. It was then that I looked into joining iGEM Team Alberta. Personally, I think it is the coolest thing that Synthetic Biology combines philosophies from both Biology and Engineering; something I never thought about. Overall, my knowledge and understanding of genetics and interactions between DNA molecules vastly increased throughout the summer. A true testament to Richard Feynman’s famous quote, “What I cannot create, I do not understand.”

Michael Esau

I am a graduate from the Biochemistry Specialization program at the University of Alberta. I learned about iGEM from Dr. Mike Ellison’s biochemistry class, and am happy to be a part of this year’s team. I'm planning to go into the synthetic bio research field and will be joining up with Dr. Dominic Sauvageau's lab for the next year.

Rachel Kwan

After my first discoveries on the possibilities of iGEM from the local newspaper, I searched online and admired various iGEM projects. At this time during high school, I was personally unclear of my desired career path, aside from studying science, with a focus on Biology or Chemistry. Also with my vague knowledge of biotechnological methods, I was wary about the bioethical side of “manipulating nature,” especially from public warnings in literature.

However, within studying Biochemistry in my undergrad, I found that current methodologies of biotechnology seemed to have controlled lab settings, careful precautions, and/or a balance with purposeful benefits. Looking at the variety of iGEM projects, they used in-school material for real-world, practical applications. IGEM also attracted me because I liked the idea of working in a team setting to balance strengths and weaknesses with others. I believe that iGEM is rewarding and relevant in that it challenges teamwork, independence, creativity, writing, presenting, and lab technique. As part of my work, I hope to offer organizational skills, interest in safety, and Wiki ideas.

Outside of iGEM work, I play the piano and clarinet, read, meditate, play board games, search for good sales, and grow pet plants like basil.

Stephanie Chiu

I am a first year student at the University of Alberta. I first heard about iGEM from friends at my high school and was privileged enough to join U of A’s team as I was finishing up my Grade 12 year. I am excited to learn more about what synthetic biology is and what working in a lab is like. I hope that I can offer a unique perspective to our team.

Larry Zhang

Passionate scientist born in the historical city of Yueyang, China; educated in the English for 8 years and has been under strict scientific indoctrination in the University of Alberta department of Biochemistry. Graduated with a Biochemistry degree with interest in genetics and genetic engineering, Larry Zhang has brought with him a huge idea cannon and a pair of magic pipetter’s hands; he is one of the most valuable assets in this team.

Cameron Murray

I am a first year university student studying molecular genetics at the U of A, however when I joined the team I was in my grade twelve year of high school. I heard about Synthetic biology through quirks and quarks, the CBC radio program, and was immediately taken with it and it’s vast possibilities. I was so enthralled that I talked about it quite a bit to my friends one of whom told me about iGEM. So here I am hoping to learn about and deepen my interest in synthetic biology through iGEM.