Team:St Andrews/Team
From 2012.igem.org
(Difference between revisions)
(Prototype team page) |
|||
Line 1: | Line 1: | ||
- | + | {{:Team:St_Andrews/Template:Header}} | |
- | + | ||
<html> | <html> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | < | + | <head> |
+ | <title>tile.stamen.com: Google Maps</title> | ||
+ | <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=AIzaSyD39q_a3xfQCzaef63PvP72cXyq605rRXY&sensor=false"></script> | ||
+ | <script type="text/javascript" src="http://maps.stamen.com/js/tile.stamen.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | function initialize() { | ||
+ | var options = { | ||
+ | center: new google.maps.LatLng(56.3370, -2.7998), | ||
+ | zoom: 8, | ||
+ | panControl: false, | ||
+ | zoomControl: true, | ||
+ | mapTypeControl: false, | ||
+ | scaleControl: false, | ||
+ | streetViewControl: false, | ||
+ | overviewMapControl: false, | ||
+ | mapTypeId: "Watercolor", | ||
+ | |||
+ | }; | ||
+ | var map = new google.maps.Map(document.getElementById("map"), options); | ||
+ | map.mapTypes.set("Toner", new google.maps.StamenMapType("toner")); | ||
+ | map.mapTypes.set("Terrain", new google.maps.StamenMapType("terrain")); | ||
+ | map.mapTypes.set("Watercolor", new google.maps.StamenMapType("watercolor")); | ||
- | + | var marker = new google.maps.Marker({ | |
- | + | position: new google.maps.LatLng(56.3370, -2.7998), | |
- | + | title:"We are here!" | |
- | + | }); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | // To add the marker to the map, call setMap(); | ||
+ | marker.setMap(map); | ||
+ | } | ||
+ | </script> | ||
+ | <style type="text/css"> | ||
+ | #map { | ||
+ | width: 75%; | ||
+ | height: 420px; | ||
- | < | + | } |
+ | </style> | ||
+ | </head> | ||
- | + | <body> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <div align="center"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/d/d5/IgemTeam.jpg"/><br><br> | ||
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
+ | <div id="photoblock" class="offset1"> | ||
+ | <h2>Who we are?</h2> | ||
+ | <h3>Team</h3> | ||
+ | <ul class="thumbnails"> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Zoe Ashwood</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Josephine Buerger</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Antti Korpimäki</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Michael Lockhart</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Mindaugas Paužuolis</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Veronica Rezelj</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Aleksejs Sazonovs</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Hannah Taylor</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Yiwang Xu</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | |||
+ | <h3>Academic advisors</h3> | ||
+ | <ul class="thumbnails"> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Terry Smith</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Chris Hooley</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>John Mitchell</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Silvia Paracchini</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Gerald Prescott</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>V Anne Smith</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <h3>Post graduate advisors </h3> | ||
+ | <ul class="thumbnails"> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Maciej Antkowiak</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Michał Barski</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Juliana Bowles</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Christopher Owen</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="span3"> | ||
+ | <a href="#" class="thumbnail"> | ||
+ | <img src="http://placehold.it/260x180" alt=""> | ||
+ | <br> | ||
+ | <p> | ||
+ | <center>Lee Sherry</center> | ||
+ | </p> | ||
+ | <br> | ||
+ | </a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <h2 class="offset1">Where are we?</h2> | ||
+ | <div align="center"> | ||
+ | <div id="map"></div> | ||
+ | <br><br> | ||
+ | </div> | ||
- | + | <script type="text/javascript">initialize();</script> | |
- | + | </body> | |
- | + | </html> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Revision as of 09:27, 11 June 2012
Who we are?
Team
-
Zoe Ashwood
-
Josephine Buerger
-
Antti Korpimäki
-
Michael Lockhart
-
Mindaugas Paužuolis
-
Veronica Rezelj
-
Aleksejs Sazonovs
-
Hannah Taylor
-
Yiwang Xu