Difference between revisions of "Team:DTU-Denmark/molecular interlab"

 
(73 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Team:DTU-Denmark/header.html}} <!-- Header template  -->
+
{{Team:DTU-Denmark/header.html}} <!-- DON'T TOUCH!!! -->
  
 
<html lang="en">
 
<html lang="en">
 
<head>
 
<head>
 +
    <!-- Edited by Nicolai 19-10-16 22: Spellcheck-->
 +
    <!-- Edited by Isabella 7-9-16 14:30 in sidebar - remove xs-hidden from sidebar -->
 +
    <!-- Edited by Isabella 26-9-16-14:22 fix white space above picture, do not edit the spaces between things this create unintentional space-->
 
     <title>Bootstrap Example</title>
 
     <title>Bootstrap Example</title>
 
     <meta charset="utf-8">
 
     <meta charset="utf-8">
 
     <meta name="viewport" content="width=device-width, initial-scale=1">
 
     <meta name="viewport" content="width=device-width, initial-scale=1">
   
 
    <style>
 
       
 
        #MYbody {
 
            position: fixed;
 
            overflow-x: hidden;
 
            overflow-y: scroll;
 
        }
 
       
 
        a,
 
        a:visited {
 
            color: #555;
 
        }
 
       
 
        a:hover,
 
        a:focus {
 
            color: #990000;
 
        }
 
       
 
        /*Masthead settings*/
 
        .masthead {
 
            height: 300px;
 
        }
 
       
 
        .masthead .caption {
 
            width:100%;
 
            height: 300px;
 
            bottom: .0rem;
 
            position: absolute;
 
            background:#000;
 
            background: -webkit-linear-gradient(left, #000, rgba(0, 0, 0, 0), #000);
 
            background: -moz-linear-gradient(left, #000, rgba(0, 0, 0, 0), #000);
 
            background: -o-linear-gradient(left, #000, rgba(0, 0, 0, 0), #000);
 
            background: linear-gradient(to right, #000, rgba(0, 0, 0, 0), #000);
 
        }
 
       
 
        @media screen and (max-width: 767px) {
 
            .masthead .caption {
 
                width:100%;
 
                height: 300px;
 
                bottom: .0rem;
 
                position: absolute;
 
                background:#000;
 
                background: -webkit-linear-gradient(left, #000, rgba(0, 0, 0, 0));
 
                background: -moz-linear-gradient(left, #000, rgba(0, 0, 0, 0));
 
                background: -o-linear-gradient(left, #000, rgba(0, 0, 0, 0));
 
                background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
 
            }
 
        }
 
 
        .masthead .thumbnail {
 
            height: 300px;
 
            width: 100%;
 
            background-size: cover;
 
            background-position: center;
 
            background-repeat: no-repeat;
 
            border: 0 none;
 
            box-shadow: none;
 
            margin:0;
 
            padding:0;
 
        }
 
       
 
        /*.masthead .thumbnail img {
 
            height: 300px;
 
            vertical-align: middle;
 
            clip: inherit;
 
            /*overflow-y: hidden;*//*
 
            max-width: none;
 
        }*/
 
       
 
        .masthead .caption > div {
 
            margin-top: 2em;
 
        }
 
       
 
        .masthead .caption h1 {
 
            margin-top: -.0em;
 
            padding-top: -.0em;
 
        }
 
       
 
        .masthead .caption h1,
 
        .masthead .caption p {
 
            color: #fff;
 
        }
 
       
 
        .masthead .title h1,
 
        .masthead .title h1 > p{
 
            text-transform: uppercase;
 
            text-align: left;
 
            float: left;
 
        }
 
       
 
        /*Content settings*/
 
        .colLeft {
 
           
 
        }
 
        .colLeft a.anchor:target {
 
            display: block;
 
            top: -125px;
 
            position: relative;
 
            visibility: hidden;
 
        }
 
       
 
        .colLeft h2 {
 
            text-align: center;
 
            margin: 0.3em;
 
            padding: 0.3em
 
            border-bottom-color: #990000;
 
           
 
        }
 
        .colRight {
 
           
 
        }
 
       
 
        /*sidebar settings*/
 
        #sidebar {
 
            padding: 5px;
 
            border-radius: 5px;
 
        }
 
       
 
        #sidebar.nav li a,
 
        #sidebar.nav li a:visited {
 
            color: #999;
 
            font-size: 1em;
 
            background-color: transparent;
 
        }
 
       
 
        #sidebar.nav li a:active,
 
        #sidebar.nav li a:hover,
 
        #sidebar.nav li a:focus {
 
            color: #990000;
 
            background-color: transparent;
 
            list-style: circle;
 
        }
 
       
 
        /* Undo the affixed behavior in mobile views */
 
        #sidebar.affix {
 
            position: static;
 
        }
 
 
        /* Apply the affixed behavior in large views */
 
        @media screen and (min-width: 990px) {
 
 
            /* affix-top: The affix-top class should be inline to the page. */
 
            #sidebar.affix-top {
 
                width: 20%;
 
            /* for reference - no additional styling */
 
            }
 
 
            /* affix: The affix class should be fixed to the page. */
 
            #sidebar.affix {
 
                position: fixed;
 
                top: 125px;      /* same as body padding or outer navbar height */
 
                width: 20%;  /* stop it from growing - anyone know how to fix this? */
 
            }
 
 
            /* affix bottom: The affix-bottom class should be positioned absolute. */
 
            #sidebar.affix-bottom {
 
                position: absolute;
 
                width: 20%;
 
            }
 
        }
 
       
 
        /*Fixes dissapear reappear of sidebar when scrolling on iPad */
 
        #sidebar *:not(html) {
 
            -webkit-transform: translate3d(0, 0, 0);
 
        }
 
       
 
        /*Developer settings for overview*/
 
        /*#overview {color: #fff; background-color: #1E88E5;}
 
        #medal-requirements {color: #fff; background-color: #673ab7;}
 
        #bronze {color: #fff; background-color: #ff9800;}
 
        #silver {color: #fff; background-color: #00bcd4;}
 
        #gold {color: #fff; background-color: #009688;}*/
 
       
 
    </style>
 
 
</head>
 
</head>
  
Line 191: Line 19:
 
     <div class="container-fluid">
 
     <div class="container-fluid">
 
         <div class="row">
 
         <div class="row">
             <div class="col-md-12 thumbnail" style="background-image:url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Mount_Ellinor,_Mount_Washington_Panorama.jpg/1024px-Mount_Ellinor,_Mount_Washington_Panorama.jpg)">
+
             <div class="col-md-12 thumbnail" style="background-image:url(https://static.igem.org/mediawiki/2016/c/c2/T--DTU-Denmark--Lab-header.jpg)"> <!-- EDIT style url (this should lead to an image) -->
                <!--<img class="hidden-xs" alt="" src=
+
 
                        "https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Mount_Ellinor,_Mount_Washington_Panorama.jpg/1024px-Mount_Ellinor,_Mount_Washington_Panorama.jpg">
+
                <img class="hidden-lg hidden-md hidden-sm" alt="" src=
+
                        "https://www.spring-green.com/wp-content/uploads/2015/12/Tree-that-needs-pruning1.jpg">-->
+
 
                 <div class="caption">
 
                 <div class="caption">
                     <div class="col-md-5 col-sm-5 col-xs-12 title"> <!-- the approximate max number of characters ~ 400 -->
+
                     <div class="col-md-5 col-sm-5 col-xs-12 title"> <!-- the approximate max number of characters ~ 400 --> <!-- EDIT -->
                         <h1>TITLE<p class="lead">leader under the title, short introduction. Ubique moderatius efficiantur eum et, dico oporteat recusabo ius cu, pro id modus sadipscing. Maluisset patrioque eum ad, mel eius doctus accommodare eu, minimum deleniti repudiandae mel ea. Noster nostrud diceret sea no. Eos an nullam molestiae signiferumque, vel ne laudem ignota oblique. Duo te luptatum percipitur signiferumque, at dicunt iriure dolorem his.</p></h1>
+
                         <h1>InterLab<p class="lead">Fluorescence measurements are usually hard to compare because they are reported in different units or because people process data in different ways. Standardization is one of the main principles of synthetic biology. Therefore, this year’s iGEM InterLab Study aimed to establish common, comparable units of measurement of fluorescence.  
 +
                    </p></h1>
 
                     </div>
 
                     </div>
                     <div class="col-md-2 col-sm-2 xs-hidden space"></div>
+
                     <div class="col-md-2 col-sm-2 hidden-xs space"></div>
                     <div class="col-md-5 col-sm-5 xs-hidden intro">
+
                     <div class="col-md-5 col-sm-5 hidden-xs intro"> <!-- will be hidden on phones, duplicate the text to blockquote down below first section header, to show it there, when it dissapear-->
                        <h1><br><p class="lead">Ubique moderatius efficiantur eum et, dico oporteat recusabo ius cu, pro id modus sadipscing. Maluisset patrioque eum ad, mel eius doctus accommodare eu, minimum deleniti repudiandae mel ea. Noster nostrud diceret sea no. Eos an nullam molestiae signiferumque, vel ne laudem ignota oblique. Duo te luptatum percipitur signiferumque, at dicunt iriure dolorem his. Habeo electram has ei, usu no magna eripuit reprehendunt. Probo ferri at vis, no meis novum mei, sea probo qualisque in.</p> </h1>      
+
                  <blockquote class="blockquote-reverse"> <!-- EDIT -->
 +
                            <p>"Without absolute units you cannot even say precisely how much shorter you are!"</p>
 +
                            <small>InterLab Study, <cite title="Source Title">iGEM</cite></small>
 +
                        </blockquote>      
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
Line 212: Line 41:
  
 
<br>
 
<br>
 +
<!-- Content -->
 
<div class="container">
 
<div class="container">
 
<div class="row"> <!--Must sorround both content and sidebar-->
 
<div class="row"> <!--Must sorround both content and sidebar-->
     <div class="col-md-9 colLeft"> <!-- LEFT -->
+
     <div class="col-md-9 col-sm-10 colLeft"> <!-- LEFT -->
         <div><a class="anchor" id="overview"></a>
+
         <div><a class="anchor" id="introduction"></a>
         <h1>Overview</h1>
+
         <h2 class="h2">Introduction</h2>
             <p>Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.
+
              
            </p><p>
+
        <blockquote class="visible-xs"> <!-- quote from masterhead duplicate -->
            Mazim oblique aliquam cum id, nam possim scaevola adolescens ea. Ex vel causae tibique epicuri, ne dolore suavitate usu, labitur fierent insolens in mei. Cu dolore accusata pertinacia vel, clita temporibus ex qui. Aliquip splendide ne eos, corrumpit reprimique eum ea.
+
                <p>"Without absolute units you cannot even say precisely how much shorter you are!"</p>
             </p><p>
+
                <small>InterLab Study, <cite title="Source Title">iGEM</cite></small>
            Ubique moderatius efficiantur eum et, dico oporteat recusabo ius cu, pro id modus sadipscing. Maluisset patrioque eum ad, mel eius doctus accommodare eu, minimum deleniti repudiandae mel ea. Noster nostrud diceret sea no. Eos an nullam molestiae signiferumque, vel ne laudem ignota oblique. Duo te luptatum percipitur signiferumque, at dicunt iriure dolorem his. Habeo electram has ei, usu no magna eripuit reprehendunt. Probo ferri at vis, no meis novum mei, sea probo qualisque in.</p>
+
             </blockquote>
 +
             
 +
           
 +
            <p>
 +
                All of the 2016 iGEM teams were invited and encouraged to participate in the Third International InterLaboratory Measurement Study. We, DTU BioBuilders, were excited to participate in the study, which will aid the establishment of a baseline for replicability of fluorescence measurements and identify likely key sources of error. This study focused specifically on the standardization of the way fluorescent measurements are made, which allows for easier comparisons. iGEM provided the teams with standard protocols whereof we carried out the measurements using the plate reader. In addition, the teams were provided with a pre-constructed Excel data sheet in order to standardize the calculations and presentation of data.  
 +
            </p>
 
         </div> <!-- /overview-->
 
         </div> <!-- /overview-->
 
          
 
          
         <div><a class="anchor" id="medal-requirements"></a>
+
         <div><a class="anchor" id="devices"></a>
         <h1>Medal requirements</h1>
+
         <h2 class="h2">Devices</h2>
             <p>Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.
+
             <p>
             </p><p>
+
                The 2016 iGEM teams were provided with three test devices, including two controls, a positive and negative control: 
             Mazim oblique aliquam cum id, nam possim scaevola adolescens ea. Ex vel causae tibique epicuri, ne dolore suavitate usu, labitur fierent insolens in mei. Cu dolore accusata pertinacia vel, clita temporibus ex qui. Aliquip splendide ne eos, corrumpit reprimique eum ea.
+
            </p>
             </p><p>
+
            <ul>
            Ubique moderatius efficiantur eum et, dico oporteat recusabo ius cu, pro id modus sadipscing. Maluisset patrioque eum ad, mel eius doctus accommodare eu, minimum deleniti repudiandae mel ea. Noster nostrud diceret sea no. Eos an nullam molestiae signiferumque, vel ne laudem ignota oblique. Duo te luptatum percipitur signiferumque, at dicunt iriure dolorem his. Habeo electram has ei, usu no magna eripuit reprehendunt. Probo ferri at vis, no meis novum mei, sea probo qualisque in.</p>
+
                <li>Test Device 1: J23101.B0034.E0040.B0015 in pSB1C3</li>
        </div>
+
                <li>Test Device 2: J23106.B0034.E0040.B0015 in pSB1C3</li>
 +
                <li>Test Device 3: J23117.B0034.E0040.B0015 in pSB1C3</li>
 +
                <li>Positive Control Device: I20270 in pSB1C3</li>
 +
                <li>Negative Control Device: R0040 in pSB1C3</li>
 +
            </ul>
 +
            <p>Each of the test devices consisted of promotors J23101, J23106 and J23117, respectively, with the first being the strongest. The rest of the test devices was identical consisting of the RBS (B0034), the terminator (B0015) and the GFP (E0040).</p>
 +
              
 +
            <p>The negative control consisted of the pTetR promoter (RR040) with no sequence downstream, and the positive control consisted of the constitutively expressed GFP device (I20270).</p>
 +
           
 +
            <p>All five constructs were already in the pSB1C3 plasmid, which carried chloramphenicol resistance.</p>
 +
             </div>
 +
           
 +
           
 +
                    <div><a class="anchor" id="materials-and-methods"></a>
 +
            <h2 class="h2">Materials and Methods</h2>
 +
            <p>We used the plate reader protocol provided by iGEM and used the Cytation 5 Cell Imaging Multi-Mode Reader for all our measurements.</p>
 +
           
 +
           
 +
            <h3 class="h3">Calibration Protocol</h3>
 +
            <h4 class="h4">OD<sub>600</sub> Reference Point</h4>
 +
                <p>
 +
                    100 &#181;L LUDOX provided in the InterLab Measurement Kit was transferred to a Greiner Bio-One 96-well plate in wells A1, B1, C1 and D1. 100 &#181;L demineralized H<sub>2</sub>O was added into wells A2, B2, C2 and D2. The absorbance was measured at 600 nm of the eight samples and the data was imported into the provided Excel sheet in the OD<sub>600</sub> reference point tab.
 +
                </p>
 +
            <h4 class="h4">FITC Fluorescence Standard Curve</h4>     
 +
                 
 +
                  <p>
 +
                    The FITC stock tube provided in the InterLab Measurement Kit was spun down to make sure that the pellet was in the bottom of the tube. 1 mL of PBS was added in the tube to make a 2x FITC stock solution (500 &#181;M). The solution was incubated at 42&#8451; for 4 hours. The stock was then further diluted to 1x FITC solution (250 &#181;M). 200 &#181;l of 1x FITC stock solution was added to A1, B1, C1 and D1. 100 &#181;l PBS was added to wells A2-12, B2-12, C2-C12 and D2-12. 100 &#181;L from A1 was transferred to A2. The new dilution was mixed by pipetting and 100 &#181;L was transferred to A3. This process was repeated until A11 was reached and 100 &#181;L of the final 200 &#181;L in well A11 was discarded. The same process was repeated for rows B, C and D.  All of the samples were measured in the 96-well plate and the excitation filter was set to 395 nm and the emission filter to 509 nm. The data were imported into the provided Excel sheet FITC standard curve tab.  
 +
                </p>
 +
             <h3 class="h3">Cell Measurement Protocol</h3>
 +
                <p>
 +
                    The three test devices and the positive and negative control were transformed into competent <i>Escherichia coli</i> DH5&#913; cells using the provided transformation protocol from iGEM. The transformants were plated on LB with chloramphenicol and incubated at 37&#8451; overnight.
 +
                </p><p>
 +
                    Next day, two colonies were picked from the plate with the negative control, whereas only one colony was picked from the plates with the test devices and the positive control. The colonies were inoculated in 5 mL Luria-Bertani (LB) medium with chloramphenicol. The cells were incubated at 37&#8451; and 150 rounds per minute (RPM) until the next day.
 +
                </p>
 +
                <p>The initial OD<sub>600</sub> of the overnight cultures was measured and important to the "Normalization tab" in the provided Excel sheet. The cultures were diluted to a target OD<sub>600</sub> of 0.02 in 10 mL LB media with chloramphenicol in 50 mL falcon tubes. 100 &#181;L samples of each solution was transferred to a 1.5 mL Eppendorf tube and placed on ice, while the rest of the solutions were incubated at 37&#8451; at 150 RPM. 100 &#181;L samples of the each culture were taken and transferred to a 1.5 mL Eppendorf tube and placed on ice at 1, 2, 3, 4, 5, and 6 hours. </p>
 +
                <p>At the end, all samples were loaded into a Greiner Bio-One 96 well plate using the same layout as the one suggested by the iGEM plate reader protocol. OD<sub>600</sub> and fluorescence were measured for each sample. The excitation filter was set to 395 nm and the emission filter to 509 nm when measuring the fluorescence. The data was imported into the "Cell measurement tab" in the provided Excel sheet and sent to measurement&#64;igem.org</p>
 +
               
 +
            </div>
 +
           
 +
           
 +
                    <div><a class="anchor" id="results-and-discussion"></a>
 +
            <h2 class="h2">Results and Discussion</h2>
 +
<figure class="figure">
 +
  <img id="Intod" class="enlarge img-responsive figure-img" src="https://static.igem.org/mediawiki/2016/a/a8/T--DTU-Denmark--int_od600.png" alt="DESCRIPTION">
 +
  <figcaption style="text-align:center;" class="figure-caption"><strong>Figure 1:</strong> This graph shows the change in absorbance at 600 nm of each cell culture</figcaption>
 +
</figure>
 +
<!-- The Modal with same picture-->
 +
<div id="IntodModal" class="modal">
 +
  <span class="close Intod">×</span>
 +
  <img class="modal-content" id="IntodImg">
 +
</div>
 +
<p style="padding-bottom:.3em">Figure 1 shows the OD<sub>600</sub> measurements of each test device and the positive and negative control. The OD<sub>600</sub> measurements follow exponential growth. 
 +
</p>
 +
 
 +
<figure class="figure">
 +
  <img id="Intflu" class="enlarge img-responsive figure-img" src="https://static.igem.org/mediawiki/2016/8/81/T--DTU-Denmark--int_relativeF.png" alt="DESCRIPTION">
 +
  <figcaption style="text-align:center;" class="figure-caption"><strong>Figure 2:</strong> This graph shows the change in fluorescence over a 6 hour incubation period.</figcaption>
 +
</figure>
 +
<!-- The Modal with same picture-->
 +
<div id="IntfluModal" class="modal">
 +
  <span class="close Intflu">×</span>
 +
  <img class="modal-content" id="IntfluImg">
 +
</div>
 +
<p style="padding-bottom:.3em"> Figure 2 shows which device contains the strongest promoter. Negative fluorescence values appears from the fluorescence measurements. We obtained higher fluorescence values in wells only containing media compared to the wells containing the test devices and the postive and negative control. Since the values are negative, it is hard to conclude anything from the results. However, the graph indicates that test device 2 contains the strongest promoter. The results from test device 3 has a lower fluorescence compared to the negative controls, which should not be the case.   
 +
</p>
 +
 
 +
<figure class="figure">
 +
  <img id="IntFOD" class="enlarge img-responsive figure-img" src="https://static.igem.org/mediawiki/2016/c/cc/T--DTU-Denmark--int_Compare.png" alt="DESCRIPTION">
 +
  <figcaption style="text-align:center;" class="figure-caption"><strong>Figure 3:</strong> This graph shows the relation between fluorescence and optical density</figcaption>
 +
</figure>
 +
<!-- The Modal with same picture-->
 +
<div id="IntFODModal" class="modal">
 +
  <span class="close IntFOD">×</span>
 +
  <img class="modal-content" id="IntFODImg">
 +
</div>
 +
<p style="padding-bottom:.3em">The absolute fluorescence indicate the same results as indicated in Figure 2. It appears that test device 2 has the strongest promoter. However, the values are also negative in this plot and the experiment should be repeated. It is also observed that the absolute fluorescence for each construct decreases over time. This decrease may be due to cells not being able to handle the plasmid.   
 +
</p>
 +
  </div>
 +
 
 +
          <div><a class="anchor" id="conclusion"></a>
 +
  <h2 class="h2">Conclusion</h2>
 +
    <p>The InterLab study should be repeated since negative fluorescence values were obtained. However, our results indicate that test device 2 has the strongest promoter.</p>
 
          
 
          
        <div><a class="anchor" id="bronze"></a>
 
        <h1>Bronze</h1>
 
            <p>Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.
 
            </p><p>
 
            Mazim oblique aliquam cum id, nam possim scaevola adolescens ea. Ex vel causae tibique epicuri, ne dolore suavitate usu, labitur fierent insolens in mei. Cu dolore accusata pertinacia vel, clita temporibus ex qui. Aliquip splendide ne eos, corrumpit reprimique eum ea.
 
            </p><p>
 
            Ubique moderatius efficiantur eum et, dico oporteat recusabo ius cu, pro id modus sadipscing. Maluisset patrioque eum ad, mel eius doctus accommodare eu, minimum deleniti repudiandae mel ea. Noster nostrud diceret sea no. Eos an nullam molestiae signiferumque, vel ne laudem ignota oblique. Duo te luptatum percipitur signiferumque, at dicunt iriure dolorem his. Habeo electram has ei, usu no magna eripuit reprehendunt. Probo ferri at vis, no meis novum mei, sea probo qualisque in.</p>
 
        </div>
 
        <div><a class="anchor" id="silver"></a>
 
        <h1>Silver</h1>
 
            <p>Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.
 
            </p><p>
 
            Mazim oblique aliquam cum id, nam possim scaevola adolescens ea. Ex vel causae tibique epicuri, ne dolore suavitate usu, labitur fierent insolens in mei. Cu dolore accusata pertinacia vel, clita temporibus ex qui. Aliquip splendide ne eos, corrumpit reprimique eum ea.
 
            </p><p>
 
            Ubique moderatius efficiantur eum et, dico oporteat recusabo ius cu, pro id modus sadipscing. Maluisset patrioque eum ad, mel eius doctus accommodare eu, minimum deleniti repudiandae mel ea. Noster nostrud diceret sea no. Eos an nullam molestiae signiferumque, vel ne laudem ignota oblique. Duo te luptatum percipitur signiferumque, at dicunt iriure dolorem his. Habeo electram has ei, usu no magna eripuit reprehendunt. Probo ferri at vis, no meis novum mei, sea probo qualisque in.</p>
 
        </div>
 
        <div><a class="anchor" id="gold"></a>
 
        <h1>Gold</h1>
 
            <p>Has ut facer debitis, quo eu agam purto. In eum justo aeterno. Sea ut atqui efficiantur, mandamus deseruisse at est, erat natum cum eu. Quot numquam in vel. Salutatus euripidis moderatius qui ex, eu tempor volumus vituperatoribus has, ius ea ullum facer corrumpit.
 
            </p><p>
 
            Mazim oblique aliquam cum id, nam possim scaevola adolescens ea. Ex vel causae tibique epicuri, ne dolore suavitate usu, labitur fierent insolens in mei. Cu dolore accusata pertinacia vel, clita temporibus ex qui. Aliquip splendide ne eos, corrumpit reprimique eum ea.
 
            </p><p>
 
            Ubique moderatius efficiantur eum et, dico oporteat recusabo ius cu, pro id modus sadipscing. Maluisset patrioque eum ad, mel eius doctus accommodare eu, minimum deleniti repudiandae mel ea. Noster nostrud diceret sea no. Eos an nullam molestiae signiferumque, vel ne laudem ignota oblique. Duo te luptatum percipitur signiferumque, at dicunt iriure dolorem his. Habeo electram has ei, usu no magna eripuit reprehendunt. Probo ferri at vis, no meis novum mei, sea probo qualisque in.</p>
 
 
         </div>
 
         </div>
 
     </div> <!-- /LEFT -->
 
     </div> <!-- /LEFT -->
 
      
 
      
 
     <!-- RIGHT-->
 
     <!-- RIGHT-->
     <div class="col-md-3 hidden-sm hidden-xs colRight" id="scrollspy">  
+
     <div class="col-md-3 col-sm-2 colRight" id="scrollspy">  
         <ul class="nav nav-stacked" id="sidebar"> <!-- data-offset-top="230" data-offset-bottom="100">-->
+
         <ul class="nav" id="sidebar">
            <!--data-offset-top control at which scroll point the affix will come into effect, data-offset-bottom control when affix will no longer be in effect-->
+
             <li><a href="#introduction">Introduction</a></li>
             <li><a href="#overview">OVERVIEW</a></li>
+
             <li><a href="#devices">Devices</a></li>
             <li><a href="#medal-requirements">MEDAL REQUIREMENTS</a></li>
+
             <li><a href="#materials-and-methods">Materials and Methods</a></li>
             <li><a href="#bronze">BRONZE</a></li>
+
             <li><a href="#results-and-discussion">Results and Discussion</a></li>
             <li><a href="#silver">SILVER</a></li>
+
             <li><a href="#conclusion">Conclusion</a></li>
             <li><a href="#gold">GOLD</a></li>
+
 
         </ul>
 
         </ul>
 
     </div> <!-- /RIGHT -->
 
     </div> <!-- /RIGHT -->
Line 275: Line 167:
 
</div> <!-- /BODY-->
 
</div> <!-- /BODY-->
  
    <script> // The affix elements javascript
 
        window.onload = function (){
 
            $('#sidebar').affix({
 
                offset: {
 
                    // top: determines how far to scroll before applying .affixed class
 
                    top: function () {
 
                        var offsetTop      = $('#sidebar').offset().top          // How far are we from top in total?
 
                        //var navOuterHeight = $('.navbar').outerHeight(true) || 0  // If the navbar is fixed account for it
 
                        //var bodyPaddingTop = parseInt($(document.body).css("padding-top"), 10) || 0  // or use body padding instead
 
                        return (this.top = offsetTop - 140)
 
                    }
 
                    , bottom: function () {
 
                        var footHight = document.getElementById("footer").offsetHeight;
 
                        return (this.bottom = footHight + 20) || 0
 
                    }
 
                }
 
            })
 
        }
 
    </script>
 
<!--   
 
    <script type="text/javascript">
 
        window.onload = function (){
 
            $("body").scrollspy({ //on which element the scroll will work, this element MUST have "position: relative"
 
                target: "#sidebar", //the navbar on which scrollspy should work
 
                offset: -1000 // scroll offset, control where the scroll will be set when clicking link
 
           
 
            })
 
        });
 
        $('[data-spy="scroll"]').each(function () {
 
            var $spy = $(this).scrollspy('refresh')
 
        })
 
       
 
    </script>
 
-->
 
 
</body>
 
</body>
 +
 +
<!--script for functionality of sidebar, DON'T TOUCH!!! -->
 +
<script type="text/javascript" src="https://2016.igem.org/Team:DTU-Denmark/sidebar-js?action=raw&ctype=text/javascript"></script>
 
</html>
 
</html>
  
 
+
<!-- DON'T TOUCH!!! -->
 
+
 
{{Team:DTU-Denmark/footer}}
 
{{Team:DTU-Denmark/footer}}

Latest revision as of 01:00, 20 October 2016

New HTML template for the wiki




Bootstrap Example

InterLab

Fluorescence measurements are usually hard to compare because they are reported in different units or because people process data in different ways. Standardization is one of the main principles of synthetic biology. Therefore, this year’s iGEM InterLab Study aimed to establish common, comparable units of measurement of fluorescence.


Introduction

"Without absolute units you cannot even say precisely how much shorter you are!"

InterLab Study, iGEM

All of the 2016 iGEM teams were invited and encouraged to participate in the Third International InterLaboratory Measurement Study. We, DTU BioBuilders, were excited to participate in the study, which will aid the establishment of a baseline for replicability of fluorescence measurements and identify likely key sources of error. This study focused specifically on the standardization of the way fluorescent measurements are made, which allows for easier comparisons. iGEM provided the teams with standard protocols whereof we carried out the measurements using the plate reader. In addition, the teams were provided with a pre-constructed Excel data sheet in order to standardize the calculations and presentation of data.

Devices

The 2016 iGEM teams were provided with three test devices, including two controls, a positive and negative control:

  • Test Device 1: J23101.B0034.E0040.B0015 in pSB1C3
  • Test Device 2: J23106.B0034.E0040.B0015 in pSB1C3
  • Test Device 3: J23117.B0034.E0040.B0015 in pSB1C3
  • Positive Control Device: I20270 in pSB1C3
  • Negative Control Device: R0040 in pSB1C3

Each of the test devices consisted of promotors J23101, J23106 and J23117, respectively, with the first being the strongest. The rest of the test devices was identical consisting of the RBS (B0034), the terminator (B0015) and the GFP (E0040).

The negative control consisted of the pTetR promoter (RR040) with no sequence downstream, and the positive control consisted of the constitutively expressed GFP device (I20270).

All five constructs were already in the pSB1C3 plasmid, which carried chloramphenicol resistance.

Materials and Methods

We used the plate reader protocol provided by iGEM and used the Cytation 5 Cell Imaging Multi-Mode Reader for all our measurements.

Calibration Protocol

OD600 Reference Point

100 µL LUDOX provided in the InterLab Measurement Kit was transferred to a Greiner Bio-One 96-well plate in wells A1, B1, C1 and D1. 100 µL demineralized H2O was added into wells A2, B2, C2 and D2. The absorbance was measured at 600 nm of the eight samples and the data was imported into the provided Excel sheet in the OD600 reference point tab.

FITC Fluorescence Standard Curve

The FITC stock tube provided in the InterLab Measurement Kit was spun down to make sure that the pellet was in the bottom of the tube. 1 mL of PBS was added in the tube to make a 2x FITC stock solution (500 µM). The solution was incubated at 42℃ for 4 hours. The stock was then further diluted to 1x FITC solution (250 µM). 200 µl of 1x FITC stock solution was added to A1, B1, C1 and D1. 100 µl PBS was added to wells A2-12, B2-12, C2-C12 and D2-12. 100 µL from A1 was transferred to A2. The new dilution was mixed by pipetting and 100 µL was transferred to A3. This process was repeated until A11 was reached and 100 µL of the final 200 µL in well A11 was discarded. The same process was repeated for rows B, C and D. All of the samples were measured in the 96-well plate and the excitation filter was set to 395 nm and the emission filter to 509 nm. The data were imported into the provided Excel sheet FITC standard curve tab.

Cell Measurement Protocol

The three test devices and the positive and negative control were transformed into competent Escherichia coli DH5Α cells using the provided transformation protocol from iGEM. The transformants were plated on LB with chloramphenicol and incubated at 37℃ overnight.

Next day, two colonies were picked from the plate with the negative control, whereas only one colony was picked from the plates with the test devices and the positive control. The colonies were inoculated in 5 mL Luria-Bertani (LB) medium with chloramphenicol. The cells were incubated at 37℃ and 150 rounds per minute (RPM) until the next day.

The initial OD600 of the overnight cultures was measured and important to the "Normalization tab" in the provided Excel sheet. The cultures were diluted to a target OD600 of 0.02 in 10 mL LB media with chloramphenicol in 50 mL falcon tubes. 100 µL samples of each solution was transferred to a 1.5 mL Eppendorf tube and placed on ice, while the rest of the solutions were incubated at 37℃ at 150 RPM. 100 µL samples of the each culture were taken and transferred to a 1.5 mL Eppendorf tube and placed on ice at 1, 2, 3, 4, 5, and 6 hours.

At the end, all samples were loaded into a Greiner Bio-One 96 well plate using the same layout as the one suggested by the iGEM plate reader protocol. OD600 and fluorescence were measured for each sample. The excitation filter was set to 395 nm and the emission filter to 509 nm when measuring the fluorescence. The data was imported into the "Cell measurement tab" in the provided Excel sheet and sent to measurement@igem.org

Results and Discussion

DESCRIPTION
Figure 1: This graph shows the change in absorbance at 600 nm of each cell culture

Figure 1 shows the OD600 measurements of each test device and the positive and negative control. The OD600 measurements follow exponential growth.

DESCRIPTION
Figure 2: This graph shows the change in fluorescence over a 6 hour incubation period.

Figure 2 shows which device contains the strongest promoter. Negative fluorescence values appears from the fluorescence measurements. We obtained higher fluorescence values in wells only containing media compared to the wells containing the test devices and the postive and negative control. Since the values are negative, it is hard to conclude anything from the results. However, the graph indicates that test device 2 contains the strongest promoter. The results from test device 3 has a lower fluorescence compared to the negative controls, which should not be the case.

DESCRIPTION
Figure 3: This graph shows the relation between fluorescence and optical density

The absolute fluorescence indicate the same results as indicated in Figure 2. It appears that test device 2 has the strongest promoter. However, the values are also negative in this plot and the experiment should be repeated. It is also observed that the absolute fluorescence for each construct decreases over time. This decrease may be due to cells not being able to handle the plasmid.

Conclusion

The InterLab study should be repeated since negative fluorescence values were obtained. However, our results indicate that test device 2 has the strongest promoter.

  • FIND US AT:
Facebook Twitter
  • DTU BIOBUILDERS
  • DENMARK
  • DTU - SØLTOFTS PLADS, BYGN. 221/002
  • 2800 KGS. LYNGBY

  • E-mail:
  • dtu-biobuilders-2016@googlegroups.com
  • MAIN SPONSORS:
Lundbeck fundation DTU blue dot Lundbeck fundation Lundbeck fundation