Team:XMU-China/Team Attribution
From 2014.igem.org
(26 intermediate revisions not shown) | |||
Line 12: | Line 12: | ||
<meta name="viewport" content="width=device-width; initial-scale=1.0"> | <meta name="viewport" content="width=device-width; initial-scale=1.0"> | ||
+ | <title>side_bar</title> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | #siteSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear{display:none;} /*-- hides default wiki settings --*/ | |
- | + | ||
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | ||
Line 57: | Line 57: | ||
} | } | ||
#nav_bar_full_01{left: 70px;top:47px;} | #nav_bar_full_01{left: 70px;top:47px;} | ||
- | #nav_bar_full_02{left: | + | #nav_bar_full_02{left: 210px;top:47px;letter-spacing:-2px;} |
#nav_bar_full_03{left: 360px;top:47px;} | #nav_bar_full_03{left: 360px;top:47px;} | ||
#nav_bar_full_04{left: 525px;top:47px;} | #nav_bar_full_04{left: 525px;top:47px;} | ||
Line 183: | Line 183: | ||
#navbar_frame_right{right:-120px;top:4px;} | #navbar_frame_right{right:-120px;top:4px;} | ||
/*sidebar*/ | /*sidebar*/ | ||
+ | |||
#side_bar{ | #side_bar{ | ||
position:fixed; | position:fixed; | ||
- | bottom: | + | bottom:75px; |
- | left: | + | left:13px; |
+ | z-index:20; | ||
font-size:20px; | font-size:20px; | ||
width: 160px; | width: 160px; | ||
- | |||
} | } | ||
#side_bar_main_1{ | #side_bar_main_1{ | ||
Line 206: | Line 207: | ||
margin-top:70px; | margin-top:70px; | ||
} | } | ||
- | #side_bar ul{list-style: none; | + | #side_bar ul{list-style: none;} |
#side_bar a{ | #side_bar a{ | ||
text-decoration:none; | text-decoration:none; | ||
Line 217: | Line 218: | ||
.sidebar_main{ | .sidebar_main{ | ||
position:relative; | position:relative; | ||
- | width: | + | width:150px; |
background-image:url("https://static.igem.org/mediawiki/2014/1/1c/XMU-Backgroundnav.png"); | background-image:url("https://static.igem.org/mediawiki/2014/1/1c/XMU-Backgroundnav.png"); | ||
text-align:center; | text-align:center; | ||
Line 226: | Line 227: | ||
left:170px; | left:170px; | ||
top:26px; | top:26px; | ||
- | border-right:# | + | border-right:#135996 5px solid; |
display:none; | display:none; | ||
} | } | ||
Line 244: | Line 245: | ||
position:absolute; | position:absolute; | ||
width:160px; | width:160px; | ||
- | top: | + | top: 52px; |
} | } | ||
/*Attribution*/ | /*Attribution*/ | ||
.Team_title{position:absolute;width:300px;} | .Team_title{position:absolute;width:300px;} | ||
- | #Team_Attribution{position:relative;top:230px;width:1000px;margin-left:- | + | #Team_Attribution{position:relative;top:230px;width:1000px;margin-left:-500px;left:50%;} |
#Team_Attribution_wd{ | #Team_Attribution_wd{ | ||
background:rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;/*FF*/ | background:rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;/*FF*/ | ||
Line 255: | Line 256: | ||
padding-left: 30px; | padding-left: 30px; | ||
padding-right: 30px; | padding-right: 30px; | ||
+ | line-height:1.5; | ||
position:relative; | position:relative; | ||
top:150px; | top:150px; | ||
Line 335: | Line 337: | ||
var sidebar_sub_hover_display = side_bar_hover_target.children(".sidebar_sub").css("display"); | var sidebar_sub_hover_display = side_bar_hover_target.children(".sidebar_sub").css("display"); | ||
if(sidebar_sub_hover_display = "none"){ | if(sidebar_sub_hover_display = "none"){ | ||
- | side_bar_hover_target.animate({width:"275px"},200); | + | side_bar_hover_target.stop().animate({width:"275px"},200); |
- | + | ||
}; | }; | ||
$(".sidebar_main").mouseleave(function(){ | $(".sidebar_main").mouseleave(function(){ | ||
Line 342: | Line 344: | ||
var sidebar_sub_hoveroff_display = side_bar_hoveroff_target.children(".sidebar_sub").css("display"); | var sidebar_sub_hoveroff_display = side_bar_hoveroff_target.children(".sidebar_sub").css("display"); | ||
if(sidebar_sub_hover_display = "block"){ | if(sidebar_sub_hover_display = "block"){ | ||
- | side_bar_hover_target. | + | side_bar_hover_target.stop().animate({width:"155px"},100); |
- | + | ||
}; | }; | ||
}); | }); | ||
Line 350: | Line 351: | ||
$(".navbar_main").mouseenter(function(){ | $(".navbar_main").mouseenter(function(){ | ||
var nav_bar_hover_target = $(this); | var nav_bar_hover_target = $(this); | ||
- | nav_bar_hover_target.children(".navbar_sub").slideDown(); | + | nav_bar_hover_target.children(".navbar_sub").stop().slideDown(); |
$(".navbar_main").mouseleave(function(){ | $(".navbar_main").mouseleave(function(){ | ||
var nav_bar_hoveroff_target = $(this); | var nav_bar_hoveroff_target = $(this); | ||
- | nav_bar_hoveroff_target.children(".navbar_sub").slideUp(); | + | nav_bar_hoveroff_target.children(".navbar_sub").stop().slideUp(); |
}); | }); | ||
}); | }); | ||
Line 360: | Line 361: | ||
</head> | </head> | ||
- | <body style="font-family:arial;color:# | + | <body style="font-family:arial;color:#8ccfff"> |
<div id="background" style="position:fixed;z-index:-1;width:100%;height:100%;top:0px;left:0px;"> | <div id="background" style="position:fixed;z-index:-1;width:100%;height:100%;top:0px;left:0px;"> | ||
- | <img src="https://static.igem.org/mediawiki/2014/ | + | <img src="https://static.igem.org/mediawiki/2014/f/f8/Wiki%E8%83%8C%E6%99%AFzwei.png" width="100%" height="100%"/> |
</div> | </div> | ||
<div id="warp_navbar_main"> | <div id="warp_navbar_main"> | ||
<div id="warp_navbar"> | <div id="warp_navbar"> | ||
<div id="nav_bar_frame" > | <div id="nav_bar_frame" > | ||
- | <img class="navbar_frame" id="navbar_frame_left" src="https://static.igem.org/mediawiki/2014/c/ | + | <img class="navbar_frame" id="navbar_frame_left" src="https://static.igem.org/mediawiki/2014/c/cf/Xmu_navbar_left04.png" /> |
- | <img class="navbar_frame" id="navbar_frame_right" src="https://static.igem.org/mediawiki/2014/ | + | <img class="navbar_frame" id="navbar_frame_right" src="https://static.igem.org/mediawiki/2014/8/88/Xmu_navbar_right02.png" /> |
</div> | </div> | ||
<div id="nav_bar"> | <div id="nav_bar"> | ||
Line 428: | Line 429: | ||
</li> | </li> | ||
<li id="navbar_main_06" class="navbar_main"> | <li id="navbar_main_06" class="navbar_main"> | ||
- | <a href=" | + | <a href="https://2014.igem.org/Team:XMU-China/Safety"><span class="nav_bar" id="nav_bar_06"> </span></a> |
- | <a href=" | + | <a href="https://2014.igem.org/Team:XMU-China/Safety" class="nav_bar_full" id="nav_bar_full_06">Safety</a> |
</li> | </li> | ||
</ul> | </ul> | ||
Line 435: | Line 436: | ||
</div> | </div> | ||
</div> | </div> | ||
- | + | <div id="side_bar"> | |
<ul id="side_bar_main_1"> | <ul id="side_bar_main_1"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<li class="sidebar_main" id="side_bar_judging"> | <li class="sidebar_main" id="side_bar_judging"> | ||
- | <h3><a href="https://2014.igem.org/Team:XMU-China/ | + | <h3><a href="https://2014.igem.org/Team:XMU-China/Team_Members">Members</a></h3> |
</li> | </li> | ||
</ul> | </ul> | ||
<img id="side_bar_img_x" src="https://static.igem.org/mediawiki/2014/2/24/Xmu_sidebar_x.png" /> | <img id="side_bar_img_x" src="https://static.igem.org/mediawiki/2014/2/24/Xmu_sidebar_x.png" /> | ||
<ul id="side_bar_main_2"> | <ul id="side_bar_main_2"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<li class="sidebar_main" id="side_bar_safety"> | <li class="sidebar_main" id="side_bar_safety"> | ||
- | <h3><a href="https://2014.igem.org/Team:XMU-China/ | + | <h3><a href="https://2014.igem.org/Team:XMU-China/Team_Attribution">Attribution</a></h3> |
</li> | </li> | ||
</ul> | </ul> | ||
Line 465: | Line 451: | ||
<!--Team Attribution--> | <!--Team Attribution--> | ||
<div id="Team_Attribution"> | <div id="Team_Attribution"> | ||
- | <img id="Team_Attribution_title" class="Team_title" src="https://static.igem.org/mediawiki/2014/ | + | <img id="Team_Attribution_title" class="Team_title" src="https://static.igem.org/mediawiki/2014/1/14/Xmu_team_attribution_zwei.png"/> |
<div id="Team_Attribution_wd"> | <div id="Team_Attribution_wd"> | ||
+ | <br /> | ||
+ | <br /> | ||
<p> | <p> | ||
- | <strong><span style="font-size: | + | <strong><span style="font-size:27px">Idea</span></strong> |
</p> | </p> | ||
<p> | <p> | ||
Line 474: | Line 462: | ||
<hr width="100%" size="2"/></span></strong> | <hr width="100%" size="2"/></span></strong> | ||
</p> | </p> | ||
+ | <br /> | ||
<p> | <p> | ||
<strong>Constructed by undergraduate</strong> | <strong>Constructed by undergraduate</strong> | ||
Line 487: | Line 476: | ||
</p> | </p> | ||
<p> | <p> | ||
- | Prof. Fang Baishan, Prof. | + | Prof. Fang Baishan, Prof. Ng I-Son, Prof. Yang Chaoyong, Prof. Han Jiahuai, Doctor Jiang Wei |
</p> | </p> | ||
<p> | <p> | ||
Line 493: | Line 482: | ||
</p> | </p> | ||
<p> | <p> | ||
- | <strong><span style="font-size: | + | <strong><span style="font-size:27px">Project</span></strong> |
</p> | </p> | ||
<p> | <p> | ||
Line 499: | Line 488: | ||
<hr width="100%" size="2"/></span></strong> | <hr width="100%" size="2"/></span></strong> | ||
</p> | </p> | ||
+ | <br /> | ||
<p> | <p> | ||
<strong><span style="font-size:19px">Conic shape formation (undergraduate)</span></strong> | <strong><span style="font-size:19px">Conic shape formation (undergraduate)</span></strong> | ||
Line 511: | Line 501: | ||
<strong>Black hole mechanism: </strong>Lei Yiying | <strong>Black hole mechanism: </strong>Lei Yiying | ||
</p> | </p> | ||
+ | <br /> | ||
<p> | <p> | ||
<strong><span style="font-size:19px">Promoter activity measurement (undergraduate)</span></strong> | <strong><span style="font-size:19px">Promoter activity measurement (undergraduate)</span></strong> | ||
Line 517: | Line 508: | ||
Zhang Ruihua | Zhang Ruihua | ||
</p> | </p> | ||
+ | <br /> | ||
<p> | <p> | ||
<strong><span style="font-size:19px">Characterization of chemotaxis (undergraduate)</span></strong> | <strong><span style="font-size:19px">Characterization of chemotaxis (undergraduate)</span></strong> | ||
Line 523: | Line 515: | ||
Zhang Tangduo, Chen Yahong, Liu Weibin, Ruan Qinyu, Fu Xiaotong | Zhang Tangduo, Chen Yahong, Liu Weibin, Ruan Qinyu, Fu Xiaotong | ||
</p> | </p> | ||
+ | <br /> | ||
<p> | <p> | ||
<strong><span style="font-size:19px">Interlab (undergraduate)</span></strong> | <strong><span style="font-size:19px">Interlab (undergraduate)</span></strong> | ||
Line 551: | Line 544: | ||
</p> | </p> | ||
<p> | <p> | ||
- | <strong><span style="font-size: | + | <strong><span style="font-size:27px">Policy & Practice (undergraduate)</span></strong> |
</p> | </p> | ||
<p> | <p> | ||
Line 557: | Line 550: | ||
<hr width="100%" size="2"/></span></strong> | <hr width="100%" size="2"/></span></strong> | ||
</p> | </p> | ||
+ | <br /> | ||
<p> | <p> | ||
<strong><span style="font-size:19px">Newsletter</span></strong> | <strong><span style="font-size:19px">Newsletter</span></strong> | ||
Line 606: | Line 600: | ||
</p> | </p> | ||
<p> | <p> | ||
- | Wu Fan, Guo Xifeng | + | Wu Fan, Guo Xifeng, Fu Xiaotong |
</p> | </p> | ||
<p> | <p> | ||
Line 612: | Line 606: | ||
</p> | </p> | ||
<p> | <p> | ||
- | <strong><span style="font-size: | + | <strong><span style="font-size:27px">Safety</span></strong> |
</p> | </p> | ||
<p> | <p> | ||
Line 618: | Line 612: | ||
<hr width="100%" size="2"/></span></strong> | <hr width="100%" size="2"/></span></strong> | ||
</p> | </p> | ||
+ | <br /> | ||
<p> | <p> | ||
<strong>Undergraduate in charge: </strong>Jiang Yue, Lei Yiying | <strong>Undergraduate in charge: </strong>Jiang Yue, Lei Yiying | ||
Line 624: | Line 619: | ||
<strong>Guided by advisors:</strong> Prof. Fang Baishan, Prof. Wu Yixun, Prof. Yang Chaoyong, Prof. Han Jiahuai, Doctor Jiang Wei | <strong>Guided by advisors:</strong> Prof. Fang Baishan, Prof. Wu Yixun, Prof. Yang Chaoyong, Prof. Han Jiahuai, Doctor Jiang Wei | ||
</p> | </p> | ||
- | <p> | + | <p style="font-size:50px"> |
| | ||
</p> | </p> | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
</div> | </div> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<!--侧边栏自动显示和隐藏的功能--> | <!--侧边栏自动显示和隐藏的功能--> | ||
- | + | <script type="text/javascript"> | |
- | + | $(document).ready(function() { | |
- | + | ||
- | + | $("#side_bar").hide(); | |
- | + | ||
- | + | $(window).scroll(function(){ | |
- | + | if ($(window).scrollTop()>500) {$("#side_bar").fadeIn();} | |
- | + | else {$("#side_bar").fadeOut();} | |
- | + | }); | |
- | + | ||
- | + | }); | |
- | + | </script> | |
- | + | ||
</body> | </body> | ||
</html> | </html> | ||
+ | {{:Team:XMU-China/footer}} | ||
+ | {{:Team:XMU-China/UFO}} |
Latest revision as of 02:32, 18 October 2014
Idea
Constructed by undergraduate
Tang Chun, Zhang Ruihua, Chen Yahong, Lei yiying, Ruan Qingyu, Liu Weibing, Chen Zehua, Yan Xiaoshan, Liu Chang, Zhang Tangduo, Chen An, Chen Jielin, Liu Yang, Lu Yizhu,
Guided by advisors
Prof. Fang Baishan, Prof. Ng I-Son, Prof. Yang Chaoyong, Prof. Han Jiahuai, Doctor Jiang Wei
Project
Conic shape formation (undergraduate)
Conic section circuit: Tang Chun,
Oscillation circuit: Chen Zehua
Black hole mechanism: Lei Yiying
Promoter activity measurement (undergraduate)
Zhang Ruihua
Characterization of chemotaxis (undergraduate)
Zhang Tangduo, Chen Yahong, Liu Weibin, Ruan Qinyu, Fu Xiaotong
Interlab (undergraduate)
Chen Jielin, Tang Chun, Chen An
Guided by advisors: Doctor Jiang Wei
Supported by advisors: Prof. Fang Baishan
Modeling (undergraduate)
Yan Xiaoshan
Policy & Practice (undergraduate)
Newsletter
Editor: Chen Zehua
Assistants: Jiang Yue, Liu Yang, Li Jianqiao, Guo Xifeng
Communication with other teams
Huang Jianxing, Guo Xifeng, Lu Yizhu, Liu Yang, Chen Jielin, Wu Fan, Jiang Yue, Chen Zehua, Zhang Tangduo
Popularization in Xiamen Library
Planners: Lv Yizhu, Liu Yang, Zhang Tangduo, Chen Zehua, Chen An
Media contact: Zhang Tangduo
Participant: All members in the team
Wiki (undergraduate)
Li Zhe, Guo Xifeng, Wu Fan, Wang Yushen
Art design (undergraduate)
Wu Fan, Guo Xifeng, Fu Xiaotong
Safety
Undergraduate in charge: Jiang Yue, Lei Yiying
Guided by advisors: Prof. Fang Baishan, Prof. Wu Yixun, Prof. Yang Chaoyong, Prof. Han Jiahuai, Doctor Jiang Wei