|
|
(54 intermediate revisions not shown) |
Line 1: |
Line 1: |
| {{Team:Sheffield/NavigationBar}} | | {{Team:Sheffield/NavigationBar}} |
- | {{Team:Sheffield}} | + | {{Team:Sheffield/Content:Team}} |
| + | |
| <html> | | <html> |
- | <head> | + | <head> |
- | <title></title> | + | <title>Meet the Team</title> |
- | <link href="https://2014.igem.org/Team:Sheffield/Template:team1bootstrap.css?action=raw&ctype=text/css" rel='stylesheet' type='text/css' />
| + | <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'> |
- | <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
| + | <link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'> |
- | <script src="https://2014.igem.org/Team:Sheffield/Template:team1jquery.min.js?action=raw&ctype=text/javascript"></script>
| + | <style> |
- | <!-- Custom Theme files -->
| + | /* Page Style */ |
- | <link href="https://2014.igem.org/Team:Sheffield/Template:team1style.css?action=raw&ctype=text/css" rel='stylesheet' type='text/css' />
| + | |
- | <!--webfont-->
| + | |
- | <link href='http://fonts.googleapis.com/css?family=PT+Sans+Caption:100,300,400,500,600,700,800,900' rel='stylesheet' type='text/css'> | + | |
- | <link href='http://fonts.googleapis.com/css?family=Candal' rel='stylesheet' type='text/css'> | + | |
- | <script src="https://2014.igem.org/Team:Sheffield/Template:hover_pack.js?action=raw&ctype=text/javascript"></script>
| + | |
- | | + | |
- | | + | |
- | <link href="https://2014.igem.org/Team:Sheffield/Template:team2bootstrap.css?action=raw&ctype=text/css" rel='stylesheet' type='text/css' />
| + | |
- | <link href="https://2014.igem.org/Team:Sheffield/Template:team2style.css?action=raw&ctype=text/css" rel='stylesheet' type='text/css' />
| + | |
- | <link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'> | + | |
- | <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700' rel='stylesheet' type='text/css'>
| + | |
- | | + | |
- | <script src="https://2014.igem.org/Team:Sheffield/Template:team2hover_pack.js?action=raw&ctype=text/javascript"></script>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | </head>
| + | |
- | <body>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | <!-- Our Team Starts Here -->
| + | |
- | <div class="ourteam" id="team">
| + | |
- | | + | |
- | | + | |
- | <div class="main">
| + | |
| | | |
- | <div class="work" id="work">
| + | .teamProfiles { |
- | <div class="container">
| + | width: 960px; |
- | <div class="slider">
| + | margin-left: auto; |
| + | margin-right: auto; |
| + | } |
| + | .profilePicture { |
| + | background: #ffffff; |
| + | -webkit-border-radius: 130px; |
| + | padding: 5px 0px; |
| + | width: 250px; |
| + | height: 188px; |
| + | } |
| | | |
- | <div id="da-slider" class="da-slider">
| + | .headerImage { |
- | <div class="da-slide">
| + | position: absolute; |
- | <h2 class="m_3">Sheffield iGEM 2014</h2>
| + | top: -450px; |
- | <p class="m_5"><br>bla bla bla</p>
| + | width: 100%; |
- | </div>
| + | height: 525px; |
- | <div class="da-slide">
| + | overflow: hidden; |
- | <h2 class="m_3">Student Researchers</h2>
| + | z-index: -1; |
- | <p class="m_5"><br>bla bla bla</p>
| + | } |
- | </div>
| + | |
- | </div>
| + | |
- | <link rel="stylesheet" type="text/css" href="https://2014.igem.org/Team:Sheffield/Template:slider.css?action=raw&ctype=text/css" /> | + | |
- | <script type="text/javascript" src="https://2014.igem.org/Team:Sheffield/Template:modernizr.custom.28468.js?action=raw&ctype=text/javascript"></script>
| + | |
- | <script type="text/javascript" src="https://2014.igem.org/Team:Sheffield/Template:jquery.cslider.js?action=raw&ctype=text/javascript"></script>
| + | |
- | <script type="text/javascript">
| + | |
- | $(function() { | + | |
- | | + | |
- | $('#da-slider').cslider({
| + | |
- | autoplay : true,
| + | |
- | bgincrement : 500
| + | |
- | });
| + | |
- | | + | |
- | });
| + | |
- | </script> | + | |
| | | |
- | </div> | + | .headerImage img { |
- | </div>
| + | width: 100%; |
- | </div>
| + | } |
| | | |
| + | .subPageTitle { |
| + | text-align: center; |
| + | font-family: 'Lato', sans-serif; |
| + | font-size: 60px; |
| + | letter-spacing: -2px; |
| + | color: white; |
| + | font-weight: 300; |
| + | margin-top: 100px; |
| + | margin-bottom: 70px; |
| + | border: none; |
| + | } |
| | | |
- | <div class="container">
| + | td { |
| + | text-align: center; |
| + | vertical-align: top; |
| + | } |
| | | |
- | <div class="col-md-6 team-row-column">
| + | table { |
- | <img src="https://static.igem.org/mediawiki/2014/c/cc/Jay.JPG" class="img-responsive" alt=""/>
| + | background: transparent; |
- | <h4><a href="#">Jianxing Qin</a></h4>
| + | } |
- | <p>Control Systems Engineer</p>
| + | |
- | <ul class="social">
| + | |
- | <li><i class="tw"></i></li>
| + | |
- | <li><i class="ist"></i></li>
| + | |
- | </ul>
| + | |
- | </div> | + | |
- | <div class="col-md-6 team-row-column">
| + | |
- | <img src="https://static.igem.org/mediawiki/2014/9/94/BenM.JPG" class="img-responsive" alt=""/>
| + | |
- | <h4><a href="#">Ben Madden</a></h4>
| + | |
- | <p>bla bla bla</p>
| + | |
- | <ul class="social">
| + | |
- | <li><i class="tw"></i></li>
| + | |
- | <li><i class="ist"></i></li>
| + | |
- | </ul>
| + | |
- | </div>
| + | |
- | <div class="col-md-6 team-row-column">
| + | |
- | <img src="https://static.igem.org/mediawiki/2014/f/f0/SheffieldAlex.JPG" class="img-responsive" alt=""/>
| + | |
- | <h4><a href="#">Alex</a></h4>
| + | |
- | <p>Aerospace Engineer</p>
| + | |
- | <ul class="social">
| + | |
- | <li><i class="tw"></i></li>
| + | |
- | <li><i class="ist"></i></li>
| + | |
- | </ul>
| + | |
- | </div>
| + | |
- | <div class="col-md-6 team-row-column">
| + | |
- | <img src="https://static.igem.org/mediawiki/2014/c/c8/SheffieldBen.JPG" class="img-responsive" alt=""/>
| + | |
- | <h4><a href="#">Ben Lomax</a></h4>
| + | |
- | <p>bla bla bla</p>
| + | |
- | <ul class="social">
| + | |
- | <li><i class="tw"></i></li>
| + | |
- | <li><i class="ist"></i></li>
| + | |
- | </ul>
| + | |
- | </div>
| + | |
- | <div class="clearfix"></div>
| + | |
- | </div>
| + | |
| | | |
- | </div>
| + | |
- | <!-- Our Team Ends Here --> | + | </style> |
- | </div>
| + | </head> |
- | </body> | + | <body> |
| + | <div class="headerImage"><img src="https://static.igem.org/mediawiki/2014/2/22/Grey_stripes_Sheffield2014.png"></div> |
| + | </body> |
| </html> | | </html> |
Lara Grew
Genetics
Height: 5'0
Previous Conviction: Chauvinism
Lara took charge in many of the labs, had overall responsibility for the lab book and researched attitudes to Synthetic Biology at the University of Sheffield
|
Mustafa Hussain
Mechatronics Engineering
Height: 5'9
Previous Conviction: GTA of a quadcopter
As well as participating in the labs, Mustafa was responsible for analysing the lab data and general computational support for the wiki
|
Ben Lomax
Molecular Biology
Height: 5'7
Previous Conviction: Being too damn cool
Aside from using his mind-blowing design skills, Ben was involved in a number of labs and had a hand in organising some of the collaborations with other teams
|
Ben Madden
Chemical Engineering
Height: 6'4
Previous Conviction: Caught in a compromising position with a bioreactor Ben took the lead with the Product Design Modelling, creating a small, undersink bioreactor unit and planning it's manufacture
|
Sharan Nanuan
Biochemistry and Microbiology
Height: 5'5
Previous Conviction: Caught in socks and sandals in the lab
Sharan was the mastermind behind the SocioBrick Registry, contributed to the Policy and Practices research, and was a regular figure in the Fatberglar labs
|
Erika Otaviano
Bioengineering with Bioprocessing
Height: 5'5
Previous Conviction: Hotel room liasons with interviewees
Erika took the helm with the lab notation, had a hand in the Notions of Responsibility report, engaged in some of the collaborations and took part in labs
|
Jianxing Qin
Control Systems Engineering
Height: 5'10 Previous Conviction: Poor iGEM cinematography
Jay's technological expertise was put to use in making the wiki and editing the videos
|
Alex Simpson
Aerospace Engineering
Height: 6'1 Previous Conviction: Glowing brighter than the RFP assays
Alex's key responsibilities were in product design and expert consultation, alongside the Notions of Responsibility study, and lab support
|