Team:XMU Software

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
 
(408 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
<!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&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>
 +
 +
<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>
-
<html>
+
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
-
This is a template page. READ THESE INSTRUCTIONS.
+
-
</div>
+
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2009.igem.org/Help:Template/Examples">HERE</a>.
+
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace. 
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
<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();});
-
{|align="justify"
+
$("#xmu_software_right_matrix").mouseout(function(){$("#search-controls").hide();$(".right-menu").hide();$("#mw-searchButton").hide();$("#searchGoButton").hide();});
-
|You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.
+
-
|[[Image:XMU_Software_logo.png|200px|right|frame]]
+
if($(".left-menu").find("li").size()==7)
-
|-
+
{
-
|
+
$(".left-menu").find("li").eq(6).html(""); 
-
''Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)''
+
$("#menubar").get(0).style.width="330px";
-
|[[Image:XMU_Software_team.png|right|frame|Your team picture]]
+
}
-
|-
+
else
-
|
+
{
-
|align="center"|[[Team:XMU_Software | Team XMU_Software]]
+
$(".left-menu").find("li").eq(4).html(""); 
-
|}
+
$("#menubar").get(0).style.width="280px";
-
 
+
$("#pt-login").get(0).style.right="50px";
-
<!--- The Mission, Experiments --->
+
}
-
 
+
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
-
!align="center"|[[Team:XMU_Software|Home]]
+
$("#xmu_body").scroll(function(){ movetotop();$("#search-controls").hide();$(".right-menu").hide();$("#mw-searchButton").hide();$("#searchGoButton").hide();});
-
!align="center"|[[Team:XMU_Software/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=XMU_Software Official Team Profile]
+
color1=$("#notebook_s3p2").css("background-color");
-
!align="center"|[[Team:XMU_Software/Project|Project]]
+
color2=$("#notebook_s3p3").css("background-color");
-
!align="center"|[[Team:XMU_Software/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:XMU_Software/Modeling|Modeling]]
+
var c=document.getElementById("myCanvas");
-
!align="center"|[[Team:XMU_Software/Notebook|Notebook]]
+
var cxt=c.getContext("2d");
-
!align="center"|[[Team:XMU_Software/Safety|Safety]]
+
var grd=cxt.createLinearGradient(20,10,2000,1080);
-
!align="center"|[[Team:XMU_Software/Attributions|Attributions]]
+
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>
 +
</html>

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.