Team:HZAU-China/Sponsors

From 2013.igem.org

(Difference between revisions)
 
(6 intermediate revisions not shown)
Line 1: Line 1:
{{:Team:HZAU-China/background-head}}
{{:Team:HZAU-China/background-head}}
-
  <html>
+
<html>
-
<head>
+
-
<title>Button</title>
+
<style>
<style>
-
.initial{background-image:url("/jscss/demoimg/bgdemo3.jpg");font-size: 30pt;font-family:Impact;color:#0099CC;}
+
#background{
-
</style>
+
    background:url(https://static.igem.org/mediawiki/2013/8/80/Old_wall.jpg);
-
</head>
+
    float:left;
-
<body bgcolor="#FFFFFF"  leftmargin="0" marginwidth="0">
+
    min-heiht:600px;
-
<table border="0" width="98%" cellspacing="0" cellpadding="0">
+
    width: 1000px;
-
  <tr>
+
-
    <td colspan="3" valign="top" align="left"><br>
+
-
      <p align="center"><font color="#3399FF" face="方正黄草简体" size="30"><strong>
+
-
      变背景图像的按钮:<br>鼠标移到按钮上,按钮背景图会改变.</strong></font></p>       
+
-
        <script>
+
-
<!--
+
-
if (document.images){
+
-
after=new Image()
+
-
after.src="/jscss/demoimg/bgdemo2.jpg"
+
}
}
 +
#sidebar {
 +
    background-color:transparent;
 +
    clear: both;
 +
    float: left;
 +
    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>
-
function change(image) //改变背景图的路径
+
<style>
-
{
+
*{margin:0px;padding:0px;}
-
var el=event.srcElement
+
ul.menu_scroll{z-index:100;padding:10px;margin:0 auto;padding-bottom: 5px;top:20px;position:fixed;width:100%;}
-
if (el.tagName=="INPUT"&&el.type=="button")
+
ul.menu:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
-
event.srcElement.style.backgroundImage="url"+"('"+image+"')"
+
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>
 +
 
 +
 
 +
<script>
 +
$(document).ready(function(){
 +
var topMain=$("#sidebar").height()+100//是头部的高度加头部与nav导航之间的距离
 +
var menu=$(".menu");
 +
$(window).scroll(function(){
 +
if ($(window).scrollTop()>topMain){//如果滚动条顶部的距离大于topMain则就nav导航就添加类.nav_scroll,否则就移除
 +
menu.addClass("menu_scroll");
 +
}else{
 +
menu.removeClass("menu_scroll");
 +
}
 +
});
 +
})
</script>
</script>
-
        <br>
 
-
      <p align="left">&nbsp;
 
-
      <form onMouseover="change('/jscss/demoimg/bgdemo3.jpg')" onMouseout="change('/jscss/demoimg/bgdemo1.jpg')">
 
-
        <div align="center">
 
-
          <input type="button" value="BUTTON1" class="initial" style="cursor:hand">
 
-
          <input type="button" value="BUTTON2" class="initial" style="cursor:hand">
 
-
          <input type="button" value="BUTTON3" class="initial"  style="cursor:hand">
 
-
        </div>
 
-
      </form>
 
-
      <p></p>
 
-
      <p align="left">&nbsp;</p>
 
-
    </td>
 
-
  </tr>
 
-
</table>
 
-
</body>
 
-
</html>
 
-
</div>
 
 +
<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>Attributions</span></a></li>
 +
        <li><a href="https://2013.igem.org/Team:HZAU-China/Sponsors"><span style="font-size:19px;color=#fff;">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%">Acknowledgements & Sponsors</span></center>
 +
    <p><br></p>
 +
<p style="font-size:16px;font-family:arial, sans-serif;">We thank National Natural Science Foundation of China for undertaking the fund. We are grateful to College of Life Science & Technology, Huazhong Agricultural University for rear service and professor Hongyu Zhang, Associate professor Binguang Ma of Center for Bioinformatics, Huazhong Agricultural University for being our instructor and center for teaching of Biology experiment, Huazhong Agricultural University for providing laboratory whole summer.</p>
 +
<p style="font-size:16px;font-family:arial, sans-serif;">For the material of our project, we thank professor Ziduo Liu for providing the antimicrobial peptide and professor Shouwen Chen for providing the PHY300 plasmid vector of <i>Bacillus subtilis</i> and <i>Bacillus subtilis168WB800</i> and professor JianPeng for providing the PMA5 plasmid vector of <i>Bacillus subtilis</i> and Associate professor MinCui for providing the glycoprotein of rabies ERA.</p>
 +
<p style="font-size:16px;font-family:arial, sans-serif;">For the design of our project, we are grateful to professor Ling Zhao, Gaofu Qi, Donghai Peng and doctor Weihui Li, Shoukai Kang, Yun Deng and master Dongbo Cai.</p>
 +
   
 +
<p style="font-size:16px;font-family:arial, sans-serif;">For breeding system of flea, we are grateful to some staff of Academy of Military Medicine for they provide us some information of breeding fleas.</p>
 +
<p style="font-size:16px;font-family:arial, sans-serif;">For Human Practice, we thank college of animal science & Technology, college of Veterinary Medicine, Huazhong Agricultural University for contacting Wuhan Keqian Animal Biological Products Co.,Ltd. Meanwhile we thank Association of Sci-technology for College Students for doing the publication of synthetic biology. </p>
 +
<p style="font-size:16px;font-family:arial, sans-serif;">For safety question, we thank for professor Hao Chen for telling us the ways of the safe risk assessment of genetically modified rice.</p>
 +
 +
<p style="font-size:16px;font-family:arial, sans-serif;">This is the first time our team attend iGEM competition, we are grateful to WHU-China iGEM team and HUST-China team. They provided us much experience and advice of iGEM. Meanwhile we are grateful to master Yang Liu who is the previous leader of OUC-China iGEM. </p>
 +
<p  style="text-align:center;"><a><img width="690" src="https://static.igem.org/mediawiki/2013/7/79/Initpintu_%E5%89%AF%E6%9C%AC.jpg" ></a></br></p>
 +
    </div>
 +
</div>
 +
</body>
 +
</html>
{{:Team:HZAU-China/background-footer}}
{{:Team:HZAU-China/background-footer}}
<br/>
<br/>

Latest revision as of 02:59, 28 September 2013


Acknowledgements & Sponsors


We thank National Natural Science Foundation of China for undertaking the fund. We are grateful to College of Life Science & Technology, Huazhong Agricultural University for rear service and professor Hongyu Zhang, Associate professor Binguang Ma of Center for Bioinformatics, Huazhong Agricultural University for being our instructor and center for teaching of Biology experiment, Huazhong Agricultural University for providing laboratory whole summer.

For the material of our project, we thank professor Ziduo Liu for providing the antimicrobial peptide and professor Shouwen Chen for providing the PHY300 plasmid vector of Bacillus subtilis and Bacillus subtilis168WB800 and professor JianPeng for providing the PMA5 plasmid vector of Bacillus subtilis and Associate professor MinCui for providing the glycoprotein of rabies ERA.

For the design of our project, we are grateful to professor Ling Zhao, Gaofu Qi, Donghai Peng and doctor Weihui Li, Shoukai Kang, Yun Deng and master Dongbo Cai.

For breeding system of flea, we are grateful to some staff of Academy of Military Medicine for they provide us some information of breeding fleas.

For Human Practice, we thank college of animal science & Technology, college of Veterinary Medicine, Huazhong Agricultural University for contacting Wuhan Keqian Animal Biological Products Co.,Ltd. Meanwhile we thank Association of Sci-technology for College Students for doing the publication of synthetic biology.

For safety question, we thank for professor Hao Chen for telling us the ways of the safe risk assessment of genetically modified rice.

This is the first time our team attend iGEM competition, we are grateful to WHU-China iGEM team and HUST-China team. They provided us much experience and advice of iGEM. Meanwhile we are grateful to master Yang Liu who is the previous leader of OUC-China iGEM.