Team:XMU Software
From 2013.igem.org
(Difference between revisions)
YuezhenChen (Talk | contribs) (Blanked the page) |
YuezhenChen (Talk | contribs) |
||
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="1366px" height="660px" 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="#">Home</a></div></li> | ||
+ | <li><div onClick="team();"><a href="#">Team</a></div></li> | ||
+ | <li><div onClick="project();"><a href="#">Project</a></div></li> | ||
+ | <li><div onClick="requirements();"><a href="#">Requirements</a></div></li> | ||
+ | <li><div onClick="hp();"><a href="#">Outreach</a></div></li> | ||
+ | <li><div onClick="notebook();"><a href="#">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> | ||
+ | <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> | ||
+ | <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> | ||
+ | var c=document.getElementById("myCanvas"); | ||
+ | var cxt=c.getContext("2d"); | ||
+ | var grd=cxt.createLinearGradient(80,10,1366,660); | ||
+ | grd.addColorStop(0,"#becbad"); | ||
+ | grd.addColorStop(0.5,"#e4d7aa"); | ||
+ | grd.addColorStop(1,"#becbad"); | ||
+ | cxt.fillStyle=grd; | ||
+ | cxt.fillRect(0,0,1366,660); | ||
+ | </script> | ||
+ | </body> | ||
+ | </html> |
Revision as of 14:29, 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.