(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{NTHU_Formosa}} | + | {{NTHU_Formosa}} {{NTHU_Formosa/NavBar}} |
<html> | <html> | ||
+ | <head> | ||
+ | <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | ||
+ | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato"> | ||
+ | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:NTHU_Formosa/CSS&action=raw&ctype=text/css"> | ||
+ | <style> | ||
+ | /* unvisited link */ | ||
− | + | a { | |
− | + | color: #0645AD; | |
− | + | } | |
− | + | ||
− | + | ||
+ | /* visited link */ | ||
− | + | a:visited { | |
+ | color: green; | ||
+ | } | ||
+ | /* mouse over link */ | ||
− | + | a:hover { | |
− | + | color: hotpink; | |
− | + | cursor: pointer; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | /* selected link */ | |
− | + | ||
+ | a:active { | ||
+ | color: blue; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <!-- Main Section --> | ||
+ | <div class="w3-container w3-pale-blue w3-padding-64 w3-center"> | ||
+ | <div class="w3-content"> | ||
+ | <h2 class="w3-wide">IGEM 2018 Interlab Study</h2> | ||
+ | <h3 class="w3-wide">Overall To-Do List </h3> | ||
+ | <p class="w3-justify"> | ||
+ | Calibration 1: Reference point - LUDOX Protocol | ||
+ | Record settings for standard measurements | ||
+ | Record measurements | ||
+ | Fill out corresponding Excel sheet | ||
+ | Calibration 2:Particle Standard Curve - Microsphere Protocol | ||
+ | Prepare Microsphere Stock Solution | ||
+ | Serial dilution | ||
+ | Measure Abs600 of all samples in instrument | ||
+ | Record measurements | ||
+ | Fill out corresponding Excel sheet | ||
+ | |||
+ | Calibration 3:Fluorescence standard curve - Fluorescein Protocol | ||
+ | Resuspend and dilute fluorescein | ||
+ | Serial dilutions | ||
+ | Measure fluorescence of all samples in instrument | ||
+ | Record measurements | ||
+ | Fill out corresponding Excel sheet | ||
+ | |||
+ | Cell Measurement protocol | ||
+ | Day 1: Transform E.Coli DH5α with plasmids (all in pSB1C3) | ||
+ | Day 2: pick 2 colonies per plate (5 mL LB medium + Chloramphenicol. Grow 16-18 hours @ 37 C and 220 rpm | ||
+ | Day 3: | ||
+ | Dilution cultures in LB+Chloramphenicol | ||
+ | Measure | ||
+ | Further dilute | ||
+ | Incubate | ||
+ | Abs600 and fluorescence measurement | ||
+ | Record measurements | ||
+ | Fill out corresponding Excel sheet | ||
+ | |||
+ | Protocol:Colony Forming Units per 0.1 E. coli cultures</p> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Trigger/Open The Modal --> | ||
+ | <!-- <a id="myLink"><u>Open Modal</u></a> --> | ||
+ | |||
+ | <!-- The Modal Box--> | ||
+ | <div id="myModal" class="modal"> | ||
+ | <!-- Modal content --> | ||
+ | <div class="modal-content"> | ||
+ | <span class="close">×</span> | ||
+ | <p>Description text in the box. Image can also be included</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- Modal script, DO NOT MODIFY!!! --> | ||
+ | <script> | ||
+ | // Get the modal | ||
+ | var modal = document.getElementById('myModal'); | ||
+ | // Get the hyperlink | ||
+ | var link = document.getElementById("myLink"); | ||
+ | // // When the user clicks the hyperlink, open the modal | ||
+ | link.onclick = function() { | ||
+ | modal.style.display = "block"; | ||
+ | } | ||
+ | // Get the <span> element that closes the modal | ||
+ | var span = document.getElementsByClassName("close")[0]; | ||
+ | // When the user clicks on <span> (x), close the modal | ||
+ | span.onclick = function() { | ||
+ | modal.style.display = "none"; | ||
+ | } | ||
+ | // When the user clicks anywhere outside of the modal, close it | ||
+ | window.onclick = function(event) { | ||
+ | if (event.target == modal) { | ||
+ | modal.style.display = "none"; | ||
+ | } | ||
+ | } | ||
+ | </script> | ||
</html> | </html> |
Revision as of 10:51, 2 October 2018
IGEM 2018 Interlab Study
Overall To-Do List
Calibration 1: Reference point - LUDOX Protocol Record settings for standard measurements Record measurements Fill out corresponding Excel sheet Calibration 2:Particle Standard Curve - Microsphere Protocol Prepare Microsphere Stock Solution Serial dilution Measure Abs600 of all samples in instrument Record measurements Fill out corresponding Excel sheet Calibration 3:Fluorescence standard curve - Fluorescein Protocol Resuspend and dilute fluorescein Serial dilutions Measure fluorescence of all samples in instrument Record measurements Fill out corresponding Excel sheet Cell Measurement protocol Day 1: Transform E.Coli DH5α with plasmids (all in pSB1C3) Day 2: pick 2 colonies per plate (5 mL LB medium + Chloramphenicol. Grow 16-18 hours @ 37 C and 220 rpm Day 3: Dilution cultures in LB+Chloramphenicol Measure Further dilute Incubate Abs600 and fluorescence measurement Record measurements Fill out corresponding Excel sheet Protocol:Colony Forming Units per 0.1 E. coli cultures