(Prototype team page) |
|||
(20 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <style> | ||
+ | .btn-circle-lg { | ||
+ | width: 300px; | ||
+ | height: 300px; | ||
+ | padding: 10px 16px; | ||
+ | border-radius: 50%; | ||
+ | font-size: 60px; | ||
+ | line-height: 1.33; | ||
+ | } | ||
− | + | #button-lg-span { | |
+ | font-weight: bold; | ||
+ | font-size: 25px; | ||
+ | color: black; | ||
+ | line-height: 1; | ||
+ | text-align:center; | ||
+ | position: relative; | ||
+ | left: 0px; | ||
+ | right: 0px; | ||
+ | display: block; | ||
+ | } | ||
− | |||
− | |||
− | </ | + | </style> |
− | + | ||
+ | <body> | ||
+ | <div class="container"> | ||
+ | <div style="margin-top: 100px"></div> | ||
+ | <h1>Notebook</h1> | ||
− | < | + | <center><img class="img-responsive" width="200px;" src="https://static.igem.org/mediawiki/2017/0/0f/Wet_lab_notebook.png"></center> |
− | < | + | |
− | < | + | <h2>Introduction</h2> |
− | + | <p>We used the online resource Benchling to help keep an account and organise all the Wet Lab work that was conducted over the summer. We created a separate lab book for each major stage of the process, and each step carried out was linked to the protocol and tagged to the person who performed the task. This was helpful for tracking progress and troubleshooting.</p></br> | |
− | < | + | <div class="row"> |
− | < | + | <div class="col-sm-4"> |
− | < | + | <a href="Notebook/PCRandGels#PRCandGels"><button type="submit" class="btn btn-default btn-circle-lg" style="background-color: rgb(158,206,235)"><span id="button-lg-span">PCR and Gels</span></button></a> |
− | </ | + | </div> |
+ | <div class="col-sm-4"> | ||
+ | <a href="Notebook/CloningandGrowth#CloningandGrowth"><button type="submit" class="btn btn-default btn-circle-lg" style="background-color: rgb(158,206,235)"><span id="button-lg-span">Cloning and Growth</span></button></a> | ||
+ | </div> | ||
+ | <div class="col-sm-4"> | ||
+ | <a href="Notebook/ExpressionVector#ExpressionVector"><button type="submit" class="btn btn-default btn-circle-lg" style="background-color: rgb(158,206,235)"><span id="button-lg-span">Expression Vector-<br>Quick Change</span></button></a> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | </body> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</html> | </html> |
Latest revision as of 20:43, 1 November 2017
Notebook
Introduction
We used the online resource Benchling to help keep an account and organise all the Wet Lab work that was conducted over the summer. We created a separate lab book for each major stage of the process, and each step carried out was linked to the protocol and tagged to the person who performed the task. This was helpful for tracking progress and troubleshooting.