Line 2: | Line 2: | ||
{{UFlorida/Footer}} | {{UFlorida/Footer}} | ||
<html> | <html> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | ||
+ | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" | ||
+ | <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css"> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css"> | ||
+ | <script | ||
+ | src="https://code.jquery.com/jquery-3.2.1.min.js" | ||
+ | integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" | ||
+ | crossorigin="anonymous"></script> | ||
+ | |||
+ | |||
+ | <style> | ||
+ | @charset "UTF-8"; | ||
+ | @import url(font-awesome.min.css); | ||
+ | @import "https://fonts.googleapis.com/css?family=Raleway:100,300,600"; | ||
+ | |||
+ | /* Banner */ | ||
+ | |||
+ | #banner { | ||
+ | padding: 22em 0 12em 0; | ||
+ | background-image: url('https://2017.igem.org/File:T--UFlorida--InterLab_Plate_H.jpeg'); | ||
+ | background-size: cover; | ||
+ | background-position: top; | ||
+ | background-attachment: fixed; | ||
+ | background-repeat: no-repeat; | ||
+ | text-align: center; | ||
+ | |||
+ | } | ||
+ | |||
+ | #banner h1 { | ||
+ | font-size: 3.5em; | ||
+ | font-weight: 100; | ||
+ | color: #fff; | ||
+ | line-height: 1em; | ||
+ | margin: 0 0 0.5em 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | #banner p { | ||
+ | font-size: 1em; | ||
+ | color: rgba(255, 255, 255, 0.55); | ||
+ | margin-bottom: 1.75em; | ||
+ | } | ||
+ | |||
+ | @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) { | ||
+ | |||
+ | #banner { | ||
+ | background-attachment: scroll; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 1280px) { | ||
+ | |||
+ | #banner { | ||
+ | padding: 10em 2em 8em 2em; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 980px) { | ||
+ | |||
+ | #banner { | ||
+ | background-attachment: scroll; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 736px) { | ||
+ | |||
+ | #banner { | ||
+ | padding: 8em 1.5em 6em 1.5em; | ||
+ | } | ||
+ | |||
+ | #banner h1 { | ||
+ | font-size: 2.5em; | ||
+ | } | ||
+ | |||
+ | #banner p { | ||
+ | font-size: .9em; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 480px) { | ||
+ | |||
+ | #banner { | ||
+ | padding: 6em 1.5em 4em 1.5em; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | <script> | ||
+ | (function($) { | ||
+ | |||
+ | // Breakpoints. | ||
+ | skel.breakpoints({ | ||
+ | xlarge: '(max-width: 1680px)', | ||
+ | large: '(max-width: 1280px)', | ||
+ | medium: '(max-width: 980px)', | ||
+ | small: '(max-width: 736px)', | ||
+ | xsmall: '(max-width: 480px)' | ||
+ | }); | ||
+ | |||
+ | $(function() { | ||
+ | |||
+ | var $window = $(window), | ||
+ | $body = $('body'); | ||
+ | |||
+ | // Disable animations/transitions until the page has loaded. | ||
+ | $body.addClass('is-loading'); | ||
+ | |||
+ | $window.on('load', function() { | ||
+ | window.setTimeout(function() { | ||
+ | $body.removeClass('is-loading'); | ||
+ | }, 100); | ||
+ | }); | ||
+ | |||
+ | // Prioritize "important" elements on medium. | ||
+ | skel.on('+medium -medium', function() { | ||
+ | $.prioritize( | ||
+ | '.important\\28 medium\\29', | ||
+ | skel.breakpoint('medium').active | ||
+ | ); | ||
+ | }); | ||
+ | |||
+ | // Off-Canvas Navigation. | ||
+ | |||
+ | // Navigation Panel. | ||
+ | $( | ||
+ | '<div id="navPanel">' + | ||
+ | $('#nav').html() + | ||
+ | '<a href="#navPanel" class="close"></a>' + | ||
+ | '</div>' | ||
+ | ) | ||
+ | .appendTo($body) | ||
+ | .panel({ | ||
+ | delay: 500, | ||
+ | hideOnClick: true, | ||
+ | hideOnSwipe: true, | ||
+ | resetScroll: true, | ||
+ | resetForms: true, | ||
+ | side: 'left' | ||
+ | }); | ||
+ | |||
+ | // Fix: Remove transitions on WP<10 (poor/buggy performance). | ||
+ | if (skel.vars.os == 'wp' && skel.vars.osVersion < 10) | ||
+ | $('#navPanel') | ||
+ | .css('transition', 'none'); | ||
+ | |||
+ | }); | ||
+ | |||
+ | })(jQuery); | ||
+ | </script> | ||
+ | </head> | ||
+ | |||
+ | |||
+ | <body> | ||
+ | |||
+ | <!-- Banner --> | ||
+ | <section id="banner"> | ||
+ | <h1></h1> | ||
+ | <p></p> | ||
+ | </section> | ||
+ | |||
+ | |||
+ | </body> | ||
<div class="column full_size"> | <div class="column full_size"> | ||
<h2>InterLab Study</h2> | <h2>InterLab Study</h2> |
Revision as of 20:39, 12 October 2017
InterLab Study
Overview
Directly comparing measurements is a challenge for many synthetic biology researchers. Fluorescent measurement is difficult for researchers to compare because it can be analyzed and reported in a variety of ways. Through the InterLab 2017 study, the iGEM Measurement Committee seeks to provide researchers with a standard for measuring expression of GFP in a plate reader.
iGEM Teams worldwide contributed to the InterLab study by transforming DH5a E. coli with six test devices (BBa_J364000, BBa_J364001, BBa_J364002, BBa_J364003, BBa_J364004, and BBa_J364005), as well as a positive (BBa_I20270), and negative control (BBa_R0040). Teams then measured the fluorescence of the bacteria in a plate reader over a 6-hour period.
Materials and Methods
OD 600
Materials:
- 1ml LUDOX
- H20
- Cuvette
Methods
- Add 1 mL LUDOX into a cuvette
- Add 1 mL H2O into a separate cuvette
- Measure the absorbance at 600 nm of all samples using a spectrophotometer *Approved by the InterLab Committee*
- Record the data
- fluorescein
- 10ml 1xPBS
- 96 well plate, black with flat, transparent/clear bottom
- Prepare 2x fluorescein stock solution (100 uM) by resuspending fluorescein in 1 mL of 1xPBS
- Prepare 1mL of 50 uM (1x) fluorescein solution by diluting 500 uL of the 2x fluorescein stock solution with 500 uL of 1xPBS
- Conduct serial dilutions of fluorescein in the well plate
- 100 uL of PBS added into wells A2, B2, C2, D2... A12, B12
- 200 uL of fluorescein 1x stock solution added to A1, B1, C1, D1
- 100 uL fluorescein stock solution transferred from A1 into A2
- A2 mixed by pipetting up and down, then 100 uL transferred to A3
- A3 mixed by pipetting up and down, then 100 uL transferred to A4
- Continue through A11, DO NOT continue dilution into A12
- Step 3 repeated for rows B-D
- Fluorescence for all samples measured using the plate reader
Fluorescein Fluorescence Standard Curve
Materials
Methods
Materials
- Competent cells (Escherichia coli strain DH5α)
- LB media
- Chloramphenicol
- Incubator at 37°C
- Devices
- BBa_J364000
- BBa_J364001
- BBa_J364002
- BBa_J364003
- BBa_J364004
- BBa_J364005
- BBa_I20270
- BBa_R0040
Methods
- Locate the devices listed above in the distribution kit and resuspend them in 10uL of dH20
- Transform each device into 50uL of competent cells
- Plate the transformations onto LB plates with chloramphenicol and incubate overnight at 37C
Materials
- LB broth
- Chloramphenicol
- 16 50 ml Falcon tubes
- Aluminum Foil
- Transformed Cells
- Inoculating Loops
Methods
- Two colonies were selected from each of plate and inoculated it in 5 mL LB medium + Chloramphenicol in separate 50 ml Falcon Tubes. The Falcon tubes were then covered tightly with foil. The cells were grown overnight (16 hours) at 37°C and 220 rpm.
Materials
- Overnight Cultures
- Luria Broth
- Chloramphenicol
- 1.5 ml eppendorf tubes for sample storage
- Ice bucket with ice
- Pipettes
- 96 well plate, black with flat, transparent/clear bottom
Methods
- 1 mL of each culture was pipetted into a cuvette for an OD600 reading, which was then used for the Dilution Calculations in the Excel sheet provided by iGEM
- Each culture was diluted to a target OD of 0.02 in 12 mL of LB media + chloramphenicol in 50 mL falcon tubes wrapped in foil
- Cultures were placed in incubator at 37ºC and 220 rpm
- 500 µL samples of the cultures were taken at 0, 2, 4, and 6 hours of incubation. (At each time point, a sample was taken from each of the 8 devices, two colonies per device, for a total of 16 samples per time point)
- At each time point, the OD and fluorescence of the samples were measured