Team:XMU-China

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html lang="en" >
+
<html lang=“en” >
-
<head>
+
<head>
-
<META http-equiv="Conten-Type" content="textml;charset=UTF-8">
+
<title>Team:XMU-China</title>
-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
+
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
-
<script type="text/javascript" async="" src="https://2013.igem.org/wiki/index.php?title=Team:XMU_Software/js&action=raw&amp;ctype=text/javascript"></script>
+
-
<link rel="stylesheet" type="text/css" href="https://2013.igem.org/wiki/index.php?title=Team:XMU_Software/css&action=raw&amp;ctype=text/css"/>
+
-
</head>
+
-
<body style="background: url("https://static.igem.org/mediawiki/2013/7/75/Xmu-Bg.png")">
+
-
+
-
<div id="xmu_body">
+
-
<div id="home_s1">
+
-
<canvas id="myCanvas" width="2000" height="1080" style="border:1px solid #c3c3c3;"></canvas>
+
-
</div>
+
-
<div id="xmu_software">
+
-
<div id="xmu_software_right_matrix"></div>
+
-
+
<script src="http://code.jquery.com/jquery-1.8.2.min.js" type="text/javascript"></script>
 +
<style type="text/css">
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear{display:none;} /*-- hides default wiki settings --*/
-
<div id="home_s2">
+
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
-
<div class="teamname">XMU-China</div>
+
-
<div class="schoolname">Xiamen University</div>
+
border: 0 none;
-
</div>
+
height: 14px;
-
<div id="home_s3">
+
z-index: 100;
-
<div id="home_title">
+
top: 0;
-
<ul id="jsddm">
+
position: fixed;
-
<li><a href="#">Home</a></li>
+
width: 975px;  
-
<li><a href="#">Team</a></li>
+
left: 50%;  
-
<li><a href="#">Project</a></li>
+
margin-left: -487px;
-
+
}
-
<li><a href="#">Outreach</a></li>
+
-
<li><a href="#">Notebook</a></li>
+
-
<li><a href="#">Safety</a></li>
+
-
</ul>
+
-
</div>
+
-
<div class="home_s3l1"></div>
+
-
</div>
+
-
<div id="home_s4">
+
-
<div class="home_s4t1" ><h3 style="text-align:center;font-size:32px;">Project Description</h3></div></br></br>
+
-
<p style="margin: 6px 0px -8px; line-height: 19px; text-align: justify;">
+
-
    <strong><span style="font-size: 14px;font-family: Arial, sans-serif">Chemtaxis</span></strong>
+
-
<span style="font-size: 14px;font-family: Arial, sans-serif">, which can make strains move, interest us this time. By reprogramming the strain (CL-1), which lacks the <em>CheZ</em> gene, we can create mathematical patterns. <em>CheZ</em> gene belongs to chemotaxis family of <em>E.coli</em>. Protein CheZ can dephosphorylate CheY-P, one that allows <em>E.coli</em> swimming smoothly. The </span><span style="font-size: 13px;font-family: 宋体">Δ</span><span style="font-size: 14px;font-family: Arial, sans-serif">CheZ bacteria can’t dephosphorylate CheY-P, so the strain won’t motile until <em>CheZ</em> is involved in. That means the motility of <em>E.coli</em> can be precisely control by stimulus (e.g. IPTG). We try to construct logic gene circuits to make <em>E.coli</em> recognize environmental stimulation, thus by utilizing the controlled chemotaxis which named pseudotaxis we could command bacteria to form patterns such as ellipse, hyperbola and so on.</span>
+
-
</p>
+
-
<p style="margin: 6px 0px -8px; line-height: 19px; text-align: justify; ">
+
-
    <span style="font-size: 14px;font-family: Arial, sans-serif">The intrinsic motivation that drive us striving for the above project is that we want to simulate the process of stem cell differentiation. In the organs development, stem cells differentiate while aggregate together to form heart, liver and kidney what have precise shapes. <strong>Perhaps some mathematical principles that govern the differentiation process.</strong> By simulating differentiation, we want to get a closer understanding of the differentiation process. However, <em>E.coli</em> can’t sense as much stimulus as stem cell, we intend to utilize RNA aptamers what has the potential to response to almost all stimulus to cover that shortage. Thus, we can get a more precise stimulation.</span>
+
-
</p>
+
-
<p style="margin: 6px 0px -8px; line-height: 19px; text-align: justifyS; ">
+
-
    <span style="font-size: 14px;font-family: Arial, sans-serif">Besides, we try to utilize pseudotaxis to accomplish some experimental meaning. As far as we know, the motile ability is proportional to the amount of protein CheZ in certain range. By measuring the average chemotaxis distance, we will get a <strong>precise evaluation on the RBS efficiency</strong> that is evaluated by fluorescence strength previously.</span>
+
-
</p>
+
-
<p>
+
-
    <br/>
+
-
</p> </div>
+
-
</div>
+
-
</div>
+
-
<script>
+
-
//定位1366*768
+
-
+
-
var x = window.innerWidth-1366;
+
-
if(x>0){
+
-
x = window.innerWidth-1348;
+
-
x = x / 2;
+
-
document.getElementById("xmu_software").style.left= x+"px";
+
-
$("#search-controls").get(0).style.right= x+"px";
+
-
$(".right-menu").get(0).style.right= x+"px";
+
-
$(".left-menu").get(0).style.left= x+"px";
+
-
+
-
+
-
}
+
-
else{
+
-
x = window.innerWidth-1348;
+
-
document.getElementById("xmu_software").style.left="0px";
+
-
$("#search-controls").get(0).style.right=x+"px";
+
-
$(".right-menu").get(0).style.right=x+"px";
+
-
$(".left-menu").get(0).style.left="0px";
+
-
+
-
+
-
}
+
-
$("#xmu_software_right_matrix").mouseover(function(){$("#search-controls").show();$(".right-menu").show();$("#mw-searchButton").show();$("#searchGoButton").show();});
+
#globalWrapper, #content { /*-- changes default wiki settings--*/
-
$("#search-controls").mouseover(function(){$("#search-controls").show();$(".right-menu").show();$("#mw-searchButton").show();$("#searchGoButton").show();});
+
width: 100%;
-
$(".right-menu").mouseover(function(){$("#search-controls").show();$(".right-menu").show();$("#mw-searchButton").show();$("#searchGoButton").show();});
+
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
 +
 
 +
html, body, .wrapper { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
background-color: transparent;
 +
}
 +
</style>
 +
 
 +
</head>
 +
 
 +
<body>
 +
<div id="background" style="position:absolute;z-index:-1;width:100%;height:100%;top:0px;left:0px;">
 +
<img src="https://static.igem.org/mediawiki/2014/6/6c/XMU-Home_background.jpg" width="100%" height="100%"/>
 +
</div>
 +
<div id="pic" style="position:absolute;">
 +
<img src="https://static.igem.org/mediawiki/2014/a/a6/XMU-snow_3.gif" />
 +
</div>
 +
<div id="icon" style="position:absolute;" >
 +
<img src="https://static.igem.org/mediawiki/2014/6/6e/XMU-icon_1.png" style="position:absolute; left: 150px; top: 300px;" width="100px;" height="100px;" />
 +
<img src="https://static.igem.org/mediawiki/2014/3/36/XMU-icon_2.png" style="position:absolute; left: 70px; top: 345px;" width="100px;" height="100px;" />
 +
<img src="https://static.igem.org/mediawiki/2014/b/be/XMU-icon_3.png" style="position:absolute; left: 150px; top: 390px;" width="100px;" height="100px;" />
 +
<img src="https://static.igem.org/mediawiki/2014/c/c2/XMU-icon_4.png" style="position:absolute; left: 820px; top: 215px;" width="100px;" height="100px;" />
 +
<img src="https://static.igem.org/mediawiki/2014/4/48/XMU-icon_5.png" style="position:absolute; left: 740px; top: 260px;" width="100px;" height="100px;" />
 +
<img src="https://static.igem.org/mediawiki/2014/0/00/XMU-icon_6.png" style="position:absolute; left: 740px; top: 170px;" width="100px;" height="100px;" />
 +
</div>
 +
<style>
 +
#pic{left: 250px; top: 160px;}
 +
</style>
-
$("#xmu_software_right_matrix").mouseout(function(){$("#search-controls").hide();$(".right-menu").hide();$("#mw-searchButton").hide();$("#searchGoButton").hide();});
 
-
 
-
if($(".left-menu").find("li").size()==7)
 
-
{
 
-
$(".left-menu").find("li").eq(6).html(""); 
 
-
$("#menubar").get(0).style.width="330px";
 
-
}
 
-
else
 
-
{
 
-
$(".left-menu").find("li").eq(4).html(""); 
 
-
$("#menubar").get(0).style.width="280px";
 
-
$("#pt-login").get(0).style.right="50px";
 
-
}
 
-
 
-
 
-
$("#xmu_body").scroll(function(){ movetotop();$("#search-controls").hide();$(".right-menu").hide();$("#mw-searchButton").hide();$("#searchGoButton").hide();});
 
-
 
-
color1=$("#notebook_s3p2").css("background-color");
 
-
color2=$("#notebook_s3p3").css("background-color");
 
-
 
-
var c=document.getElementById("myCanvas");
 
-
var cxt=c.getContext("2d");
 
-
var grd=cxt.createLinearGradient(20,10,2000,1080);
 
-
grd.addColorStop(0,"#becbad");
 
-
grd.addColorStop(0.5,"#e4d7aa");
 
-
grd.addColorStop(1,"#becbad");
 
-
cxt.fillStyle=grd;
 
-
cxt.fillRect(0,0,2000,2000);
 
-
</script>
 
-
<style>
 
-
#xmu_body{
 
-
overflow-x:hidden;
 
-
overflow-y:hidden;
 
-
 
-
}
 
-
</style>
 
</body>
</body>
</html>
</html>

Revision as of 10:44, 3 October 2014

Team:XMU-China