Difference between revisions of "Team:Pitt/Notebook"
(Prototype team page) |
|||
Line 1: | Line 1: | ||
{{Pitt}} | {{Pitt}} | ||
<html> | <html> | ||
+ | |||
+ | <style> | ||
+ | th, td { | ||
+ | border: 1px solid black; | ||
+ | border-collapse: collapse; | ||
+ | } | ||
+ | |||
+ | table { | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | table tr:nth-child(odd) { | ||
+ | background-color: #eee; | ||
+ | } | ||
+ | table tr:nth-child(even) { | ||
+ | background-color: #fff; | ||
+ | } | ||
+ | |||
+ | th { | ||
+ | background-color: #ddd; | ||
+ | } | ||
+ | |||
+ | table { | ||
+ | counter-reset: rowNumber; | ||
+ | } | ||
+ | |||
+ | table tr:not(:first-child) { | ||
+ | counter-increment: rowNumber; | ||
+ | } | ||
+ | |||
+ | table tr td:first-child::before { | ||
+ | content: counter(rowNumber) "."; | ||
+ | min-width: 1em; | ||
+ | margin-right: 0.5em; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | </style> | ||
<h2>Notebook</h2> | <h2>Notebook</h2> | ||
+ | |||
+ | <hr> | ||
+ | |||
+ | <h4> May 19, 2015: First day in lab </h4> | ||
+ | <h5> Transformation of cells with various plasmids </h5> | ||
+ | <table style="width:80%"> | ||
+ | <tr> | ||
+ | <th>Protocol</th> | ||
+ | <th>Notes/results</th> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>Show up in lab</td> | ||
+ | <td>Some people had trouble</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>Get dressed for lab</td> | ||
+ | <td>Some people <i>still</i> had trouble</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <hr> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
<p> Document the dates you worked on your project.</p> | <p> Document the dates you worked on your project.</p> |
Revision as of 16:25, 19 May 2015
Notebook
May 19, 2015: First day in lab
Transformation of cells with various plasmids
Protocol | Notes/results |
---|---|
Show up in lab | Some people had trouble |
Get dressed for lab | Some people still had trouble |
Document the dates you worked on your project.
What should this page have?
- Chronological notes of what your team is doing.
- Brief descriptions of daily important events.
- Pictures of your progress.
- Mention who participated in what task.
Inspiration
You can see what others teams have done to organize their notes: