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

 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{RDFZ-China}}
 
{{RDFZ-China}}
 +
 
<html>
 
<html>
 +
<style>
 +
    body {
 +
        width: 100%;
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
    }
  
<!--
+
    #body {
<div class="column full_size">
+
        width: 1263px;
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
        background-color: aliceblue;
 +
    }
  
<h1> Safety </h1>
+
    #comic p {
<p>Please visit the <a href="https://2018.igem.org/Safety">Safety Hub</a> to find this year's safety requirements & deadlines, and to learn about safe & responsible research in iGEM.</p>
+
        background-color:aliceblue;
 +
        text-align: center;
 +
    }
  
<p>On this page of your wiki, you should write about how you are addressing any safety issues in your project. The wiki is a place where you can <strong>go beyond the questions on the safety forms</strong>, and write about whatever safety topics are most interesting in your project. (You do not need to copy your safety forms onto this wiki page.)</p>
+
    #comic img {
 +
        margin-top: 50px;
 +
        width: 1263px;
 +
        height: 620px;
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
    }
  
</div>
+
    /*just to eliminate any margin */
 +
    #basic_description {
 +
        margin: 0 0 0 0;
 +
    }
  
 +
        /*also eliminate any margin*/
 +
        #basic_description p {
 +
            margin: 0px;
 +
        }
  
<div class="column two_thirds_size">
+
    /*put footer in the center!*/
<h3>Safe Project Design</h3>
+
    #_footer p {
 +
        text-align: center;
 +
    }
  
<p>Does your project include any safety features? Have you made certain decisions about the design to reduce risks? Write about them here! For example:</p>
+
    .description {
 +
        width: 1000px;
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
        font-family: Avenir;
 +
        font-size: large;
 +
        padding-bottom: 30px;
 +
    }
  
<ul>
+
    .description li, .description p {
<li>Choosing a non-pathogenic chassis</li>
+
        color: #404040;
<li>Choosing parts that will not harm humans / animals / plants</li>
+
    }
<li>Substituting safer materials for dangerous materials in a proof-of-concept experiment</li>
+
<li>Including an "induced lethality" or "kill-switch" device</li>
+
</ul>
+
  
</div>
+
    .description h3 {
 +
        font-family:'Avenir';
 +
        font-size:23px;
 +
    }
  
<div class="column third_size">
+
    .description p {
<h3>Safe Lab Work</h3>
+
        text-indent: 25px !important;
 +
        font-family: Avenir !important;
 +
        font-size: 23px !important;
 +
    }
  
<p>What safety procedures do you use every day in the lab? Did you perform any unusual experiments, or face any unusual safety issues? Write about them here!</p>
+
    .description #ref li {
 +
        font-style: italic;
 +
        font-size: x-small;
 +
        color: black;
 +
    }
  
 +
    .description table {
 +
        margin-top: 20px;
 +
        margin-left: 20px;
 +
        margin-right: 20px;
 +
        border: thin solid black;
 +
        caption-side: top;
 +
        border-spacing: 0px;
 +
    }
  
<h3>Safe Shipment</h3>
+
    .description td, .description th {
 +
        border: thin dotted gray;
 +
        padding: 5px;
 +
        background-color: aliceblue;
 +
        font-weight: 200;
 +
        line-height: 22px;
 +
    }
  
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
 
</div>
 
-->
 
  
<head>
+
     .description #pricetable table {
     <meta http-equiv="X-UA-Compatible" content="chrome=1">
+
        text-align: center;
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
+
        margin-left: 200px;
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
        width: 600px;
    <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{
+
    .basic_description .description #price th {
display:none;
+
        padding: 10px;
}
+
    }
.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{
+
    .description #price caption {
font-family: Arial, 'Gamja Flower', cursive;
+
        padding-top: 8px;
color:pink;
+
    }
text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);  
+
text-align: left
+
}
+
  
p{
+
    .insert {
font-size: 125%;
+
        text-align: center;
}
+
        background-color: aliceblue;
 +
    }
  
header .site-logo {  
+
        .insert p img {
float: left;  
+
            width: 1200px;
left: 10px;
+
            margin-left: -100px;
width: 35%;
+
        }
position: absolute;
+
top: 5px;
+
}
+
header .site-logo img {
+
width:30%
+
}
+
  
/*CSS for Navibar*/
+
    /* 左侧列表 */
header .site-nav { float: right; position: relative; width: 80%; }
+
    .paper-sidenav {
header .site-nav img { width: 100%;margin:0 0 30px 0; }
+
        position: fixed;
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;}
+
        left: 0.1em;
header .site-nav ul li { position: absolute; transform: translate(-50%,-50%); }
+
        top: 15em;
header .site-nav ul li.home {    top: 40px; left: 0%; }
+
        text-align: left;
header .site-nav ul li.project { top: 40px; left: 8%; }
+
        width: 20em;
header .site-nav ul li.experiment {  top: 40px; left: 20%; }
+
        font-family: Avenir;
header .site-nav ul li.model {  top: 40px; left: 31%; }
+
        background-color: rgba(8,8,8,0);
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; }
+
  
 +
    .paper-sidenav ul {
 +
        list-style-type: none;
 +
        list-style: none;
 +
        padding-inline-start: 1em;
 +
    }
  
.title { position: relative; z-index: 1;text-align: center;margin:0 100px 0 100px; }
+
    .paper-sidenav ul p {
.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"}
+
        color: black;
.description{margin:60px ;font-size:25px;}
+
        font-size: 1.6em !important;
.flowchart{
+
        font-weight: 500;
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 */
+
    .paper-sidenav ul a:link {
.slideshow-container {
+
        text-decoration: none;
  position: fixed;
+
        color: black;
  max-width: 1000px;
+
    }
  max-height: 1200px;
+
  position: relative;
+
  margin: auto;
+
  overflow: hidden;
+
}
+
  
.mySlides {
+
    .paper-sidenav ul a:visited {
    display: none;
+
        text-decoration: none;
}
+
        color: black;
 +
    }
  
/* Next & previous buttons */
+
    .paper-sidenav ul a:hover {
.prev, .next {
+
        text-decoration: none;
  cursor: pointer;
+
        color: blue;
  position: absolute;
+
        background-color: #f9f9f9;
  top: 50%;
+
        font-size: larger;
  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 */
+
    .paper-sidenav ul a:active {
.next {
+
         text-decoration: none;
  right: 0;
+
         color: black;
  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;
+
}
+
  
 +
    .description .topic-title {
 +
        padding-top: 50px;
 +
    }
 +
    .description img {
 +
        border-radius: 20px;
 +
    }
 
</style>
 
</style>
</head>
+
<body style="width:1263px; margin-left:auto;margin-right:auto;background-color:white">
<body>
+
    <div id="body">
+
        <!--default for floating navigation-->
    <header>
+
         <div id="comic">
         <div class="site-logo">
+
             <p>
             <img src="https://static.igem.org/mediawiki/2017/5/57/RDFZ_logo.png">
+
                <img src="https://static.igem.org/mediawiki/2018/5/59/T--RDFZ-China--SafetyCover.jpeg" alt="safetycomic" />
 +
            </p>
 
         </div>
 
         </div>
 +
        <div class="description">
  
        <nav class="site-nav">
+
            <div class="topic-title" id="section1">
           
+
                 <p>Our team is highly concerned of lab safety which is strictly regulated by the following rules:</p>
            <ul>
+
                 <ol>
                <li class="home">
+
                     <li>All students, before participating in lab activities, must receive safety training.</li>
                    <a href="https://2018.igem.org/Team:RDFZ-China">HOME</a>
+
                    <li>A teacher MUST be present when one or more than one students are in the lab.</li>
                   
+
                     <li>Food and water MUST not be brought into the lab.</li>
                 </li>
+
                    <li>Wear lab coat and gloves at all times when necessary.</li>
               
+
                     <li>Sign on the equipment usage record sheet before using any equipment.</li>
                <li class="project">
+
                     <li>Corrosive wastes must go to the corresponding bins. Do not throw solid wastes into the sink. Biological wastes containing microorganism must be autoclaved.</li>
                    <a href="https://2017.igem.org/Team:RDFZ-China/Description">PROJECT </a>
+
                    <li>Do not bring any reagents, disposables, or other equipments outside the lab.</li>
                    <ul>
+
                     <li>Wash hands after each lab session.</li>
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Description">BACKGROUND</a></li>
+
                 </ol>
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Description">PROJECT</a></li>
+
            </div>
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Improve">IMPROVE</a></li>
+
            <div class="topic-title" id="session2">
                    </ul>
+
                 <p>Besides, our labs have safety signs, posters as reminders to team members who participates lab activities.</p>
                 </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/9/90/T--RDFZ-China--safety1.1.png" alt="signs" style="display: inline-block; vertical-align:middle; width: 35%">
<img src = "https://static.igem.org/mediawiki/2018/8/8e/T--RDFZ-China--InterLab2.jpg" alt = "Spread plates" width="100%">
+
                <p style="display: inline-block; width: 64%">We have signs which remind team members to remove their gloves before leaving the lab.</p>
</div>
+
<!--<main>
+
  
<section class = "interlab">
+
                <p></p>   
      <h1 style = "text-align: center">InterLab</h1>
+
                <img src="https://static.igem.org/mediawiki/2018/c/c7/T--RDFZ-China--safety2.1.png" alt="rules" style="display: inline-block; vertical-align:middle; width: 35%">
 +
                <p style="display: inline-block; width: 64%">Our lab in Tsinghua University has stricter rules concerning emergency evacuation, lab safety coordination, and biosafety levels. ⬅️↙️⬇️</p>
 +
                <p></p>
 +
                <img src="https://static.igem.org/mediawiki/2018/0/07/T--RDFZ-China--safety4.1.png" style="display: inline-block; width: 35%">
 +
                <img src="https://static.igem.org/mediawiki/2018/2/21/T--RDFZ-China--safety3.1.png" style="display: inline-block; width: 64%">
 +
            </div>
 +
        </div>
  
      <hr class="line">
+
    </div>
 
+
<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>
 
</body>
 
 
</html>
 
</html>
 +
{{RDFZ-China/footer}}

Latest revision as of 03:14, 18 October 2018

safetycomic

Our team is highly concerned of lab safety which is strictly regulated by the following rules:

  1. All students, before participating in lab activities, must receive safety training.
  2. A teacher MUST be present when one or more than one students are in the lab.
  3. Food and water MUST not be brought into the lab.
  4. Wear lab coat and gloves at all times when necessary.
  5. Sign on the equipment usage record sheet before using any equipment.
  6. Corrosive wastes must go to the corresponding bins. Do not throw solid wastes into the sink. Biological wastes containing microorganism must be autoclaved.
  7. Do not bring any reagents, disposables, or other equipments outside the lab.
  8. Wash hands after each lab session.

Besides, our labs have safety signs, posters as reminders to team members who participates lab activities.

signs

We have signs which remind team members to remove their gloves before leaving the lab.

rules

Our lab in Tsinghua University has stricter rules concerning emergency evacuation, lab safety coordination, and biosafety levels. ⬅️↙️⬇️

footer