|
|
(4 intermediate revisions by 2 users not shown) |
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">
| |
− | <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://static.igem.org/mediawiki/2017/5/59/T--UFlorida--InterLab_Header.png');
| |
− | 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>
| |
| | | |
| | | |
Line 174: |
Line 9: |
| | | |
| <h3>Overview</h3> | | <h3>Overview</h3> |
− | <p>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.</p>
| + | 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. |
− | | + | <br><br> |
− | <p>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. </p> | + | 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. |
| | | |
| <h3>Materials and Methods</h3> | | <h3>Materials and Methods</h3> |
Line 294: |
Line 129: |
| <li>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.</li> | | <li>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.</li> |
| </ol> | | </ol> |
− | <div class="row-sm-2"> | + | <div class="row"> |
| <div class="col-sm-2"> | | <div class="col-sm-2"> |
− | <img src="https://static.igem.org/mediawiki/2017/7/77/T--UFlorida--InterLab_Plate_B.jpeg" height="200"> | + | <img class="img-responsive" src="https://static.igem.org/mediawiki/2017/7/77/T--UFlorida--InterLab_Plate_B.jpeg" height="200"> |
| </div> | | </div> |
| <div class="col-sm-2"> | | <div class="col-sm-2"> |
Line 308: |
Line 143: |
| </div> | | </div> |
| </div> | | </div> |
− | | + | <br> |
− | <div class="row-sm-2"> | + | <div class="row"> |
| <div class="col-sm-2"> | | <div class="col-sm-2"> |
| <img src="https://static.igem.org/mediawiki/2017/c/cc/T--UFlorida--InterLab_Plate_J.jpeg" height="200"> | | <img src="https://static.igem.org/mediawiki/2017/c/cc/T--UFlorida--InterLab_Plate_J.jpeg" height="200"> |