Difference between revisions of "Team:RDFZ-China/Safety"

(Prototype team page)
 
Line 2: Line 2:
 
<html>
 
<html>
  
 
+
<!--
 
<div class="column full_size">
 
<div class="column full_size">
  
Line 37: Line 37:
 
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
 
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
 
</div>
 
</div>
 +
-->
 +
 +
<head>
 +
    <meta http-equiv="X-UA-Compatible" content="chrome=1">
 +
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
    <meta charset="UTF-8">
 +
    <title>RDFZ-China</title>
 +
    <link href="https://fonts.googleapis.com/css?family=Gamja+Flower|Lemonada" rel="stylesheet">
 +
<style>
 +
.igem_2018_team_content,.igem_2018_team_content .igem_2018_team_column_wrapper{
 +
padding:0px;
 +
width:100%;
 +
margin-top:-7px;
 +
margin-left:0px;
 +
background-color: #F5F5F5;
 +
margin:auto;
 +
}
 +
 +
.igem_2018_team_menu.displaying_menu{
 +
display:none;
 +
}
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h3,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h4,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h5,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h6,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h1,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h2,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper p{
 +
margin-bottom: 0px;
 +
font-family: Arial, 'Gamja Flower', cursive;
 +
line-height:3.5;
 +
color:pink
 +
}
 +
 +
h1,h2,h3,p{
 +
font-family: Arial, 'Gamja Flower', cursive;
 +
color:pink;
 +
text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
 +
text-align: left
 +
}
 +
 +
p{
 +
font-size: 125%;
 +
}
 +
 +
header .site-logo {
 +
float: left;
 +
left: 10px;
 +
width: 35%;
 +
position: absolute;
 +
top: 5px;
 +
}
 +
header .site-logo img {
 +
width:30%
 +
}
 +
 +
/*CSS for Navibar*/
 +
header .site-nav { float: right; position: relative; width: 80%; }
 +
header .site-nav img { width: 100%;margin:0 0 30px 0; }
 +
header .site-nav ul { position: absolute; top: 0; left: 0; margin: 0; padding: 0; width: 100%; height: 100%; list-style: none; font-family: 'Gamja Flower';font-size:18px;}
 +
header .site-nav ul li { position: absolute; transform: translate(-50%,-50%); }
 +
header .site-nav ul li.home {    top: 40px; left: 0%; }
 +
header .site-nav ul li.project { top: 40px; left: 8%; }
 +
header .site-nav ul li.experiment {  top: 40px; left: 20%; }
 +
header .site-nav ul li.model {  top: 40px; left: 31%; }
 +
header .site-nav ul li.humanPractice {  top: 40px; left: 41%; }
 +
header .site-nav ul li.demonstrate {  top: 40px; left: 55%; }
 +
header .site-nav ul li.safety {  top: 40px; left: 67%; }
 +
header .site-nav ul li.attribution {  top: 40px; left: 79%; }
 +
header .site-nav ul li.team {  top: 40px; left: 90%; }
 +
header .site-nav ul li:hover ul { display: block; background-color: aliceblue; padding: 2px;}
 +
header .site-nav ul li a { display: block; font-size: .95em; padding-bottom: .1em; text-decoration: none; letter-spacing: .15em; text-transform: uppercase; color: black; -webkit-transition: color .3s; transition: color .3s; z-index:20;}
 +
header .site-nav ul li a:hover { border-bottom: 1px solid red; background-color: #FEFEFE; color: #C4C4C4; cursor: pointer; }
 +
header .site-nav ul li ul { top: auto; left: 0; display: none; width: auto; height: auto; background-color: aliceblue; padding: 2px;}
 +
header .site-nav ul li ul li { position: static; transform: none; }
 +
 +
 +
.title { position: relative; z-index: 1;text-align: center;margin:0 100px 0 100px; }
 +
.title-content{background-position: center;text-align: center;text-align: center;font-family: Arial, 'Gamja Flower', "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetical, "sans-serif"}
 +
.description{margin:60px ;font-size:25px;}
 +
.flowchart{
 +
text-align: center;
 +
margin:100px;
 +
}
 +
.line{ 
 +
height: 30px;
 +
    border-style: solid;
 +
    border-color: black;
 +
    border-width: 1px 0 0 0;
 +
    border-radius: 20px;
 +
background-color: inherit;
 +
}
 +
.line:before{   
 +
display: block;
 +
    content: "";
 +
    height: 30px;
 +
    margin-top: -31px;
 +
    border-style: solid;
 +
    border-color: black;
 +
    border-width: 0 0 1px 0;
 +
    border-radius: 20px;
 +
}
 +
 +
/* Slideshow container */
 +
.slideshow-container {
 +
  position: fixed;
 +
  max-width: 1000px;
 +
  max-height: 1200px;
 +
  position: relative;
 +
  margin: auto;
 +
  overflow: hidden;
 +
}
 +
 +
.mySlides {
 +
    display: none;
 +
}
 +
 +
/* Next & previous buttons */
 +
.prev, .next {
 +
  cursor: pointer;
 +
  position: absolute;
 +
  top: 50%;
 +
  width: auto;
 +
  margin-top: -22px;
 +
  padding: 16px;
 +
  color: white;
 +
  font-weight: bold;
 +
  font-size: 18px;
 +
  transition: 0.6s ease;
 +
  border-radius: 0 3px 3px 0;
 +
}
 +
 +
/* Position the "next button" to the right */
 +
.next {
 +
  right: 0;
 +
  border-radius: 3px 0 0 3px;
 +
}
 +
/* Position the "previous button" to the left*/
 +
.prev{
 +
left:0 ;
 +
    border-radius: 3px 0 0 3px;
 +
}
 +
/* On hover, add a black background color with a little bit see-through */
 +
.prev:hover, .next:hover {
 +
  background-color: rgba(0,0,0,0.8);
 +
}
 +
 +
/* Caption text */
 +
.text {
 +
  color: #f2f2f2;
 +
  font-size: 15px;
 +
  padding: 8px 12px;
 +
  position: absolute;
 +
  bottom: 8px;
 +
  width: 100%;
 +
}
 +
 +
/* Number text (1/3 etc) */
 +
.numbertext {
 +
  color: #f2f2f2;
 +
  font-size: 12px;
 +
  padding: 8px 12px;
 +
  position: absolute;
 +
  top: 0;
 +
}
 +
 +
/* The dots/bullets/indicators */
 +
.dot {
 +
  cursor:pointer;
 +
  height: 15px;
 +
  width: 15px;
 +
  margin: 0 2px;
 +
  background-color: #bbb;
 +
  border-radius: 50%;
 +
  display: inline-block;
 +
  transition: background-color 0.6s ease;
 +
}
 +
 +
.active, .dot:hover {
 +
  background-color: #007171;
 +
}
 +
/* Fading animation */
 +
.fade {
 +
  -webkit-animation-name: fade;
 +
  -webkit-animation-duration: 1.5s;
 +
  animation-name: fade;
 +
  animation-duration: 1.5s;
 +
}
 +
 +
@-webkit-keyframes fade {
 +
  from {opacity: .4}
 +
  to {opacity: 1}
 +
}
 +
 +
@keyframes fade {
 +
  from {opacity: .4}
 +
  to {opacity: 1}
 +
}
 +
 +
/*Footer*/
 +
.footerimage{
 +
width: 20%;
 +
margin:0 auto;
 +
text-align: center;
 +
}
 +
 +
.footerimage1{
 +
width:20%;
 +
 +
}
 +
.footerimage2{
 +
width:30%;
 +
margin:80px 100px 0 165px;
 +
}
 +
.footerimage3{
 +
width:20%;
 +
margin: 0 0 0 35px
 +
}
 +
.inlabdiv {
 +
margin-bottom: 2%;
 +
margin-left: 2%;
 +
}
 +
.interlab{
 +
        position: relative;
 +
        top: 0px;
 +
        margin-left: 0%;
 +
        margin-right: 0%;
 +
        text-align: left;
 +
}
 +
header {
 +
position: absolute;
 +
left: 0px;
 +
top: 0px;
 +
width: 100%;
 +
margin-top: 0;
 +
height: 100px;
 +
background-color: aliceblue;
 +
right: 0px;
 +
        z-index:1000;
 +
}
 +
 +
#topicimg{
 +
        width:100%;
 +
        margin: auto;
 +
position: relative;
 +
        z-index:1;
 +
}
 +
 +
#footer ul{list-style: none;}
 +
#footer li{display: block; margin: 0 1.2em;}
 +
#footer img{float:left;}
 +
#footer {
 +
position: relative;
 +
top: 1000px;
 +
}
 +
 +
main {
 +
        width:100%;
 +
        margin:auto;
 +
padding: 0px;
 +
margin: 0px;
 +
position: relative;
 +
height: auto;
 +
}
 +
 +
</style>
 +
</head>
 +
<body>
 +
 +
    <header>
 +
        <div class="site-logo">
 +
            <img src="https://static.igem.org/mediawiki/2017/5/57/RDFZ_logo.png">
 +
        </div>
 +
 +
        <nav class="site-nav">
 +
           
 +
            <ul>
 +
                <li class="home">
 +
                    <a href="https://2018.igem.org/Team:RDFZ-China">HOME</a>
 +
                   
 +
                </li>
 +
               
 +
                <li class="project">
 +
                    <a href="https://2017.igem.org/Team:RDFZ-China/Description">PROJECT </a>
 +
                    <ul>
 +
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Description">BACKGROUND</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Description">PROJECT</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Improve">IMPROVE</a></li>
 +
                    </ul>
 +
                </li>
 +
               
 +
                <li class="experiment">
 +
                    <a href="https://2017.igem.org/Team:RDFZ-China/Applied_Design">EXPERIMENT</a>
 +
                    <ul>
 +
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Experiments">EXPERIMENT</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/InterLab">INTERLAB</a></li>
 +
                    </ul>
 +
                </li>
 +
               
 +
                <li class="model">
 +
                    <a href="https://2018.igem.org/Team:RDFZ-China/Model">MODEL</a>
 +
                <ul>
 +
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Model">MODEL</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Measurement">MEASUREMENT</a></li>
 +
                    </ul>
 +
                </li>
 +
               
 +
                <li class="humanPractice">
 +
                    <a href="https://2018.igem.org/Team:RDFZ-China/Human_Practices">HUMAN<br>PRACTICE</a>
 +
                    <ul>
 +
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Human_Practices">HUMAN PRACTICE</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Public_Engagement">ENGAGEMENT</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Public_Engagement">GOLD INTEGRATED</a></li>
 +
                    </ul>
 +
                </li>
 +
               
 +
                <li class="demonstrate"><a href=" https://2018.igem.org/Team:RDFZ-China/Demonstrate">DEMONSTRATE</a>
 +
                <ul>
 +
                <li><a href=" https://2018.igem.org/Team:RDFZ-China/Demonstrate">DEMONSTRATE</a></li>
 +
                <li><a href="https://2018.igem.org/Team:RDFZ-China/Applied_Design">APPLIED DESIGN</a></li>
 +
                </ul>
 +
                </li>
 +
               
 +
                <li class="safety"><a href="https://2018.igem.org/Team:RDFZ-China/Safety">SAFETY</a>
 +
                </li>
 +
               
 +
                <li class="attribution"><a href="https://2018.igem.org/Team:RDFZ-China/Attributions">Attribution</a>
 +
                <ul>
 +
                <li><a href="https://2018.igem.org/Team:RDFZ-China/Attributions">ATTRIBUTION</a></li>
 +
                <li><a href="https://2018.igem.org/Team:RDFZ-China/Collaborations">COLLABORATION</a></li>
 +
                </ul>
 +
                </li>
 +
               
 +
                <li class="team"><a href="https://2017.igem.org/Team:RDFZ-China/Model">TEAM</a>
 +
                <ul>
 +
                <li><a href="https://2018.igem.org/Team:RDFZ-China/Team">MEMBERS</a></li>
 +
                <li><a href="https://2018.igem.org/Team:RDFZ-China/Team">SCHOOLS</a></li>
 +
                </ul>
 +
                </li>
 +
       
 +
            </ul>
 +
        </nav>
 +
    </header>
 +
 +
        <div id="topicimg">
 +
<img src = "https://static.igem.org/mediawiki/2018/8/8e/T--RDFZ-China--InterLab2.jpg" alt = "Spread plates" width="100%">
 +
</div>
 +
<!--<main>
 +
 +
<section class = "interlab">
 +
      <h1 style = "text-align: center">InterLab</h1>
 +
 +
      <hr class="line">
 +
 +
<div>
 +
<h1>Introduction: What is InterLab</h1>
 +
<p>Reliable and repeatable measurement is key to synthetic biology. It is essential for a standard protocol to be established so that the same measurements can be repeated in different labs. This year's interlab study is aimed to reduce the variability of cell count measurements by replacing OD600 measurement which varies between labs with directly counting of colony forming units (CFU) to determine the number of cells in each sample. Then the mean GFP expression level by each cell can be determined by dividing the already standardized GFP expression level of the sample by the number of cells in that sample.
 +
<br>
 +
<br>
 +
This is the 5th year of InterLab and we have the following question:
 +
<br>
 +
<b>
 +
<font color = "orange" size = "5" face = "serif">
 +
Can we reduce lab-to-lab variability in fluorescence measurements by normalizing to absolute cell count or colony-forming units (CFUs) instead of OD?
 +
</font>
 +
</b>
 +
</p>
 +
 +
</div>
 +
 +
<div>
 +
<h1>Materials</h1>
 +
<p>DNA/Plasmids</p>
 +
<ol>
 +
<li>Negative Control: BBa_R0040</li>
 +
<li>Positive Control: BBa_I20270</li>
 +
<li>Test Device 1: BBa_J364000</li>
 +
<li>Test Device 2: BBa_J364001</li>
 +
<li>Test Device 3: BBa_J364002</li>
 +
<li>Test Device 4: BBa_J364007</li>
 +
<li>Test Device 5: BBa_J364008</li>
 +
<li>Test Device 6: BBa_J364009</li>
 +
</ol>
 +
<p>Apparatus</p >
 +
<ul>
 +
<li>96 well plates (provided by Peking University)</li>
 +
<li>Plate reader</li>
 +
<li>Foil covered 50 ml tube</li>
 +
<li>Eppendorf tubes</li>
 +
<li>Pipettes</li>
 +
</ul>
 +
<p>Materials</p>
 +
<ul>
 +
<li>LUDOX CL-X</li>
 +
<li>Silica beads</li>
 +
<li>Fluorescein</li>
 +
<li>Phosphate buffered saline</li>
 +
<li>LB media</li>
 +
<li>Chloramphenicol</li>
 +
<li>LB plates</li>
 +
<li>distilled water</li>
 +
</ul>
 +
</div>
 +
 +
<div>
 +
<h1>Protocols</h1>
 +
<div>
 +
<p> We followed the protocol provided by iGEM HQ so that inter-laboratory errors can be reduced. Protocols we used can be found here:</p>
 +
<a href = "https://static.igem.org/mediawiki/2018/0/09/2018_InterLab_Plate_Reader_Protocol.pdf"> 2018 InterLab Plate Reader Protocol</a><br>
 +
<a href = "http://parts.igem.org/Help:Protocols/Transformation">Help: Protocols/Transformation</a>
 +
</div>
 +
<div>
 +
<p>During the first day, we resuspended DNA from distribution kit <em>(Kit Open Day!)</em> and transformed the plasmids into <i>Escherichia coli</i> DH5<i>α</i> competent cells.</p>
 +
<img src = "https://static.igem.org/mediawiki/2018/6/6b/T--RDFZ-China--InterLab1.jpeg" alt = "Open Distribution Kit" style = "width: 30%">
 +
</div>
 +
<div>
 +
<p>For the second day, firstly we picked single colonies from transformation plates and prepared overnight cultures; we also finished particle and fluorescence calibration.</p>
 +
<img src = "https://static.igem.org/mediawiki/2018/6/6f/T--RDFZ-China--InterLab5.jpeg" alt = "Add silica beads to 96 well plate" style = "width: 30%">
 +
</div>
 +
<div>
 +
<p>The third day was fairly occupied.</p>
 +
<ol>
 +
<li>Overnight cultures were collected for assays. Essentially, each culture was diluted into same starting Abs readings and incubated for 6 hours. Samples were taken at the starting time and after 6 hours. Abs and fluorescence readings were measured for each sample and then imported into excel file.</li>
 +
<li>While we were waiting for incubation, we diluted the starting sample culture for Colony Forming Units protocols and spread 36 LB plates.</li>
 +
<li>We nearly forgot to calibrate OD reference points at the end of the day!</li>
 +
</ol>
 +
<img src = "https://static.igem.org/mediawiki/2018/8/8e/T--RDFZ-China--InterLab2.jpg" alt = "Spread plates" width = "30%">
 +
<img src = "https://static.igem.org/mediawiki/2018/d/d0/T--RDFZ-China--InterLab3.jpeg" alt = "Add cultures to 96 well plate" width = "30%">
 +
<img src = "https://static.igem.org/mediawiki/2018/8/83/T--RDFZ-China--InterLab4.jpeg" alt = "With the PLATE READER!" width = "30%">
 +
</div>
 +
<div>
 +
<p>At last, we counted the colonies <em>(colony forming units)</em> in those 36 plates. It was just an exhausting process!</p>
 +
</div>
 +
</div>
 +
 +
<div>
 +
<h1>Results</h1>
 +
<p><i>The results are shown in the tables and figures.</i></p>
 +
<h2>Calibrations</h2>
 +
<div class="inlabdiv">
 +
<p>OD<sub>600</sub> reference point:</p>
 +
<img src = "https://static.igem.org/mediawiki/2018/0/0a/T--RDFZ-China--OD600_Reference_Point.png" alt = "OD600 Reference Point" style = "width: 30%"><br>
 +
<font size = "1">Table 1. OD600 Reference Point.</font>
 +
</div>
 +
 +
<div class="inlabdiv">
 +
                                <p>Particle Standard Curve</p>
 +
<img src = "https://static.igem.org/mediawiki/2018/7/76/T--RDFZ-China--Fluorescein_Standard_Curve.png" alt = "Fluorescein Standard Curve" style = "width: 50%"><br>
 +
<font size = "1">Figure 1. Particle Standard Curve.</font>
 +
</div>
 +
<div class="inlabdiv">
 +
                                <p>Fluorescein Standard Curve</p>
 +
<img src = "https://static.igem.org/mediawiki/2018/b/b9/T--RDFZ-China--Particle_Standard_Curve.png" alt = "Particle Standard Curve" style = "width: 50%"><br>
 +
<font size = "1">Figure 2. Fluorescein Standard Curve.</font>
 +
</div>
 +
<h2>Raw Plate Reader Measurements</h2>
 +
<div class="inlabdiv">
 +
<p><b>Fluorescence Raw</b></p>
 +
<img src = "https://static.igem.org/mediawiki/2018/7/74/T--RDFZ-China--Fluorescence_Raw_0_hour.png" alt = "Fluorescence at 0h" style = "width: 50%"><br>
 +
<font size = "1">Table 2. Raw Plate Reader Measurements of Fluorescence Raw at 0 hour.</font>
 +
</div>
 +
<div class = "inlabdiv">
 +
<img src = "https://static.igem.org/mediawiki/2018/0/0c/T--RDFZ-China--Fluorescence_Raw_6_hours.png" alt = "Fluorescence at 6h" style = "width: 50%"><br>
 +
<font size = "1">Table 3. Raw Plate Reader Measurements of Fluorescence Raw at 6 hours.</font>
 +
</div>
 +
<div class = "inlabdiv">
 +
<p><b>Abs<sub>600</sub> Raw</b></p>
 +
<img src = "https://static.igem.org/mediawiki/2018/c/ce/T--RDFZ-China--Abs600_Raw_0_hour.png" alt = "Abs600 at 0h" style = "width: 50%"><br>
 +
<font size = "1">Table 4. Raw Plate Reader Measurements of Abs600 Raw at 0 hour.</font>
 +
</div>
 +
<div class = "inlabdiv">
 +
<img src = "https://static.igem.org/mediawiki/2018/8/89/T--RDFZ-China--Abs600_Raw_6_hours.png" alt = "Abs600 at 6h" style = "width: 50%"><br>
 +
<font size = "1">Table 5. Raw Plate Reader Measurements of Abs600 Raw at 6 hours.</font>
 +
</div>
 +
<div class = "inlabdiv">
 +
                                <p><b>CFU counts</b></p>
 +
<table style = "width: 70%; height: 200px;">
 +
<tr>
 +
<th>Device</th>
 +
<th>Dilution Factor</th>
 +
<th>CFU Replicate 1</th>
 +
<th>CFU Replicate 2</th>
 +
<th>CFU Replicate 3</th>
 +
</tr>
 +
<tr>
 +
<td rowspan="3">Positive Control 1</td>
 +
<td>8*10<sup>4</sup></td>
 +
<td>69</td>
 +
<td>22</td>
 +
<td>191</td>
 +
</tr>
 +
<tr>
 +
<td>8*10<sup>5</sup></td>
 +
<td>5</td>
 +
<td>2</td>
 +
<td>5</td>
 +
</tr>
 +
<tr>
 +
<td>8*10<sup>6</sup></td>
 +
<td>1</td>
 +
<td>0</td>
 +
<td>0</td>
 +
</tr>
 +
<tr>
 +
<td rowspan="3">Positive Control 2</td>
 +
<td>8*10<sup>4</sup></td>
 +
<td>1</td>
 +
<td>15</td>
 +
<td>65</td>
 +
</tr>
 +
<tr>
 +
<td>8*10<sup>5</sup></td>
 +
<td>1</td>
 +
<td>1</td>
 +
<td>5</td>
 +
</tr>
 +
<tr>
 +
<td>8*10<sup>6</sup></td>
 +
<td>0</td>
 +
<td>0</td>
 +
<td>1</td>
 +
</tr>
 +
<tr>
 +
<td rowspan="3">Negative Control 1</td>
 +
<td>8*10<sup>4</sup></td>
 +
<td>98</td>
 +
<td>164</td>
 +
<td>85</td>
 +
</tr>
 +
<tr>
 +
<td>8*10<sup>5</sup></td>
 +
<td>85</td>
 +
<td>29</td>
 +
<td>48</td>
 +
</tr>
 +
<tr>
 +
<td>8*10<sup>6</sup></td>
 +
<td>19</td>
 +
<td>63</td>
 +
<td>23</td>
 +
</tr>
 +
<tr>
 +
<td rowspan="3">Negative Control 2</td>
 +
<td>8*10<sup>4</sup></td>
 +
<td>190</td>
 +
<td>226</td>
 +
<td>274</td>
 +
</tr>
 +
<tr>
 +
<td>8*10<sup>5</sup></td>
 +
<td>52</td>
 +
<td>54</td>
 +
<td>49</td>
 +
</tr>
 +
<tr>
 +
<td>8*10<sup>6</sup></td>
 +
<td>78</td>
 +
<td>20</td>
 +
<td>24</td>
 +
</tr>
 +
</table>
 +
<font size = "2">Table 6. Colony Forming Unit Counts.</font>
 +
      </div>
 +
</div>
 +
 +
<div>
 +
<h1>Evaluation</h1>
 +
<p>The control LB measures in Table 4 and Table 5 are a little different, since we changed the LB control after dilution: two different bottle of LB with Chl were measured. The CFU counts in same dilution factor show great variation <b>(Table 6)</b>. High variation may result from the difference of experimenters' spreading methods or fluctuations in the starting sample <em>(starting samples were diluted to OD<sub>600</sub>=0.1 approxiamately)</em>.</p>
 +
</div>
 +
 +
<div>
 +
<h1>Our Thoughts</h1>
 +
<p><em>Yishen Shen:</em><br>Although it's not my first time to participate in an experiment, I still learned a lot from the InterLab.  With so many steps in protocols out there, it can be overwhelming to get started right away. I learned that I should copy down all protocols down on notebook beforehand; it's much easier to follow a protocol that I have written and analyzed by myself.  Also, it's handy to obtain all the necessary reagents in advance and make sure they are all in good conditions. I used to run out for reagent in the middle of an experiment and that makes it hectic and messy. Furthermore, I get to know that preparing a timeline is the key. Dividing a day into various blocks keeps me busy and efficient. The three-day experience in InterLab teaches me a lot, though it's mostly repetitive, I got to acquire new knowledge every day and that makes it memorable.</p>
 +
<p><em>Jianxiang Zhang:</em><br>We feel like that the protocol can sometimes be ambiguous. For instance, the protocol says to "check the OD<sub>600</sub> and make sure it is 0.1 (minus the blank measurement)", it is kind of confusing about how to interpret the content inside the parentheses. Overall, the InterLab study is helpful for providing new measuring methods to our later part characterization study.</p>
 +
</div>
 +
 +
<div>
 +
<h1>Acknowledgements</h1>
 +
<p><em>Thanks to Molecular Biology Laboratory in Tsinghua University, we could follow the protocols without issues regarding apparatus and reagents. Also, we'd like to appreciate our advisor and anyone who helped us in Tsinghua and Peking University for providing suggestions and guidance during InterLab studies.</em></p>
 +
</div>
 +
</section>
 +
</main>
 +
  
 +
<footer id="footer">
 +
<div>
 +
<ul>
 +
<li><img src="https://static.igem.org/mediawiki/2018/0/00/T--RDFZ-China--footer1.png"  class="footerimage1"/></li>
 +
<li><img src="https://static.igem.org/mediawiki/2018/d/d8/T--RDFZ-China--footer2.png"  class="footerimage2"/></li>
 +
<li><img src="https://static.igem.org/mediawiki/2018/5/52/T--RDFZ-China--footer3.jpeg" class="footerimage3"/></li>
 +
  </ul>
 +
</div>
 +
</footer>-->
 +
 +
 +
</body>
  
 
</html>
 
</html>

Revision as of 10:49, 13 October 2018

RDFZ-China
Spread plates