Difference between revisions of "Team:Dundee/Team"

(Prototype team page)
 
 
(35 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Dundee}}
+
<html lang="en">
<html>
+
  <head>
 +
    <meta charset="utf-8">
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1">
 +
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
 +
    <title>Dundee 2016</title>
  
  
 +
<!-- Latest compiled and minified CSS -->
 +
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
  
<div class="column full_size" >
+
<!-- Optional theme -->
 +
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
  
<p>In this page you can introduce your team members, instructors, and advisors. </p>
+
<!-- Latest compiled and minified JavaScript -->
 +
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
 +
 +
  </head>
 +
 
 +
  <style>
 +
 +
#sideMenu, #top_title {display:none;}
 +
#content { padding:0px; width:100%;    margin-left:0px;}
 +
body {background-color:white; width:100%;}
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
#bodyContent {
 +
    padding-right: 0px;}
 +
       
 +
        img.grayscale {
 +
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
 +
  filter: gray; /* IE6-9 */
 +
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
 +
}
  
 +
img.grayscale:hover {
 +
  filter: none;
 +
  -webkit-filter: grayscale(0%);
 +
}
  
 +
 +
.container{
 +
margin-bottom:20px;
 +
}
 +
       
 +
        #menuDisplay{
 +
                display:none;
 +
        }
 +
 +
        #home_logo{
 +
                display:none;
 +
        }
 +
 +
 +
   
 +
.navbar-brand{
 +
padding-top:25px;
 +
 +
}
 +
#navbar{
 +
padding-top:5px;
 +
                float:right;
 +
 +
}
 +
 +
 +
#BackImg{
 +
margin:0 auto;
 +
padding:30px 0px 0px 0px;
 +
position:relative;
 +
                width:100%;
 +
}
 +
 +
#BackImg img{
 +
width:100%;
 +
}
 +
        #BackImg h1 {
 +
  position: absolute;
 +
  top:50%;
 +
  text-align: center;
 +
  width: 100%;
 +
  padding-top:20px;
 +
  padding-bottom:17px;
 +
}
 +
 +
#BackImg h1 span {
 +
  color: white;
 +
  font: bold 5vw/45px Helvetica, Sans-Serif;
 +
  letter-spacing: -1px; 
 +
  background: rgb(0, 0, 0); /* fallback color */
 +
  background: rgba(0, 0, 0, 0.7);
 +
  padding: 10px;
 +
  padding-bottom:15px;
 +
  text-align: center;
 +
}
 +
 +
#BackImg h2 {
 +
  position: absolute;
 +
  top:55%;
 +
  text-align: center;
 +
  width: 100%;
 +
  padding-top:15px;
 +
  padding-bottom:10px;
 +
}
 +
 +
#BackImg h2 span {
 +
  color:#3D72A4;
 +
  font: bold 5vw/45px Helvetica, Sans-Serif;
 +
  letter-spacing: -1px; 
 +
  background: rgb(0, 0, 0); /* fallback color */
 +
  background: rgba(0, 0, 0, 0.7);
 +
  padding-bottom:5px;
 +
  text-align:center;
 +
}           
 +
 +
#OverView{
 +
 +
 +
}
 +
 +
 +
 +
 +
#SplashTitle p{
 +
        border-bottom: none;
 +
        font: 4vw/6vw Helvetica, Sans-Serif;
 +
text-align: center;
 +
color:black;
 +
padding-top:15px;
 +
       
 +
}
 +
 +
 +
#SplashTitleUnder p{
 +
font:3vw/4vw Helvetica, Sans-Serif;
 +
text-align: center;
 +
color:#3D72A4;
 +
                        padding-bottom:15px;
 +
                       
 +
}
 +
#ProjectDesCon{
 +
        height:100%;
 +
        margin-left:5%;
 +
        margin-right:5%;
 +
       
 +
        }
 +
 +
        #ProjectDesCon h3{
 +
        font: 2.3vw/2vw Helvetica, Sans-Serif;
 +
       
 +
        padding-bottom:15px;
 +
        text-align:left;
 +
       
 +
        }
 +
 +
#ProjectDesCon p{
 +
 +
font: 1.3vw/2vw Helvetica, Sans-Serif;
 +
                padding-bottom:5px;
 +
                color:#3D72A4;
 +
               
 +
}
 +
 +
#ProjectDesCon h4{
 +
        font: 1.7vw/1.5vw Helvetica, Sans-Serif;
 +
        padding-top:3%;
 +
        padding-bottom:3%;
 +
        text-align:left;
 +
       
 +
        }
 +
 +
  #FlaskImg1 img{
 +
float:right;
 +
        width:40%;
 +
        padding-left:25px;
 +
       
 +
       
 +
}
 +
        #FlaskImg1 p{
 +
       
 +
 +
}
 +
        #FlaskPos1{
 +
        float:left;
 +
        width:60%;
 +
      padding-top:1%;
 +
       
 +
        }
 +
#FlaskPos1 p{
 +
text-align:left
 +
}
 +
 +
#FlaskImg2 img{
 +
float:left;
 +
        width:40%;
 +
       
 +
       
 +
       
 +
}
 +
        #FlaskImg2 p{
 +
       
 +
 +
}
 +
        #FlaskPos2{
 +
        float:right;
 +
        width:60%;
 +
        padding-left:10%;
 +
        padding-top:1%;
 +
        }
 +
#FlaskPos2 p{
 +
text-align:left;
 +
 +
}
 +
 +
        #FlaskStyleFifty1{
 +
        float:left;
 +
        width:50%;
 +
        padding-right:40px;
 +
        }
 +
#FlaskStyleFifty1 p{
 +
text-align:left;
 +
}
 +
 +
     
 +
       
 +
        }
 +
        #FlaskStyleFifty2{
 +
        float:right;
 +
        width:50%;
 +
        padding-left:20px;
 +
       
 +
        }
 +
#FlaskStyleFifty2 p{
 +
text-align:left;
 +
}
 +
     
 +
       
 +
       
 +
        #ColicinImg{
 +
                padding-top:15px;
 +
                width:100%;
 +
                margin:0 auto;
 +
        }
 +
 +
      #ColicinImg img{
 +
 +
                width:100%;
 +
      }
 +
 +
     
 +
   
 +
       
 +
#spacer{
 +
        height:100px;
 +
}
 +
 +
#SponserFooter{
 +
margin:30px 0px 60px 0px;
 +
 +
}
 +
#SponserFooter img {
 +
width:100%;
 +
}
 +
 +
.SponserLink{
 +
float:left;
 +
width:17%;
 +
margin-right:3%;
 +
border-bottom:1px solid white;
 +
 +
}
 +
#BBSRC{
 +
margin-left:1.5%;
 +
}
 +
#WellcomeT{
 +
margin-right:1.5%;
 +
}
 +
 +
#finalFooter{
 +
background-color:grey;
 +
width:100%;
 +
height:100%;
 +
margin-top:10px;
 +
 +
}
 +
#footWrapper{
 +
margin:0 auto;
 +
width:33%;
 +
                height:100%;
 +
}
 +
 +
 +
.footerImg img{
 +
width: 33%;
 +
float:left;
 +
}
 +
 +
#MiddleTxt{
 +
margin-top:10px;
 +
               
 +
}
 +
#bodyContent a[href ^="https://"], .link-https {
 +
padding-right:0px;
 +
}
 +
 
 +
 
 +
 +
</style>
 +
 
 +
 +
  <body>
 +
 +
 +
 +
<!-- Fixed navbar -->
 +
    <nav class="navbar navbar-default navbar-fixed-top">
 +
      <div style="padding-right:5%; padding-bottom:0px;" "class="container">
 +
        <div class="navbar-header">
 +
          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
 +
            <span class="sr-only">Toggle navigation</span>
 +
            <span class="icon-bar"></span>
 +
            <span class="icon-bar"></span>
 +
            <span class="icon-bar"></span>
 +
          </button>
 +
          <a href="https://2016.igem.org/Team:Dundee" class="navbar-brand">UoD iGEM 2016</a>
 +
        </div>
 +
        <div id="navbar" class="navbar-collapse collapse">
 +
          <ul class="nav navbar-nav">
 +
            <li class="dropdown">
 +
  <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Project <span class="caret"></span></a>
 +
              <ul class="dropdown-menu">
 +
                <li><a href="https://2016.igem.org/Team:Dundee/Description">Description</a></li>
 +
                <li><a href="https://2016.igem.org/Team:Dundee/Design">Design</a></li>
 +
                <li><a href="https://2016.igem.org/Team:Dundee/Results">Results</a></li>
 +
<li><a href="https://2016.igem.org/Team:Dundee/Hardware">Hardware</a></li>
 +
              </ul>
 +
</li>
 +
            <li><a href="https://2016.igem.org/Team:Dundee/Model">Modelling</a></li>
 +
<li><a href="https://2016.igem.org/Team:Dundee/Proof">Proof of Concept</a></li>
 +
<li class="dropdown">
 +
              <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Human Practices <span class="caret"></span></a>
 +
              <ul class="dropdown-menu">
 +
    <li><a href="https://2016.igem.org/Team:Dundee/Human_Practices">Human Practices Overview</a></li>
 +
                <li><a href="https://2016.igem.org/Team:Dundee/Integrated_Practices">Integrated Human Practices</a></li>
 +
                <li><a href="https://2016.igem.org/Team:Dundee/HP/Silver">HP/silver</a></li>
 +
                <li><a href="https://2016.igem.org/Team:Dundee/HP/Gold">HP/gold</a></li>
 +
<li><a href="https://2016.igem.org/Team:Dundee/Engagement">Public Engagement</a></li>
 +
              </ul>
 +
            </li>
 +
<li class="dropdown">
 +
              <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Achievements <span class="caret"></span></a>
 +
              <ul class="dropdown-menu">
 +
                <li><a href="https://2016.igem.org/Team:Dundee/Parts">Parts</a></li>
 +
<li><a href="https://2016.igem.org/Team:Dundee/Basic_Part">Basic Parts</a></li>
 +
                <li><a href="https://2016.igem.org/Team:Dundee/Composite_Part">Composite Parts</a></li>
 +
                <li><a href="https://2016.igem.org/Team:Dundee/Part_Collection">Parts Collection</a></li>
 +
<li><a href="https://2016.igem.org/Team:Dundee/Experiments">Awards</a></li>
 +
              </ul>
 +
            </li>
 +
<li class="dropdown">
 +
              <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Notebook <span class="caret"></span></a>
 +
              <ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:Dundee/Notebook">Lab Book</a></li>
 +
                <li><a href="https://2016.igem.org/Team:Dundee/Safety">Safety</a></li>
 +
              </ul>
 +
<li class="dropdown">
 +
              <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Team <span class="caret"></span></a>
 +
              <ul class="dropdown-menu">
 +
<li class="active"><a href="https://2016.igem.org/Team:Dundee/Team">Meet The Agents</a></li>
 +
                <li><a href="https://2016.igem.org/Team:Dundee/Attributions">Attributions</a></li>
 +
                <li><a href="https://2016.igem.org/Team:Dundee/Collaborations">Collaboration</a></li>
 +
              </ul>
 +
            </li>
 +
          </ul>
 +
        </div><!--/.nav-collapse -->
 +
      </div>
 +
    </nav>
 +
 +
                  <div id="BackImg">
 +
<img src="https://static.igem.org/mediawiki/2016/1/13/T--Dundee--MeetAgents.png" />
 +
                                <h1><span>Meet the Team</span></h1>
 +
<h2><span></span></h2>
 +
</div>
 +
 +
   
 +
 +
 +
<div class="container">
 +
<div id = "SplashTitle">
 +
<p>Meet The Agents</p>
 +
</div>
 +
 +
<div id="SplashTitleUnder">
 +
<p>Student Team</p>
 +
</div>
 +
</div>
 +
 +
 +
 +
<div class="container">
 +
 +
<div id="ProjectDesCon">
 +
 +
<br></br>
 +
                                     
 +
<div id="FlaskImg1">
 +
<img src="https://static.igem.org/mediawiki/2016/e/ed/T--Dundee--Darren.jpg"/>
 +
                                               
 +
</div>
 +
<div  id= "FlaskPos1">
 +
 +
<h4><b>What is your name? // What’s your agent name?<b></h4>
 +
<p>Darren Scrimgeour //  Happy Hour.</p>
 +
<h4><b>What do you do? <b></h4>
 +
<p>Physics, Computational Biology, Gin.</p>
 +
<h4><b>Why iGEM? </b></h4>
 +
<p>Expand my horizons, gain research experience, save the world etc.</h4>
 +
<h4><b>What’s your role in the FBI?</b></p>
 +
<p>Integrated Human Practices and Public Engagement and Education.</p>
 +
<h4><b>Likes // dislikes?</b></h4>
 +
<p>Likes – A beverage or 4, tasty and delicious treats. Dislikes – The morning after a beverage or 4, my waistline after tasty and delicious treats.
 +
</p>
 +
</div>
 +
</div>
 
</div>
 
</div>
  
<div class="column half_size" >
+
<div class="container">
<h5>Inspiration</h5>
+
<div id="ProjectDesCon">
<p>You can look at what other teams did to get some inspiration! <br />
+
Here are a few examples:</p>
+
<br></br>
<ul>
+
<li><a href="https://2014.igem.org/Team:METU_Turkey_team">METU Turkey </a></li>
+
<li><a href="https://2014.igem.org/Team:Colombia/Members">Colombia</a></li>
+
<li><a href="https://2014.igem.org/Team:Stony_Brook/Team">Stony Brook</a></li>
+
<li><a href="https://2014.igem.org/Team:OUC-China/Team">OUC-China</a></li>
+
</ul>
+
  
 +
<div id="FlaskImg2">
 +
<img src="https://static.igem.org/mediawiki/2016/5/59/T--Dundee--Rachel.jpg"/>
 +
                                               
 +
</div>
 +
 +
                                     
 +
<div  id= "FlaskPos2">
 +
<h4><b>What is your name? // What’s your agent name?<b></h4>
 +
<p>Rachel Elliott // Burt Macklin.</p>
 +
<h4><b>What do you do? <b></h4>
 +
<p>Biomedical Sciences, Cello, MCing.</p>
 +
<h4><b>Why iGEM? </b></h4>
 +
<p>Make some friends.</p>
 +
<h4><b>What’s your role in the FBI?</b></h4>
 +
<p>Wet lab, everyone else’s work.</p>
 +
<h4><b>Likes // dislikes?</b></h4>
 +
<p>Likes – Nicola Sturgeon. Dislikes – Butter icing, tories.
 +
 +
</p>
 +
</div>
 
</div>
 
</div>
  
<div class="column half_size" >
+
<h5>What should this page contain?</h5>
+
<ul>
+
<li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
+
<li>You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.</li>
+
<li>Take team pictures! Show us your school, your lab and little bit of your city.</li>
+
<li>Remember that image galleries can help you showcase many pictures while saving space.</li>
+
</ul>
+
 
</div>
 
</div>
  
 +
<div class="container">
 +
<div id="ProjectDesCon">
 +
 +
<br></br>
 +
                                     
 +
<div id="FlaskImg1">
 +
<img src="https://static.igem.org/mediawiki/2016/d/dd/Chris.jpg"/>
 +
                                               
 +
</div>
 +
 +
<div  id= "FlaskPos1">
 +
<h4><b>What is your name? // What’s your agent name?<b></h4>
 +
<p>Chris Nelis // Chardonnay.</p>
 +
<h4><b>What do you do? <b></h4>
 +
<p>Bioinformatics, Web programming, Drawing.</p>
 +
<h4><b>Why iGEM? </b></h4>
 +
<p>Get involved in research and gain experience in the lab. Looks good in a lab coat.</p>
 +
<h4><b>What’s your role in the FBI?</b></h4>
 +
<p>Wet lab, Wiki, Tattoos, always arriving on time.</p>
 +
<h4><b>Likes // dislikes?</b></h4>
 +
<p>Likes – Punctuality. Dislikes – People that are late.
 +
 +
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
 +
<div class="container">
 +
<div id="ProjectDesCon">
 +
 +
<br></br>
 +
                                     
 +
<div id="FlaskImg2">
 +
<img src="https://static.igem.org/mediawiki/2016/a/a3/T--Dundee--Fatima.jpg"/>
 +
                                               
 +
</div>
 +
 +
<div  id= "FlaskPos2">
 +
<h4><b>What is your name? // What’s your agent name?<b></h4>
 +
<p>Fatima Rehman // 50 (per)cent.</p>
 +
<h4><b>What do you do? <b></h4>
 +
<p>Mathematical Modelling, wet lab and data analysis.</p>
 +
<h4><b>Why iGEM? </b></h4>
 +
<p>Applying mathematical knowledge to real world problems.</p>
 +
<h4><b>What’s your role in the FBI?</b></h4>
 +
<p>Dundee’s Next Top Model(ler).</p>
 +
<h4><b>Likes // dislikes?</b></h4>
 +
<p>Likes – Chickens, punctual people and baking. Dislikes – Disorganisation and marzipan.
 +
 +
 +
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
 +
<div class="container">
 +
<div id="ProjectDesCon">
 +
 +
<br></br>
 +
                                     
 +
<div id="FlaskImg1">
 +
<img src="https://static.igem.org/mediawiki/2016/4/45/T--Dundee--Keiron.jpg"/>
 +
                                           
 +
</div>
 +
 
 +
<div  id= "FlaskPos1">
 +
<h4><b>What is your name? // What’s your agent name?<b></h4>
 +
<p>Kieron Lucas // Popeye.</p>
 +
<h4><b>What do you do? <b></h4>
 +
<p>Biochemistry and Drug Discovery.</p>
 +
<h4><b>Why iGEM? </b></h4>
 +
<p>Gain experience in lab, meet some new people from different backgrounds.</p>
 +
<h4><b>What’s your role in the FBI?</b></h4>
 +
<p>Wet lab guru, 5pm drinks.</p>
 +
<h4><b>Likes // dislikes?</b></h4>
 +
<p>Likes – Lab work, Sport, Guitar and 5PM drinks. Dislikes – faulty pipettes.
 +
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
 +
<div class="container">
 +
<div id="ProjectDesCon">
 +
 +
<br></br>
 +
                                     
 +
<div id="FlaskImg2">
 +
<img src="https://static.igem.org/mediawiki/2016/8/81/T--Dundee--Ummi.jpg"/>
 +
                                               
 +
</div>
 +
 +
<div  id= "FlaskPos2">
 +
<h4><b>What is your name? // What’s your agent name?<b></h4>
 +
<p>Ummi Jameel // Agent U.</p>
 +
<h4><b>What do you do? <b></h4>
 +
<p>Graphic Design, with skills spanning in Service Design, Graphic Facilitation.</p>
 +
<h4><b>Why iGEM? </b></h4>
 +
<p>I want to bridge the barrier between science and art, so more people are able to jump on board and we can have a greater understanding together. </p>
 +
<h4><b>What’s your role in the FBI?</b></h4>
 +
<p>All the designs. All of it. A lot of behind-the-scenes werk and preppin’ fo’ dat reppin’. </p>
 +
<h4><b>Likes // dislikes?</b></h4>
 +
<p>Likes: Cats, long walks, lemons, puns and pretty things. Dislikes: Controversial fonts, snotty kid from Legend of Zelda and pink.
 +
 +
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
 +
<div class="container">
 +
<div id="ProjectDesCon">
 +
 +
<br></br>
 +
                                     
 +
<div id="FlaskImg1">
 +
<img src="https://static.igem.org/mediawiki/2016/8/81/T--Dundee--Holly.jpg"/>
 +
                                               
 +
</div>
 +
 +
<div  id= "FlaskPos1">
 +
<h4><b>What is your name? // What’s your agent name?<b></h4>
 +
<p>Holly Parker // Moonshine</p>
 +
<h4><b>What do you do? <b></h4>
 +
<p>Biological Chemistry with Drug Discovery.</p>
 +
<h4><b>Why iGEM? </b></h4>
 +
<p>I really like synthetic biology and I think microbes are the coolest things in the world.</p>
 +
<h4><b>What’s your role in the FBI?</b></h4>
 +
<p>Wet lab, data analysis, western blotter pro.</p>
 +
<h4><b>Likes // dislikes?</b></h4>
 +
<p>Likes: Travelling, diving and pottery. Dislikes: Inefficiency and negativity
 +
 +
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
 +
 +
 
 +
<div id="spacer" class="container">
 +
 +
</div>
 +
 +
 +
<div class="container">
 +
<div id="SponserFooter">
 +
<div  id = "BBSRC" class="SponserLink">
 +
<a href="http://www.bbsrc.ac.uk/">
 +
<img class="grayscale" src="https://static.igem.org/mediawiki/2016/8/8b/T--Dundee--BBSRCFooter.png" />
 +
</a>
 +
</div>
 +
<div  class="SponserLink">
 +
<a href="http://www.dundee.ac.uk/">
 +
<img class="grayscale" src="https://static.igem.org/mediawiki/2016/a/a8/T--Dundee--UoDFooter.png" />
 +
</a>
 +
</div>
 +
<div  class="SponserLink">
 +
<a href="https://www.idtdna.com/site">
 +
<img class="grayscale" src="https://static.igem.org/mediawiki/2016/0/03/T--Dundee--IDTFooter.png" />
 +
</a>
 +
</div>
 +
<div class="SponserLink">
 +
<a href="https://www.sebiology.org/">
 +
<img  class="grayscale"src="https://static.igem.org/mediawiki/2016/f/f0/T--Dundee--SEBFooter.png" />
 +
</a>
 +
</div>
 +
<div id = "WellcomeT" class="SponserLink">
 +
<a href="https://wellcome.ac.uk/">
 +
<img class="grayscale"src="https://static.igem.org/mediawiki/2016/2/22/T--Dundee--WELLTFooter.png" />
 +
</a>
 +
</div>
 +
</div>
 +
 +
 +
 +
    </div> <!-- /container -->
 +
<div style="clear: both"></div>
 +
 +
                <div id="finalFooter">
 +
                        <div class="container">
 +
 +
 +
<div id="footWrapper">
 +
<div class="footerImg">
 +
<a href="https://www.facebook.com/DundeeiGEM2016">
 +
<img src="https://static.igem.org/mediawiki/2016/2/24/T--Dundee--FBFooter.png" />
 +
</a>
 +
</div>
 +
<div id = "MiddleTxt" class="footerImg">
 +
<a>
 +
<img src="https://static.igem.org/mediawiki/2016/b/be/T--Dundee--MiddleFooter.png" />
 +
</a>
 +
</div>
 +
<div class="footerImg">
 +
<a  style="padding-right:0px;"href="https://twitter.com/DundeeiGEMTeam">
 +
<img  src="https://static.igem.org/mediawiki/2016/4/4f/T--Dundee--TWFooter.png" />
 +
                </a>
 +
</div>
 +
</div>
 +
</div>
 +
 +
</div>
 +
 +
 +
    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
 +
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
 +
    <!-- Include all compiled plugins (below), or include individual files as needed -->
 +
    <script src="js/bootstrap.min.js"></script>
 +
 +
 +
</body>
  
  
  
 
</html>
 
</html>

Latest revision as of 10:18, 19 October 2016

Dundee 2016

Meet the Team

Meet The Agents

Student Team



What is your name? // What’s your agent name?

Darren Scrimgeour // Happy Hour.

What do you do?

Physics, Computational Biology, Gin.

Why iGEM?

Expand my horizons, gain research experience, save the world etc.

What’s your role in the FBI?

Integrated Human Practices and Public Engagement and Education.

Likes // dislikes?

Likes – A beverage or 4, tasty and delicious treats. Dislikes – The morning after a beverage or 4, my waistline after tasty and delicious treats.



What is your name? // What’s your agent name?

Rachel Elliott // Burt Macklin.

What do you do?

Biomedical Sciences, Cello, MCing.

Why iGEM?

Make some friends.

What’s your role in the FBI?

Wet lab, everyone else’s work.

Likes // dislikes?

Likes – Nicola Sturgeon. Dislikes – Butter icing, tories.



What is your name? // What’s your agent name?

Chris Nelis // Chardonnay.

What do you do?

Bioinformatics, Web programming, Drawing.

Why iGEM?

Get involved in research and gain experience in the lab. Looks good in a lab coat.

What’s your role in the FBI?

Wet lab, Wiki, Tattoos, always arriving on time.

Likes // dislikes?

Likes – Punctuality. Dislikes – People that are late.



What is your name? // What’s your agent name?

Fatima Rehman // 50 (per)cent.

What do you do?

Mathematical Modelling, wet lab and data analysis.

Why iGEM?

Applying mathematical knowledge to real world problems.

What’s your role in the FBI?

Dundee’s Next Top Model(ler).

Likes // dislikes?

Likes – Chickens, punctual people and baking. Dislikes – Disorganisation and marzipan.



What is your name? // What’s your agent name?

Kieron Lucas // Popeye.

What do you do?

Biochemistry and Drug Discovery.

Why iGEM?

Gain experience in lab, meet some new people from different backgrounds.

What’s your role in the FBI?

Wet lab guru, 5pm drinks.

Likes // dislikes?

Likes – Lab work, Sport, Guitar and 5PM drinks. Dislikes – faulty pipettes.



What is your name? // What’s your agent name?

Ummi Jameel // Agent U.

What do you do?

Graphic Design, with skills spanning in Service Design, Graphic Facilitation.

Why iGEM?

I want to bridge the barrier between science and art, so more people are able to jump on board and we can have a greater understanding together.

What’s your role in the FBI?

All the designs. All of it. A lot of behind-the-scenes werk and preppin’ fo’ dat reppin’.

Likes // dislikes?

Likes: Cats, long walks, lemons, puns and pretty things. Dislikes: Controversial fonts, snotty kid from Legend of Zelda and pink.



What is your name? // What’s your agent name?

Holly Parker // Moonshine

What do you do?

Biological Chemistry with Drug Discovery.

Why iGEM?

I really like synthetic biology and I think microbes are the coolest things in the world.

What’s your role in the FBI?

Wet lab, data analysis, western blotter pro.

Likes // dislikes?

Likes: Travelling, diving and pottery. Dislikes: Inefficiency and negativity