Difference between revisions of "Team:FAFU-CHINA/Attributions"

(Prototype team page)
 
Line 1: Line 1:
{{FAFU-CHINA}}
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
+
<html xmlns="http://www.w3.org/1999/xhtml">
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  
<h2> Attributions</h2>
+
<title>jQuery右侧弹出侧边导航栏代码 </title>
  
<p> Each team must clearly attribute work done by the student team members on this page. The team must distinguish work done by the students from work done by others, including the host labs, advisors, instructors, and individuals not on the team roster. </p>
+
<link type="text/css" href="https://2015.igem.org/Template:FAFU_CHINA/head2/css/index?action=raw&amp;ctype=text/css" rel="stylesheet">
  
 +
<script type="text/javascript" src="https://2015.igem.org/Template:FAFU_CHINA/head2/js/jquery1.42.min?action=raw&amp;ctype=text/javascript"></script>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
    function anim(duration){
 +
        $('#mint').animate(
 +
            {height: 'toggle'},
 +
            {duration: duration}
 +
        );
 +
    }
 +
    $('#closebtn').click(function() {
 +
        $('#mintbar').slideUp();
 +
        anim(600);
 +
    });
 +
 
 +
    $('#mint').click(function() {
 +
        anim(600);
 +
        $('#mintbar').slideDown('slow');
 +
    });
 +
 +
});
 +
</script>
  
<div class="highlightBox">
+
</head>
  
<h4> Can we base our project on a previous one? </h4>
+
<body>  
<p>Yes! You can have a project based on a previous team, or based on someone else's idea, <b>as long as you state this fact very clearly and give credit for the original project.</b> </p>
+
</div>
+
  
 +
<div class="box-bj"><img src="https://static.igem.org/mediawiki/2015/b/b9/Fafu_wd011.jpg" /></div>
  
 +
<div id="mintbar"><a id="closebtn" href="#"><img src="https://static.igem.org/mediawiki/2015/0/0e/Fafu_wd02.png" /></a></div>
  
<h4> Why is this page needed? </h4>
+
<div id="mint" style="display:none;position:absolute;top:0;right:0px;">
<p>The Attribution requirement helps the judges know what you did yourselves and what you had help with. We don't mind if you get help with difficult or complex techniques, but you must report what work your team did and what work was done by others.</p>
+
<div class="box-nav-bj"><img style="right:0px; top:0px;" src="https://static.igem.org/mediawiki/2015/0/07/Fafu_wd06.png" /></div>
<p>
+
<div class="box-nav">
For example, you might choose to work with an animal model during your project. Working with animals requires getting a license and applying far in advance to conduct certain experiments in many countries. This is difficult to achieve during the course of a summer, but much easier if you can work with a postdoc or PI who has the right licenses.</p>
+
<li><a href="#">关于我们</a></li>
 +
<li><a href="#">产品展示</a></li>
 +
<li><a href="#">案例展示</a></li>
 +
<li><a href="#">新闻中心</a></li>
 +
<li><a href="#">新闻资讯</a></li>
 +
<li><a href="#">联系我们</a></li>
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2015/8/87/Fafu_wd07.png" alt="丝带"/>
 +
<div class="box-phone">
 +
<p>服务热线:</p>
 +
<p>400-091-6001</p>
 +
</div>
 +
</div>
  
 +
<div class="box-dibu">
 +
   
 +
    <div class="box-dibu2">
 +
      <a href="#"><img src="https://static.igem.org/mediawiki/2015/a/af/Fafu_wd04.png" /></a>
 +
      <a href="#"><img src="https://static.igem.org/mediawiki/2015/0/0d/Fafu_wd05.png" /></a>
 +
    </div>
 +
</div>
  
<h5> What should this page have?</h5>
+
</body>
 
+
<ul>
+
<li>General Support</li>
+
<li>Project support and advice</li>
+
<li>Fundraising help and advice</li>
+
<li>Lab support</li>
+
<li>Difficult technique support</li>
+
<li>Project advisor support</li>
+
<li>Wiki support</li>
+
<li>Presentation coaching</li>
+
<li>Human Practices support</li>
+
<li> Thanks and acknowledgements for all other people involved in helping make a successful iGEM team</li>
+
</ul>
+
 
+
 
+
<h4>Inspiration</h4>
+
<p>Take a look at what other teams have done:</p>
+
<ul>
+
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Team">2011 Imperial College London</a> (scroll to the bottom)</li>
+
<li><a href="https://2014.igem.org/Team:Exeter/Attributions">2014 Exeter </a></li>
+
<li><a href="https://2014.igem.org/Team:Melbourne/Attributions">2014 Melbourne </a></li>
+
<li><a href="https://2014.igem.org/Team:Valencia_Biocampus/Attributions">2014 Valencia Biocampus</a></li>
+
</ul>
+
 
+
</div>
+
 
</html>
 
</html>

Revision as of 17:38, 14 September 2015

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> jQuery右侧弹出侧边导航栏代码