Team:XMU-China/Attributions
From 2014.igem.org
(Prototype team page) |
|||
Line 1: | Line 1: | ||
- | < | + | <html lang="en"> |
+ | <head> | ||
+ | <meta charset="utf-8"> | ||
+ | <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame | ||
+ | Remove this if you use the .htaccess --> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
- | + | <title>side_bar</title> | |
+ | <meta name="description" content=""> | ||
+ | <meta name="author" content="哲"> | ||
+ | <meta name="viewport" content="width=device-width; initial-scale=1.0"> | ||
+ | <title>side_bar</title> | ||
+ | <style type="text/css"> | ||
+ | #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.) --*/ | ||
+ | |||
+ | border: 0 none; | ||
+ | height: 14px; | ||
+ | z-index: 100; | ||
+ | top: 0; | ||
+ | position: fixed; | ||
+ | width: 975px; | ||
+ | left: 50%; | ||
+ | margin-left: -487px; | ||
+ | } | ||
+ | |||
+ | #globalWrapper, #content { /*-- changes default wiki settings--*/ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | html, body, .wrapper { /*-- changes default wiki settings --*/ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | *{margin:0px;padding:0px;} | ||
- | < | + | </style> |
+ | <style> | ||
+ | /*navbar*/ | ||
+ | #warp_navbar_main{width:900px;margin:50px auto;} | ||
+ | #warp_navbar{position:relative;z-index:10} | ||
+ | #nav_bar_main{list-style:none;position:relative;left:-40px;} | ||
+ | .nav_bar_full{ | ||
+ | position:absolute; | ||
+ | font-size: 30px; | ||
+ | text-decoration: none; | ||
+ | z-index: -1; | ||
+ | } | ||
+ | #nav_bar_full_01{left: 70px;top:47px;} | ||
+ | #nav_bar_full_02{left: 200px;top:47px;} | ||
+ | #nav_bar_full_03{left: 360px;top:47px;} | ||
+ | #nav_bar_full_04{left: 525px;top:47px;} | ||
+ | #nav_bar_full_05{left: 685px;top:47px;} | ||
+ | #nav_bar_full_06{left: 820px;top:47px;} | ||
+ | #nav_bar a{text-decoration:none;color:#fff;} | ||
+ | #nav_bar a:hover{text-decoration:none;color:#f00;} | ||
+ | .nav_bar { | ||
+ | position:absolute; | ||
+ | width:150px; | ||
+ | height:130px; | ||
+ | -webkit-transition: -webkit-transform 1s ease-out; | ||
+ | /* -moz-transition: -moz-transform 1s ease-out;*/ | ||
+ | -o-transition: -o-transform 1s ease-out; | ||
+ | -ms-transition: -ms-transform 1s ease-out; | ||
+ | } | ||
+ | .nav_bar:hover{ | ||
+ | transform: rotateZ(360deg); | ||
+ | -ms-transform: rotateZ(360deg); /* IE 9 */ | ||
+ | -webkit-transform: rotateZ(360deg); /* Safari and Chrome */ | ||
+ | -o-transform: rotateZ(360deg); /* Opera */ | ||
+ | /* -moz-transform: rotateZ(360deg); /* Firefox */ | ||
+ | -webkit-transition: -webkit-transform 1s ease-out; | ||
+ | /* -moz-transition: -moz-transform 1s ease-out;*/ | ||
+ | -o-transition: -o-transform 1s ease-out; | ||
+ | -ms-transition: -ms-transform 1s ease-out; | ||
+ | } | ||
+ | #nav_bar_01{ | ||
+ | background-image:url("https://static.igem.org/mediawiki/2014/c/cf/Xmu_navbar_01.png"); | ||
+ | -moz-background-size:100%; /* 老版本的 Firefox */ | ||
+ | background-repeat:no-repeat; | ||
+ | background-size:100%; | ||
+ | left:40px; | ||
+ | } | ||
+ | #nav_bar_02{ | ||
+ | background-image:url("https://static.igem.org/mediawiki/2014/1/1b/Xmu_navbar_02.png"); | ||
+ | -moz-background-size:100%; /* 老版本的 Firefox */ | ||
+ | background-repeat:no-repeat; | ||
+ | background-size:100%; | ||
+ | left:190px; | ||
+ | } | ||
+ | #nav_bar_03{ | ||
+ | background-image:url("https://static.igem.org/mediawiki/2014/2/23/Xmu_navbar_03.png"); | ||
+ | -moz-background-size:100%; /* 老版本的 Firefox */ | ||
+ | background-repeat:no-repeat; | ||
+ | background-size:100%; | ||
+ | left:337px; | ||
+ | } | ||
+ | #nav_bar_04{ | ||
+ | background-image:url("https://static.igem.org/mediawiki/2014/4/4b/Xmu_navbar_04.png"); | ||
+ | -moz-background-size:100%; /* 老版本的 Firefox */ | ||
+ | background-repeat:no-repeat; | ||
+ | background-size:100%; | ||
+ | left:487px; | ||
+ | } | ||
+ | #nav_bar_05{ | ||
+ | background-image:url("https://static.igem.org/mediawiki/2014/0/06/Xmu_navbar_05.png"); | ||
+ | -moz-background-size:100%; /* 老版本的 Firefox */ | ||
+ | background-repeat:no-repeat; | ||
+ | background-size:100%; | ||
+ | left:637px; | ||
+ | } | ||
+ | #nav_bar_06{ | ||
+ | background-image:url("https://static.igem.org/mediawiki/2014/0/06/Xmu_navbar_06.png"); | ||
+ | -moz-background-size:100%; /* 老版本的 Firefox */ | ||
+ | background-repeat:no-repeat; | ||
+ | background-size:100%; | ||
+ | left:787px; | ||
+ | } | ||
+ | .navbar_main{position:relative;} | ||
+ | .navbar_sub{ | ||
+ | position:absolute; | ||
+ | list-style: none; | ||
+ | padding-bottom:30px; | ||
+ | text-align:center; | ||
+ | font-size:18px; | ||
+ | display:none; | ||
+ | } | ||
+ | #navbar_sub_Acknowledgements{font-size:14px;} | ||
+ | .navbar_sub li{width:120px;margin-top:20px;height:30px;display:block;padding-top:10px;} | ||
+ | .navbar_sub_x{position:absolute;width: 132px;} | ||
+ | #navbar_main_01>.navbar_sub { | ||
+ | border-left:6px #F0707B solid; | ||
+ | border-right:6px #F0707B solid; | ||
+ | left:50px; | ||
+ | top:156px; | ||
+ | } | ||
+ | #navbar_main_01>.navbar_sub li{background:#f0707b;} | ||
+ | #navbar_main_02>.navbar_sub{ | ||
+ | border-left:6px #d57590 solid; | ||
+ | border-right:6px #d57590 solid; | ||
+ | left:200px; | ||
+ | top:156px; | ||
+ | } | ||
+ | #navbar_main_02>.navbar_sub li{background:#d57590;} | ||
+ | #navbar_main_03>.navbar_sub{ | ||
+ | border-left:6px #b47eb2 solid; | ||
+ | border-right:6px #b47eb2 solid; | ||
+ | left:347px; | ||
+ | top:156px; | ||
+ | } | ||
+ | #navbar_main_03>.navbar_sub li{background:#b47eb2;} | ||
+ | #navbar_main_04>.navbar_sub{ | ||
+ | border-left:6px #a381c3 solid; | ||
+ | border-right:6px #a381c3 solid; | ||
+ | left:497px; | ||
+ | top:156px; | ||
+ | } | ||
+ | #navbar_main_04>.navbar_sub li{background:#a381c3;} | ||
+ | #navbar_main_05>.navbar_sub{ | ||
+ | border-left:6px #828fd8 solid; | ||
+ | border-right:6px #828fd8 solid; | ||
+ | left:647px; | ||
+ | top:156px; | ||
+ | } | ||
+ | #navbar_main_05>.navbar_sub li{background:#828fd8;} | ||
+ | #navbar_main_01 img{left:-6px;top:-37px;} | ||
+ | #navbar_main_02 img{left:-6px;top:-35px;} | ||
+ | #navbar_main_03 img{left:-6px;top:-33px;} | ||
+ | #navbar_main_04 img{left:-6px;top:-39px;} | ||
+ | #navbar_main_05 img{left:-6px;top:-38px;} | ||
+ | #nav_bar_frame{position:relative;} | ||
+ | .navbar_frame{position:absolute;z-index: 1;top:3px;} | ||
+ | #navbar_frame_left{left:-120px;} | ||
+ | #navbar_frame_right{right:-120px;top:4px;} | ||
+ | /*sidebar*/ | ||
- | + | #side_bar{ | |
- | + | position:fixed; | |
- | + | bottom:75px; | |
- | + | left:13px; | |
- | + | z-index:20; | |
- | + | font-size:20px; | |
- | + | width: 160px; | |
- | + | } | |
- | + | #side_bar_main_1{ | |
- | + | list-style: none; | |
- | + | border-left:#135996 5px solid; | |
- | + | border-right:#135996 5px solid; | |
- | + | padding-top: 25px; | |
- | + | padding-bottom:10px; | |
- | + | } | |
- | + | #side_bar_main_2{ | |
- | + | list-style: none; | |
- | + | border-left:#135996 5px solid; | |
- | + | border-right:#135996 5px solid; | |
- | + | padding-top: 10px; | |
- | + | padding-bottom:20px; | |
- | + | margin-top:70px; | |
- | + | } | |
- | + | #side_bar ul{list-style: none;} | |
- | < | + | #side_bar a{ |
- | + | text-decoration:none; | |
- | + | color:#fff; | |
- | + | } | |
- | + | #side_bar a:hover{ | |
- | + | text-decoration:none; | |
- | + | color:#f00; | |
- | + | } | |
- | + | .sidebar_main{ | |
- | + | position:relative; | |
- | + | width:150px; | |
- | + | background-image:url("https://static.igem.org/mediawiki/2014/1/1c/XMU-Backgroundnav.png"); | |
- | + | text-align:center; | |
- | + | margin-bottom:25px; | |
- | + | } | |
- | + | .sidebar_sub{ | |
- | + | position:absolute; | |
- | + | left:170px; | |
- | + | top:26px; | |
- | + | border-right:#135996 5px solid; | |
- | + | display:none; | |
- | < | + | } |
- | < | + | .sidebar_sub>li{ |
- | + | background:#4f5faa; | |
- | + | width: 100px; | |
- | + | font-size:15px; | |
- | + | margin-top:10px; | |
- | + | } | |
- | + | #side_bar_judging{ | |
- | + | margin-bottom:0px; | |
- | + | } | |
- | + | #side_bar_safety{ | |
- | + | margin-bottom:0px; | |
- | + | } | |
- | + | #side_bar_img_x{ | |
- | + | position:absolute; | |
- | + | width:160px; | |
- | + | top: 52px; | |
- | + | } | |
- | + | /*Attribution*/ | |
- | + | .Team_title{position:absolute;width:300px;} | |
- | + | #Team_Attribution{position:relative;top:230px;width:1000px;margin-left:-400px;left:43%;} | |
- | + | #Team_Attribution_wd{ | |
- | + | background:rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;/*FF*/ | |
- | + | filter:Alpha(opacity=40); background:#000000;/*IE*/ | |
- | + | box-shadow: 6px 2px 20px #aaaaaa; | |
- | + | padding-left: 30px; | |
- | + | padding-right: 30px; | |
- | + | position:relative; | |
- | + | top:150px; | |
- | + | table-layout: fixed; | |
- | + | word-wrap: break-word; | |
- | + | word-break: normal; | |
- | + | text-align:justify; | |
+ | text-justify:inter-ideograph; | ||
+ | } | ||
+ | </style> | ||
+ | <style> | ||
+ | #menubar { | ||
+ | position: absolute; | ||
+ | white-space: nowrap; | ||
+ | top: -6px; | ||
+ | width: 400px; | ||
+ | z-index: 5; | ||
+ | font-family: sans-serif; | ||
+ | font-size: 95%; | ||
+ | line-height: 1em; | ||
+ | } | ||
+ | .left-menu, .left-menu a { | ||
+ | left: 0px; | ||
+ | text-align: left; | ||
+ | color:transparent; | ||
+ | text-transform: lowercase; | ||
+ | } | ||
+ | .left-menu:hover { | ||
+ | color: white; | ||
+ | background-color: #555555 | ||
+ | } | ||
+ | .right-menu, .right-menu a { | ||
+ | right: 0px; | ||
+ | text-align: right; | ||
+ | color: white; | ||
+ | } | ||
+ | #menubar ul { | ||
+ | color: #555555; | ||
+ | list-style: none; | ||
+ | } | ||
+ | #menubar li { | ||
+ | display: inline; | ||
+ | position: relative; | ||
+ | cursor: pointer; | ||
+ | padding-left: 0px; | ||
+ | padding-right: 0px; | ||
+ | } | ||
+ | .left-menu li a { | ||
+ | padding: 0px 10px 0px 0px; | ||
+ | } | ||
+ | .left-menu .selected { | ||
+ | color: white; | ||
+ | } | ||
+ | .left-menu .selected:hover { | ||
+ | color: #5555FF; | ||
+ | } | ||
+ | |||
+ | .left-menu:hover a { | ||
+ | color: white; | ||
+ | } | ||
+ | .right-menu li { | ||
+ | background-color: #606060; | ||
+ | } | ||
+ | .right-menu li a { | ||
+ | padding: 0px 15px 0px 0px; | ||
+ | color: white; | ||
+ | background-color: #606060; | ||
+ | } | ||
+ | .right-menu li a:hover { | ||
+ | color: #aaaaff; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | </style> | ||
+ | <script src="http://code.jquery.com/jquery-latest.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("style").first().remove(); | ||
+ | $(".sidebar_main").mouseenter(function(){ | ||
+ | var side_bar_hover_target = $(this); | ||
+ | var sidebar_sub_hover_display = side_bar_hover_target.children(".sidebar_sub").css("display"); | ||
+ | if(sidebar_sub_hover_display = "none"){ | ||
+ | side_bar_hover_target.animate({width:"275px"},200); | ||
+ | side_bar_hover_target.children(".sidebar_sub").slideDown("normal"); | ||
+ | }; | ||
+ | $(".sidebar_main").mouseleave(function(){ | ||
+ | var side_bar_hoveroff_target = $(this); | ||
+ | var sidebar_sub_hoveroff_display = side_bar_hoveroff_target.children(".sidebar_sub").css("display"); | ||
+ | if(sidebar_sub_hover_display = "block"){ | ||
+ | side_bar_hover_target.children(".sidebar_sub").slideUp(100); | ||
+ | side_bar_hover_target.animate({width:"155px"},100); | ||
+ | }; | ||
+ | }); | ||
+ | |||
+ | }); | ||
+ | $(".navbar_main").mouseenter(function(){ | ||
+ | var nav_bar_hover_target = $(this); | ||
+ | nav_bar_hover_target.children(".navbar_sub").slideDown(); | ||
+ | $(".navbar_main").mouseleave(function(){ | ||
+ | var nav_bar_hoveroff_target = $(this); | ||
+ | nav_bar_hoveroff_target.children(".navbar_sub").slideUp(); | ||
+ | }); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
+ | <body style="font-family:arial;color:#8ccfff"> | ||
+ | <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/d/d1/XMU-Project-background.jpg" width="100%" height="100%"/> | ||
+ | </div> | ||
+ | <div id="warp_navbar_main"> | ||
+ | <div id="warp_navbar"> | ||
+ | <div id="nav_bar_frame" > | ||
+ | <img class="navbar_frame" id="navbar_frame_left" src="https://static.igem.org/mediawiki/2014/c/c9/Xmu_navbar_left.png" /> | ||
+ | <img class="navbar_frame" id="navbar_frame_right" src="https://static.igem.org/mediawiki/2014/b/b5/Xmu_navbar_right.png" /> | ||
+ | </div> | ||
+ | <div id="nav_bar"> | ||
+ | <ul id="nav_bar_main"> | ||
+ | <li id="navbar_main_01" class="navbar_main"> | ||
+ | <a href="#"><span class="nav_bar" id="nav_bar_01"> </span></a> | ||
+ | <a href="#" class="nav_bar_full" id="nav_bar_full_01">Project</a> | ||
+ | <ul class="navbar_sub"> | ||
+ | <img class="navbar_sub_x" id="navbar_sub_x_01" src="https://static.igem.org/mediawiki/2014/4/4e/Xmu_navbar_sub_01.png" /> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/Project_Background">Background</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/Project_ConicCurve">Conic Curve</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/Project_Application">Application</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/Project_PSystem">P System</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/Project_Modelling">Modelling</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/Project_FutureWork">Future Work</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/Project_Interlab">Interlab</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li id="navbar_main_02" class="navbar_main"> | ||
+ | <a href="#"><span class="nav_bar" id="nav_bar_02"> </span></a> | ||
+ | <a href="#" class="nav_bar_full" id="nav_bar_full_02">Notebook</a> | ||
+ | <ul class="navbar_sub"> | ||
+ | <img class="navbar_sub_x" id="navbar_sub_x_02" src="https://static.igem.org/mediawiki/2014/e/e0/Xmu_navbar_sub_02.png" /> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/Notebook_Protocol">Protocol</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/Notebook_Labnotes">Lab notes</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/Notebook_Calendar">Calendar</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li id="navbar_main_03" class="navbar_main"> | ||
+ | <a href="#"><span class="nav_bar" id="nav_bar_03"> </span></a> | ||
+ | <a href="#" class="nav_bar_full" id="nav_bar_full_03">Judging</a> | ||
+ | <ul class="navbar_sub"> | ||
+ | <img class="navbar_sub_x" id="navbar_sub_x_03" src="https://static.igem.org/mediawiki/2014/7/7a/Xmu_navbar_sub_03.png" /> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/Judging_Parts">Parts</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/Judging_Achievements">Achievements</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li id="navbar_main_04" class="navbar_main"> | ||
+ | <a href="#"><span class="nav_bar" id="nav_bar_04"> </span></a> | ||
+ | <a href="#" class="nav_bar_full" id="nav_bar_full_04">Team</a> | ||
+ | <ul class="navbar_sub"> | ||
+ | <img class="navbar_sub_x" id="navbar_sub_x_04" src="https://static.igem.org/mediawiki/2014/1/1f/Xmu_navbar_sub_04.png" /> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/Team_Members">Members</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/Team_Attribution">Attribution</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li id="navbar_main_05" class="navbar_main"> | ||
+ | <a href="#"><span class="nav_bar" id="nav_bar_05"> </span></a> | ||
+ | <a href="#" class="nav_bar_full" id="nav_bar_full_05">P&P</a> | ||
+ | <ul class="navbar_sub"> | ||
+ | <img class="navbar_sub_x" id="navbar_sub_x_05" src="https://static.igem.org/mediawiki/2014/d/de/Xmu_navbar_sub_05.png" /> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/PP_Overview">Overview</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/PP_Newsletter">Newsletter</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/PP_Communication">Communication</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/PP_Popularization">Popularization</a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:XMU-China/PP_Assistance">Assistance</a></li> | ||
+ | <li id="navbar_sub_Acknowledgements"><a href="https://2014.igem.org/Team:XMU-China/PP_Acknowledgements">Acknowledgements</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li id="navbar_main_06" class="navbar_main"> | ||
+ | <a href="https://2014.igem.org/Team:XMU-China/Safety"><span class="nav_bar" id="nav_bar_06"> </span></a> | ||
+ | <a href="https://2014.igem.org/Team:XMU-China/Safety" class="nav_bar_full" id="nav_bar_full_06">Safety</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="side_bar"> | ||
+ | <ul id="side_bar_main_1"> | ||
+ | <li class="sidebar_main" id="side_bar_judging"> | ||
+ | <h3><a href="https://2014.igem.org/Team:XMU-China/Team_Members">Members</a></h3> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <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"> | ||
+ | <li class="sidebar_main" id="side_bar_safety"> | ||
+ | <h3><a href="https://2014.igem.org/Team:XMU-China/Team_Attribution">Attribution</a></h3> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <!--Team Attribution--> | ||
+ | <div id="Team_Attribution"> | ||
+ | <img id="Team_Attribution_title" class="Team_title" src="https://static.igem.org/mediawiki/2014/d/db/Xmu_team_attribution.png"/> | ||
+ | <div id="Team_Attribution_wd"> | ||
+ | <br /> | ||
+ | <br /> | ||
<p> | <p> | ||
- | + | <strong><span style="font-size:27px">Idea</span></strong> | |
</p> | </p> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<p> | <p> | ||
- | + | <strong><span style="font-size:21px"> | |
+ | <hr width="100%" size="2"/></span></strong> | ||
</p> | </p> | ||
- | + | <br /> | |
<p> | <p> | ||
- | + | <strong>Constructed by undergraduate</strong> | |
</p> | </p> | ||
- | |||
<p> | <p> | ||
- | + | 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, | |
</p> | </p> | ||
- | |||
- | |||
- | |||
- | |||
<p> | <p> | ||
- | + | <strong> </strong> | |
</p> | </p> | ||
- | + | <p> | |
- | < | + | <strong>Guided by advisors</strong> |
- | < | + | </p> |
- | + | <p> | |
- | < | + | Prof. Fang Baishan, Prof. Wu Yixun, Prof. Yang Chaoyong, Prof. Han Jiahuai, Doctor Jiang Wei |
- | + | </p> | |
- | < | + | <p> |
- | + | | |
- | < | + | </p> |
- | + | <p> | |
- | < | + | <strong><span style="font-size:27px">Project</span></strong> |
- | + | </p> | |
- | < | + | <p> |
- | + | <strong><span style="font-size:21px"> | |
- | < | + | <hr width="100%" size="2"/></span></strong> |
- | + | </p> | |
- | < | + | <br /> |
- | + | <p> | |
- | < | + | <strong><span style="font-size:19px">Conic shape formation (undergraduate)</span></strong> |
- | + | </p> | |
- | < | + | <p> |
- | + | <strong>Conic section circuit: </strong>Tang Chun, | |
- | </ | + | </p> |
- | </ | + | <p> |
- | + | <strong>Oscillation circuit: </strong>Chen Zehua | |
- | + | </p> | |
- | </ | + | <p> |
- | </ | + | <strong>Black hole mechanism: </strong>Lei Yiying |
+ | </p> | ||
+ | <br /> | ||
+ | <p> | ||
+ | <strong><span style="font-size:19px">Promoter activity measurement (undergraduate)</span></strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | Zhang Ruihua | ||
+ | </p> | ||
+ | <br /> | ||
+ | <p> | ||
+ | <strong><span style="font-size:19px">Characterization of chemotaxis (undergraduate)</span></strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | Zhang Tangduo, Chen Yahong, Liu Weibin, Ruan Qinyu, Fu Xiaotong | ||
+ | </p> | ||
+ | <br /> | ||
+ | <p> | ||
+ | <strong><span style="font-size:19px">Interlab (undergraduate)</span></strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | Chen Jielin, Tang Chun, Chen An | ||
+ | </p> | ||
+ | <p> | ||
+ | | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Guided by advisors: </strong>Doctor Jiang Wei | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong><span style="font-size:15px">Supported by advisors:</span></strong> Prof. Fang Baishan | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong> </strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong><span style="font-size:21px">Modeling (undergraduate)</span></strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | Yan Xiaoshan | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong> </strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong><span style="font-size:27px">Policy & Practice (undergraduate)</span></strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong><span style="font-size:21px"> | ||
+ | <hr width="100%" size="2"/></span></strong> | ||
+ | </p> | ||
+ | <br /> | ||
+ | <p> | ||
+ | <strong><span style="font-size:19px">Newsletter</span></strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Editor: </strong>Chen Zehua | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Assistants: </strong>Jiang Yue, Liu Yang, Li Jianqiao, Guo Xifeng | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong> </strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong><span style="font-size:19px">Communication with other teams </span></strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | Huang Jianxing, Guo Xifeng, Lu Yizhu, Liu Yang, Chen Jielin, Wu Fan, Jiang Yue, Chen Zehua, Zhang Tangduo | ||
+ | </p> | ||
+ | <p> | ||
+ | | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong><span style="font-size:19px">Popularization in Xiamen Library</span></strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Planners: </strong>Lv Yizhu, Liu Yang, Zhang Tangduo, Chen Zehua, Chen An | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Media contact: </strong>Zhang Tangduo | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Participant: </strong>All members in the team | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong> </strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong><span style="font-size:21px">Wiki (undergraduate)</span></strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | Li Zhe, Guo Xifeng, Wu Fan, Wang Yushen | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong><span style="font-size:21px"> </span></strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong><span style="font-size:21px">Art design (undergraduate)</span></strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | Wu Fan, Guo Xifeng, Fu Xiaotong | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong><span style="font-size:19px"> </span></strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong><span style="font-size:27px">Safety</span></strong> | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong><span style="font-size:21px"> | ||
+ | <hr width="100%" size="2"/></span></strong> | ||
+ | </p> | ||
+ | <br /> | ||
+ | <p> | ||
+ | <strong>Undergraduate in charge: </strong>Jiang Yue, Lei Yiying | ||
+ | </p> | ||
+ | <p> | ||
+ | <strong>Guided by advisors:</strong> Prof. Fang Baishan, Prof. Wu Yixun, Prof. Yang Chaoyong, Prof. Han Jiahuai, Doctor Jiang Wei | ||
+ | </p> | ||
+ | <p> | ||
+ | | ||
+ | </p> | ||
+ | <p> | ||
+ | <br/> | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!--回到顶页的小图标--> | ||
+ | <div id="gototop" style="width:60px; top:450px; right:25px; cursor:pointer; position:absolute;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/5/50/XMU-go_to_top.png" /> | ||
+ | </div> | ||
+ | |||
+ | <!--小图标翻转特效--> | ||
+ | <style type="text/css"> | ||
+ | #gototop { | ||
+ | transition: all 0.2s linear; | ||
+ | -ms-transition: all 0.2s linear; | ||
+ | -moz-transition: all 0.2s linear; /* Firefox 4 */ | ||
+ | -webkit-transition: all 0.2s linear; /* Safari and Chrome */ | ||
+ | -o-transition: all 0.2s linear; /* Opera */ | ||
+ | } | ||
+ | #gototop:hover { | ||
+ | transform:scaleX(-1); | ||
+ | -ms-transform:scaleX(-1); | ||
+ | -moz-transform:scaleX(-1); /* Firefox 4 */ | ||
+ | -webkit-transform:scaleX(-1); /* Safari and Chrome */ | ||
+ | -o-transform:scaleX(-1); /* Opera */ | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <!--小图标自动显示和隐藏的功能--> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | |||
+ | $("#gototop").hide(); | ||
+ | |||
+ | $(window).scroll(function(){ | ||
+ | if ($(window).scrollTop()>500) {$("#gototop").fadeIn();} | ||
+ | else {$("#gototop").fadeOut();} | ||
+ | }); | ||
+ | $("#gototop").click(function(){ | ||
+ | $('body,html').animate({scrollTop:0},500); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <!--侧边栏自动显示和隐藏的功能--> | ||
+ | <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> | ||
+ | <script type="text/javascript" src="https://2014.igem.org/wiki/index.php?title=Team:XMU-China/main_js&action=raw&ctype=text/javascript"></script> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 09:41, 16 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. Wu Yixun, 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