Team:XMU Software

From 2013.igem.org

(Difference between revisions)
Line 102: Line 102:
var c=document.getElementById("myCanvas");
var c=document.getElementById("myCanvas");
var cxt=c.getContext("2d");
var cxt=c.getContext("2d");
-
var grd=cxt.createLinearGradient(80,10,1366,660);
+
var grd=cxt.createLinearGradient(20,10,1366,660);
grd.addColorStop(0,"#becbad");
grd.addColorStop(0,"#becbad");
grd.addColorStop(0.5,"#e4d7aa");
grd.addColorStop(0.5,"#e4d7aa");

Revision as of 15:04, 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.