Team:Manchester/Team

From 2013.igem.org

(Difference between revisions)
(Where we're from)
 
(125 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
{{:Team:Manchester/layout/noheader}}
 +
{{:Team:Manchester/Navbartest2}}
 +
{{:Team:Manchester/Footer}}
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<head>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<title> Safety </title>
-
This is a template page. READ THESE INSTRUCTIONS.
+
 
 +
<style type="text/css">
 +
*
 +
{
 +
margin:0;
 +
padding:0;
 +
}
 +
 
 +
#content, body
 +
{
 +
background-color:#F2F2F2;
 +
}
 +
 
 +
.header
 +
{
 +
width:100%;
 +
height:100px;
 +
background:#4c0082;
 +
 
 +
-webkit-border-radius: 10px;
 +
border-radius: 10px;
 +
 
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 
 +
.banner
 +
{
 +
-webkit-border-radius: 10px;
 +
border-radius: 10px;
 +
 
 +
height:100px;
 +
background:#4c0082;
 +
margin:0 auto;
 +
}
 +
 
 +
.igem
 +
{
 +
float:left;
 +
margin-left:10px;
 +
}
 +
 
 +
.logo
 +
{
 +
float:left;
 +
 
 +
}
 +
 
 +
.central
 +
{
 +
float:left;
 +
margin-left:100px;
 +
margin-right:30px;
 +
}
 +
 
 +
.uni
 +
{
 +
float:left;
 +
margin-left:50px;
 +
}
 +
 
 +
.global
 +
{
 +
position:relative;
 +
width:950px;
 +
height:2500px;
 +
}
 +
 
 +
.wrapper
 +
{
 +
position:absolute;
 +
clear:both;
 +
width:951px;
 +
top:120px;
 +
left:0;
 +
background-color:white;
 +
padding:10px;
 +
 
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 
 +
.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12
 +
{
 +
float:left;
 +
width:300px;
 +
height:555px;
 +
margin:7px;
 +
padding:0;
 +
background-color:#660099;
 +
 +
-webkit-border-radius: 10px;
 +
border-radius: 10px;
 +
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
 +
}
 +
 
 +
.column1 img, .column2 img, .column3 img, .column4 img, .column5 img, .column6 img, .column7 img,.column8 img,.column9 img,
 +
.column10 img,.column11 img, .column12 img
 +
{
 +
margin:5px 0 5px 50px;
 +
 +
-webkit-border-radius: 10px;
 +
border-radius: 10px;
 +
 
 +
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 
 +
.column1 .name1, .column1 .course1
 +
{
 +
width:190px;
 +
height:20px;
 +
margin:5px 0 5px 50px;
 +
font-family: Georgia;
 +
font-weight:bold;
 +
font-size:13px;
 +
border:1px solid #4C0082;
 +
border-radius:5px;
 +
color:#4c0082;
 +
padding:3px;
 +
text-align:center;
 +
background:#E6E6E6;
 +
 
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 
 +
.column1 .name2
 +
{
 +
margin:0;
 +
text-align:center;
 +
font-family: Trebuchet MS;
 +
font-weight:bold;
 +
font-size:20px;
 +
color:white;
 +
}
 +
 
 +
.column1 .course2
 +
{
 +
margin-left:10px;
 +
font-family: Trebuchet MS;
 +
font-size:14px;
 +
font-weight:bold;
 +
color:white;
 +
}
 +
 
 +
.team
 +
{
 +
float:left;
 +
width:610px;
 +
height:550px;
 +
background-color:#660099;
 +
 
 +
margin-left:10px;
 +
margin-top:10px;
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 
 +
.team img
 +
{
 +
margin:20px 5px;
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 
 +
.team p
 +
{
 +
width:560px;
 +
padding:10px;
 +
margin:0 auto;
 +
font-family:Trebuchet MS;
 +
font-size:14px;
 +
color:white;
 +
txt-align:justify;
 +
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 +
}
 +
 
 +
</style>
 +
</head>
 +
 
 +
<body onLoad="hoverLink1(); hoverLink2(); hoverLink3(); hoverImage1(); hoverImage2(); hoverImage3();
 +
              hoverLink4(); hoverImage4(); hoverLink5(); hoverImage5();">
 +
 
 +
<div class="header">
 +
<div class="banner">
 +
  <div class="igem">
 +
  <a href="https://2013.igem.org/Main_Page">
 +
          <img src="https://static.igem.org/mediawiki/2013/3/3f/Igem.png">
 +
          </a>
 +
  </div> 
 +
 
 +
  <div class="logo">
 +
    <a><img src="https://static.igem.org/mediawiki/2013/8/87/LOGO1.jpg"></a>
 +
  </div>
 +
 
 +
          <div class="central">
 +
    <a><img src="https://static.igem.org/mediawiki/2013/e/e4/Team2.png"></a>
 +
  </div>
 +
 
 +
  <div class="uni">
 +
    <a><img src="https://static.igem.org/mediawiki/2013/f/fd/Uni1.jpg"></a>
 +
  </div>
 +
 
 +
</div>
</div>
</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>
 
-
</html>
 
-
<!-- *** End of the alert box *** -->
+
<div class="global">
 +
<div class="wrapper" >
 +
      <div class="column1">
 +
    <img src="https://static.igem.org/mediawiki/2013/6/62/Rsz_divita.jpg" width="200" height="200" />
 +
                        <div class="name1">
 +
                          Name
 +
                        </div>
 +
 
 +
                        <div class="name2">
 +
Divita Kulshrestha
 +
</div>
 +
                        <div class="course1">
 +
  Course
 +
                        </div>
-
{|align="justify"
+
                        <div class="course2">
-
|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.
+
  Second year B.Sc Genetics
-
|[[Image:Manchester_logo.png|200px|right|frame]]
+
                        </div>
-
|-
+
-
|
+
-
|[[Image:Manchester_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:Manchester | Team Manchester]]
+
-
|}
+
 +
                        <div class="course1">
 +
          Academic Interests
 +
                        </div>
-
<!--- The Mission, Experiments --->
+
                        <div class="course2">
 +
        Pharmacogenomics, stem cells, human genetics 
 +
</div>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
                        <div class="course1">
-
!align="center"|[[Team:Manchester|Home]]
+
  Personal Interests
-
!align="center"|[[Team:Manchester/Team|Team]]
+
                        </div>
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Manchester Official Team Profile]
+
-
!align="center"|[[Team:Manchester/Project|Project]]
+
-
!align="center"|[[Team:Manchester/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Manchester/Modeling|Modeling]]
+
-
!align="center"|[[Team:Manchester/Notebook|Notebook]]
+
-
!align="center"|[[Team:Manchester/Safety|Safety]]
+
-
!align="center"|[[Team:Manchester/Attributions|Attributions]]
+
-
|}
+
 +
                        <div class="course2">
 +
  Dancing, drawing and cooking
 +
</div>
 +
                        <div class="course1">
 +
  Role In Team
 +
                        </div>
-
== '''Who we are''' ==
+
                        <div class="course2">
-
{|border = "0"
+
                          Lab work
-
|-
+
                        </div>
-
|rowspan="3"|
+
</div>
 +
<div class="column1">
 +
    <img src="https://static.igem.org/mediawiki/2013/b/bb/ElsaMan.jpg" width="200" height="200" />
 +
                        <div class="name1">
 +
                          Name
 +
                        </div>
 +
 
 +
                        <div class="name2">
 +
    Elsa Axelsdottir
 +
</div>
 +
                        <div class="course1">
 +
  Course
 +
                        </div>
 +
                        <div class="course2">
 +
  Final year B.Sc Genetics
 +
                        </div>
 +
                        <div class="course1">
 +
          Academic Interests
 +
                        </div>
-
'''Advisors:'''
+
                        <div class="course2">
 +
        Computational biology, non-coding RNA, and transcriptomics
 +
</div>
-
*''' Advisor 1''':    Mentor for all
+
                        <div class="course1">
-
*'''Advisor 2''':      Our favorite
+
  Personal Interests
-
*'''Grad Student 1''':    Our leader 
+
                        </div>
 +
                        <div class="course2">
 +
  Tea, yoga and chocolate
 +
</div>
-
'''Undergrads:'''
+
                        <div class="course1">
 +
  Role In Team
 +
                        </div>
-
*'''Student 1''':    Johanna Rodríguez
+
                        <div class="course2">
-
*'''Student 2''':    Lorna Hepworth
+
                          Head of modelling, public outreach
-
*'''Student 3''':    Is going to save the world
+
                        </div>
-
*'''Student 4''':    Loves iGEM
+
</div>
-
*'''Student 5''': A normal student... or(r) am I?
+
-
*'''Student 6''':  Table football fan
+
<div class="column1">
-
*'''Student 7''':
+
    <img src="https://static.igem.org/mediawiki/2013/d/d3/Rsz_jess.jpg" width="200" height="200" />
 +
                        <div class="name1">
 +
                          Name
 +
                        </div>
 +
 
 +
                        <div class="name2">
 +
    Jessica Birt
 +
</div>
 +
                        <div class="course1">
 +
  Course
 +
                        </div>
-
|
+
                        <div class="course2">
-
<gallery>
+
  First year B.Sc Biochemistry
-
Image:Johanna Rodríguez.jpg|'''Name:''' Johanna Rodríguez<br>'''Course:''' First Year in Bsc. Medical Biochemistry with Industrial and Experience Year<br>'''Scientific Interests:'''  Pharmacological interests (development of new treatments in medicine), nanotechnology applied to chemistry because I simply love chemistry and to be involved in a lab. It feels exciting.<br>'''Personal Interests:'''  Doing exercise (Zumba – Kickboxing), singing, and  dancing Latin rhythms such as salsa and merengue.<br>'''Role In Team:''' Wiki page design  and lab work.
+
                        </div>
 +
                        <div class="course1">
 +
          Academic Interests
 +
                        </div>
-
Image:Lorna Hepworth.jpg|'''Name:''' Lorna Hepworth<br>'''Course:''' Final year, Master in Chemistry (MChem) with Forensic and Analytical Chemistry<br>'''Scientific Interests:'''  Lab chic, pipettes, Bunsen burners. (But really, tailoring enzymes to do specific chemical reactions interests me!)<br>'''Personal Interests:''' Gigs, Game of Thrones, Gifts (receiving).<br>'''Role In Team:''' Lab rat, Outreach, Head of Finance
+
                        <div class="course2">
 +
        Crop improvement, molecular genetics and synthetic biology
 +
</div>
-
Image:Example2_Team_member_3.png|Team member 3
+
                        <div class="course1">
-
Image:Example2_Team_member_4.png|Team member 4
+
  Personal Interests
-
Image:Example2_Team_member_5.png|Team member 5
+
                        </div>
-
Image:Example2_Team_member_6.png|Team member 6
+
-
Image:Example2_Team_member_7.png|Team member 7
+
-
</gallery>
+
-
|}
+
-
== '''What we did''' ==
+
                        <div class="course2">
 +
  Formula 1, animation and rodents
 +
</div>
-
(Provide proper attribution for all work)
+
                        <div class="course1">
 +
  Role In Team
 +
                        </div>
 +
                        <div class="course2">
 +
                          Head of public outreach, modelling (hardcore data analysis)
 +
                        </div>
 +
</div>
 +
 +
<div class="column1">
 +
    <img src="https://static.igem.org/mediawiki/2013/d/d2/LornaMan.jpg" width="200" height="200" />
 +
                        <div class="name1">
 +
                          Name
 +
                        </div>
 +
 
 +
                        <div class="name2">
 +
    Lorna Hepworth
 +
</div>
-
== '''Where we're from''' ==
+
                        <div class="course1">
 +
  Course
 +
                        </div>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
                        <div class="course2">
-
!align="center"|[[File:Flag of the United Kingdom.png|70px]]<br>[[Presentation/English|English]]
+
  Final year M.Chem Chemistry with Forensic and Analytical Chemistry
-
!align="center"|[[File:Flag_of_the_People's_Republic_of_China.png|70px]]<br>[[Presentation/Chinese|Chinese]]
+
                        </div>
-
!align="center"|[[File:Flag of France.png|70px]]<br>[[Presentation/French|French]]
+
 
-
!align="center"|[[File:Flag of Germany.png|70px]]<br>[[Presentation/German|German]]
+
                        <div class="course1">
-
!align="center"|[[File:Flag of Portugal.png|70px]]<br>[[Presentation/Portuguese|Portuguese]]
+
          Academic Interests
-
!align="center"|[[File:Flag of Spain.png|70px]]<br>[[Presentation/Spanish|Spanish]]
+
                        </div>
-
|}
+
 
 +
                        <div class="course2">
 +
        Biocatalysis, analytical methods, cellular machinery
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Personal Interests
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
  Gigs, Game of Thrones, gifts (receiving).
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Role In Team
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
                          Head of finance, lab work, environmental & impact management, wiki, outreach
 +
                        </div>
 +
</div>
 +
 
 +
            <div class="column1">
 +
    <img src="https://static.igem.org/mediawiki/2013/8/8b/Rob.jpg" width="200" height="200" />
 +
                        <div class="name1">
 +
                          Name
 +
                        </div>
 +
 
 +
                        <div class="name2">
 +
    Rob Harrison
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Course
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
  Second year B.Sc. Developmental Biology
 +
                        </div>
 +
 
 +
                        <div class="course1">
 +
          Academic Interests
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
      Regenerative medicine, embryology, science and society
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Personal Interests
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
  Guitars, kayaks and cooking
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Role In Team
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
                          Head of human practices, outreach, lab work, wiki
 +
                        </div>
 +
</div>
 +
 
 +
            <div class="column1">
 +
    <img src="https://static.igem.org/mediawiki/2013/a/ae/TimMan.jpg" width="200" height="200" />
 +
                        <div class="name1">
 +
                          Name
 +
                        </div>
 +
 
 +
                        <div class="name2">
 +
  Tim Curd
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Course
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
  First year B.Sc Biotechnology
 +
                        </div>
 +
 
 +
                        <div class="course1">
 +
          Academic Interests
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
        GM Crops, Industrial Processes
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Personal Interests
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
  Squash, coffee, spending money (preferably other people's)
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Role In Team
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
                          Lab work, sponsorship
 +
                        </div>
 +
</div>
 +
 
 +
            <div class="column1">
 +
    <img src="https://static.igem.org/mediawiki/2013/6/64/RalfMan.jpg" width="200" height="200" />
 +
                        <div class="name1">
 +
                          Name
 +
                        </div>
 +
 
 +
                        <div class="name2">
 +
    Ralf Wenz
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Course
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
  Second year B.Sc. Molecular Biology
 +
                        </div>
 +
 
 +
                        <div class="course1">
 +
          Academic Interests
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
        Immunology, biostatistics, virology
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Personal Interests
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
  Travelling, running, hiking
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Role In Team
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
                          Head of sponsorship, modelling
 +
                        </div>
 +
</div>
 +
 
 +
            <div class="column1">
 +
    <img src="https://static.igem.org/mediawiki/2013/f/fd/Tan.jpg" width="200" height="200" />
 +
                        <div class="name1">
 +
                          Name
 +
                        </div>
 +
 
 +
                        <div class="name2">
 +
  Vun Hiang Tan
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Course
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
First year B.sc Biochemistry
 +
                        </div>
 +
 
 +
                        <div class="course1">
 +
          Academic Interests
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
        Animal behaviour, pharmacology, neuroscience
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Personal Interests
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
  Books, badminton and ice cream
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Role In Team
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
                          Head of ethics, lab work
 +
                        </div>
 +
</div>
 +
 
 +
            <div class="column1">
 +
    <img src="https://static.igem.org/mediawiki/2013/7/74/MarcoMan.jpg" width="200" height="200" />
 +
                        <div class="name1">
 +
                          Name
 +
                        </div>
 +
 
 +
                        <div class="name2">
 +
    Marco Pinheiro
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Course
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
  Final year B.Sc. Genetics with Industrial Experience
 +
                        </div>
 +
 
 +
                        <div class="course1">
 +
          Academic Interests
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
        RNA, transcriptomics and cancer biology
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Personal Interests
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
  Guitar, muay thai, app design
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Role In Team
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
                          Lab work
 +
                        </div>
 +
</div>
 +
 
 +
            <div class="column1">
 +
    <img src="https://static.igem.org/mediawiki/2013/3/3c/MattMan.jpg" width="200" height="200" />
 +
                        <div class="name1">
 +
                          Name
 +
                        </div>
 +
 
 +
                        <div class="name2">
 +
    Matt Birt
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Course
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
  First year B.Sc Economics
 +
                        </div>
 +
 
 +
                        <div class="course1">
 +
          Academic Interests
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
        Globalisation, economic history, finance
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Personal Interests
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
  Canada, money, Lost
 +
</div>
 +
 
 +
                        <div class="course1">
 +
  Role In Team
 +
                        </div>
 +
 
 +
                        <div class="course2">
 +
                          Head of economics, ethics
 +
                        </div>
 +
</div>
 +
 
 +
                <div class="team">
 +
                  <img src="https://static.igem.org/mediawiki/2013/e/e2/Man_uni.jpg" width="600" height="200"/>
 +
                  <p>With a distinguished history of academic achievement and an ambitious agenda for the future, The University of Manchester offers a learning experience rooted in a rich educational heritage and boosted by cutting-edge research and innovation – all at the heart of one of the world’s most vibrant and exciting student cities.
 +
Its tradition of success in learning and research stretches back over 180 years. The birth of the modern computer, the splitting of the atom, the founding principles of present-day economics – all these and many more world-changing innovations have their roots at The University of Manchester.<br>
 +
<br>
 +
This year we're proud to be The University of Manchester's first ever iGEM team! We will be working in the University's £38 million interdisciplinary research centre, the Manchester Institute of Biotechnology.
 +
 
 +
</p>
 +
                </div>     
 +
</div>
 +
</div>
 +
 
 +
</body>
 +
</html>

Latest revision as of 12:36, 3 December 2013

page

Top

Safety

Name
Divita Kulshrestha
Course
Second year B.Sc Genetics
Academic Interests
Pharmacogenomics, stem cells, human genetics
Personal Interests
Dancing, drawing and cooking
Role In Team
Lab work
Name
Elsa Axelsdottir
Course
Final year B.Sc Genetics
Academic Interests
Computational biology, non-coding RNA, and transcriptomics
Personal Interests
Tea, yoga and chocolate
Role In Team
Head of modelling, public outreach
Name
Jessica Birt
Course
First year B.Sc Biochemistry
Academic Interests
Crop improvement, molecular genetics and synthetic biology
Personal Interests
Formula 1, animation and rodents
Role In Team
Head of public outreach, modelling (hardcore data analysis)
Name
Lorna Hepworth
Course
Final year M.Chem Chemistry with Forensic and Analytical Chemistry
Academic Interests
Biocatalysis, analytical methods, cellular machinery
Personal Interests
Gigs, Game of Thrones, gifts (receiving).
Role In Team
Head of finance, lab work, environmental & impact management, wiki, outreach
Name
Rob Harrison
Course
Second year B.Sc. Developmental Biology
Academic Interests
Regenerative medicine, embryology, science and society
Personal Interests
Guitars, kayaks and cooking
Role In Team
Head of human practices, outreach, lab work, wiki
Name
Tim Curd
Course
First year B.Sc Biotechnology
Academic Interests
GM Crops, Industrial Processes
Personal Interests
Squash, coffee, spending money (preferably other people's)
Role In Team
Lab work, sponsorship
Name
Ralf Wenz
Course
Second year B.Sc. Molecular Biology
Academic Interests
Immunology, biostatistics, virology
Personal Interests
Travelling, running, hiking
Role In Team
Head of sponsorship, modelling
Name
Vun Hiang Tan
Course
First year B.sc Biochemistry
Academic Interests
Animal behaviour, pharmacology, neuroscience
Personal Interests
Books, badminton and ice cream
Role In Team
Head of ethics, lab work
Name
Marco Pinheiro
Course
Final year B.Sc. Genetics with Industrial Experience
Academic Interests
RNA, transcriptomics and cancer biology
Personal Interests
Guitar, muay thai, app design
Role In Team
Lab work
Name
Matt Birt
Course
First year B.Sc Economics
Academic Interests
Globalisation, economic history, finance
Personal Interests
Canada, money, Lost
Role In Team
Head of economics, ethics

With a distinguished history of academic achievement and an ambitious agenda for the future, The University of Manchester offers a learning experience rooted in a rich educational heritage and boosted by cutting-edge research and innovation – all at the heart of one of the world’s most vibrant and exciting student cities. Its tradition of success in learning and research stretches back over 180 years. The birth of the modern computer, the splitting of the atom, the founding principles of present-day economics – all these and many more world-changing innovations have their roots at The University of Manchester.

This year we're proud to be The University of Manchester's first ever iGEM team! We will be working in the University's £38 million interdisciplinary research centre, the Manchester Institute of Biotechnology.