Team:Peking/Project/ProjectDiscription
From 2010.igem.org
Line 24: | Line 24: | ||
<img src="https://static.igem.org/mediawiki/2010/a/a3/PKUProject.jpg" width="400" id="imgblue" alt="bio decontamination kit"> | <img src="https://static.igem.org/mediawiki/2010/a/a3/PKUProject.jpg" width="400" id="imgblue" alt="bio decontamination kit"> | ||
<p><font color=#FFFFFF> Pollution of toxic heavy metals generated by anthropogenic activities is a worldwide concern while aquatic environments are frequently the final recipients of most of heavy metal pollutants (Bakis and Tuncan; Boyd). For instance, enhanced accumulation rates inferred from sediment and ice cores clearly show mercury continually accumulates in waters and rivers(Tchounwou et al., 2003). Traditional techniques to detect or decontaminate heavy metals in natural samples can be costly and time consuming, especially at low metal concentration; therefore, robust and inexpensive methods to detect and to decontaminate heavy in water are highly desirable (Tecon and van der Meer, 2008; van der Meer and Belkin). That is, we need a high-performance heavy metal decontamination kit which can accomplish the detection and absorption of heavy metal in aquatic environment conveniently.<br> | <p><font color=#FFFFFF> Pollution of toxic heavy metals generated by anthropogenic activities is a worldwide concern while aquatic environments are frequently the final recipients of most of heavy metal pollutants (Bakis and Tuncan; Boyd). For instance, enhanced accumulation rates inferred from sediment and ice cores clearly show mercury continually accumulates in waters and rivers(Tchounwou et al., 2003). Traditional techniques to detect or decontaminate heavy metals in natural samples can be costly and time consuming, especially at low metal concentration; therefore, robust and inexpensive methods to detect and to decontaminate heavy in water are highly desirable (Tecon and van der Meer, 2008; van der Meer and Belkin). That is, we need a high-performance heavy metal decontamination kit which can accomplish the detection and absorption of heavy metal in aquatic environment conveniently.<br> | ||
- | + | </font></p> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<br> | <br> | ||
+ | |||
+ | <body> | ||
+ | <title>css菜单演示</title> | ||
+ | |||
+ | |||
+ | <style type="text/css"> | ||
+ | <!-- | ||
+ | |||
+ | *{margin:0;padding:0;border:0;} | ||
+ | body { | ||
+ | font-family: arial, 宋体, serif; | ||
+ | font-size:12px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #nav { | ||
+ | line-height: 24px; list-style-type: none; background:#666; | ||
+ | } | ||
+ | |||
+ | #nav a { | ||
+ | display: block; width: 80px; text-align:center; | ||
+ | } | ||
+ | |||
+ | #nav a:link { | ||
+ | color:#666; text-decoration:none; | ||
+ | } | ||
+ | #nav a:visited { | ||
+ | color:#666;text-decoration:none; | ||
+ | } | ||
+ | #nav a:hover { | ||
+ | color:#FFF;text-decoration:none;font-weight:bold; | ||
+ | } | ||
+ | |||
+ | #nav li { | ||
+ | float: left; width: 80px; background:#CCC; | ||
+ | } | ||
+ | #nav li a:hover{ | ||
+ | background:#999; | ||
+ | } | ||
+ | #nav li ul { | ||
+ | line-height: 27px; list-style-type: none;text-align:left; | ||
+ | left: -999em; width: 180px; position: absolute; | ||
+ | } | ||
+ | #nav li ul li{ | ||
+ | float: left; width: 180px; | ||
+ | background: #F6F6F6; | ||
+ | } | ||
+ | |||
+ | |||
+ | #nav li ul a{ | ||
+ | display: block; width: 180px;w\idth: 156px;text-align:left;padding-left:24px; | ||
+ | } | ||
+ | |||
+ | #nav li ul a:link { | ||
+ | color:#666; text-decoration:none; | ||
+ | } | ||
+ | #nav li ul a:visited { | ||
+ | color:#666;text-decoration:none; | ||
+ | } | ||
+ | #nav li ul a:hover { | ||
+ | color:#F3F3F3;text-decoration:none;font-weight:normal; | ||
+ | background:#C00; | ||
+ | } | ||
+ | |||
+ | #nav li:hover ul { | ||
+ | left: auto; | ||
+ | } | ||
+ | #nav li.sfhover ul { | ||
+ | left: auto; | ||
+ | } | ||
+ | #content { | ||
+ | clear: left; | ||
+ | } | ||
+ | |||
+ | |||
+ | --> | ||
+ | </style> | ||
+ | |||
+ | <script type=text/javascript><!--//--><![CDATA[//><!-- | ||
+ | function menuFix() { | ||
+ | var sfEls = document.getElementById("nav").getElementsByTagName("li"); | ||
+ | for (var i=0; i<sfEls.length; i++) { | ||
+ | sfEls[i].onmouseover=function() { | ||
+ | this.className+=(this.className.length>0? " ": "") + "sfhover"; | ||
+ | } | ||
+ | sfEls[i].onMouseDown=function() { | ||
+ | this.className+=(this.className.length>0? " ": "") + "sfhover"; | ||
+ | } | ||
+ | sfEls[i].onMouseUp=function() { | ||
+ | this.className+=(this.className.length>0? " ": "") + "sfhover"; | ||
+ | } | ||
+ | sfEls[i].onmouseout=function() { | ||
+ | this.className=this.className.replace(new RegExp("( ?|^)sfhover\\b"), | ||
+ | |||
+ | ""); | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | window.onload=menuFix; | ||
+ | //more javascript from http://www.webjx.com | ||
+ | //--><!]]></script> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | |||
+ | <ul id="nav"> | ||
+ | <li><a href="#">产品介绍</a> | ||
+ | <ul> | ||
+ | <li><a href="#">产品一</a></li> | ||
+ | <li><a href="#">产品一</a></li> | ||
+ | <li><a href="#">产品一</a></li> | ||
+ | <li><a href="#">产品一</a></li> | ||
+ | <li><a href="#">产品一</a></li> | ||
+ | <li><a href="#">产品一</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">服务介绍</a> | ||
+ | <ul> | ||
+ | <li><a href="#">服务二</a></li> | ||
+ | <li><a href="#">服务二</a></li> | ||
+ | <li><a href="#">服务二</a></li> | ||
+ | <li><a href="#">服务二服务二</a></li> | ||
+ | <li><a href="#">服务二服务二服务二</a></li> | ||
+ | <li><a href="#">服务二</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">成功案例</a> | ||
+ | <ul> | ||
+ | <li><a href="#">案例三</a></li> | ||
+ | <li><a href="#">案例</a></li> | ||
+ | <li><a href="#">案例三案例三</a></li> | ||
+ | <li><a href="#">案例三案例三案例三</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">关于我们</a> | ||
+ | <ul> | ||
+ | <li><a href="#">我们四</a></li> | ||
+ | <li><a href="#">我们四</a></li> | ||
+ | <li><a href="#">我们四</a></li> | ||
+ | <li><a href="#">我们四111</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="#">在线演示</a> | ||
+ | <ul> | ||
+ | <li><a href="#">演示</a></li> | ||
+ | <li><a href="#">演示</a></li> | ||
+ | <li><a href="#">演示</a></li> | ||
+ | <li><a href="#">演示演示演示</a></li> | ||
+ | <li><a href="#">演示演示演示</a></li> | ||
+ | <li><a href="#">演示演示</a></li> | ||
+ | <li><a href="#">演示演示演示</a></li> | ||
+ | <li><a href="#">演示演示演示演示演示</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">联系我们</a> | ||
+ | <ul> | ||
+ | <li><a href="#">联系联系联系联系联系</a></li> | ||
+ | <li><a href="#">联系联系联系</a></li> | ||
+ | <li><a href="#">联系</a></li> | ||
+ | <li><a href="#">联系联系</a></li> | ||
+ | <li><a href="#">联系联系</a></li> | ||
+ | <li><a href="#">联系联系联系</a></li> | ||
+ | <li><a href="#">联系联系联系</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | </ul> | ||
+ | </body> | ||
</div> | </div> | ||
Revision as of 13:28, 29 September 2010
Project Discription
Pollution of toxic heavy metals generated by anthropogenic activities is a worldwide concern while aquatic environments are frequently the final recipients of most of heavy metal pollutants (Bakis and Tuncan; Boyd). For instance, enhanced accumulation rates inferred from sediment and ice cores clearly show mercury continually accumulates in waters and rivers(Tchounwou et al., 2003). Traditional techniques to detect or decontaminate heavy metals in natural samples can be costly and time consuming, especially at low metal concentration; therefore, robust and inexpensive methods to detect and to decontaminate heavy in water are highly desirable (Tecon and van der Meer, 2008; van der Meer and Belkin). That is, we need a high-performance heavy metal decontamination kit which can accomplish the detection and absorption of heavy metal in aquatic environment conveniently.