Team:Tsinghua

From 2013.igem.org

(Difference between revisions)
 
(8 intermediate revisions not shown)
Line 1: Line 1:
-
== Project description ==
+
{{Tsinghua:Common-Style}}
-
In a long term, the testing of pathogenic diseases is via comparably complex procedures. This year, we aim to design a sensing yeast powder based portable test paper , take advantage of querom sensing system in bacteria,  to achieve the testing of specific microorganism caused disease.
+
<html>
-
 
+
<head></head>
-
Furthermore, in order to achieve the simultaneous testing of different pathogens, we design a “fast-shifting box”  to accomplish the combination of input and output signaling.
+
<body>
-
 
+
                <style type="text/css">
-
 
+
div#cover {
-
----
+
width: 960px;
-
 
+
margin: auto;
-
<!--- The Mission, Experiments --->
+
}
-
 
+
</style>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<div id="cover">
-
!align="center"|[[Team:Tsinghua|Home]]
+
<img id="coverimage1" src="https://static.igem.org/mediawiki/2013/0/02/Tsinghua-cover-1.png" onmouseover="toggleImage(1)" usemap="#covermap" width="100%">
-
!align="center"|[[Team:Tsinghua/Team|Team]]
+
<img id="coverimage2" src="https://static.igem.org/mediawiki/2013/7/7d/Tsinghua-cover-2.png" onmouseover="toggleImage(2)" style="display: none" usemap="#covermap" width="100%">
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Tsinghua Official Team Profile]
+
<map id="covermap" name="covermap">
-
!align="center"|[[Team:Tsinghua/Project|Project]]
+
<area shape="circle" coords="500, 280, 193" href="https://2013.igem.org/Team:Tsinghua/Main-Page">
-
!align="center"|[[Team:Tsinghua/Parts|Parts Submitted to the Registry]]
+
</map>
-
!align="center"|[[Team:Tsinghua/Modeling|Modeling]]
+
</div>
-
!align="center"|[[Team:Tsinghua/Notebook|Notebook]]
+
<script type="text/javascript">
-
!align="center"|[[Team:Tsinghua/Safety|Safety]]
+
$('map#covermap area').mouseenter(function(){
-
!align="center"|[[Team:Tsinghua/Attributions|Attributions]]
+
$("#coverimage1").hide();
-
|}
+
$("#coverimage2").show();
 +
});
 +
$("map#covermap area").mouseleave(function(){
 +
$("#coverimage2").hide();
 +
$("#coverimage1").show();
 +
});
 +
</script>
 +
</body>
 +
</html>

Latest revision as of 06:02, 26 September 2013