Team:TCU Taiwan/Notebook

From 2014.igem.org

(Difference between revisions)
Line 71: Line 71:
   #jamboreemenu  li:hover li a:hover {background: #A66B38; width:150px;}
   #jamboreemenu  li:hover li a:hover {background: #A66B38; width:150px;}
   #drop-nav li ul li {border-top: 10px; }
   #drop-nav li ul li {border-top: 10px; }
 +
  #gotop {
 +
    display: none;
 +
    position: fixed;
 +
    right: 20px;
 +
    bottom: 20px;   
 +
    padding: 10px 15px;   
 +
    font-size: 20px;
 +
    background: #777;
 +
    color: white;
 +
    cursor: pointer;
 +
}
</style>
</style>
 +
<script type="text/javascript">
 +
$(function(){
 +
    $("#gotop").click(function(){
 +
        jQuery("html,body").animate({
 +
            scrollTop:0
 +
        },1000);
 +
    });
 +
    $(window).scroll(function() {
 +
        if ( $(this).scrollTop() > 300){
 +
            $('#gotop').fadeIn("fast");
 +
        } else {
 +
            $('#gotop').stop().fadeOut("fast");
 +
        }
 +
    });
 +
});
 +
</script>
<!--End Analytics-->
<!--End Analytics-->
Line 113: Line 140:
     <ul>
     <ul>
       <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Team"><font size="3">Team Members</font></a></li>
       <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Team"><font size="3">Team Members</font></a></li>
-
       <li><a href="https://igem.org/Team.cgi?year=2014" target="_blank"><font size="3">Official Team Profile</font></a></li>
+
       <li><a href="https://igem.org/Team.cgi?id=1473" target="_blank"><font size="3">Official Team Profile</font></a></li>
       <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Contact"><font size="3">Contact</font></a></li>
       <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Contact"><font size="3">Contact</font></a></li>
Line 212: Line 239:
</table>
</table>
 +
<div id="gotop">^</div>
</html>
</html>

Revision as of 15:05, 23 September 2014

  Notebook  

Notebook

You should make use of the calendar feature on the wiki and start a lab notebook. This may be looked at by the judges to see how your work progressed throughout the summer. It is a very useful organizational tool as well.

頁籤 1

頁籤 1 內容

頁籤 2

頁籤 2 內容

頁籤 3

頁籤 3 內容
^