Team:AHUT China

From 2013.igem.org

(Difference between revisions)
(Undo revision 56142 by Xuxr (talk))
Line 1: Line 1:
 +
<html>
 +
<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">
 +
#文本 {
 +
height: 107px;
 +
width: 800px;
 +
position: absolute;
 +
left: 25px;
 +
top: 383px;
 +
}
 +
#文本 p {
 +
color: #CCC;
 +
font-size: 16px;
 +
}
 +
#反应公式 {
 +
height: 218px;
 +
width: 479px;
 +
position: absolute;
 +
left: 68px;
 +
top: 550px;
 +
font-size: 18px;
 +
}
 +
#反应公式 p {
 +
color: #FFF;
 +
font-size: 18px;
 +
font-weight: bold;
 +
}
 +
.下标 {
 +
font-size: 12px;
 +
}
 +
#反应公式 p .下标 {
 +
font-size: 12px;
 +
color: #FF0;
 +
}
 +
#文本1 {
 +
height: 200px;
 +
width: 582px;
 +
position: absolute;
 +
left: 35px;
 +
top: 724px;
 +
}
 +
#文本1 p {
 +
color: #CCC;
 +
}
 +
#下图 {
 +
height: 90px;
 +
width: 1348px;
 +
position: absolute;
 +
left: -3px;
 +
top: 933px;
 +
}
 +
#团队照片 {
 +
height: 398px;
 +
width: 670px;
 +
position: absolute;
 +
left: 638px;
 +
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
 +
}
 +
 +
.STYLE1 {font-family: "Times New Roman", Times, serif}
 +
</style>
 +
 +
</head>
 +
 +
 +
<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="640,59,761,90" 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="文本">
 +
  <p> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="STYLE1">Water, the <a>origin</a> of life,  is the necessary component of our daily life. As the <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 />
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Various  kinds of means have been developed to dispose nitrite and ammonium which are  the main <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.</span> </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, &nbsp;&nbsp;ΔG°  = -357 kJ/mol</p>
 +
  <p>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://static.igem.org/mediawiki/igem.org/3/3c/Ahut_image1.gif" width="244" height="146" /></p>
 +
</div>
 +
<map name="Map" id="Map">
 +
  <area shape="rect" coords="310,101,379,131" href="https://2013.igem.org/Team:AHUT_China/Team" target="_blank" />
 +
  <area shape="rect" coords="428,103,534,135" href="https://2013.igem.org/Team:AHUT_China/Project" target="_blank" />
 +
  <area shape="rect" coords="581,101,663,133" href="https://2013.igem.org/Team:AHUT_China/Parts" target="_blank" />
 +
  <area shape="rect" coords="697,104,819,136" href="https://2013.igem.org/Team:AHUT_China/Modeling" target="_blank" />
 +
  <area shape="rect" coords="836,103,957,134" href="https://2013.igem.org/Team:AHUT_China/Notebook" target="_blank" />
 +
  <area shape="rect" coords="975,103,1127,132" 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 id="下图"><img src="https://static.igem.org/mediawiki/igem.org/b/be/Ahut_image2.gif" width="1050" height="88" /></div>
 +
</body>
 +
 +
</html>

Revision as of 07:11, 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