Team:HZAU-China/Notebook

From 2013.igem.org

(Difference between revisions)
Line 2: Line 2:
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.
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.
 +
<html>
 +
<link rel="stylesheet" href="https://2013.igem.org/Team:HZAU-China/index.css?action=raw&ctype=text/css" />
 +
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
  $(".navtext").css("opacity","0");
 +
  $(".navtext").hover(function(){
 +
  $(this).stop().animate({opacity:1},'slow');},
 +
  function () {
 +
  $(this).stop().animate({opacity: 0}, "slow");
 +
});
 +
  $("#secondpane p.menu_head").mouseover(function()
 +
    {
 +
    $(this).next("div.menu_body").slideDown(500).siblings("div.menu_body").slideUp("slow");
 +
        $(this).siblings();
 +
});
 +
});
 +
</script>
 +
<script type="text/javascript">
 +
function getScrollTop() {
 +
    var scrollPos;
 +
    if (window.pageYOffset) {
 +
        scrollPos = window.pageYOffset;
 +
    }
 +
    else if (document.compatMode) {
 +
    if(document.compatMode != 'BackCompat')
 +
    {
 +
        scrollPos = document.documentElement.scrollTop;
 +
        }
 +
        else if (document.body)
 +
        {
 +
        scrollPos = document.body.scrollTop;
 +
    }
 +
    }
 +
    if(scrollPos < 110){
 +
document.getElementById("right-fixed").className="right-static";
 +
}
 +
else{
 +
document.getElementById("right-fixed").className="right-fixed";
 +
}
 +
    if(scrollPos < 216){
 +
document.getElementById("secondpane").className=" ";
 +
}
 +
else{
 +
document.getElementById("secondpane").className="menu_list";
 +
}
 +
}
 +
window.onscroll=getScrollTop;
 +
</script>
 +
 +
</html>
 +
 +
 +
<div id="header"><div id="logo">
 +
</div></div>
 +
<div id="nav">
 +
 +
 +
<div id="track">
 +
<div id="right-fixed" class="right-static">
 +
 +
<html>
 +
<div id="navtext-A" class="navtext" style="position:absolute;left:10px;top:10px;"><a href='#' target='_top'><img src=""></a>
 +
</div>
 +
</div>
 +
</html>
 +
</div></div>
 +
</div>
 +
<div id="wrap">
 +
<div id="secondwrap" style="border:8px solid {{{BorCor}}}">
 +
 +
 +
 +
 +
 +
 +
 +
__NOTOC__
 +
<html>
 +
<style type="text/css">
 +
#secondpane {color:#fff;
 +
width: 190px;
 +
margin-left:5px;
 +
}
 +
.menu_list {
 +
position:fixed;top:20px;}
 +
.menu_head {
 +
padding: 5px 10px;
 +
cursor: pointer;
 +
position: relative;
 +
border:1px solid #fff;
 +
margin:1px;
 +
    font-weight:bold;
 +
    background: #91cd02;
 +
color:#fff
 +
}
 +
.menu_head:hover
 +
{
 +
cursor: pointer;
 +
color: #fff;
 +
 +
text-decoration: none;
 +
background-position: 0 0;
 +
}
 +
.menu_body {
 +
display:none;
 +
}
 +
.menu_children {
 +
background: #aaa;
 +
cursor: pointer;
 +
padding: 5px 10px;
 +
font-size:15px;
 +
border-top: 1px solid #fff;
 +
border-bottom: 1px solid #fff;
 +
border-left: 1px solid #fff;
 +
border-right: 1px solid #fff;
 +
}
 +
.menu_body a{
 +
  display:block;
 +
  color:#fff;
 +
  padding-left:10px;
 +
  font-weight:bold;
 +
  text-decoration:none;
 +
}
 +
.menu_children:hover{
 +
cursor: pointer;
 +
 
 +
  text-decoration:none;
 +
  background:#777777;
 +
  }
 +
 +
</style>
 +
<div style="float:left;">
 +
  <div id="secondpane">
 +
<p class="menu_head">Notebook</p>
 +
<div class="menu_body">
 +
        <div class="menu_children">
 +
<a href="##">Development of our team and Summer Fun</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#">Labnote</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#">Protocol</a>
 +
        </div>
 +
                </div>
 +
<p class="menu_head">In this page</p>
 +
<div class="menu_body">
 +
        <div class="menu_children">
 +
<a href="#Week1">Week1</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Week2">Week2</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Week3">Week3</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Week4">Week4</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Week5">Week5</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Week6">Week6</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Week7">Week7</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Week8">Week8</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Week9">Week9</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Week10">Week10</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Week11">Week11</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Week12">Week12</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Week13">Week13</a>
 +
        </div>
 +
<div class="menu_children">
 +
<a href="#Week14">Week14</a>
 +
        </div>
 +
<div class="menu_children">
 +
<a href="#Week15">Week15</a>
 +
        </div>
 +
<div class="menu_children">
 +
<a href="#Week16">Week16</a>
 +
        </div>
 +
</div>
 +
  </div>   
 +
</div>
 +
</html>
 +
<div id="text-content">
 +
 +
<br><center><span style="font-size:46px;font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;margin-top:10px">Protocol</span></center>
 +
<br>
 +
 +
=Week1=
 +
例子
 +
 +
=Week2=
 +
例子
 +
 +
=Week3=
 +
例子
 +
 +
=Week4=
 +
例子
 +
=Week5=
 +
=Week6=
 +
=Week7=
 +
=Week8=
 +
=Week9=
 +
=Week10=
 +
=Week11=
 +
=Week12=
 +
=Week13=
 +
=Week14=
 +
=Week15=
 +
=Week16=
 +
例子

Revision as of 08:01, 20 July 2013

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.







Protocol


Week1

例子

Week2

例子

Week3

例子

Week4

例子

Week5

Week6

Week7

Week8

Week9

Week10

Week11

Week12

Week13

Week14

Week15

Week16

例子