Http://igem.mabite.info/trial
From 2014hs.igem.org
(Difference between revisions)
(22 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | <html> | + | <!--- Team Information Link ---> |
+ | |||
+ | {| style="color:#1b2c8a;background-color:#F7FE2E;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center" | ||
+ | !align="center"|[https://igem.org/Team.cgi?year=2014&division=high_school&team_name=HUNGENIOUS Official Team Profile] | ||
+ | |} | ||
+ | |||
+ | |||
+ | |||
+ | __NOTOC__<html lang="en"> | ||
+ | |||
<head> | <head> | ||
- | |||
- | |||
- | |||
<style type="text/css"> | <style type="text/css"> | ||
- | + | ||
+ | #globalwrapper | ||
{ | { | ||
- | + | width:975px; | |
- | + | padding:20px 0px; | |
- | + | margin: 0 auto; | |
- | + | background-color:#00FFFF; | |
+ | height:100%; | ||
+ | } | ||
+ | |||
+ | .firstHeading | ||
+ | { | ||
+ | height:0px; | ||
+ | visibility:hidden; | ||
+ | } | ||
+ | |||
+ | body | ||
+ | { | ||
+ | background-image: [URL=http://igem.mabite.info/trial/images/Original_400.jpg/][IMG]http://igem.mabite.info/trial/images/Original_400.jpg[/IMG][/URL] | ||
+ | |||
+ | Uploaded with [URL=http://imageshack.us]ImageShack.us[/URL]; | ||
+ | background-position: left; | ||
+ | } | ||
+ | |||
+ | #p-logo | ||
+ | { | ||
+ | height:1px; overflow:hidden; display: none; | ||
+ | } | ||
+ | |||
+ | #top-section | ||
+ | { | ||
+ | background: #FA58F4; | ||
+ | background-image: url('http://igem.mabite.info/trial/images/Original_400.jpg'); | ||
+ | background-position: top; | ||
+ | height:200px ; | ||
+ | background-repeat: no-repeat; | ||
+ | border-width:2px; | ||
+ | border-top-width:1px; | ||
+ | |||
+ | } | ||
+ | |||
+ | #content | ||
+ | { | ||
+ | border-left-width:0px; | ||
+ | border-right-width:0px; | ||
+ | padding:5px; | ||
+ | width:965px; | ||
+ | } | ||
+ | |||
+ | #menubar | ||
+ | { | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | #menubar ul li a | ||
+ | { | ||
+ | color: #999999; } | ||
+ | .right-menu li a { | ||
+ | color: black; | ||
+ | background-color: white; | ||
} | } | ||
+ | |||
</style> | </style> | ||
- | < | + | </head> |
- | + | ||
+ | <body> | ||
+ | <html> | ||
+ | <head> | ||
+ | <meta> | ||
+ | <style> | ||
+ | |||
+ | #navbar | ||
{ | { | ||
- | + | margin: 2300; | |
- | + | padding: 0; | |
+ | height: 1em; | ||
+ | position: relative; | ||
+ | left: 180px; | ||
} | } | ||
- | a: | + | #navbar a:hover |
{ | { | ||
- | + | background-color:#FA58F4; <!navbar hover color> | |
+ | text-decoration:underline; | ||
} | } | ||
- | + | #navbar li | |
{ | { | ||
- | + | list-style: none; | |
+ | float: left; | ||
} | } | ||
- | a | + | #navbar li a |
{ | { | ||
- | color: # | + | padding-left: 20px; |
- | text-decoration: | + | padding-bottom: 2px; |
+ | padding-right: 20px; | ||
+ | padding-top: 2px; | ||
+ | display: block; | ||
+ | background-color: #002261; | ||
+ | color: #fff; | ||
+ | text-decoration: none; | ||
+ | border-right:1px solid white; | ||
} | } | ||
- | + | #navbar li ul | |
{ | { | ||
+ | display: none; | ||
+ | width: 12em; | ||
+ | background-color: #000000; | ||
+ | } | ||
+ | #navbar li:hover ul, #navbar li.hover ul | ||
+ | { | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | background-color: #ffffff; | ||
margin: 0; | margin: 0; | ||
- | padding: 0; | + | padding: 0; |
} | } | ||
- | + | #navbar li:hover li, #navbar li.hover li | |
- | + | { | |
- | # | + | float: none; |
+ | } | ||
+ | #navbar li:hover li a, #navbar li.hover li a | ||
+ | { | ||
+ | background-color: #002261; /*Dropdown color*/ | ||
+ | color: white; | ||
+ | } | ||
+ | #navbar li li a:hover | ||
{ | { | ||
- | background-color: | + | background-color: #033EAB; |
- | + | ||
} | } | ||
</style> | </style> | ||
+ | |||
+ | <script> | ||
+ | // Javascript originally by Patrick Griffiths and Dan Webb. | ||
+ | // http://htmldog.com/articles/suckerfish/dropdowns/ | ||
+ | |||
+ | sfHover = function() | ||
+ | { | ||
+ | var sfEls = document.getElementById("navbar").getElementsByTagName("li"); | ||
+ | for (var i=0; i<sfEls.length; i++) | ||
+ | { | ||
+ | sfEls[i].onmouseover=function() | ||
+ | { | ||
+ | this.className+=" hover"; | ||
+ | } | ||
+ | sfEls[i].onmouseout=function() | ||
+ | { | ||
+ | this.className=this.className.replace(new RegExp(" hover\\b"), ""); | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | |||
+ | if (window.attachEvent) window.attachEvent("onload", sfHover); | ||
+ | |||
+ | </script> | ||
+ | |||
</head> | </head> | ||
+ | |||
+ | </a> | ||
+ | |||
<body> | <body> | ||
- | <a href=" | + | <div id="wrap"> |
- | < | + | |
- | < | + | <ul id="navbar"> |
- | < | + | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid">HOME</a></li> |
- | </ | + | </li> |
- | </ | + | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Team">TEAM</a> |
+ | <ul> | ||
+ | |||
+ | |||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Project">PRObacska</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Project#Hydroponics">probacska</a></li> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Project#OurSuperbacteria">probacska</a></li> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Project#Parts">Parts</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook">NOTEBOOK</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#September">September</a></li> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#October">October</a></li> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#November">November</a></li> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#December">December</a></li> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#January">January</a></li> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#February">February</a></li> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#March">March</a></li> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#April">April</a></li> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#May">May</a></li> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Notebook#June">June</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Safety">SAFETY</a> </li> | ||
+ | |||
+ | <li><a href="https://2013hs.igem.org/Team:SharonBasicallyAcid/Attributions">ATTRIBUTIONS</a></li> | ||
+ | </ul> | ||
+ | |||
+ | </div> | ||
+ | |||
</body> | </body> | ||
+ | |||
+ | |||
+ | <!--navigation menu--> | ||
+ | <ul class="navbar"> | ||
+ | |||
+ | |||
+ | </ul> | ||
+ | |||
+ | </body> | ||
+ | </html> | ||
+ | |||
+ | |||
+ | <html lang="en"> | ||
+ | <head> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | #col_left | ||
+ | { | ||
+ | float: left; | ||
+ | width: 576px; | ||
+ | padding: 30px 0px; | ||
+ | margin:0; | ||
+ | } | ||
+ | |||
+ | #col_right | ||
+ | { | ||
+ | float: right; | ||
+ | width: 242px; | ||
+ | padding: 30px 28px 30px 15px; | ||
+ | margin:0; | ||
+ | } | ||
+ | |||
+ | #col_center | ||
+ | { | ||
+ | float: center; | ||
+ | width: 576; | ||
+ | padding: 30px 100px; | ||
+ | margin:0; | ||
+ | } | ||
+ | #col_nav | ||
+ | { | ||
+ | float: left; | ||
+ | width: 200px; | ||
+ | padding: 30px 15px 30px 50px; | ||
+ | margin:0; | ||
+ | } | ||
+ | |||
+ | #block-content | ||
+ | { | ||
+ | padding-bottom: 15px; | ||
+ | clear:both; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
</html> | </html> | ||
+ | <div id="col_center"> | ||
+ | <div id="block-content"> | ||
+ | </div><!--end block-content--> | ||
+ | |||
+ | |||
+ | == It’s a bird! No, it’s a plane! No, It’s SUPERBACTERIA! == | ||
+ | |||
+ | Our SuperBacteria will detect dangerously low or high levels of various nutrients, indicate a fluctuation with a red or green protein from a reporter gene, and correct the concentrations by secreting or absorbing the appropriate nutrient. It is the savior of hydroponics that the world has been looking for! Hydroponics is a system in which plants are grown in a nutrient-rich solution. These bacteria are self-sustaining and will cut the costs of expensive machinery that is currently required to monitor nutrient levels. Currently we are working on having our SuperBacteria detect and indicate non-ideal levels of pH. | ||
+ | We hope to help farmers worldwide by creating a bacteria that can help indicate pH imbalance over a large area and eventually create a bacteria that can help indicate imbalance and correct it. |
Latest revision as of 19:15, 6 June 2014
Official Team Profile |
---|
It’s a bird! No, it’s a plane! No, It’s SUPERBACTERIA!
Our SuperBacteria will detect dangerously low or high levels of various nutrients, indicate a fluctuation with a red or green protein from a reporter gene, and correct the concentrations by secreting or absorbing the appropriate nutrient. It is the savior of hydroponics that the world has been looking for! Hydroponics is a system in which plants are grown in a nutrient-rich solution. These bacteria are self-sustaining and will cut the costs of expensive machinery that is currently required to monitor nutrient levels. Currently we are working on having our SuperBacteria detect and indicate non-ideal levels of pH.
We hope to help farmers worldwide by creating a bacteria that can help indicate pH imbalance over a large area and eventually create a bacteria that can help indicate imbalance and correct it.