Test
From 2010.igem.org
(23 intermediate revisions not shown) | |||
Line 23: | Line 23: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | #bodyContent{ | ||
+ | background:url("https://static.igem.org/mediawiki/2010/9/90/Body_bg_border.png") no-repeat scroll top transparent; | ||
+ | margin-top:-15px; | ||
+ | } | ||
+ | |||
body { | body { | ||
margin: 0; padding: 0; | margin: 0; padding: 0; | ||
font: 10px normal Arial, Helvetica, sans-serif; | font: 10px normal Arial, Helvetica, sans-serif; | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 39: | Line 40: | ||
margin: 0 auto; | margin: 0 auto; | ||
position: relative; | position: relative; | ||
- | |||
} | } | ||
#header { | #header { | ||
- | background: url( | + | background: url('https://static.igem.org/mediawiki/2010/0/0d/Banner_escherichia_holmes1.png') no-repeat top transparent !important; |
- | + | height:305px; | |
+ | |||
} | } | ||
.contents { | .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; | |
- | + | ||
- | + | ||
} | } | ||
Line 71: | Line 70: | ||
margin: 0 auto; | margin: 0 auto; | ||
position: relative; | position: relative; | ||
- | background: url( | + | background: url(https://static.igem.org/mediawiki/2010/1/15/Rounded1.gif) no-repeat; |
height:11px; | height:11px; | ||
z-index:-1; | z-index:-1; | ||
Line 88: | Line 87: | ||
} | } | ||
ul.topnav { | 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 { | ul.topnav li { | ||
Line 105: | Line 102: | ||
} | } | ||
ul.topnav li a{ | ul.topnav li a{ | ||
- | padding: | + | padding: 6px 5px 10px; |
color: #fff; | color: #fff; | ||
display: block; | display: block; | ||
Line 112: | Line 109: | ||
} | } | ||
ul.topnav li a:hover{ | ul.topnav li a:hover{ | ||
- | background: url( | + | 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--*/ | ul.topnav li span { /*--Drop down trigger styles--*/ | ||
Line 118: | Line 115: | ||
height: 35px; | height: 35px; | ||
float: left; | float: left; | ||
- | background: url( | + | 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 span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/ | ||
Line 146: | Line 143: | ||
float: left; | float: left; | ||
width: 125px; | width: 125px; | ||
- | background: #333 url( | + | background: #333 url(https://static.igem.org/mediawiki/2010/4/4b/Dropdown_linkbg.gif) no-repeat 10px center; |
padding-left: 20px; | padding-left: 20px; | ||
} | } | ||
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/ | html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/ | ||
- | background: #222 url( | + | background: #222 url(https://static.igem.org/mediawiki/2010/4/4b/Dropdown_linkbg.gif) no-repeat 10px center; |
} | } | ||
#header img { | #header img { | ||
Line 161: | Line 158: | ||
<div id="header"> | <div id="header"> | ||
<ul class="topnav"> | <ul class="topnav"> | ||
- | <li><a href=" | + | <li><a href="Home.html">Home</a></li> |
<li> | <li> | ||
- | <a href=" | + | <a href="Background.html">Background</a> |
<ul class="subnav"> | <ul class="subnav"> | ||
- | <li><a href="#"> | + | <li><a href="#">Introduction</a></li> |
- | <li><a href="#"> | + | <li><a href="#">Environmental Biosensors</a></li> |
- | <li><a href="#"> | + | <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> | </ul> | ||
</li> | </li> | ||
<li> | <li> | ||
- | <a href=" | + | <a href="Project.html">Project</a> |
<ul class="subnav"> | <ul class="subnav"> | ||
- | <li><a href="#"> | + | <li><a href="#">Aromatic Sensor</a></li> |
- | <li><a href="#"> | + | <li><a href="#">Nitrate Sensor</a></li> |
- | <li><a href="#"> | + | <li><a href="#">Alkane sensor</a></li> |
</ul> | </ul> | ||
</li> | </li> | ||
- | <li><a href=" | + | <li><a href="Parts.html">Parts</a></li> |
- | <li><a href=" | + | <li><a href="Notebook">Notebook</a> |
<ul class="subnav"> | <ul class="subnav"> | ||
- | <li><a href="#"> | + | <li><a href="#">Calender</a></li> |
- | <li><a href="#"> | + | <li><a href="#">Protocols</a></li> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
</li> | </li> | ||
+ | <li><a href="People.html">People</a></li> | ||
+ | <li><a href="utd.html">UT Dallas</a></li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
<div class='contents'> | <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> | ||
<div class="rounded"></div> | <div class="rounded"></div> | ||
</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:
- Environment
- Foundational Advance
- Information Processing