Team:HZAU-China/Notebook
From 2013.igem.org
(Difference between revisions)
(Replaced content with "{{:Team:HZAU-China/background-head}} 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...") |
|||
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> | ||
+ | <style> | ||
+ | |||
+ | #background{ | ||
+ | background-color: #EDFFFF; | ||
+ | border: 3px solid #A1FFFF; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | float: left; | ||
+ | min-height: 800px; | ||
+ | width: 960px; | ||
+ | } | ||
+ | #sidebar { | ||
+ | background-color: #CCFFCC; | ||
+ | border: 3px solid #99FF99; | ||
+ | clear: both; | ||
+ | float: left; | ||
+ | height: auto; | ||
+ | width: 230px; | ||
+ | margin-bottom: 5px; | ||
+ | margin-top: 5px; | ||
+ | padding-bottom: 5px; | ||
+ | padding-top:10px; | ||
+ | } | ||
+ | #paragraphs { | ||
+ | background-color: #EDFFFF; | ||
+ | border: 3px solid #A1FFFF; | ||
+ | float: right; | ||
+ | height: auto; | ||
+ | margin-bottom: 5px; | ||
+ | margin-top: 5px; | ||
+ | padding-bottom: 5px; | ||
+ | padding-top:10px; | ||
+ | width: 710px; | ||
+ | } | ||
+ | </style> | ||
+ | <body> | ||
+ | <div id="background"> | ||
+ | |||
+ | <div id="sidebar"> | ||
+ | <style type="text/css"> | ||
+ | .menutitle{ | ||
+ | cursor:pointer; | ||
+ | margin-bottom: 5px; | ||
+ | background-color:#ECECFF; | ||
+ | align:center; | ||
+ | color:#000000; | ||
+ | width:195px; | ||
+ | padding:2px; | ||
+ | text-align:center; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | .submenu{ | ||
+ | margin-bottom: 0.5em; | ||
+ | padding-left:10px; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <div id="masterdiv" > | ||
+ | <div class="menutitle" onclick="SwitchMenu('sub1')">Notebook</div> | ||
+ | <span class="submenu" id="sub1"> | ||
+ | - <a href="#">Development of our team and Summer Fun</a><br> | ||
+ | - <a href="#">Labnote</a><br> | ||
+ | - <a href="#">Protocol</a><br> | ||
+ | </span> | ||
+ | <div class="menutitle" onclick="SwitchMenu('sub2')">In this page</div> | ||
+ | <span class="submenu" id="sub2"> | ||
+ | - <a href="#Week1">Week1</a><br> | ||
+ | - <a href="#Week1">Week2</a><br> | ||
+ | - <a href="#Week1">Week3</a><br> | ||
+ | - <a href="#Week1">Week4</a><br> | ||
+ | - <a href="#Week1">Week5</a><br> | ||
+ | - <a href="#Week1">Week6</a><br> | ||
+ | - <a href="#Week1">Week7</a><br> | ||
+ | - <a href="#Week1">Week8</a><br> | ||
+ | - <a href="#Week1">Week9</a><br> | ||
+ | - <a href="#Week1">Week10</a><br> | ||
+ | - <a href="#Week1">Week11</a><br> | ||
+ | - <a href="#Week1">Week12</a><br> | ||
+ | - <a href="#Week1">Week13</a><br> | ||
+ | - <a href="#Week1">Week14</a><br> | ||
+ | - <a href="#Week1">Week15</a><br> | ||
+ | - <a href="#Week1">Week16</a><br> | ||
+ | - <a href="#Week1">Week17</a><br> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | <div id="paragraphs"> | ||
+ | <p> | ||
+ | <br> | ||
+ | </p> | ||
+ | <center> | ||
+ | <span style="font-size:46px;font-family:Cambria;margin-top:10px;line-height:80%">Labnote</span> | ||
+ | </center> | ||
+ | <p> | ||
+ | <br> | ||
+ | </p> | ||
+ | |||
+ | =Week1= | ||
+ | 例子 | ||
+ | |||
+ | =Week2= | ||
+ | 例子 | ||
+ | |||
+ | =Week3= | ||
+ | 例子 | ||
+ | |||
+ | =Week4= | ||
+ | 例子 | ||
+ | =Week5= | ||
+ | =Week6= | ||
+ | =Week7= | ||
+ | =Week8= | ||
+ | =Week9= | ||
+ | =Week10= | ||
+ | =Week11= | ||
+ | =Week12= | ||
+ | =Week13= | ||
+ | =Week14= | ||
+ | =Week15= | ||
+ | =Week16= | ||
+ | 例子 | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
{{:Team:HZAU-China/background-footer}} | {{:Team:HZAU-China/background-footer}} | ||
<br/> | <br/> |
Revision as of 12:28, 21 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.