Test

From 2010.igem.org

(Difference between revisions)
 
(25 intermediate revisions not shown)
Line 1: Line 1:
-
<nowiki><div id="allcontent">  
+
__NOTOC__
-
+
<html>
-
<img class="bannerimage" src="https://static.igem.org/mediawiki/2010/2/2d/Harvard2010igardenbanner.png" width="950px"><br />  
+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
-
+
<script>
-
<div id="headerlinks">  
+
$(document).ready(function(){
-
<ul id="nav">  
+
$("ul.subnav").parent().append("<span></span>"); //Only shows drop down trigger when js is enabled - Adds empty span tag after ul.subnav
-
<li>  
+
$("ul.topnav li a") .mouseover(function() { //When trigger is clicked...
-
<a class="bannertoplinks" href="https://2010.igem.org/Team:Harvard">home</a>  
+
//Following events are applied to the subnav itself (moving subnav up and down)
-
</li>  
+
$(this).parent().find("ul.subnav").slideDown('fast').show(); //Drop down the subnav on click
-
+
$(this).parent().hover(function() {
-
<li><a class="bannertoplinks" href="#">project</a>  
+
}, function(){
-
<ul>  
+
$(this).parent().find("ul.subnav").slideUp('medium'); //When the mouse hovers out of the subnav, move it back up
-
<li><a class="bannerlinks" href="https://2010.igem.org/Team:Harvard/vectors">vectors</a></li>  
+
});
-
<li><a class="bannerlinks" href="https://2010.igem.org/Team:Harvard/allergy">allergy</a></li>  
+
//Following events are applied to the trigger (Hover events for the trigger)
-
<li><a class="bannerlinks" href="https://2010.igem.org/Team:Harvard/flavor">flavor</a></li>  
+
}).hover(function() {
-
<li><a class="bannerlinks" href="https://2010.igem.org/Team:Harvard/fences">genetic fence</a></li>  
+
$(this).addClass("subhover"); //On hover over, add class "subhover"
-
<li><a class="bannerlinks" href="https://2010.igem.org/Team:Harvard/human_practices">human practices</a></li>  
+
}, function(){ //On Hover Out
-
</ul>  
+
$(this).removeClass("subhover"); //On hover out, remove class "subhover"
-
</li>  
+
});
-
<li><a class="bannertoplinks" href="#">people</a>  
+
 
-
<ul>  
+
});
-
<li><a class="bannerlinks" href="https://2010.igem.org/Team:Harvard/students">students</a></li>  
+
</script>
-
<li><a class="bannerlinks" href="https://2010.igem.org/Team:Harvard/advisors">advisors</a></li>  
+
 
-
<li><a class="bannerlinks" href="https://2010.igem.org/Team:Harvard/sponsors">sponsors</a></li>  
+
<style type="text/css">
-
<li><a class="bannerlinks" href="https://2010.igem.org/Team:Harvard/gallery">gallery</a></li>  
+
#bodyContent{
-
</ul>  
+
background:url("https://static.igem.org/mediawiki/2010/9/90/Body_bg_border.png") no-repeat scroll top transparent;
-
</li>
+
margin-top:-15px;
-
<li><a class="bannertoplinks" href="#">online</a>  
+
    }
-
<ul>  
+
 
-
<li><a class="bannerlinks" href="http://harvardigem.org">blog</a></li>  
+
body {
-
<li><a class="bannerlinks" href="http://twitter.com/harvardigem">twitter</a></li>  
+
margin: 0; padding: 0;
-
<li><a class="bannerlinks" href="http://openwetware.org/wiki/IGEM:Harvard/2010">openwetware</a></li>
+
font: 10px normal Arial, Helvetica, sans-serif;
-
<li><a class="bannerlinks" href="http://www.facebook.com/pages/Cambridge-MA/Harvard-iGEM/269794024286?ref=ts">facebook</a></li>  
+
 
-
</ul>  
+
}
-
</li>
+
.container {
-
<li><a class="bannertoplinks" href="https://2010.igem.org/Team:Harvard/contact">contact us</a>  
+
min-height:650px;
-
</li>  
+
    height:auto !important;
-
</ul>
+
    height:650px;
-
</div> </nowiki>
+
width: 960px;
 +
margin: 0 auto;
 +
position: relative;
 +
}
 +
#header {
 +
background: url('https://static.igem.org/mediawiki/2010/0/0d/Banner_escherichia_holmes1.png') no-repeat top transparent !important;
 +
        height:305px;
 +
 
 +
}
 +
 
 +
.contents {
 +
background-color:#E5E5E5;
 +
border-left:1px solid #000000;
 +
border-right:1px solid #000000;
 +
font:13px normal Arial,Helvetica,sans-serif;
 +
height:auto !important;
 +
margin:34px auto 0;
 +
min-height:495px;
 +
padding-left:20px;
 +
padding-right:20px;
 +
padding-top:13px;
 +
position:relative;
 +
width:918px;
 +
z-index:-1;
 +
}
 +
 
 +
.rounded {
 +
position:absolute;
 +
bottom:0;
 +
left:0;
 +
width: 960px;
 +
margin: 0 auto;
 +
position: relative;
 +
background: url(https://static.igem.org/mediawiki/2010/1/15/Rounded1.gif) no-repeat;
 +
height:11px;
 +
z-index:-1;
 +
}
 +
#footer{
 +
    color: #003300;
 +
    font-size: 9px;
 +
    margin-top:10px;
 +
    font-family: Verdana, Geneva, Arial, sans-serif;
 +
    text-align: center;
 +
    //position: absolute;
 +
    //bottom: 0px;
 +
    //left: 0px;
 +
    width: 100%;
 +
    height: 18px
 +
}
 +
ul.topnav {
 +
background:url("https://static.igem.org/mediawiki/2010/d/d5/Topnav_bg1.gif") repeat-x scroll center bottom transparent;
 +
float:right;
 +
font-size:1em;
 +
list-style:none outside none;
 +
margin:0;
 +
padding:296px 20px 0;
 +
z-index:1000;
 +
}
 +
ul.topnav li {
 +
float: left;
 +
margin: 0;
 +
padding: 0 30px 0 0;
 +
position: relative; /*--Declare X and Y axis base--*/
 +
}
 +
ul.topnav li a{
 +
padding: 6px 5px 10px;
 +
color: #fff;
 +
display: block;
 +
text-decoration: none;
 +
float: left;
 +
}
 +
ul.topnav li a:hover{
 +
background: url(https://static.igem.org/mediawiki/2010/f/f5/Topnav_hover.gif) no-repeat center top;
 +
}
 +
ul.topnav li span { /*--Drop down trigger styles--*/
 +
width: 17px;
 +
height: 35px;
 +
float: left;
 +
background: url(https://static.igem.org/mediawiki/2010/4/45/Subnav_btn.gif) no-repeat center top;
 +
}
 +
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
 +
ul.topnav li ul.subnav {
 +
list-style: none;
 +
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
 +
left: 0; top: 35px;
 +
background: #333;
 +
margin: 0; padding: 0;
 +
display: none;
 +
float: left;
 +
width: 150px;
 +
-moz-border-radius-bottomleft: 5px;
 +
-moz-border-radius-bottomright: 5px;
 +
-webkit-border-bottom-left-radius: 5px;
 +
-webkit-border-bottom-right-radius: 5px;
 +
border: 1px solid #111;
 +
}
 +
ul.topnav li ul.subnav li{
 +
margin: 0; padding: 0;
 +
border-top: 1px solid #252525; /*--Create bevel effect--*/
 +
border-bottom: 1px solid #444; /*--Create bevel effect--*/
 +
clear: both;
 +
width: 150px;
 +
}
 +
html ul.topnav li ul.subnav li a {
 +
float: left;
 +
width: 125px;
 +
background: #333 url(https://static.igem.org/mediawiki/2010/4/4b/Dropdown_linkbg.gif) no-repeat 10px center;
 +
padding-left: 20px;
 +
}
 +
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
 +
background: #222 url(https://static.igem.org/mediawiki/2010/4/4b/Dropdown_linkbg.gif) no-repeat 10px center;
 +
}
 +
#header img {
 +
margin: 20px 0 10px;
 +
}
 +
</style>
 +
 
 +
<div class="container">
 +
 
 +
    <div id="header">
 +
        <ul class="topnav">
 +
            <li><a href="Home.html">Home</a></li>
 +
            <li>
 +
                <a href="Background.html">Background</a>
 +
                <ul class="subnav">
 +
                    <li><a href="#">Introduction</a></li>
 +
                    <li><a href="#">Environmental Biosensors</a></li>
 +
                    <li><a href="#">Oil Spills</a></li>
 +
                    <li><a href="#">Deepwater Horizon <br>Timeline</a></li>
 +
                    <li><a href="#">Eutrofication</a></li>
 +
                    <li><a href="#">References</a></li>
 +
                </ul>
 +
            </li>
 +
            <li>
 +
                <a href="Project.html">Project</a>
 +
                <ul class="subnav">
 +
                    <li><a href="#">Aromatic Sensor</a></li>
 +
                    <li><a href="#">Nitrate Sensor</a></li>
 +
                    <li><a href="#">Alkane sensor</a></li>
 +
                </ul>
 +
            </li>
 +
            <li><a href="Parts.html">Parts</a></li>
 +
            <li><a href="Notebook">Notebook</a>
 +
                <ul class="subnav">
 +
                    <li><a href="#">Calender</a></li>
 +
                    <li><a href="#">Protocols</a></li>
 +
                </ul>
 +
            </li>
 +
            <li><a href="People.html">People</a></li>
 +
            <li><a href="utd.html">UT Dallas</a></li>
 +
        </ul>
 +
    </div>
 +
<div  class='contents'>
 +
</html>
 +
 
 +
===Project Abstract===
 +
Recalcitrant pollutants such as petroleum constituents and nitrates are regularly introduced to the environment through oil spills, natural geological seepage and eutrophication. The UN’s flagship water protection initiative enumerates a host of health risks associated with these chemicals. UT Dallas iGEM addresses the eminent need to mitigate their circulation by developing novel whole-cell biosensors that can detect alkanes, aromatics and nitrates and execute combinatorial logic, feedback and noise-reduction functions inspired by synthetic biology. This work has wide ranging applications requiring a cheap chemical sensor that can dynamically process heterogeneous inputs and express a user-friendly output.
 +
 
 +
===Track Selection===
 +
Top three track choices:
 +
#Environment
 +
#Foundational Advance
 +
#Information Processing
 +
 
 +
<html>
 +
 
 +
<div style="text-align:center;">
 +
<object type="application/x-shockwave-flash" data="http://www.oneplusyou.com/bb/files/countdown/countdown.swf?co=FF9900&bgcolor=474747&date_month=11&date_day=05&date_year=0&un=2010 iGEM JAMBOREE&size=normal&mo=11&da=05&yr=2010" width="350" height="100"><param name="movie" value="http://www.oneplusyou.com/bb/files/countdown/countdown.swf?co=00B32B&bgcolor=FFFFFF&date_month=11&date_day=05&date_year=0&un=NEXT IGEM JAMBOREE&size=normal&mo=11&da=05&yr=2010" /><param name="bgcolor" value="#474747" /></object><img src="http://www.oneplusyou.com/q/img/bb_badges/countdown.jpg" alt="" style="display: none;" height="1" width="1" /><div>
 +
 
 +
 
 +
 
 +
</div>
 +
    <div class="rounded"></div>
 +
</div>
 +
</html>

Latest revision as of 03:12, 28 October 2010

Project Abstract

Recalcitrant pollutants such as petroleum constituents and nitrates are regularly introduced to the environment through oil spills, natural geological seepage and eutrophication. The UN’s flagship water protection initiative enumerates a host of health risks associated with these chemicals. UT Dallas iGEM addresses the eminent need to mitigate their circulation by developing novel whole-cell biosensors that can detect alkanes, aromatics and nitrates and execute combinatorial logic, feedback and noise-reduction functions inspired by synthetic biology. This work has wide ranging applications requiring a cheap chemical sensor that can dynamically process heterogeneous inputs and express a user-friendly output.

Track Selection

Top three track choices:

  1. Environment
  2. Foundational Advance
  3. Information Processing

Retrieved from "http://2010.igem.org/Test"