Team:St Pauls London

From 2013hs.igem.org

(Difference between revisions)
 
(280 intermediate revisions not shown)
Line 1: Line 1:
<html> <!-- STYLES -->
<html> <!-- STYLES -->
   <head>
   <head>
 +
 
 +
    <link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
 +
   
     <style>
     <style>
-
+
        body {
-
#internet-explorer {
+
                font-family: 'Open Sans';
-
margin-top: 0px;
+
                font-weight: 300;
-
text-align: center;
+
                letter-spacing: 0.5px;
-
color: #C30;
+
        }
-
font-family: monospace;
+
 
-
font-weight: bold;
+
        #p-logo {
-
}
+
                display: none;
-
+
        }
 +
 
 +
        form#searchform {
 +
                display: none;
 +
        }
 +
 
 +
        h1.firstHeading {
 +
                display: none;
 +
        }
 +
 
 +
        #top-of-page {
 +
                position: absolute;
 +
                margin-top: -125px;
 +
                margin-left: -5px;
 +
                height: 120px;
 +
                width: 975px;
 +
                background-image: url('https://static.igem.org/mediawiki/2013hs/b/b5/Banner.jpg');
 +
        }
 +
 
 +
        #toc {
 +
                display: none;
 +
        }
 +
 
 +
        #catlinks {
 +
                display: none;
 +
        }
/*----- HEADER -----*/
/*----- HEADER -----*/
#header {
#header {
-
height: 200px;
+
                padding-top: 20px;
-
padding-bottom: 20px;
+
height: 150px;
}
}
#headerTitle {
#headerTitle {
text-align: right;
text-align: right;
-
font-weight: bold;
+
font-weight: 400;
-
font-size: 36px;
+
font-size: 44px;
 +
                color: black;
}
}
#logo {
#logo {
-
position: absolute;
 
left: 20%;
left: 20%;
align: left;
align: left;
Line 49: Line 77:
/*----- HEADER BUTTONS -----*/
/*----- HEADER BUTTONS -----*/
 +
.nav_button {
.nav_button {
bottom: 20%;
bottom: 20%;
Line 58: Line 87:
text-align: center;
text-align: center;
vertical-align: middle;
vertical-align: middle;
-
display: table-cell;
+
display: table-cell;
 +
                font-weight: 100;
}
}
-
+
 
-
a.nav_buttonLink, a.nav_buttonLink:visited {
+
        a.nav_buttonLink, a.nav_buttonLink:visited {
text-decoration: none;
text-decoration: none;
                 color: black;
                 color: black;
Line 68: Line 98:
color: #F93;
color: #F93;
text-decoration: underline;
text-decoration: underline;
-
}
+
}   
 +
 +
        a.mobile-link, a.mobile-link:hover, a.mobile-link:active {
 +
                text-decoration:none;
 +
        }
/*----- END OF BUTTONS -----*/
/*----- END OF BUTTONS -----*/
-
+
 
 +
        ul.drop-down {
 +
                list-style: none;
 +
                margin-top: 0px;
 +
                position: absolute;
 +
                padding: 0;
 +
        }
 +
 
 +
        ul.drop-down li {
 +
                display: none;
 +
                position: relative;
 +
                text-align: left;
 +
                margin: 5px;               
 +
        }
 +
 
 +
        div.drop-down {
 +
                background-color: #EAEAEA;
 +
        }
 +
 
 +
        div.drop-down-top {
 +
                background-color: transparent;
 +
                margin-bottom: -7px;
 +
        }
 +
 
 +
        ul.drop-down:hover div.drop-down-top {
 +
                background-color: #EAEAEA;
 +
        }
 +
 
 +
        ul.drop-down li.top-of-list {  /*----- makes sure top item is always shown -----*/
 +
                display: block;
 +
        }
 +
             
 +
        ul.drop-down:hover li {  /*----- shows drop down -----*/
 +
                display: block;             
 +
        }
 +
 
 +
        ul.drop-down:hover li.top-of-list {
 +
                color: #F93;
 +
text-decoration: underline;             
 +
        }
 +
 
/*----- END OF HEADER -----*/
/*----- END OF HEADER -----*/
/*----- MAIN CONTENT -----*/
/*----- MAIN CONTENT -----*/
-
+
 
.title-link, .title-link:active, .title-link:visited {
.title-link, .title-link:active, .title-link:visited {
text-decoration: none;
text-decoration: none;
Line 85: Line 159:
                 color: #F93;
                 color: #F93;
         }
         }
-
#first-panel {
+
 
-
display: ;
+
-
background: white;
+
-
border:1px solid white;
+
-
padding-left: 15px;
+
-
-moz-border-radius-topright: 20px;
+
-
-webkit-border-top-right-radius: 20px;
+
-
-moz-border-radius-bottomright: 20px;
+
-
-webkit-border-bottom-right-radius: 20px;
+
-
width: 100%;
+
-
height: auto;
+
-
}
+
-
+
-
#second-panel {
+
-
display: none;
+
-
background: white;
+
-
border:1px solid white;
+
-
padding-left: 15px;
+
-
-moz-border-radius-topright: 20px;
+
-
-webkit-border-top-right-radius: 20px;
+
-
-moz-border-radius-bottomright: 20px;
+
-
-webkit-border-bottom-right-radius: 20px;
+
-
width: 100%;
+
-
height: auto;
+
-
}
+
-
+
-
#third-panel {
+
-
display: none;
+
-
background: white;
+
-
border:1px solid white;
+
-
padding-left: 15px;
+
-
-moz-border-radius-topright: 20px;
+
-
-webkit-border-top-right-radius: 20px;
+
-
-moz-border-radius-bottomright: 20px;
+
-
-webkit-border-bottom-right-radius: 20px;
+
-
width: 100%;
+
-
height: auto;
+
-
}
+
-
+
-
#fourth-panel {
+
-
display: none;
+
-
background: white;
+
-
border:1px solid white;
+
-
padding-left: 15px;
+
-
-moz-border-radius-topright: 20px;
+
-
-webkit-border-top-right-radius: 20px;
+
-
-moz-border-radius-bottomright: 20px;
+
-
-webkit-border-bottom-right-radius: 20px;
+
-
width: 100%;
+
-
height: auto;
+
-
}
+
-
+
-
/*----- FIRST CONTENT -----*/
+
-
+
-
/*----- SECOND CONTENT -----*/
+
-
+
-
/*----- THIRD CONTENT -----*/
+
-
+
-
/*----- FOURTH CONTENT -----*/
+
-
+
</style>
</style>
   </head>
   </head>
Line 150: Line 165:
<html>
<html>
-
   <head>
+
   <div id="top-of-page">
-
    <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.js"></script>
+
-
   
+
-
    <!-- FIRST BUTTON -->
+
-
<script type="text/javascript">
+
-
$(document).ready(function(){
+
-
    $("#nav-button-link-first").click(function(){
+
-
        $("#first-panel").toggle("fast");
+
-
$("#second-panel").hide("fast");
+
-
$("#third-panel").hide("fast");
+
-
$("#fourth-panel").hide("fast");
+
-
        $(this).toggleClass("active");
+
-
        return false;
+
-
    });
+
-
});
+
-
</script>
+
-
   
+
-
    <script type="text/javascript">
+
-
$(document).ready(function(){
+
-
    $("#first-title-link").click(function(){
+
-
        $("#first-panel").toggle("fast");
+
-
$("#second-panel").hide("fast");
+
-
$("#third-panel").hide("fast");
+
-
$("#fourth-panel").hide("fast");
+
-
        $(this).toggleClass("active");
+
-
        return false;
+
-
    });
+
-
});
+
-
</script>
+
-
   
+
-
    <!-- SECOND BUTTON -->
+
-
   
+
-
    <script type="text/javascript">
+
-
$(document).ready(function(){
+
-
    $("#nav-button-link-second").click(function(){
+
-
        $("#second-panel").toggle("fast");
+
-
$("#first-panel").hide("fast");
+
-
$("#third-panel").hide("fast");
+
-
$("#fourth-panel").hide("fast");
+
-
        $(this).toggleClass("active");
+
-
        return false;
+
-
    });
+
-
});
+
-
</script>
+
-
   
+
-
    <script type="text/javascript">
+
-
$(document).ready(function(){
+
-
    $("#second-title-link").click(function(){
+
-
        $("#second-panel").toggle("fast");
+
-
$("#first-panel").hide("fast");
+
-
$("#third-panel").hide("fast");
+
-
$("#fourth-panel").hide("fast");
+
-
        $(this).toggleClass("active");
+
-
        return false;
+
-
    });
+
-
});
+
-
</script>
+
-
   
+
-
    <!-- THIRD BUTTON -->
+
-
   
+
-
    <script type="text/javascript">
+
-
$(document).ready(function(){
+
-
    $("#nav-button-link-third").click(function(){
+
-
        $("#third-panel").toggle("fast");
+
-
$("#first-panel").hide("fast");
+
-
$("#second-panel").hide("fast");
+
-
$("#fourth-panel").hide("fast");
+
-
        $(this).toggleClass("active");
+
-
        return false;
+
-
    });
+
-
});
+
-
</script>
+
-
   
+
-
    <script type="text/javascript">
+
-
$(document).ready(function(){
+
-
    $("#third-title-link").click(function(){
+
-
        $("#third-panel").toggle("fast");
+
-
$("#first-panel").hide("fast");
+
-
$("#second-panel").hide("fast");
+
-
$("#fourth-panel").hide("fast");
+
-
        $(this).toggleClass("active");
+
-
        return false;
+
-
    });
+
-
});
+
-
</script>
+
-
   
+
-
    <!-- FOURTH BUTTON -->
+
-
   
+
-
    <script type="text/javascript">
+
-
$(document).ready(function(){
+
-
    $("#nav-button-link-fourth").click(function(){
+
-
        $("#fourth-panel").toggle("fast");
+
-
$("#first-panel").hide("fast");
+
-
$("#second-panel").hide("fast");
+
-
$("#third-panel").hide("fast");
+
-
        $(this).toggleClass("active");
+
-
        return false;
+
-
    });
+
-
});
+
-
</script>
+
-
   
+
-
    <script type="text/javascript">
+
-
$(document).ready(function(){
+
-
    $("#fourth-title-link").click(function(){
+
-
        $("#fourth-panel").toggle("fast");
+
-
$("#first-panel").hide("fast");
+
-
$("#second-panel").hide("fast");
+
-
$("#third-panel").hide("fast");
+
-
        $(this).toggleClass("active");
+
-
        return false;
+
-
    });
+
-
});
+
-
</script>
+
-
  </head>
+
-
</html>
+
 +
  </div>
-
<html>
 
   <div id="header">
   <div id="header">
 +
  <div id="push-left">
   <!--<img src="assets/logo.png" id="logo">-->
   <!--<img src="assets/logo.png" id="logo">-->
   <div id="headerTitle">
   <div id="headerTitle">
Line 285: Line 187:
   <div id="headerSubTitle">
   <div id="headerSubTitle">
</html>
</html>
-
<center>An <html><a id="igem"></html>iGEM<html></a></html> Team</center>
+
<center>An <html><a id="igem" href="https://2013hs.igem.org/Main_Page"></html>iGEM<html></a></html> Team</center>
<html>
<html>
   </div>
   </div>
-
    <!--[if gte IE 2 ]>
+
  </div>
-
<p id="internet-explorer">This Wiki is designed for best use on <a href="https://www.google.com/intl/en_uk/chrome/browser/?hl=en-GB">Google Chrome</a> and <a href="https://www.mozilla.org/en-US/firefox/fx/#desktop">Mozilla Firefox</a>. Some key features are not available to your browser, please use a different browser or click <a href="">here</a>.</p>
+
-
    <![endif]-->
+
</html>
</html>
<center>
<center>
-
{| style="text-align: center; margin-left: 50px; width: 500px;"
+
{| style="text-align: center; width: 500px;"
|
|
 +
<html>
<html>
-
   <a class="nav_buttonLink" id="nav-button-link-first" href="#first"><div class="nav_button" id="first"><p class="nav_buttonText">
+
   <ul class="drop-down">
-
HOME
+
  <div class="drop-down-top">
 +
  <li class="top-of-list">
 +
    <a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London">
 +
    <div class="nav_button">
 +
    <p class="nav_buttonText">
</html>
</html>
 +
HOME
<html>
<html>
-
   </p></div></a>
+
   </p></div></a></li></div></ul>
</html>
</html>
|
|
<html>
<html>
-
<a class="nav_buttonLink" id="nav-button-link-second" href="#second"><div class="nav_button" style="margin-left: 10px;" id="second"><p class="nav_buttonText">
+
  <ul class="drop-down">
 +
  <div class="drop-down-top">
 +
  <li class="top-of-list">  
 +
    <a class="mobile-link" href="">
 +
    <div class="nav_button">
 +
    <p class="nav_buttonText">
</html>
</html>
PROJECT
PROJECT
<html>
<html>
-
   </p></div></a>
+
   </p></div></a></li></div>
</html>
</html>
 +
<html><div class="drop-down"><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Abstract"></html>
 +
----
 +
ABSTRACT
 +
----
 +
<html></a></li></html>
 +
<html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Parts"></html>
 +
PARTS
 +
----
 +
<html></a></li></html>
 +
<html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Procedures"></html>
 +
PROCEDURES
 +
----
 +
<html></a></li></html>
 +
<html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Protocols"></html>
 +
PROTOCOLS
 +
----
 +
<html></a></li></html>
 +
<html></div></ul></html>
|
|
<html>
<html>
-
   <a class="nav_buttonLink" id="nav-button-link-third" href="#third"><div class="nav_button" id="third"><p class="nav_buttonText">
+
   <ul class="drop-down">
 +
  <div class="drop-down-top">
 +
  <li class="top-of-list">
 +
    <a class="mobile-link" href="">
 +
    <div class="nav_button">
 +
    <p class="nav_buttonText">
</html>
</html>
THE TEAM
THE TEAM
<html>
<html>
-
   </p></div></a>
+
   </p></div></a></li></div>
</html>
</html>
-
 
+
<html><div class="drop-down"><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Participants"></html>
 +
----
 +
PARTICIPANTS
 +
----
 +
<html></a></li></html>
 +
<html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Supervisors"></html>
 +
SUPERVISORS
 +
----
 +
<html></a></li></html>
 +
<html></div></html>
|
|
<html>
<html>
-
   <a class="nav_buttonLink" id="nav-button-link-fourth" href="#fourth"><div class="nav_button" id="fourth"><p class="nav_buttonText">
+
   <ul class="drop-down">
 +
  <div class="drop-down-top">
 +
  <li class="top-of-list">
 +
    <a style="text-decoration: none" href="">
 +
    <div class="nav_button">
 +
    <p class="nav_buttonText">
</html>
</html>
-
NOTEBOOK
+
OTHER
<html>
<html>
-
   </p></div></a>
+
   </p></div></a></li></div>
</html>
</html>
 +
<html><div class="drop-down"><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Notebook"></html>
 +
----
 +
NOTEBOOK
 +
----
 +
<html></a></li></html>
 +
<html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Human_Practices"></html>
 +
HUMAN PRACTICES
 +
----
 +
<html></a></li></html>
 +
<html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Safety"></html>
 +
SAFETY
 +
----
 +
<html></a></li></html>
 +
<html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Attributions"></html>
 +
ATTRIBUTIONS
 +
----
 +
<html></a></li></html>
 +
<html></div></html>
|-
|-
|}
|}
Line 334: Line 300:
<html>
<html>
-
   <a class="title-link" id="first-title-link" id="#first"><h3>
+
   </div>
</html>
</html>
-
Home
 
-
<html>
 
-
  </h3></a>
 
-
  <div id="first-panel">
 
-
</html>
 
-
hello
 
-
<html>
+
<p>Hi! We are a team of five 17 year olds from St Paul’s School, the first team from our school, and indeed the first ever UK school team to enter iGEM. St Paul’s is a day school in South West London, UK and was founded over 500 years ago by John Colet, dean of St Paul’s. The school was originally established in St Paul’s Cathedral in the city centre (hence the name) but has since expanded from Colet’s original 153 boys to accommodate over 800 boys between the ages of 13-18 and consequently the school now sits in Barnes on the River Thames.</p>
-
  </div>
+
            <p>We are aiming to produce a lactose sensor, a project which you can read more about in the project section of this page, but promises to be both a challenging and stimulating one. The fiver of us were inspired to compete in the competition after the school hosted a speaker from the scientific work who introduced us to some the exciting work that past high-school and university teams has completed. </p>
-
</html>
+
 
-
*g
+
<html></div></html>
-
*g
+
-
*g
+
-
*g
+
-
*g
+
-
*g
+
-
*g
+
-
*g
+
-
*g
+
-
*g
+
-
*g
+

Latest revision as of 21:19, 12 May 2014

Hi! We are a team of five 17 year olds from St Paul’s School, the first team from our school, and indeed the first ever UK school team to enter iGEM. St Paul’s is a day school in South West London, UK and was founded over 500 years ago by John Colet, dean of St Paul’s. The school was originally established in St Paul’s Cathedral in the city centre (hence the name) but has since expanded from Colet’s original 153 boys to accommodate over 800 boys between the ages of 13-18 and consequently the school now sits in Barnes on the River Thames.

We are aiming to produce a lactose sensor, a project which you can read more about in the project section of this page, but promises to be both a challenging and stimulating one. The fiver of us were inspired to compete in the competition after the school hosted a speaker from the scientific work who introduced us to some the exciting work that past high-school and university teams has completed.