Team:XMU Software

From 2013.igem.org

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 11: Line 11:
<div id="xmu_body">
<div id="xmu_body">
<div id="home_s1">
<div id="home_s1">
-
<canvas id="myCanvas" width="2000" height="2000" style="border:1px solid #c3c3c3;"></canvas>
+
<canvas id="myCanvas" width="2000" height="1080" style="border:1px solid #c3c3c3;"></canvas>
</div>
</div>
<div id="xmu_software">
<div id="xmu_software">
Line 25: Line 25:
<div id="home_title">
<div id="home_title">
<ul id="jsddm">
<ul id="jsddm">
-
<li><div onClick="home();"><a href="https://2013.igem.org/Team:XMU_Software">Home</a></div></li>
+
<li><a href="https://2013.igem.org/Team:XMU_Software">Home</a></li>
-
<li><div onClick="team();"><a href="https://2013.igem.org/Team:XMU_Software/Team">Team</a></div></li>
+
<li><a href="https://2013.igem.org/Team:XMU_Software/Team">Team</a></li>
-
<li><div onClick="project();"><a href="https://2013.igem.org/Team:XMU_Software/Project">Project</a></div></li>
+
<li><a href="https://2013.igem.org/Team:XMU_Software/Project/promoter">Project</a></li>
-
<li><div onClick="requirements();"><a href="https://2013.igem.org/Team:XMU_Software/Requirements">Requirements</a></div></li>
+
<li><a href="https://2013.igem.org/Team:XMU_Software/Requirements">Requirements</a></li>
-
<li><div onClick="hp();"><a href="https://2013.igem.org/Team:XMU_Software/Outreach">Outreach</a></div></li>
+
<li><a href="https://2013.igem.org/Team:XMU_Software/Outreach">Outreach</a></li>
-
<li><div onClick="notebook();"><a href="https://2013.igem.org/Team:XMU_Software/Notebook">Notebook</a></div></li>
+
<li><a href="https://2013.igem.org/Team:XMU_Software/Notebook">Notebook</a></li>
-
</ul>
+
</ul>
</div>
</div>
<div class="home_s3l1"></div>
<div class="home_s3l1"></div>
Line 38: Line 38:
<div class="home_s4t1">We have designed <span class="home_s4t2">2</span> software tools</div></br></br>
<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_s4t3">Brick Worker</div>
-
<div class="home_s4t4">Brick Woker 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_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_s4t3">E' NOTE</div>
<div class="home_s4t4">
<div class="home_s4t4">
-
E’ Note is a web application for experiments recording.
+
E’ NOTE is a web application for experiments recording.
-
<li>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.</li>
+
<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>
-
<li>Human-orientated data export port facilitates the users to transfer the experiment notes from E’note to their wiki.</li>
+
-
<li>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.</li>
+
</div>
</div>
Line 101: Line 99:
var c=document.getElementById("myCanvas");
var c=document.getElementById("myCanvas");
var cxt=c.getContext("2d");
var cxt=c.getContext("2d");
-
var grd=cxt.createLinearGradient(20,10,2000,2000);
+
var grd=cxt.createLinearGradient(20,10,2000,1080);
grd.addColorStop(0,"#becbad");
grd.addColorStop(0,"#becbad");
grd.addColorStop(0.5,"#e4d7aa");
grd.addColorStop(0.5,"#e4d7aa");
Line 111: Line 109:
#xmu_body{
#xmu_body{
overflow-x:hidden;
overflow-x:hidden;
 +
overflow-y:hidden;
}
}

Latest revision as of 02:55, 29 October 2013

<!DOCTYPE HTML>

XMU-SOFTWARE
Xiamen University
We have designed 2 software tools


Brick Worker
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.


E' NOTE
E’ NOTE is a web application for experiments recording.

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.