Difference between revisions of "Team:Amoy/Acknowledgement"

 
(7 intermediate revisions by the same user not shown)
Line 59: Line 59:
 
   <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Newsletter'>Newsletter</a>
 
   <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Newsletter'>Newsletter</a>
 
       <ul>
 
       <ul>
         <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Newsletter/Problem'>Problem</a></li>
+
         <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Newsletter/Contribution'>Contribution</a></li>
         <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Newsletter/Idea'>Idea</a></li>
+
         <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Newsletter/Discussion'>Discussion</a></li>
        <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Newsletter/Results'>Results</a></li>
+
        <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Newsletter/Summary'>Summary</a></li>
+
 
         <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Newsletter/Links'>Links</a></li>
 
         <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Newsletter/Links'>Links</a></li>
 
       </ul>
 
       </ul>
Line 73: Line 71:
 
       </ul>
 
       </ul>
 
   </li>
 
   </li>
   <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Member'>Member</a>
+
   <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Member'>Team</a>
 
       <ul>
 
       <ul>
 
         <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Member/Member'>Member</a></li>
 
         <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Member/Member'>Member</a></li>
         <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Member/Amoy'>Amoy</a></li>
+
         <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Member/Amoy'>Acknowledgement</a></li>
 
         <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Member/Gallery'>Gallery</a></li>
 
         <li class='has-sub'><a href='https://2015.igem.org/Team:Amoy/Member/Gallery'>Gallery</a></li>
 
       </ul>
 
       </ul>
 
   </li>
 
   </li>
 
   <li><a href='https://2015.igem.org/Team:Amoy/Safety'>Safety</a></li>
 
   <li><a href='https://2015.igem.org/Team:Amoy/Safety'>Safety</a></li>
   <li><a href='https://2015.igem.org/Team:Amoy/Acknowledgement'>Acknowledgement</a></li>
+
   <li><a href='https://2015.igem.org/Team:Amoy/Acknowledgement'>Judging</a></li>
 
</ul>
 
</ul>
 
</div>
 
</div>
Line 91: Line 89:
 
<div id="main_content" class="col-md-10">
 
<div id="main_content" class="col-md-10">
  
<div id="s_menu" class="col-md-2">
+
<div id="s_menu" class="col-md-2" style="z-index: 999;">
     <a href="https://2015.igem.org/Team:Amoy/Safety"><h4>Acknowledgement</h4></a>
+
     <a href="https://2015.igem.org/Team:Amoy/Acknowledgement"><h4>Judging</h4></a>
 
     <ul class="ul_menu">
 
     <ul class="ul_menu">
         <li><a id="a_Introduction" href="javascript:;">Introduction</a></li>
+
         <li><a id="a_fund" href="javascript:;">Fund and Facility</a></li>
         <li><a id="a_Protocol" href="javascript:;">Protocol</a></li>
+
         <li><a id="a_idea" href="javascript:;">Idea and Biobrick</a></li>
         <li><a id="a_Measurements" href="javascript:;">Measurements</a></li>
+
         <li><a id="a_news" href="javascript:;">Newsletter</a></li>
        <li><a id="a_Provenance" href="javascript:;">Provenance</a></li>
+
        <li><a id="a_Appendix" href="javascript:;">Appendix</a></li>
+
        <li><a id="a_Reference" href="javascript:;">Reference</a></li>
+
 
     </ul>
 
     </ul>
 
</div>
 
</div>
Line 105: Line 100:
 
<script>
 
<script>
 
$(function(){
 
$(function(){
     $("#a_Introduction").click(function(){
+
     $("#a_fund").click(function(){
         $("html,body").animate({scrollTop:$('#Introduction').offset().top},400);
+
         $("html,body").animate({scrollTop:$('#fund').offset().top},400);
 
     });
 
     });
 
});
 
});
Line 113: Line 108:
 
<script>
 
<script>
 
$(function(){
 
$(function(){
     $("#a_Protocol").click(function(){
+
     $("#a_idea").click(function(){
         $("html,body").animate({scrollTop:$('#Protocol').offset().top},400);
+
         $("html,body").animate({scrollTop:$('#idea').offset().top},400);
 
     });
 
     });
 
});
 
});
Line 121: Line 116:
 
<script>
 
<script>
 
$(function(){
 
$(function(){
     $("#a_Measurements").click(function(){
+
     $("#a_news").click(function(){
         $("html,body").animate({scrollTop:$('#Measurements').offset().top},400);
+
         $("html,body").animate({scrollTop:$('#news').offset().top},400);
    });
+
});
+
</script>
+
 
+
<script>
+
$(function(){
+
    $("#a_Provenance").click(function(){
+
        $("html,body").animate({scrollTop:$('#Provenance').offset().top},400);
+
    });
+
});
+
</script>
+
 
+
<script>
+
$(function(){
+
    $("#a_Appendix").click(function(){
+
        $("html,body").animate({scrollTop:$('#Appendix').offset().top},400);
+
    });
+
});
+
</script>
+
 
+
<script>
+
$(function(){
+
    $("#a_Reference").click(function(){
+
        $("html,body").animate({scrollTop:$('#Reference').offset().top},400);
+
 
     });
 
     });
 
});
 
});
Line 155: Line 126:
 
<div id="title" class="col-md-9">
 
<div id="title" class="col-md-9">
  
<p id="title_p">ACKNOWLEDGEMENT</p>
+
<p id="title_p">JUDGING</p>
  
<h1 id="Introduction" class="main_h1">Fund and Facility</h1>
+
<h1 id="fund" class="main_h1">Fund and Facility</h1>
  
 
<p class="main_p">Our work was financially supported by <a href="http://jwc.xmu.edu.cn/">Academic Affairs Office of Xiamen University</a>. Thanks to their contentiously support to scientific training program of undergraduate.</p>
 
<p class="main_p">Our work was financially supported by <a href="http://jwc.xmu.edu.cn/">Academic Affairs Office of Xiamen University</a>. Thanks to their contentiously support to scientific training program of undergraduate.</p>
Line 163: Line 134:
 
<p class="main_p">Thanks to <a href="http://chem.xmu.edu.cn/">College of Chemistry and Chemical Engineering</a> and <a href="http://sph.xmu.edu.cn/">School of Public Health</a> for the support of facility.</p>
 
<p class="main_p">Thanks to <a href="http://chem.xmu.edu.cn/">College of Chemistry and Chemical Engineering</a> and <a href="http://sph.xmu.edu.cn/">School of Public Health</a> for the support of facility.</p>
  
<h1 id="Introduction" class="main_h1">Idea and Biobrick</h1>
+
<h1 id="idea" class="main_h1">Idea and Biobrick</h1>
  
 
<p class="main_p">We are grateful to Prof. Baishan Fang, Prof. Chaoyong Yang, Prof. Dai Wang, Prof. Xiaomei Yan and A. P. Lina Wu for their suggestion and support on our idea and lab work.</p>
 
<p class="main_p">We are grateful to Prof. Baishan Fang, Prof. Chaoyong Yang, Prof. Dai Wang, Prof. Xiaomei Yan and A. P. Lina Wu for their suggestion and support on our idea and lab work.</p>
  
<p class="main_p">For some unknown reason, our BBa_B0030, BBa_B0031, BBa_B0032, BBa_B0033 and BBa_B0034 do not give a good performance. <a href="https://2015.igem.org/Team:NJU-China">NJU-China</a> sent us their copy and they worked well. Thanks for their help.</p>
+
<p class="main_p">For some unknown reason, our BBa_B0030 and BBa_B0034 do not give a good performance. <a href="https://2015.igem.org/Team:NJU-China">NJU-China</a> sent us their copy and they worked well. Thanks for their help.</p>
  
 
<p class="main_p">Our project got advice from captain of <a href="https://2015.igem.org/Team:SYSU_CHINA">SYSU-CHINA</a>, Dengwen Lai, and his suggestions enlighten us to think our project from a different view.</p>
 
<p class="main_p">Our project got advice from captain of <a href="https://2015.igem.org/Team:SYSU_CHINA">SYSU-CHINA</a>, Dengwen Lai, and his suggestions enlighten us to think our project from a different view.</p>
  
<h1 id="Introduction" class="main_h1">Newsletter</h1>
+
<h1 id="news" class="main_h1">Newsletter</h1>
  
 
<p class="main_p">Thanks to Team <a href="https://2015.igem.org/Team:Stockholm">Stockholm</a> on their suggestion of issuu.com.</p>
 
<p class="main_p">Thanks to Team <a href="https://2015.igem.org/Team:Stockholm">Stockholm</a> on their suggestion of issuu.com.</p>
Line 180: Line 151:
 
</div>
 
</div>
  
 +
 +
<!--footer-->
 +
<div style="width: 100%; height: 240px; background: #2a2a2a; position: relative; padding-top: 20px;" class="col-md-12">
 +
<img src="https://static.igem.org/mediawiki/2015/f/f2/Amoy-Footer_amoylogo.png" style="width: 10%; display: inline-block; position: relative; margin-left: 12%;" />
 +
<div style="display: inline-block; position: relative; top: 45px; width: 21%; margin-left: 2%;">
 +
<p style="font-size: 16px; color: #fff; border-bottom: 1px solid #fff; padding-bottom: 5px; margin-bottom: 0px;">CONTACT US</p>
 +
<p style="font-size: 14px; color: #fff; margin-top: 5px; margin-bottom: 0px;"><strong>Email:  </strong>igemxmu@gmail.com</p>
 +
<p style="font-size: 14px; color: #fff; margin-bottom: 0px;"><strong>Website:  </strong><a href="https://2015.igem.org/Team:Amoy" target="_blank" style="color: #fff;">2015.igem.org/Team:Amoy</a></p>
 +
<p style="font-size: 14px; color: #fff; margin-bottom: 0px;"><strong>Address:  </strong>Xiamen University, No. 422, Siming South Road, Xiamen, Fujian, P.R.China 361005</p>
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2015/1/1f/Amoy-Footer_xmulogo.png" style="width: 10%; display: inline-block; margin-left: 5%;" />
 +
<img src="https://static.igem.org/mediawiki/2015/3/31/Amoy-Footer_xmulname.png" style="width: 15%; display: inline-block; margin-left: 1%;" />
 +
<a href="#" target="_blank"><img src="https://static.igem.org/mediawiki/2015/5/5b/Amoy-Footer_facebook.png" style="width: 2%; display: inline-block; margin-left: 2%;" /></a>
 +
<a href="#" target="_blank"><img src="https://static.igem.org/mediawiki/2015/0/02/Amoy-Footer_twitter.png" style="width: 2%; display: inline-block; margin-left: 2%;" /></a>
 +
</div>
  
 
</body>
 
</body>
  
 
</html>
 
</html>

Latest revision as of 06:16, 2 September 2015

Aomy/Project

JUDGING

Fund and Facility

Our work was financially supported by Academic Affairs Office of Xiamen University. Thanks to their contentiously support to scientific training program of undergraduate.

Thanks to College of Chemistry and Chemical Engineering and School of Public Health for the support of facility.

Idea and Biobrick

We are grateful to Prof. Baishan Fang, Prof. Chaoyong Yang, Prof. Dai Wang, Prof. Xiaomei Yan and A. P. Lina Wu for their suggestion and support on our idea and lab work.

For some unknown reason, our BBa_B0030 and BBa_B0034 do not give a good performance. NJU-China sent us their copy and they worked well. Thanks for their help.

Our project got advice from captain of SYSU-CHINA, Dengwen Lai, and his suggestions enlighten us to think our project from a different view.

Newsletter

Thanks to Team Stockholm on their suggestion of issuu.com.

CONTACT US

Email: igemxmu@gmail.com

Website: 2015.igem.org/Team:Amoy

Address: Xiamen University, No. 422, Siming South Road, Xiamen, Fujian, P.R.China 361005