Team:HZAU-China/Attributions

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
 
(7 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
{{:Team:HZAU-China/background-head}}
-
 
+
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<style>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
#background{
-
This is a template page. READ THESE INSTRUCTIONS.
+
    background:url(https://static.igem.org/mediawiki/2013/8/80/Old_wall.jpg);
-
</div>
+
    float:left;
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
    min-heiht:600px;
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
    width: 1000px;
-
</div>
+
}
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
#sidebar {
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified.  PLEASE keep all of your pages within your teams namespace. 
+
    background-color:transparent;
-
</div>
+
    clear: both;
-
</div>
+
    float: left;
-
</html>
+
    height: auto;
 +
    width: 240px;
 +
    padding-top: 10px;
 +
    padding-left: 15px;
 +
}
 +
#paragraphs {
 +
    background-color: transparent;
 +
    float: right;
 +
    height: auto;
 +
    text-align: justify;
 +
    padding-top: 10px;
 +
    padding-right:15px;
 +
    width: 710px;
 +
}
 +
</style>
-
<!-- *** End of the alert box *** -->
+
<style>
 +
*{margin:0px;padding:0px;}
 +
ul.menu_scroll{z-index:100;padding:10px;margin:0 auto;padding-bottom: 5px;top:20px;position:fixed;width:100%;}
 +
ul.menu:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
 +
ul.menu,
 +
ul.menu ul {padding:0;margin:0;list-style:none;position:;width:220px;background:#d3f18c;font-family:arial, sans-serif;}
 +
ul.menu {z-index:100;padding:10px;margin:0 auto;}
 +
ul.menu ul {z-index:50;
 +
-webkit-transition: 0.5s;
 +
-moz-transition: 0.5s;
 +
-ms-transition: 0.5s;
 +
-o-transition: 0.5s;
 +
transition: 0.5s;
 +
}
 +
ul.menu li {line-height:30px;position:relative;}
 +
ul.menu > li {margin-top:2px;font-size:12px;}
 +
ul.menu > li a {font:normal 16px/29px arial, sans-serif;color:#fff;text-decoration:none;}
 +
ul.menu label.open {display:block;background:#517b1f  no-repeat 170px 12px;line-height:30px;position:relative;z-
 +
index:100;font:normal 12px/30px arial, sans-serif;color:#fff;border-radius:10px 10px 0 0;}
 +
ul.menu span {display:block;background:#517b1f;line-height:30px;position:relative;z-index:100;font-size: 16px;padding-left:10px;}
 +
ul.menu label img {position:absolute;left:0;top:0;width:100%;height:30px;}
 +
ul.menu ul li {margin-top:-30px;
 +
-webkit-transition: 0.5s;
 +
-moz-transition: 0.5s;
 +
-ms-transition: 0.5s;
 +
-o-transition: 0.5s;
 +
transition: 0.5s;
 +
}
 +
ul.menu ul li a {display:block;font:normal 16px/29px arial, sans-serif;color:#000;background:#b3e24b;}
 +
ul.menu ul li a:hover {background:#d3f18c;}
 +
ul.menu input {position:absolute;left:-9999px;}
 +
ul.menu li input:checked + label {background:#069;}
 +
ul.menu li input:checked ~ ul {background:#b3e24b;padding-bottom:10px;}
 +
ul.menu li input:checked ~ ul li {margin-top:0;}
 +
ul.menu label.close {display:block;width:200px;height:30px;background:transparent url("/jscss/demoimg/201208/u-arrow.gif")
 +
no-repeat 170px 12px;line-height:30px;position:relative;left:0;z-index:90;margin-top:-30px}
 +
ul.menu input.tabs:checked ~ label.close {display:block;z-index:200;}
 +
ul.menu input.close:checked + label.close {display:none;}
 +
ul.menu input.close:checked ~ ul {background:#ddd;padding-bottom:0;}
 +
ul.menu input.close:checked ~ ul li {margin-top:-30px;}
 +
</style>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<script>
-
!align="center"|[[Team:HZAU-China|Home]]
+
$(document).ready(function(){
-
!align="center"|[[Team:HZAU-China/Team|Team]]
+
var topMain=$("#sidebar").height()+100//是头部的高度加头部与nav导航之间的距离
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=HZAU-China Official Team Profile]
+
var menu=$(".menu");
-
!align="center"|[[Team:HZAU-China/Project|Project]]
+
$(window).scroll(function(){
-
!align="center"|[[Team:HZAU-China/Parts|Parts Submitted to the Registry]]
+
if ($(window).scrollTop()>topMain){//如果滚动条顶部的距离大于topMain则就nav导航就添加类.nav_scroll,否则就移除
-
!align="center"|[[Team:HZAU-China/Modeling|Modeling]]
+
menu.addClass("menu_scroll");
-
!align="center"|[[Team:HZAU-China/Notebook|Notebook]]
+
}else{
-
!align="center"|[[Team:HZAU-China/Safety|Safety]]
+
menu.removeClass("menu_scroll");
-
!align="center"|[[Team:HZAU-China/Attributions|Attributions]]
+
}
-
|}
+
});
 +
})
 +
</script>
 +
<body>
 +
<div id="background">
 +
    <div id="sidebar">
 +
        <body>
 +
        <ul class="menu">
 +
        <li><a href="https://2013.igem.org/Team:HZAU-China/Team/Members_and_Instructors"><span>Members</span></a></li>
 +
        <li><a href="https://2013.igem.org/Team:HZAU-China/Instructors"><span>Instructors</span></a></li>
 +
        <li><a href="https://2013.igem.org/Team:HZAU-China/Attributions"><span style="font-size:19px;color=#fff;">Attributions</span></a></li>
 +
        <li><a href="https://2013.igem.org/Team:HZAU-China/Sponsors"><span>Sponsors</span></a></li>     
 +
      </body>
 +
    </div>
 +
    <div id="paragraphs">
 +
    <p><br></p>
 +
    <center><span style="font-size:46px;font-family:Cambria;margin-top:10px;line-height:80%">Attributions</span></center>
 +
    <p><br></p>
 +
   
-
Each team must clearly attribute work done by the team on this page. They must distinguish work done by the team from work done by others, including the host labs, advisors, instructors, graduate students, and postgraduate masters students.
+
<p style="font-size:16px;font-family:arial, sans-serif;"><b>Le Xiong</b> is the group leader of HZAU-2013iGEM team. He is responsible for the development of the whole team. He worked for experiment design and in charge of the construction of a GFP-tagged <i>B.subtilis</i>. He is one of the speakers of regional presentation.</p>
 +
 
 +
<p style="font-size:16px;font-family:arial, sans-serif;"><b>Yunchuan Li</b> is one of the managers of experiment. He worked for the design of experiment and in charge of expression of glycoprotein. He characterized the part.</p>
 +
 
 +
<p style="font-size:16px;font-family:arial, sans-serif;"><b>Shaowei Zhang</b> is another manager of experiment. He worked for experiment and in charge of expression of antimicrobial peptides. He characterized the part.</p>
 +
 
 +
<p style="font-size:16px;font-family:arial, sans-serif;"><b>Wei Wu</b> is responsible for rearing flea. Meanwhile he came up with the idea of our project. His pet phrase is “Hi, Yunchuan let’s catch flea.”</p>
 +
 
 +
<p style="font-size:16px;font-family:arial, sans-serif;"><b>Jing Chen</b> is the group leader of safety. She is responsible for summer food of our team as well. We are grateful to her. She is one of the speakers of regional presentation.</p>
 +
 
 +
<p style="font-size:16px;font-family:arial, sans-serif;"><b>Ping Hong</b> is the group leader of modeling. She is the main designer of modeling. Her pet phrase is “let’s find data”. She is one of the speakers of regional presentation.</p>
 +
 
 +
<p style="font-size:16px;font-family:arial, sans-serif;"><b>Liu Tian</b> is the group leader of Human practice. And he did much work for safety as well. Meanwhile he is the tour guide of our regional competition.</p>
 +
 
 +
<p style="font-size:16px;font-family:arial, sans-serif;"><b>PeiJing Zhang</b> is the leader of wiki. She almost finished all of the uploading work of wiki. Her pet phrase is “BOSS, give me the material please.”</p>
 +
 
 +
<p style="font-size:16px;font-family:arial, sans-serif;"><b>Linfeng Ding</b> is in charge of wiki. She designed our timeline and worked with Peijing Zhang.</p>
 +
 
 +
<p style="font-size:16px;font-family:arial, sans-serif;"><b>Chang Liu</b> is the art designer of our team. So many photos have been designed by Her. She is in charge of all art design jobs.</p>
 +
 
 +
<p style="font-size:16px;font-family:arial, sans-serif;"><b>Jian Yi</b> belongs to modeling group. He is in charge of Cellular automata.</p>
 +
 
 +
<p style="font-size:16px;font-family:arial, sans-serif;"><b>Xianlin Zou</b> is a freshman. He helped others very much. He is in charge of Human Practice and Safety. He did some experiment jobs for Shaowei Zhang as well.</p>
 +
 
 +
<p style="font-size:16px;font-family:arial, sans-serif;"><b>Mian Yang</b> is a freshman. He is in charge of doing the rearing device of flea. He is in charge of Human practice and Safety. He did some experiment jobs for Yunchuan Li.</p>
 +
 
 +
<p style="font-size:16px;font-family:arial, sans-serif;"><b>Tao Bai</b> is in charge of Human Practice and Safety. He do some experiment for others.</p>
 +
 
 +
<p style="font-size:16px;font-family:arial, sans-serif;"><b>Xin Tan</b> is in charge of Human Practice. She did some translation jobs as well. Meanwhile she did some experiment for others.</p>
 +
 
 +
<p style="font-size:16px;font-family:arial, sans-serif;"><b>Xudong Luo</b> belongs to the group of modeling. He is a good partner. He helped Ping Hong to  finish Gray logistic. </p>
 +
 
 +
    </div>
 +
</div>
 +
</body>
 +
</html>
 +
{{:Team:HZAU-China/background-footer}}
 +
<br/>

Latest revision as of 02:55, 28 September 2013


Attributions


Le Xiong is the group leader of HZAU-2013iGEM team. He is responsible for the development of the whole team. He worked for experiment design and in charge of the construction of a GFP-tagged B.subtilis. He is one of the speakers of regional presentation.

Yunchuan Li is one of the managers of experiment. He worked for the design of experiment and in charge of expression of glycoprotein. He characterized the part.

Shaowei Zhang is another manager of experiment. He worked for experiment and in charge of expression of antimicrobial peptides. He characterized the part.

Wei Wu is responsible for rearing flea. Meanwhile he came up with the idea of our project. His pet phrase is “Hi, Yunchuan let’s catch flea.”

Jing Chen is the group leader of safety. She is responsible for summer food of our team as well. We are grateful to her. She is one of the speakers of regional presentation.

Ping Hong is the group leader of modeling. She is the main designer of modeling. Her pet phrase is “let’s find data”. She is one of the speakers of regional presentation.

Liu Tian is the group leader of Human practice. And he did much work for safety as well. Meanwhile he is the tour guide of our regional competition.

PeiJing Zhang is the leader of wiki. She almost finished all of the uploading work of wiki. Her pet phrase is “BOSS, give me the material please.”

Linfeng Ding is in charge of wiki. She designed our timeline and worked with Peijing Zhang.

Chang Liu is the art designer of our team. So many photos have been designed by Her. She is in charge of all art design jobs.

Jian Yi belongs to modeling group. He is in charge of Cellular automata.

Xianlin Zou is a freshman. He helped others very much. He is in charge of Human Practice and Safety. He did some experiment jobs for Shaowei Zhang as well.

Mian Yang is a freshman. He is in charge of doing the rearing device of flea. He is in charge of Human practice and Safety. He did some experiment jobs for Yunchuan Li.

Tao Bai is in charge of Human Practice and Safety. He do some experiment for others.

Xin Tan is in charge of Human Practice. She did some translation jobs as well. Meanwhile she did some experiment for others.

Xudong Luo belongs to the group of modeling. He is a good partner. He helped Ping Hong to finish Gray logistic.