Team:Manchester/Team
From 2013.igem.org
(→Where we're from) |
|||
(130 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | {{:Team:Manchester/layout/noheader}} | |
+ | {{:Team:Manchester/Navbartest2}} | ||
+ | {{:Team:Manchester/Footer}} | ||
<html> | <html> | ||
- | < | + | <head> |
- | + | <title> Safety </title> | |
- | + | ||
+ | <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 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> | ||
- | + | <div class="course2"> | |
- | + | Second year B.Sc Genetics | |
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <div class="course1"> | ||
+ | Academic Interests | ||
+ | </div> | ||
- | < | + | <div class="course2"> |
+ | Pharmacogenomics, stem cells, human genetics | ||
+ | </div> | ||
- | + | <div class="course1"> | |
- | + | Personal Interests | |
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <div class="course2"> | ||
+ | Dancing, drawing and cooking | ||
+ | </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/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> | ||
- | + | <div class="course2"> | |
+ | Computational biology, non-coding RNA, and transcriptomics | ||
+ | </div> | ||
- | + | <div class="course1"> | |
- | + | Personal Interests | |
- | + | </div> | |
+ | <div class="course2"> | ||
+ | Tea, yoga and chocolate | ||
+ | </div> | ||
- | + | <div class="course1"> | |
+ | Role In Team | ||
+ | </div> | ||
- | + | <div class="course2"> | |
- | + | Head of modelling, public outreach | |
- | + | </div> | |
- | + | </div> | |
- | + | ||
- | + | <div class="column1"> | |
- | + | <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"> | |
- | < | + | First year B.Sc Biochemistry |
- | + | </div> | |
+ | <div class="course1"> | ||
+ | Academic Interests | ||
+ | </div> | ||
- | + | <div class="course2"> | |
+ | Crop improvement, molecular genetics and synthetic biology | ||
+ | </div> | ||
- | + | <div class="course1"> | |
- | + | Personal Interests | |
- | + | </div> | |
- | + | ||
- | + | ||
- | </ | + | |
- | + | ||
- | = | + | <div class="course2"> |
+ | Formula 1, animation and rodents | ||
+ | </div> | ||
- | + | <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> | ||
- | = | + | <div class="course1"> |
+ | Course | ||
+ | </div> | ||
- | + | <div class="course2"> | |
- | + | Final year M.Chem Chemistry with Forensic and Analytical Chemistry | |
- | + | </div> | |
- | + | ||
- | + | <div class="course1"> | |
- | + | Academic Interests | |
- | + | </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
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.