Team:AHUT China
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
- | < | + | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"> |
- | < | + | </script> |
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("ul.first > li").hover(function(){ | ||
+ | $(this).find("ul").stop().fadeToggle(10); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <script> | ||
+ | $(document).ready(function() | ||
+ | { | ||
+ | $('#menubar').mouseover(function(){ | ||
+ | $('#menubar').stop().animate({top:"0px"},500); | ||
+ | }); | ||
+ | $('#menubar').mouseleave(function(){ | ||
+ | $('#menubar').stop().animate({top:"-20px"},500); | ||
+ | }); | ||
+ | $('#menubar.right-menu').mouseover(function(){ | ||
+ | $('#menubar.right-menu').stop().animate({top:"0px"},500); | ||
+ | }); | ||
+ | $('#menubar.right-menu').mouseleave(function(){ | ||
+ | $('#menubar.right-menu').stop().animate({top:"-20px"},500); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
<style type="text/css"> | <style type="text/css"> | ||
#文本 { | #文本 { | ||
Line 19: | Line 47: | ||
width: 434px; | width: 434px; | ||
position: absolute; | position: absolute; | ||
- | left: | + | left: 68px; |
- | top: | + | top: 550px; |
font-size: 18px; | font-size: 18px; | ||
} | } | ||
Line 59: | Line 87: | ||
top: 519px; | top: 519px; | ||
} | } | ||
+ | div.menu | ||
+ | { | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | .menu ul,li | ||
+ | { | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | list-style:none; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | ul.first>li | ||
+ | { | ||
+ | float:left; | ||
+ | width:16.5%; | ||
+ | } | ||
+ | ul.first>li>a:link,ul.first>li>a:visited | ||
+ | { | ||
+ | display:block; | ||
+ | font-weight:bold; | ||
+ | color:#494042; | ||
+ | background-color:#35bb91; | ||
+ | text-align:center; | ||
+ | padding:3%; | ||
+ | text-decoration:none; | ||
+ | text-transform:uppercase; | ||
+ | } | ||
+ | |||
+ | ul.first>li>a:hover,ul.first>li>a:active | ||
+ | { | ||
+ | background-color:#3A3A3A; | ||
+ | } | ||
+ | |||
+ | ul.first>li>ul | ||
+ | { | ||
+ | display:none; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | ul.first>li>ul>li>a:link,ul.first>li>ul>li>a:visited | ||
+ | { | ||
+ | display:block; | ||
+ | font-weight:bold; | ||
+ | color:#494042; | ||
+ | background-color:#8ff5d5; | ||
+ | text-align:center; | ||
+ | padding:3%; | ||
+ | text-decoration:none; | ||
+ | text-transform:uppercase; | ||
+ | } | ||
+ | |||
+ | ul.first>li>ul>li>a:hover,ul.first>li>ul>li>a:active | ||
+ | { | ||
+ | background-color:#B26B00; | ||
+ | } | ||
+ | .menu | ||
+ | { | ||
+ | position:absolute; | ||
+ | left:-8px; | ||
+ | top:140px; | ||
+ | } | ||
+ | #banner | ||
+ | { | ||
+ | position:absolute; | ||
+ | left:-8px; | ||
+ | top:15px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #copyright | ||
+ | { | ||
+ | position:absolute; | ||
+ | right:320px; | ||
+ | top:700px; | ||
+ | } | ||
+ | #globalWrapper | ||
+ | { | ||
+ | background-color:#b9b2a0; | ||
+ | height:800px; | ||
+ | } | ||
+ | #content | ||
+ | { | ||
+ | background-color:#b9b2a0; | ||
+ | border-color:#b9b2a0; | ||
+ | |||
+ | } | ||
+ | #menubar | ||
+ | { | ||
+ | background-color:#EEECEC; | ||
+ | opacity:0.8; | ||
+ | top:-4px; | ||
+ | width:360px; | ||
+ | height:23px; | ||
+ | position:absolute; | ||
+ | top:-20px; | ||
+ | } | ||
+ | #menubar ul li a | ||
+ | { | ||
+ | color:#8D1919; | ||
+ | } | ||
+ | #menubar.right-menu | ||
+ | { | ||
+ | background-color:#EEECEC; | ||
+ | opacity:0.8; | ||
+ | top:-4px; | ||
+ | width:240px; | ||
+ | height:23px; | ||
+ | position:absolute; | ||
+ | top:-20px; | ||
+ | } | ||
+ | .right-menu li a | ||
+ | { | ||
+ | color:#8D1919; | ||
+ | background-color:#EEECEC; | ||
+ | } | ||
+ | |||
+ | #p-logo | ||
+ | { | ||
+ | height:0px; | ||
+ | visibility:hidden; | ||
+ | } | ||
+ | #top-section | ||
+ | { | ||
+ | height:0px; | ||
+ | } | ||
+ | #footer-box | ||
+ | { | ||
+ | height:0px; | ||
+ | display:none; | ||
+ | visbility:hidden; | ||
+ | } | ||
+ | #catlinks | ||
+ | { | ||
+ | border-color:#b9b2a0; | ||
+ | background-color:#b9b2a0; | ||
+ | } | ||
+ | .firstHeading | ||
+ | { | ||
+ | visibility:hidden | ||
+ | } | ||
+ | |||
</style> | </style> | ||
+ | |||
</head> | </head> | ||
- | <body bgcolor="#3A3A3A" > | + | |
- | <div style="height:221px;width: | + | <body bgcolor="#3A3A3A"> |
+ | <h3><center><div style="height:221px;width:1050px;"><img src="https://static.igem.org/mediawiki/2013/e/ef/WANGYE_01_01.gif" id="banner" usemap="#Map" style="height:221px;width:1050px;align:middle;"> | ||
+ | <map name="Map" id="Map"> | ||
+ | <area shape="rect" coords="234,59,303,89" href="https://2013.igem.org/Team:AHUT_China/Team" target="_blank" /> | ||
+ | <area shape="rect" coords="325,57,431,89" href="https://2013.igem.org/Team:AHUT_China/Project" target="_blank" /> | ||
+ | <area shape="rect" coords="440,57,522,89" href="https://2013.igem.org/Team:AHUT_China/Parts" target="_blank" /> | ||
+ | <area shape="rect" coords="533,58,655,90" href="https://2013.igem.org/Team:AHUT_China/Modeling" target="_blank" /> | ||
+ | <area shape="rect" coords="646,58,767,89" href="https://2013.igem.org/Team:AHUT_China/Notebook" target="_blank" /> | ||
+ | <area shape="rect" coords="754,58,906,87" href="https://2013.igem.org/Team:AHUT_China/Attributions" target="_blank" /> | ||
+ | <area shape="rect" coords="1161,103,1266,135" href="https://2013.igem.org/Team:AHUT_China/Safety" target="_blank" /> | ||
+ | </map> | ||
+ | </div> | ||
+ | </center></h3> | ||
<div id="文本"> | <div id="文本"> | ||
<p> Water, the <a></a><a>origin</a> of life, is the necessary component of our daily life. As the <a></a><a>progress</a> of modern industry and life, especially in petrochemical engineering and agriculture, large amount of sewage which contains inorganic nitrogen has been produced. It is the chief culprit which leads to the red tide. <br /> | <p> Water, the <a></a><a>origin</a> of life, is the necessary component of our daily life. As the <a></a><a>progress</a> of modern industry and life, especially in petrochemical engineering and agriculture, large amount of sewage which contains inorganic nitrogen has been produced. It is the chief culprit which leads to the red tide. <br /> | ||
Various kinds of means have been developed to dispose nitrite and ammonium which are the main <a></a><a>contaminant</a>s of this type of effluent. One of them is anaerobic ammonium oxidation bacteria (anammox) which can convert the fomite in the water into nitrogen. </p> | Various kinds of means have been developed to dispose nitrite and ammonium which are the main <a></a><a>contaminant</a>s of this type of effluent. One of them is anaerobic ammonium oxidation bacteria (anammox) which can convert the fomite in the water into nitrogen. </p> | ||
+ | </div> | ||
+ | <div id="反应公式"> | ||
+ | <p>NH<span class="下标">4+</span> + NO<span class="下标">2-</span> → N<span class="下标">2</span> + 2H<span class="下标">2</span>O, ΔG° = -357 kJ/mol</p> | ||
+ | <p> <img src="https://static.igem.org/mediawiki/igem.org/3/3c/Ahut_image1.gif" width="244" height="146" /></p> | ||
</div> | </div> | ||
<map name="Map" id="Map"> | <map name="Map" id="Map"> | ||
Line 77: | Line 267: | ||
<area shape="rect" coords="1161,103,1266,135" href="https://2013.igem.org/Team:AHUT_China/Safety" target="_blank" /> | <area shape="rect" coords="1161,103,1266,135" href="https://2013.igem.org/Team:AHUT_China/Safety" target="_blank" /> | ||
</map> | </map> | ||
- | <div id=" | + | |
- | + | <div id="下图"><img src="https://static.igem.org/mediawiki/igem.org/b/be/Ahut_image2.gif" width="1050" height="88" /></div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</body> | </body> | ||
+ | |||
</html> | </html> |
Revision as of 06:06, 6 August 2013
Water, the origin of life, is the necessary component of our daily life. As the progress of modern industry and life, especially in petrochemical engineering and agriculture, large amount of sewage which contains inorganic nitrogen has been produced. It is the chief culprit which leads to the red tide.
Various kinds of means have been developed to dispose nitrite and ammonium which are the main contaminants of this type of effluent. One of them is anaerobic ammonium oxidation bacteria (anammox) which can convert the fomite in the water into nitrogen.
NH4+ + NO2- → N2 + 2H2O, ΔG° = -357 kJ/mol