Team:SJTU-Software
From 2014.igem.org
Caoweijian (Talk | contribs) |
|||
(865 intermediate revisions not shown) | |||
Line 7: | Line 7: | ||
<p> | <p> | ||
+ | <style type="text/css"> body {background-color:#BEBEBE; background-attachment:fixed; width:1366px;height:auto;align:center} </style> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | |||
+ | .container { | ||
+ | height: 5px; | ||
+ | margin: 1.6% auto 0 14.5%; | ||
+ | width: 71%; | ||
+ | align: center; | ||
+ | } | ||
+ | #nav,#nav ul { | ||
+ | list-style: none outside none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | #nav { | ||
+ | background: url('https://static.igem.org/mediawiki/2014/c/c7/Sjtu_software_menu_bg2.png')no-repeat scroll 0 0 transparent ; | ||
+ | clear: both; | ||
+ | font-size: 16px; | ||
+ | height: 58px; | ||
+ | padding: 0 0 0 0px; | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | } | ||
+ | #nav ul { | ||
+ | background-color: #222; | ||
+ | border:1px solid #222; | ||
+ | border-radius: 0 5px 5px 5px; | ||
+ | border-width: 0 1px 1px; | ||
+ | box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5); | ||
+ | left: -9999px; | ||
+ | overflow: hidden; | ||
+ | position: absolute; | ||
+ | top: -9999px; | ||
+ | z-index: 2; | ||
+ | |||
+ | -moz-transform: scaleY(0); | ||
+ | -ms-transform: scaleY(0); | ||
+ | -o-transform: scaleY(0); | ||
+ | -webkit-transform: scaleY(0); | ||
+ | transform: scaleY(0); | ||
+ | |||
+ | /*-moz-transform-origin: 0 0; | ||
+ | -ms-transform-origin: 0 0; | ||
+ | -o-transform-origin: 0 0; | ||
+ | -webkit-transform-origin: 0 0; | ||
+ | transform-origin: 0 0; | ||
+ | |||
+ | -moz-transition: -moz-transform 0.1s linear; | ||
+ | -ms-transition: -ms-transform 0.1s linear; | ||
+ | -o-transition: -o-transform 0.1s linear; | ||
+ | -webkit-transition: -webkit-transform 0.1s linear; | ||
+ | transition: transform 0.1s linear;*/ | ||
+ | } | ||
+ | #nav li { | ||
+ | background: url('https://static.igem.org/mediawiki/2014/9/9d/Sjtu_software_menu_line.png') no-repeat scroll right 5px transparent; | ||
+ | float: left; | ||
+ | position: relative; | ||
+ | } | ||
+ | #nav li a { | ||
+ | color: #FFFFFF; | ||
+ | display: block; | ||
+ | float: left; | ||
+ | font-weight: normal; | ||
+ | height: 30px; | ||
+ | padding: 18px 20px 0; | ||
+ | position: relative; | ||
+ | text-decoration: none; | ||
+ | text-shadow: 1px 1px 1px #000000; | ||
+ | } | ||
+ | #nav li:hover > a { | ||
+ | color: #00B4FF; | ||
+ | } | ||
+ | #nav li:hover, #nav a:focus, #nav a:hover, #nav a:active { | ||
+ | background: none repeat scroll 0 0 #121212; | ||
+ | outline: 0 none; | ||
+ | } | ||
+ | #nav li:hover ul.subs { | ||
+ | left: 0; | ||
+ | top: 48px; | ||
+ | width: 180px; | ||
+ | -moz-transform: scaleY(1); | ||
+ | -ms-transform: scaleY(1); | ||
+ | -o-transform: scaleY(1); | ||
+ | -webkit-transform: scaleY(1); | ||
+ | transform: scaleY(1); | ||
+ | } | ||
+ | #nav ul li { | ||
+ | background: none; | ||
+ | width: 100%; | ||
+ | padding: 0px 100px 10px 0px; | ||
+ | |||
+ | } | ||
+ | #nav ul li a { | ||
+ | float: none; | ||
+ | height: 30px; | ||
+ | } | ||
+ | #nav ul li:hover > a { | ||
+ | background-color: #121212; | ||
+ | color: #00B4FF; | ||
+ | } | ||
+ | #lavalamp { | ||
+ | background: url('https://static.igem.org/mediawiki/2014/d/d5/Sjtu_software_lavalamp.png') no-repeat scroll 0 0 transparent; | ||
+ | height: 16px; | ||
+ | left: 6px; | ||
+ | position: absolute; | ||
+ | top: 0px; | ||
+ | width: 64px; | ||
+ | |||
+ | -moz-transition: all 300ms ease; | ||
+ | -ms-transition: all 300ms ease; | ||
+ | -o-transition: all 300ms ease; | ||
+ | -webkit-transition: all 300ms ease; | ||
+ | transition: all 300ms ease; | ||
+ | } | ||
+ | #lavalamp:hover { | ||
+ | -moz-transition-duration: 3000s; | ||
+ | -ms-transition-duration: 3000s; | ||
+ | -o-transition-duration: 3000s; | ||
+ | -webkit-transition-duration: 3000s; | ||
+ | transition-duration: 3000s; | ||
+ | } | ||
+ | |||
+ | #nav li:nth-of-type(1):hover ~ #lavalamp { | ||
+ | left: 6px; | ||
+ | } | ||
+ | #nav li:nth-of-type(2):hover ~ #lavalamp { | ||
+ | left: 93px; | ||
+ | } | ||
+ | #nav li:nth-of-type(3):hover ~ #lavalamp { | ||
+ | left: 195px; | ||
+ | } | ||
+ | #nav li:nth-of-type(4):hover ~ #lavalamp { | ||
+ | left: 310px; | ||
+ | } | ||
+ | #nav li:nth-of-type(5):hover ~ #lavalamp { | ||
+ | left: 415px; | ||
+ | } | ||
+ | #nav li:nth-of-type(6):hover ~ #lavalamp { | ||
+ | left: 467px; | ||
+ | } | ||
+ | #nav li:nth-of-type(7):hover ~ #lavalamp { | ||
+ | left: 557px; | ||
+ | } | ||
+ | #nav li:nth-of-type(8):hover ~ #lavalamp { | ||
+ | left: 647px; | ||
+ | } | ||
+ | </style> | ||
+ | |||
<style type="text/css"> | <style type="text/css"> | ||
.firstHeading { | .firstHeading { | ||
Line 17: | Line 166: | ||
} | } | ||
- | + | /*returnTop*/ | |
+ | p#back-to-top{ | ||
+ | position:fixed; | ||
+ | display:none; | ||
+ | bottom:50px; | ||
+ | right:30px; | ||
+ | } | ||
+ | p#back-to-top a{ | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | color:#d1d1d1; | ||
+ | display:block; | ||
+ | width:112px; | ||
+ | /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/ | ||
+ | -moz-transition:color 1s; | ||
+ | -webkit-transition:color 1s; | ||
+ | -o-transition:color 1s; | ||
+ | } | ||
+ | p#back-to-top a:hover{ | ||
+ | color:#979797; | ||
+ | } | ||
+ | p#back-to-top a span{ | ||
+ | background:transparent url(https://static.igem.org/mediawiki/2014/3/3c/Sjtu_software_img100.png) no-repeat -25px -290px; | ||
+ | border-radius:6px; | ||
+ | display:block; | ||
+ | height:40px; | ||
+ | width:112px; | ||
+ | margin-bottom:5px; | ||
+ | /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/ | ||
+ | -moz-transition:background 1s; | ||
+ | -webkit-transition:background 1s; | ||
+ | -o-transition:background 1s; | ||
+ | } | ||
+ | #back-to-top a:hover span{ | ||
+ | background:transparent url(https://static.igem.org/mediawiki/2014/3/3c/Sjtu_software_img100.png) no-repeat -25px -290px; | ||
+ | } | ||
</style> | </style> | ||
</p> | </p> | ||
- | + | ||
- | + | ||
- | + | ||
- | <body style="background-image:url(https://static.igem.org/mediawiki/2014/ | + | <!--<body style="background-image:url(https://static.igem.org/mediawiki/2014/3/3c/Sjtu_software_img100.png);background-position:center; background-repeat:repeat-y repeat-x">--> |
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
+ | <link href="https://2014.igem.org/Team:SJTU-Software/slider.css%20?action=raw&ctype=text/css" rel="stylesheet" type="text/css" media="all"/> | ||
+ | <script type="text/javascript" src="https://2014.igem.org/Team:SJTU-Software/min.js%20?action=raw&ctype=text/js"></script> | ||
+ | <script type="text/javascript" src="https://2014.igem.org/Team:SJTU-Software/easing.js%20?action=raw&ctype=text/js"></script> | ||
+ | <script type="text/javascript" src="https://2014.igem.org/Team:SJTU-Software/cameramin.js%20?action=raw&ctype=text/js"></script> | ||
+ | <script> | ||
+ | jQuery(function(){ | ||
+ | |||
+ | jQuery('#camera_wrap_1').camera({ | ||
+ | thumbnails: true | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
+ | <a href="http://www.igem.org/Main_Page" target=blank><img src="https://static.igem.org/mediawiki/2014/6/60/Igemlogo_300px.png" style="width:100px; height:100px; position:fixed; top:10px; right:50px;"></img></a> | ||
+ | <div class="container" position:relative z-index:999 > | ||
+ | <ul id="nav"> | ||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software"><font face="Jokerman">Home</font></a></li> | ||
+ | <li><a class="hsubs" href="https://2014.igem.org/Team:SJTU-Software/Overview"><font face="Jokerman">Software</font></a> | ||
+ | <ul class="subs"> | ||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software/Overview"><font face="Jokerman">Overview</font></a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software/Project/Tutorial"><font face="Jokerman">Tutorial</font></a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software/Project/UserStudy"><font face="Jokerman">User Study</font></a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software/Project/Demo"><font face="Jokerman">Demo</font></a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software/Project/Download"><font face="Jokerman">Download</font></a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a class="hsubs" href="https://2014.igem.org/Team:SJTU-Software/Database"><font face="Jokerman">Document</font></a> | ||
+ | <ul class="subs"> | ||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software/Database"><font face="Jokerman">Database</font></a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software/Database/AssessmentModel"><font face="Jokerman">Assessment Model</font></a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software/Database/Conponent"><font face="Jokerman">Conponents</font></a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software/Database/FutureDevelopment"><font face="Jokerman">For Future</font></a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software/Database/Event"><font face="Jokerman">Events</font></a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a class="hsubs" href="https://2014.igem.org/Team:SJTU-Software/Requirement/Medal"><font face="Jokerman">Requirement</font></a> | ||
+ | <ul class="subs"> | ||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software/Requirement/Medal"><font face="Jokerman">Medal</font></a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software/Requirement/Acknowledgement"><font face="Jokerman">Acknowledgement</font></a></li> | ||
+ | |||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software/Requirement/HumanPractice"><font face="Jokerman">Human Practice</font></a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software/Team"><font face="Jokerman">Team</font></a> | ||
+ | <ul class="subs"> | ||
+ | <li><a href="https://2014.igem.org/Team:SJTU-Software/Team"><font face="Jokerman">Member</font></a></li> | ||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <div id="lavalamp"></div> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div align="center" > | ||
- | < | + | <div class="slider" style="width:71%; padding:4.3% 0 0 0 "> |
+ | <div class="fluid_container"> | ||
+ | <div class="camera_wrap camera_azure_skin" id="camera_wrap_1" > | ||
+ | <div data-thumb="https://static.igem.org/mediawiki/2014/e/ee/Sjtu_software1.png" data-src="https://static.igem.org/mediawiki/2014/e/ee/Sjtu_software1.png"> </div> | ||
+ | <div data-thumb="https://static.igem.org/mediawiki/2014/1/15/Sjtu_software_fm.png" data-src="https://static.igem.org/mediawiki/2014/1/15/Sjtu_software_fm.png"> </div> | ||
+ | <div data-thumb="https://static.igem.org/mediawiki/2014/8/85/Sjtu_s_2.png" data-src="https://static.igem.org/mediawiki/2014/8/85/Sjtu_s_2.png"> </div> | ||
+ | <div data-thumb="https://static.igem.org/mediawiki/2014/f/f8/Sjtu_s_3.png" data-src="https://static.igem.org/mediawiki/2014/f/f8/Sjtu_s_3.png"> </div> | ||
- | < | + | <div data-thumb="https://static.igem.org/mediawiki/2014/e/e9/Sjtu_s_4.png" data-src="https://static.igem.org/mediawiki/2014/e/e9/Sjtu_s_4.png"> </div> |
- | + | ||
- | + | <div data-thumb="https://static.igem.org/mediawiki/2014/c/c0/Sjtu_s_5.png" data-src="https://static.igem.org/mediawiki/2014/c/c0/Sjtu_s_5.png"> </div> | |
- | + | ||
- | < | + | </div> |
+ | </div> | ||
+ | <div class="clear"></div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | <div align=center> | ||
+ | <div class="container2" style="height:300px;width:71%;background-color:#575D99;margin:36% 0 0 0;"> | ||
+ | <div align=left > | ||
+ | <br> | ||
+ | <br> | ||
+ | <div class="container2" style="margin:-4% 0 0 0;height:200px;width:28%;float:top; display:inline;" > | ||
+ | <p class="text" style="margin:0% 5% auto"><font face="Helvetica" size="5px" color="#FFFFFF">EASY BBK</font></p> | ||
+ | |||
+ | <p class="text" style="margin:2% 5% auto"><font face="Helvetica" size="4px" color="#FFFFFF">An EASY Biobrick Blueprint's pacKage</font></p> | ||
+ | <p class="text" style="margin:2% 5% auto"><font face="Helvetica" size="3px" color="#FFFFFF">Difficulties in finding biobricks in need and in interpreting bio-systems presented in different styles remain to be two main problems in synthetic biology. Our team has created "Easy BBK" to help users get neat information and evaluation of specific biobricks quickly and to display their bio-system easily. Users can input keywords of the biobrick they are interested in, and select special requirements of certain properties, and related biobricks will be searched, sorted and displayed. A score will be computed for each biobrick, based on the current status, reliability, feedbacks of users, number of publication and etc. Additionally, users could draw their bio-system easily with the standardized biobrick icons, and they can also look into the detailed information about the biobricks in the bio-system. Finally, new biobricks can be uploaded directly and automatically to Registry of Standard Biological Parts through our ‘Easy BBK’ system.</font></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div align=center> | ||
+ | <div class="container2" style="height:150px;width:71%;background-color: #272727;margin:0.5%;" > | ||
+ | <div class="container2" style="height:80px;width:100%;background-color: #272727;float:left; display:inline;" > | ||
+ | <div style=" float:left;margin:3% auto auto 4%;"> | ||
+ | <a href="http://www.sjtu.edu.cn"target="_blank"> | ||
+ | <img style="height:50px;width:auto;" src="https://static.igem.org/mediawiki/2014/7/77/Sjtu_software_SJTU_Logo.png"></img></a></div> | ||
- | |||
- | |||
- | |||
- | < | + | <div style="float:left;margin:3% auto auto 4%;"> |
- | </ | + | <a href="http://life.sjtu.edu.cn"target="_blank"> |
+ | <img style="height:50px;width:auto;" src="https://static.igem.org/mediawiki/2014/0/09/Sjtu_software_Life-logo.png"></img></a></div> | ||
+ | <div style=" float:left;margin:3% auto auto 4%;"> | ||
+ | <a href="http://www.seiee.sjtu.edu.cn/"target="_blank"> | ||
+ | <img style="height:50px;width:150px;" src="https://static.igem.org/mediawiki/2014/5/5b/Sjtu_software_seiee.png"></img></a></div> | ||
+ | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | <div | + | <div style="float:left;margin:3% auto auto 4%;"> |
- | + | <a href="http://bme.sjtu.edu.cn/"target="_blank"> | |
- | + | <img style=height:50px;width:150px;" src="https://static.igem.org/mediawiki/2014/3/31/Sjtu_software_sbe.jpg"></img></a></div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </div> | + | |
+ | <div style=" float:left;margin:3% auto auto 4%;"> | ||
+ | <a href="http://skmml.sjtu.edu.cn/"target="_blank"> | ||
+ | <img style="height:50px;width:150px;" src="https://static.igem.org/mediawiki/2014/2/28/Sjtu_software_%E5%BE%AE%E7%94%9F%E7%89%A9%E4%BB%A3%E8%B0%A2%E9%87%8D%E7%82%B9%E5%AE%9E%E9%AA%8C%E5%AE%A4logo.png"></img></a></div> | ||
- | |||
- | |||
- | |||
- | |||
+ | <div class="container2" style="height:80px;width:100%;background-color: #272727;float:left; display:inline;" > | ||
+ | <div align=center style="margin:-10px "> | ||
+ | <br> | ||
+ | <br> | ||
+ | <p class="container2" style="margin:0% 5% auto"><font face="MoolBoran" size="5px" color="#FFFFFF">iGemdry2014@163.com</font></p> | ||
+ | <p class="container2" style="margin:0 5% auto"><font face="MoolBoran" size="5px" color="#FFFFFF">SJTU-Software,Shanghai,China</font></p> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <p id="back-to-top" ><a href="#top"><span></span><img style="width:100%;height:100%" src="https://static.igem.org/mediawiki/2014/c/cc/Sjtu_software_teamlogo.png" alt="" />back to top</a></p> | ||
+ | <div style="display:none"><script src='http://v7.cnzz.com/stat.php?id=155540&web_id=155540' language='JavaScript' charset='gb2312'></script></div> | ||
+ | <script> | ||
+ | $(function(){ | ||
+ | //当滚动条的位置处于距顶部100像素以下时,跳转链接出现,否则消失 | ||
+ | $(function () { | ||
+ | $(window).scroll(function(){ | ||
+ | if ($(window).scrollTop()>10){ | ||
+ | $("#back-to-top").fadeIn(1500); | ||
+ | } | ||
+ | else | ||
+ | { | ||
+ | $("#back-to-top").fadeOut(1500); | ||
+ | } | ||
+ | }); | ||
+ | //当点击跳转链接后,回到页面顶部位置 | ||
+ | $("#back-to-top").click(function(){ | ||
+ | $('body,html').animate({scrollTop:0},1000); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
- | |||
- | |||
- | </ | + | </body> |
+ | </html> |
Latest revision as of 19:51, 17 October 2014
EASY BBK
An EASY Biobrick Blueprint's pacKage
Difficulties in finding biobricks in need and in interpreting bio-systems presented in different styles remain to be two main problems in synthetic biology. Our team has created "Easy BBK" to help users get neat information and evaluation of specific biobricks quickly and to display their bio-system easily. Users can input keywords of the biobrick they are interested in, and select special requirements of certain properties, and related biobricks will be searched, sorted and displayed. A score will be computed for each biobrick, based on the current status, reliability, feedbacks of users, number of publication and etc. Additionally, users could draw their bio-system easily with the standardized biobrick icons, and they can also look into the detailed information about the biobricks in the bio-system. Finally, new biobricks can be uploaded directly and automatically to Registry of Standard Biological Parts through our ‘Easy BBK’ system.