Team:XMU Software
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | <!DOCTYPE HTML> | |
- | + | <html lang=“en” > | |
- | + | <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&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&ctype=text/css"/> | |
- | + | </head> | |
- | + | <body> | |
- | + | <div id="xmu_body"> | |
- | + | <div id="xmu_software"> | |
- | + | <div id="xmu_software_right_matrix"></div> | |
- | + | <div id="Index"> | |
- | + | <div id="home_s1"> | |
- | + | <canvas id="myCanvas" width="2000" height="2000" style="border:1px solid #c3c3c3;"></canvas> | |
- | + | </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><div onClick="home();"><a href="https://2013.igem.org/Team:XMU_Software">Home</a></div></li> | |
- | + | <li><div onClick="team();"><a href="https://2013.igem.org/Team:XMU_Software/Team">Team</a></div></li> | |
- | + | <li><div onClick="project();"><a href="https://2013.igem.org/Team:XMU_Software/Project">Project</a></div></li> | |
- | + | <li><div onClick="requirements();"><a href="https://2013.igem.org/Team:XMU_Software/Requirements">Requirements</a></div></li> | |
- | + | <li><div onClick="hp();"><a href="https://2013.igem.org/Team:XMU_Software/Outreach">Outreach</a></div></li> | |
- | + | <li><div onClick="notebook();"><a href="https://2013.igem.org/Team:XMU_Software/Notebook">Notebook</a></div></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 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_s4t3">E' NOTE</div> | |
- | + | <div class="home_s4t4">It is a web application serveing as assistant for experiments. It's useful function such as experiments recording and experimental template customization make experimental process easier and more enjoyable.</div> | |
- | + | </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();}); | |
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | #search-controls | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | #mw-searchButton | + | |
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | $("#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,2000); | |
- | + | grd.addColorStop(0,"#becbad"); | |
- | + | grd.addColorStop(0.5,"#e4d7aa"); | |
- | + | grd.addColorStop(1,"#becbad"); | |
- | + | cxt.fillStyle=grd; | |
- | + | cxt.fillRect(0,0,2000,2000); | |
- | + | </script> | |
- | + | </body> | |
- | + | </html> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Revision as of 02:25, 27 October 2013
<!DOCTYPE HTML>
XMU-SOFTWARE
Xiamen University
We have designed 2 software tools
Brick Worker
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.
E' NOTE
It is a web application serveing as assistant for experiments. It's useful function such as experiments recording and experimental template customization make experimental process easier and more enjoyable.