Team:XMU-China

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<!DOCTYPE HTML>
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
<html lang=“en” >
+
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
-
<head>
+
<head>
-
<META http-equiv="Conten-Type" content="textml;charset=UTF-8">
+
-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
+
-
<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"/>
+
<title>Team:XMU-China</title>
<title>Team:XMU-China</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
Line 13: Line 9:
<![endif]-->
<![endif]-->
-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script type="text/javascript" src="https://2014.igem.org/Team:XMU-China/JS_XMU_INDEX?action=raw&ctype=text/javascript"></script>
<script type="text/javascript" src="https://2014.igem.org/Team:XMU-China/JS_XMU_INDEX?action=raw&ctype=text/javascript"></script>
Line 43: Line 39:
  </ul>
  </ul>
</div><!-- end right menubar -->
</div><!-- end right menubar -->
 +
</head>
</head>
<body>
<body>
-
<div class="shell">
+
<div class="shell">
<div class="border">
<div class="border">
<div id="header">
<div id="header">
Line 205: Line 202:
var ind = 0;
var ind = 0;
-
</script>
+
</script>
-
<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>
+
-
 
+
-
+
-
 
+
-
<div id="home_s2">
+
-
<div class="teamname">XMU-SOFTWARE</div>
+
-
<div class="schoolname">Xiamen University</div>
+
-
</div>
+
-
<div id="home_s3">
+
-
<div id="home_title">
+
-
<ul id="jsddm">
+
-
<li><a href="https://2013.igem.org/Team:XMU_Software">Home</a></li>
+
-
<li><a href="https://2013.igem.org/Team:XMU_Software/Team">Team</a></li>
+
-
<li><a href="https://2013.igem.org/Team:XMU_Software/Project/promoter">Project</a></li>
+
-
<li><a href="https://2013.igem.org/Team:XMU_Software/Requirements">Requirements</a></li>
+
-
<li><a href="https://2013.igem.org/Team:XMU_Software/Outreach">Outreach</a></li>
+
-
<li><a href="https://2013.igem.org/Team:XMU_Software/Notebook">Notebook</a></li>
+
-
</ul>
+
-
</div>
+
-
<div class="home_s3l1"></div>
+
-
</div>
+
-
<div id="home_s4">
+
-
<div class="home_s4t1">We have designed <span class="home_s4t2">2</span> software tools</div></br></br>
+
-
<div class="home_s4t3">Brick Worker</div>
+
-
<div class="home_s4t4">Brick Worker is designed to analyze and  predict the strength of various biobricks, i.e. promoters, RBS, protein coding sequence and terminators. It uses Position Weight Matrix method to recognize the key determinants of promoter and RBS sequences, predict their strengths and optimizes the protein coding sequences by  codon usage bias. Brick Worker is the first software to give an all-round and reliable evaluation of all biobricks, especially, promoters, and represents a major step towards computational prediction and regulation of gene expression.</div></br></br>
+
-
<div class="home_s4t3">E' NOTE</div>
+
-
<div class="home_s4t4">
+
-
E’ NOTE is a web application for experiments recording.
+
-
<p>It provides a series of intelligent templates for the users which are linked to the plasmid library constructed by the users and can do some simple calculation.Human-orientated data export port facilitates the users to transfer the experiment notes from E’NOTE to their wiki.Integration of web applications designed by the past iGEM software teams and tools provided online helps the users get access to their desirable software easily.</p>
+
-
</div>
+
-
+
-
</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();});
+
-
$("#search-controls").mouseover(function(){$("#search-controls").show();$(".right-menu").show();$("#mw-searchButton").show();$("#searchGoButton").show();});
+
-
$(".right-menu").mouseover(function(){$("#search-controls").show();$(".right-menu").show();$("#mw-searchButton").show();$("#searchGoButton").show();});
+
-
 
+
-
 
+
-
$("#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 02:34, 16 August 2014

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Team:XMU-China




Project Description

Chemtaxis , which can make strains move, interest us this time. By reprogramming the strain (CL-1), which lacks the CheZ gene, we can create mathematical patterns. CheZ gene belongs to chemotaxis family of E.coli. Protein CheZ can dephosphorylate CheY-P, one that allows E.coli swimming smoothly. The ΔCheZ bacteria can’t dephosphorylate CheY-P, so the strain won’t motile until CheZ is involved in. That means the motility of E.coli can be precisely control by stimulus (e.g. IPTG). We try to construct logic gene circuits to make E.coli 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.

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. Perhaps some mathematical principles that govern the differentiation process. By simulating differentiation, we want to get a closer understanding of the differentiation process. However, E.coli 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.

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 precise evaluation on the RBS efficiency that is evaluated by fluorescence strength previously.