Team:XMU Software

From 2013.igem.org

(Difference between revisions)
Line 33: Line 33:
</div>
</div>
<div id="home_s4">
<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_s4t1">We have designed <span class="home_s4t2">2</span> software tools</div></br>
<div class="home_s4t3">Brick Worker</div>
<div class="home_s4t3">Brick Worker</div>
-
<div class="home_s4t4">A software suit for the evaluation and optimization of biobricks, i.e., promoter, RBS, protein coding sequence and terminator.</div></br></br>
+
<div class="home_s4t4">A software suit for the evaluation and optimization of biobricks, i.e., promoter, RBS, protein coding sequence and terminator.</div></br>
<div class="home_s4t3">E' NOTE</div>
<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 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>
Line 43: Line 43:
</div>
</div>
<script>
<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";
 
-
$(".navi0").css("right",x+"px");
 
-
$(".navi1").css("right",x+"px");
 
-
$(".navi2").css("right",x+"px");
 
-
$(".navi3").css("right",x+"px");
 
-
$(".navi4").css("right",x+"px");
 
-
$(".navi5").css("right",x+"px");
 
-
$(".navi6").css("right",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";
 
-
$(".navi0").css("right",x+"px");
 
-
$(".navi1").css("right",x+"px");
 
-
$(".navi2").css("right",x+"px");
 
-
$(".navi3").css("right",x+"px");
 
-
$(".navi4").css("right",x+"px");
 
-
$(".navi5").css("right",x+"px");
 
-
$(".navi6").css("right",x+"px");
 
-
}
 
-
$("#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 c=document.getElementById("myCanvas");
var cxt=c.getContext("2d");
var cxt=c.getContext("2d");

Revision as of 14:27, 21 October 2013

<!DOCTYPE HTML>

XMU-SOFTWARE
Xiamen University
We have designed 2 software tools

Brick Worker
A software suit for the evaluation and optimization of biobricks, i.e., promoter, RBS, protein coding sequence and terminator.

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.