Team:XMU Software/Project
From 2013.igem.org
(Difference between revisions)
(Prototype team page) |
YuezhenChen (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | |||
- | |||
<html> | <html> | ||
- | < | + | <head> |
- | < | + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
- | + | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> | |
- | </div> | + | <script type="text/javascript" async="" src="https://2013.igem.org/wiki/index.php?title=Team:XMU_Software/js&action=raw&ctype=text/javascript"></script> |
- | <div id=" | + | <link rel="stylesheet" type="text/css" href="https://2013.igem.org/wiki/index.php?title=Team:XMU_Software/css&action=raw&ctype=text/css"/> |
- | + | <link rel="stylesheet" type="text/css" href="https://2013.igem.org/wiki/index.php?title=Team:XMU_Software/Project/css&action=raw&ctype=text/css"/> | |
- | </div> | + | </head> |
- | <div id=" | + | <body> |
- | + | <div id="xmu_body"> | |
- | </div> | + | <div id="xmu_software"> |
- | </div> | + | <div id="xmu_software_right_matrix"></div> |
+ | <!--project--> | ||
+ | <div id="project"><a name="_project" id="_project"></a> | ||
+ | <div class="navigation"> | ||
+ | <div> | ||
+ | <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">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="project_s1"> | ||
+ | <canvas id="myCanvas" width="1347px" height="395px"></canvas> | ||
+ | <div class="project_title">PROJECT</div> | ||
+ | <div class="project_introduce">Our project includes 2 independent software tools-the brick worker and E' NOTE. The former is a software suit for the evaluation and optimization of biobricks, i.e., promoter, RBS, protein coding sequences and terminator. E' NOTE is a web application serving as an assistant for experiments. Its useful functions such as experiments recording and experimental template customization make experimental process easier and more enjoyable.</div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
+ | <script> | ||
+ | var c=document.getElementById("myCanvas"); | ||
+ | var cxt=c.getContext("2d"); | ||
+ | var grd=cxt.createLinearGradient(20,10,1348,395); | ||
+ | grd.addColorStop(0,"#becbad"); | ||
+ | grd.addColorStop(0.5,"#e4d7aa"); | ||
+ | grd.addColorStop(1,"#becbad"); | ||
+ | cxt.fillStyle=grd; | ||
+ | cxt.fillRect(0,0,1348,395); | ||
+ | </script> | ||
</html> | </html> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- |
Revision as of 04:57, 23 October 2013
PROJECT
Our project includes 2 independent software tools-the brick worker and E' NOTE. The former is a software suit for the evaluation and optimization of biobricks, i.e., promoter, RBS, protein coding sequences and terminator. E' NOTE is a web application serving as an assistant for experiments. Its useful functions such as experiments recording and experimental template customization make experimental process easier and more enjoyable.