Difference between revisions of "Team:SJTU-Software"
Ricky chen (Talk | contribs) |
Ricky chen (Talk | contribs) |
||
Line 38: | Line 38: | ||
</head> | </head> | ||
<body> | <body> | ||
− | < | + | |
− | + | <nav class="scrollspy-nav" data-am-scrollspy-nav="{offsetTop: 45}" data-am-sticky> | |
− | <img src = " | + | <ul class="am-avg-sm-7 am-thumbnails mainNav"> |
+ | <li class = "navItem"> | ||
+ | <a href="wiki.html"> | ||
+ | <img class="am-thumbnails navPhoto" id = "1" src="photo/wikinav/1-2.png" /> | ||
+ | <p class = "navPhoto">Home</p> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class = "navItem"> | ||
+ | <a href="project.html"> | ||
+ | <img class="am-thumbnails navPhoto" id = "2" src="photo/wikinav/2-1.png" /> | ||
+ | <p class = "navPhoto">Project</p> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class = "navItem"> | ||
+ | <a href="document.html"> | ||
+ | <img class="am-thumbnails navPhoto" id = "3" src="photo/wikinav/3-1.png" /> | ||
+ | <p class = "navPhoto">Document</p> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class = "navItem"> | ||
+ | <a href="requirement.html"> | ||
+ | <img class="am-thumbnails navPhoto" id = "4" src="photo/wikinav/4-1.png" /> | ||
+ | <p class = "navPhoto">Requirement</p> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class = "navItem"> | ||
+ | <a href="saftyPolicyconcern.html"> | ||
+ | <img class="am-thumbnails navPhoto" id = "5" src="photo/wikinav/5-1.png" /> | ||
+ | <p class = "navPhoto">Safty<br/>policy<br/>concern</p> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class = "navItem"> | ||
+ | <a href="humanPractice.html"> | ||
+ | <img class="am-thumbnails navPhoto" id = "6" src="photo/wikinav/6-1.png" /> | ||
+ | <p class = "navPhoto">Human<br/>practice</p> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class = "navItem"> | ||
+ | <a href="team.html"> | ||
+ | <img class="am-thumbnails navPhoto" id = "7" src="photo/wikinav/7-1.png" /> | ||
+ | <p class = "navPhoto">Team</p> | ||
+ | </a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </nav> | ||
+ | |||
+ | <div id = "home"> | ||
+ | <div class = "baseTitle"> | ||
+ | <p>BASE</p> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="base-frame" id = "home"> |
− | + | <p class = "panelTitle">BASE</p> | |
+ | <p>A web-based tool for biobrick evaluation, helping researchers bulid new devices and systems.<br/>The BASE web server is designed to provide a ranking to all existing biobricks and help users design their new devices.<br/>Firstly, users can use the search function to find biobricks according to the score given by BASE and choose one they need.<br/>Then users can make their own devices by using construction function. After constructing, users could upload the device to BASE, and improve the device via the compare function. At last, users may apply the upload function to submit the device to the iGEM Registry and/or BASE database. | ||
+ | </p> | ||
</div> | </div> | ||
− | < | + | |
− | </div> | + | <div class = "homeFooter"> |
+ | <div class = "footLine"></div> | ||
+ | <div class = "upperTria"></div> | ||
+ | </div> | ||
+ | <br/> | ||
+ | </div> | ||
+ | |||
+ | |||
<div class = "content"> | <div class = "content"> | ||
Line 52: | Line 109: | ||
<!--[if (gte IE 9)|!(IE)]><!--> | <!--[if (gte IE 9)|!(IE)]><!--> | ||
<script src="assets/js/jquery.min.js"></script> | <script src="assets/js/jquery.min.js"></script> | ||
+ | <script src="assets/js/jquery.nicescroll.js"></script> | ||
<script src="loading.js"></script> | <script src="loading.js"></script> | ||
<script src="wiki.js"></script> | <script src="wiki.js"></script> |
Revision as of 12:36, 11 September 2015
<!doctype html>
BASE
BASE
A web-based tool for biobrick evaluation, helping researchers bulid new devices and systems.
The BASE web server is designed to provide a ranking to all existing biobricks and help users design their new devices.
Firstly, users can use the search function to find biobricks according to the score given by BASE and choose one they need.
Then users can make their own devices by using construction function. After constructing, users could upload the device to BASE, and improve the device via the compare function. At last, users may apply the upload function to submit the device to the iGEM Registry and/or BASE database.