Team:EPF Lausanne/Notebook
From 2010.igem.org
(Difference between revisions)
(→How to use the Notebook) |
|||
(22 intermediate revisions not shown) | |||
Line 15: | Line 15: | ||
<div CLASS="EPFL_content"> | <div CLASS="EPFL_content"> | ||
- | |||
- | |||
<html> | <html> | ||
Line 73: | Line 71: | ||
<a href="https://2010.igem.org/Team:EPF_Lausanne/Notebook/week11"> | <a href="https://2010.igem.org/Team:EPF_Lausanne/Notebook/week11"> | ||
<img alt="" src="https://static.igem.org/mediawiki/2010/8/86/EPFL_Week11.png"/></a></div> | <img alt="" src="https://static.igem.org/mediawiki/2010/8/86/EPFL_Week11.png"/></a></div> | ||
- | + | <!-- | |
<div style="position: absolute; left: 640px; top: 375px; height: 200px; width: 170px;"> | <div style="position: absolute; left: 640px; top: 375px; height: 200px; width: 170px;"> | ||
<a href="https://2010.igem.org/Team:EPF_Lausanne/Notebook/week12"> | <a href="https://2010.igem.org/Team:EPF_Lausanne/Notebook/week12"> | ||
Line 94: | Line 92: | ||
<img alt="" src="https://static.igem.org/mediawiki/2010/3/3f/EPFL_Week15.png"/></a></div> | <img alt="" src="https://static.igem.org/mediawiki/2010/3/3f/EPFL_Week15.png"/></a></div> | ||
- | <div style="position: absolute; left: | + | <div style="position: absolute; left: 650px; top: 540px; height: 200px; width: 170px;"> |
<a href="https://2010.igem.org/Team:EPF_Lausanne/Notebook/week16"> | <a href="https://2010.igem.org/Team:EPF_Lausanne/Notebook/week16"> | ||
<img alt="" src="https://static.igem.org/mediawiki/2010/4/41/EPFL_Week16.png"/></a></div> | <img alt="" src="https://static.igem.org/mediawiki/2010/4/41/EPFL_Week16.png"/></a></div> | ||
Line 103: | Line 101: | ||
<a href="https://2010.igem.org/Team:EPF_Lausanne/Notebook/week1"> | <a href="https://2010.igem.org/Team:EPF_Lausanne/Notebook/week1"> | ||
<img alt="" src="https://static.igem.org/mediawiki/2010/9/90/EPFL_Week17.png"/></a></div> | <img alt="" src="https://static.igem.org/mediawiki/2010/9/90/EPFL_Week17.png"/></a></div> | ||
- | + | --> | |
</html> | </html> | ||
Line 165: | Line 163: | ||
+ | = How to use the Notebook = | ||
+ | |||
+ | This is a NOTEbook and not a LABbook. Here you can describe what you have done during your exciting day. If you want to have more details you can look in the IRL Labbook. Use ctrl+F to find something ;) | ||
+ | |||
+ | == template of the day == | ||
+ | <html> <table cellspacing="15" > <tr> <td> </html> | ||
+ | For each new day in the lab you must create a new date in the notebook. To do so, copy-paste the following template: | ||
+ | |||
+ | <pre> | ||
+ | = 02-08-2010 = | ||
+ | {| cellspacing="15" | ||
+ | | style="width: 33.33%" valign="top" | | ||
+ | == Other == | ||
+ | It rain a lot today | ||
+ | |||
+ | | style="width: 33.33%" valign="top" | | ||
+ | == Asaia == | ||
+ | Today I speak with an asaia and she answer to me ^^ | ||
+ | | style="width: 33.33%" valign="top" | | ||
+ | == Drosophile == | ||
+ | |||
+ | |} | ||
+ | </pre> | ||
+ | <html> </td><td> </html> | ||
+ | <u>Here are some useful explanations : </u> | ||
+ | 1. The date format is important! | ||
+ | 2. Just after the date, put the following two lines : | ||
+ | <pre> | ||
+ | {| cellspacing="15" | ||
+ | | style="width: 33.33%" valign="top" | | ||
+ | </pre> | ||
+ | 3. Beetween each subtitle, put this line : | ||
+ | <pre> | ||
+ | | style="width: 33.33%" valign="top" | | ||
+ | </pre> | ||
+ | 4. To end the day just put : | ||
+ | <pre> | ||
+ | |} | ||
+ | </pre> | ||
+ | 5. Of course the text "width:33.33%" must be adapted on how many subtitle you have (for instance 4 subtitles = 25%) | ||
+ | <html></td></tr></table></html> | ||
+ | {{EPFL_2010_bottom_wrap}} | ||
</div> | </div> |
Latest revision as of 20:02, 27 October 2010
How to use the Notebook
This is a NOTEbook and not a LABbook. Here you can describe what you have done during your exciting day. If you want to have more details you can look in the IRL Labbook. Use ctrl+F to find something ;)
template of the day
For each new day in the lab you must create a new date in the notebook. To do so, copy-paste the following template:
= 02-08-2010 = {| cellspacing="15" | style="width: 33.33%" valign="top" | == Other == It rain a lot today | style="width: 33.33%" valign="top" | == Asaia == Today I speak with an asaia and she answer to me ^^ | style="width: 33.33%" valign="top" | == Drosophile == |}
|
Here are some useful explanations : 1. The date format is important! 2. Just after the date, put the following two lines : {| cellspacing="15" | style="width: 33.33%" valign="top" | 3. Beetween each subtitle, put this line : | style="width: 33.33%" valign="top" | 4. To end the day just put : |} 5. Of course the text "width:33.33%" must be adapted on how many subtitle you have (for instance 4 subtitles = 25%) |