Difference between revisions of "Team:Tongji China/Safety"

(Prototype team page)
 
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Tongji_China}}
+
<!-- This document, originally from getmdl.io, was modified -->
<html>
+
  
 +
<!--
 +
  Material Design Lite
 +
  Copyright 2015 Google Inc. All rights reserved.
  
<div class="column full_size">
+
  Licensed under the Apache License, Version 2.0 (the "License");
 +
  you may not use this file except in compliance with the License.
 +
  You may obtain a copy of the License at
  
<h1> Safety </h1>
+
      https://www.apache.org/licenses/LICENSE-2.0
<p>Please visit <a href="https://2017.igem.org/Safety">the main Safety page</a> to find this year's safety requirements & deadlines, and to learn about safe & responsible research in iGEM.</p>
+
  
<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>
+
  Unless required by applicable law or agreed to in writing, software
 +
  distributed under the License is distributed on an "AS IS" BASIS,
 +
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 +
  See the License for the specific language governing permissions and
 +
  limitations under the License
 +
-->
 +
{{Tongji_China/Header}}
 +
<html lang="en">
 +
  <head>
 +
    <meta charset="utf-8">
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
    <meta name="description" content="2017 Tongji iGEM team wiki">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
 +
    <title>Tongji iGEM - Safety</title>
  
</div>
+
    <script src="https://2017.igem.org/Template:Tongji_China/Javascript?action=raw&ctype=text/javascript"></script>
  
 +
    <!-- Page styles -->
 +
    <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Tongji_China/CSS?action=raw&ctype=text/css">
 +
    <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Tongji_China/CSS_2?action=raw&ctype=text/css">
 +
    <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Tongji_China/CSS_3?action=raw&ctype=text/css">
  
<div class="column full_size">
+
    <style>
<h5>Safe Project Design</h5>
+
    #view-source {
 +
      position: fixed;
 +
      display: block;
 +
      right: 0;
 +
      bottom: 0;
 +
      margin-right: 40px;
 +
      margin-bottom: 40px;
 +
      z-index: 900;
 +
    }
  
<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>
+
    .demo-card-wide.mdl-card {
 +
      margin: auto;
 +
      margin-top: 20px;
 +
      align-items: center;
 +
      width: 70%;
 +
      border-radius:6px
 +
    }
 +
    .demo-card-wide > .mdl-card__title {
 +
      color: #757575;
 +
      align-self: center;
 +
      /*height: 176px;*/
 +
    }
 +
    .demo-card-wide > .mdl-card__menu {
 +
      color: #757575;
 +
    }
  
<ul>
+
    .mdl-card__title-text {
<li>Choosing a non-pathogenic chassis</li>
+
      padding-top: 20px;
<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>
+
    .mdl-card__supporting-text {
 +
      line-height: 130%;
 +
    }
  
<div class="column half_size">
+
    /*@-webkit-keyframes blinker {
<h5>Safe Lab Work</h5>
+
      from { opacity: 1.0; }
 +
      to { opacity: 0.0; }
 +
    }*/
  
<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>
+
    .android-header .material-icons {
 +
      color: #388E3C !important;
 +
      /*-webkit-animation-name: blinker;
 +
      -webkit-animation-iteration-count: 5;
 +
      -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
 +
      -webkit-animation-duration: 1.5s;*/
 +
    }
  
</div>
+
    .imagelayout{
 +
      width: 60%;
 +
    }
  
<div class="column half_size">
+
    .chartopacity {
<h5>Safe Shipment</h5>
+
      opacity: 0.8;
 +
    }
  
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
+
    @media only screen and (max-device-width: 1200px) {
</div>
+
      .demo-card-wide.mdl-card {
 +
        width: 80%;
 +
        max-width: 1500px
 +
      }
 +
  }
  
 +
    @media only screen and (max-device-width: 900px) {
 +
      .demo-card-wide.mdl-card {
 +
        width: 90%;
 +
      }
 +
      .imagelayout {
 +
        width: 80%;
 +
      }
 +
  }
  
 +
    @media only screen and (max-device-width: 600px) {
 +
      .demo-card-wide.mdl-card {
 +
        width: 95%;
 +
      }
 +
 +
      .imagelayout {
 +
        width: 100%;
 +
      }
 +
  }
 +
    </style>
 +
 +
    <script type="text/javascript">
 +
    // Try to remove weird iGEM side menu and resize the remaining things
 +
    function closeMenuDiv(){
 +
      document.getElementById("sideMenu").style.display = "none";
 +
      bars_box_active = false;
 +
      document.getElementById('content').setAttribute("style","display:block;width:100%");
 +
      document.getElementById('content').style.width='100%';
 +
    }
 +
    window.setTimeout(closeMenuDiv,50);
 +
    window.setTimeout(closeMenuDiv,100);
 +
    window.setTimeout(closeMenuDiv,500);
 +
    window.setTimeout(closeMenuDiv,1000);
 +
    window.setTimeout(closeMenuDiv,5000);
 +
    window.setTimeout(closeMenuDiv,10000);
 +
    </script>
 +
 +
  </head>
 +
  <body>
 +
    <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header" class="main view" style="background:#f9f9f9">
 +
      <!-- Header -->
 +
      <div class="android-header mdl-layout__header mdl-layout__header--waterfall">
 +
        <div class="mdl-layout__header-row">
 +
          <span class="android-title mdl-layout-title">
 +
            <div class="logo-font">Tongji iGEM</div>
 +
          </span>
 +
          <!-- Add spacer, to align navigation to the right in desktop -->
 +
          <div class="android-header-spacer mdl-layout-spacer"></div>
 +
          <!-- Navigation -->
 +
          <div class="android-navigation-container">
 +
            <nav class="android-navigation mdl-navigation">
 +
              <!-- Links in the top right -->
 +
              <a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://2017.igem.org/Team:Tongji_China">Home</a>
 +
              <a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://2017.igem.org/Team:Tongji_China/Description">Project</a>
 +
              <a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://2017.igem.org/Team:Tongji_China/Team">Team</a>
 +
              <a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://2017.igem.org/Team:Tongji_China/Results">Results</a>
 +
            </nav>
 +
          </div>
 +
          <span class="android-mobile-title mdl-layout-title">
 +
            <div class="logo-font">TongJi iGEM</div>
 +
          </span>
 +
        </div>
 +
      </div>
 +
      <!-- Drawer -->
 +
      <div class="android-drawer mdl-layout__drawer">
 +
        <nav class="mdl-navigation">
 +
          <!-- <span class="mdl-navigation__link" href="">Title</span> -->
 +
          <a class="mdl-navigation__link" style="color: #388E3C" href="https://2017.igem.org/Team:Tongji_China">HOME</a>
 +
          <div class="android-drawer-separator"></div>
 +
 +
          <a class="mdl-navigation__link" style="color: #388E3C">PROJECT</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Description">Description</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Design">Design</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Results">Results</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Demonstrate">Demonstrate</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Record">Record</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Safety">Safety</a>
 +
          <!-- <div class="android-drawer-separator"></div> -->
 +
          <!-- <div class="android-drawer-separator"></div> -->
 +
 +
          <a class="mdl-navigation__link" style="color: #388E3C">LAB</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Parts">Parts</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Experiments">Tests</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/InterLab">InterLab</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Process">Process</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Protocol">Protocol</a>
 +
          <!-- <div class="android-drawer-separator"></div> -->
 +
 +
          <a class="mdl-navigation__link" style="color: #388E3C" href="https://2017.igem.org/Team:Tongji_China/Model">MODEL</a>
 +
          <!-- <div class="android-drawer-separator"></div> -->
 +
 +
          <a class="mdl-navigation__link" style="color: #388E3C" href="https://2017.igem.org/Team:Tongji_China/Human_Practices">HP</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/HP/Silver">Silver</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/HP/Gold_Integrated">Gold</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Engagement">Engagement</a>
 +
          <!-- <div class="android-drawer-separator"></div> -->
 +
 +
          <a class="mdl-navigation__link" style="color: #388E3C">AWARDS</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Model">Model Award</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Judging_Form">Judging Form</a>
 +
          <!-- <div class="android-drawer-separator"></div> -->
 +
 +
          <a class="mdl-navigation__link" style="color: #388E3C">TEAM</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Team">Members</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Collaborations">Collaboration</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Attributions">Attribution</a>
 +
          <div class="android-drawer-separator"></div>
 +
          <!-- <div class="android-drawer-separator"></div> -->
 +
        </nav>
 +
      </div>
 +
      <a name="top"></a>
 +
 +
      <!-- HERE STARTS THE PAGE -->
 +
      <div class="android-content mdl-layout__content">
 +
        <a name="top"></a>
 +
        <!-- Title and Subtitle -->
 +
        <div class="mdl-typography--text-center" style="margin-bottom:20%">
 +
          <div class="logo-font android-slogan" style="color:#388E3C;">Safety</div>
 +
          <div class="logo-font android-sub-slogan" style="color:#757575;">
 +
            Working in a place safe for the scientists and the enviroment.<br>
 +
            <i class="material-icons">expand_more</i>
 +
          </div>
 +
        </div>
 +
 +
        <!-- Laboratory Information -->
 +
        <div class="demo-card-wide mdl-card mdl-shadow--2dp">
 +
          <div class="mdl-card__title" style="text-align:center">
 +
            <h4 class="mdl-card__title-text" style="font-size: 250%; color:#5a5a5a">Laboratory Information</h4>
 +
          </div>
 +
          <div class="mdl-card__supporting-text" style="font-size: 115%">
 +
            All the members of Tongji-China have always considered bio-safety of great importance. Our main advisor on the topic has been Lei Xue, a professor of genetics at the school of life sciences at Tongji University. His research areas include the molecular and genetic mechanisms of tumorigenesis and apoptosis in the <i>Drosophila</i> model organism. Professor Xue and other researchers in the lab supervised us and gave us a lot of guidance in our fruit fly experiments.
 +
          </div>
 +
          <div class="android-drawer-separator"></div>
 +
        </div>
 +
 +
        <!-- Organism -->
 +
        <div class="demo-card-wide mdl-card mdl-shadow--2dp">
 +
          <div class="mdl-card__title" style="text-align:center">
 +
            <h4 class="mdl-card__title-text" style="font-size: 250%; color:#5a5a5a">Organism</h4>
 +
          </div>
 +
          <div class="mdl-card__supporting-text" style="font-size: 115%">
 +
            In our project we use 2 kinds of organism: <i>Drosophila melanogaster</i> and <i>Escherichia coli</i>. <i>E.coli</i> is an organisms of the Level 1 risk goup. And because <i>D.melanogaster</i> is not included in the iGEM White List, we contacted the Safety committee, Gender Diversity committee and Human Practices committee and got permissions.<br><br>
 +
 +
            Even though <i>E.coli</i> is not harmful for the environment and health, we still assume that it may threaten the ecology. We used rubber gloves and lab coats when doing the experiments to keep the organisms from direct touching with human body. We also did all the experiments with these living organism in the laminar flow bench to prevent those organism from getting into the outside air. After the experiments we used a NaClO solution to sterilize the waste such as the used agar plate and the used tips. What's more, everytime after we finish our work, we uses UV light to sterilize the lab.<br><br>
 +
 +
            We attached great importance to the safety of <i>Drosophila melanogaster</i> experiments and learnt experimental operation earnestly in Xue's Lab. We took exaustive measures to prevent the flies from escaping. After asking Xue's permission, we took photos to show how we keep the flies contained.
 +
 +
            <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/0/0e/2017tongji_image_safety_P_A1.jpg" alt="NO DESCRIPTION" style="width:100%">
 +
              <!-- <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F">
 +
                white:#f0f0f0 or black:#0F0F0F
 +
                NO DESCRIPTION
 +
              </div> -->
 +
            </div>
 +
            <br>
 +
 +
            We used glass tubes with cotton plugs to keep the fruit flies in the lab and different samples were placed in different incubators with a safety lock. In the process of culturing them the fruit flies can not escape the incubator.
 +
 +
            <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/c/ca/2017tongji_image_safety_P_A2.jpg" alt="NO DESCRIPTION" style="width:100%">
 +
              <!-- <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F">
 +
                white:#f0f0f0 or black:#0F0F0F
 +
                NO DESCRIPTION
 +
              </div> -->
 +
            </div>
 +
            <br>
 +
 +
            The lab is divided by function into several areas and separated by double-doors. For example there are the student-resting area, inoculation area, experimental area and so on. The inoculation area is located at the innermost and its ventilation is carried out only by the center ventilation system. Air in the center ventilation system will be disposed of expertly so that the fruit flies escaping from incubator will be collected.
 +
 +
            <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/a/a3/2017tongji_image_safety_P_B.jpg" alt="NO DESCRIPTION" style="width:100%">
 +
              <!-- <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F">
 +
                white:#f0f0f0 or black:#0F0F0F
 +
                NO DESCRIPTION
 +
              </div> -->
 +
            </div>
 +
            <br>
 +
 +
            Vinegar traps and sticky traps are placed in all the areas in order to prevent any escape. They mimic the smell of rotting fruits and attract fruit flies which will be stuck or drowned in the traps.
 +
 +
            <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/6/6f/2017tongji_image_safety_P_C.jpg" alt="NO DESCRIPTION" style="width:100%">
 +
              <!-- <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F">
 +
                white:#f0f0f0 or black:#0F0F0F
 +
                NO DESCRIPTION
 +
              </div> -->
 +
            </div>
 +
            <br>
 +
 +
            We also used as few flies as possible in the verification experiment and in other the experiments we used <i>E.coli</i> as experimental subject.
 +
 +
          </div>
 +
          <div class="android-drawer-separator"></div>
 +
        </div>
 +
 +
        <!-- Training -->
 +
        <div class="demo-card-wide mdl-card mdl-shadow--2dp">
 +
          <div class="mdl-card__title" style="text-align:center">
 +
            <h4 class="mdl-card__title-text" style="font-size: 250%; color:#5a5a5a">Training</h4>
 +
          </div>
 +
          <div class="mdl-card__supporting-text" style="font-size: 115%">
 +
            Members in our team have read the established laboratory safety principles of our school, and the topics in our safety training can be summarized as follows:<br><br>
 +
            <b style="font-size: 125%">Non-Biological Operations</b><br><br>
 +
            Handling chemicals<br>
 +
            Dealing with emergency measures (such as fire, electric leakage or negligent wounds)<br>
 +
            Instruments and facilities operation principles<br><br>
 +
            <b style="font-size: 125%">Biological Operations</b><br><br>
 +
            Potential pollution source of our engineering bacterium (<i>Escherichia coli</i>)<br>
 +
            Effective protection during organism operations<br>
 +
            Waste materials handling measures<br>
 +
            Emission rules
 +
          </div>
 +
          <div class="android-drawer-separator"></div>
 +
        </div>
 +
 +
        <!-- University Rules -->
 +
        <div class="demo-card-wide mdl-card mdl-shadow--2dp">
 +
          <div class="mdl-card__title" style="text-align:center">
 +
            <h4 class="mdl-card__title-text" style="font-size: 250%; color:#5a5a5a">University Rules</h4>
 +
          </div>
 +
          <div class="mdl-card__supporting-text" style="font-size: 115%">
 +
            Our team has doctoral students as our supervisors to ensure that our execution is correct and prevent any safety problems. Team members who participated in the biological experiments have been in a lab at least since grade one and working in it for at least 2 years. In order to ensure the safety of the project, all the members received biosafety training. The biosafety guidelines of our institution can be describe as follows:<br><br>
 +
 +
            1. All laboratories must be specially designed with the necessary protective measures.<br>
 +
            2. All laboratories must set up strict management systems, standard operation procedures and rules.<br>
 +
            3. Each instrument needs a special person to be responsible for its regular inspection and maintenance.<br>
 +
            4. Each staff member should be equipped with personal safety equipment to avoid direct contact with the pathogenic microorganism or toxic chemicals.<br>
 +
            5. Laboratories should establish emergency handling procedures and have routine inspection for all of the equipment.<br>
 +
            6. New staff members should be well trained and pass the experiment test before performing experiments themselves. Only those who passed the test can get a key card.<br>
 +
            7. Before using every instrument staff members have to swipe their key card and input their student number and password.<br>
 +
          </div>
 +
          <div class="android-drawer-separator"></div>
 +
        </div>
 +
 +
        <!-- Laws and Regulations -->
 +
        <div class="demo-card-wide mdl-card mdl-shadow--2dp">
 +
          <div class="mdl-card__title" style="text-align:center">
 +
            <h4 class="mdl-card__title-text" style="font-size: 250%; color:#5a5a5a">Laws and Regulations</h4>
 +
          </div>
 +
          <div class="mdl-card__supporting-text" style="font-size: 115%">
 +
            Our laboratory completely complies with Chinese laws and regulations and pass the periodic inspection every year.
 +
 +
            The relevant regulations can be found <a href="http://www.moa.gov.cn/zwllm/zcfg/qtbmgz/200603/t20060323_577678.htm">here</a>, and <a href="http://www.moa.gov.cn/zwllm/zcfg/nybgz/200806/t20080606_1057067.htm">here</a>.
 +
          </div>
 +
          <div class="android-drawer-separator"></div>
 +
        </div>
 +
 +
        <!-- Pictures -->
 +
        <div class="demo-card-wide mdl-card mdl-shadow--2dp">
 +
          <div class="mdl-card__title" style="text-align:center">
 +
            <h4 class="mdl-card__title-text" style="font-size: 250%; color:#5a5a5a">Pictures</h4>
 +
          </div>
 +
          <div class="mdl-card__supporting-text" style="font-size: 115%">
 +
 +
            <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/8/8c/2017tongji_image_safety_PS_1.jpg" alt="NO DESCRIPTION" style="width:100%">
 +
              <!-- <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F">
 +
                white:#f0f0f0 or black:#0F0F0F
 +
                NO DESCRIPTION
 +
              </div> -->
 +
            </div>
 +
            <br>
 +
 +
            <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/0/07/2017tongji_image_safety_PS_2.jpg" alt="NO DESCRIPTION" style="width:100%">
 +
              <!-- <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F">
 +
                white:#f0f0f0 or black:#0F0F0F
 +
                NO DESCRIPTION
 +
              </div> -->
 +
            </div>
 +
            <br>
 +
 +
            <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/7/7f/2017tongji_image_safety_PS_3.jpg" alt="NO DESCRIPTION" style="width:100%">
 +
              <!-- <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F">
 +
                white:#f0f0f0 or black:#0F0F0F
 +
                NO DESCRIPTION
 +
              </div> -->
 +
            </div>
 +
            <br>
 +
 +
            <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/3/38/2017tongji_image_safety_PS_4.jpg" alt="NO DESCRIPTION" style="width:100%">
 +
              <!-- <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F">
 +
                white:#f0f0f0 or black:#0F0F0F
 +
                NO DESCRIPTION
 +
              </div> -->
 +
            </div>
 +
            <br>
 +
 +
            <div class="demo-card-wide mdl-card mdl-shadow--2dp imagelayout" style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/9/96/2017tongji_image_safety_PS_5.jpg" alt="NO DESCRIPTION" style="width:100%">
 +
              <!-- <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F">
 +
                white:#f0f0f0 or black:#0F0F0F
 +
                NO DESCRIPTION
 +
              </div> -->
 +
            </div>
 +
            <br>
 +
          </div>
 +
          <div class="android-drawer-separator"></div>
 +
        </div>
 +
 +
        <!-- HERE ENDS THE PAGE -->
 +
        <!-- Go back Home -->
 +
        <div class="android-wear-section" style="height:250px">
 +
          <div class="android-wear-band">
 +
            <div class="android-wear-band-text">
 +
              <div class="mdl-typography--display-2 mdl-typography--font-thin">Ignis Fly</div>
 +
              <p class="mdl-typography--headline mdl-typography--font-thin" style="margin-bottom:0px">
 +
              Tongji_China iGEM 2017 Team<br>
 +
              <a class="mdl-typography--font-regular mdl-typography--text-uppercase android-alt-link" href="https://2017.igem.org/Team:Tongji_China/Parts">Parts<i class="material-icons">chevron_right</i>
 +
              </a>
 +
              </p>
 +
            </div>
 +
          </div>
 +
        </div>
 +
 +
 +
      </div>
 +
    </div>
 +
  </body>
 
</html>
 
</html>

Latest revision as of 23:27, 1 November 2017


Tongji iGEM - Safety
Tongji iGEM
TongJi iGEM
Safety
Working in a place safe for the scientists and the enviroment.
expand_more

Laboratory Information

All the members of Tongji-China have always considered bio-safety of great importance. Our main advisor on the topic has been Lei Xue, a professor of genetics at the school of life sciences at Tongji University. His research areas include the molecular and genetic mechanisms of tumorigenesis and apoptosis in the Drosophila model organism. Professor Xue and other researchers in the lab supervised us and gave us a lot of guidance in our fruit fly experiments.

Organism

In our project we use 2 kinds of organism: Drosophila melanogaster and Escherichia coli. E.coli is an organisms of the Level 1 risk goup. And because D.melanogaster is not included in the iGEM White List, we contacted the Safety committee, Gender Diversity committee and Human Practices committee and got permissions.

Even though E.coli is not harmful for the environment and health, we still assume that it may threaten the ecology. We used rubber gloves and lab coats when doing the experiments to keep the organisms from direct touching with human body. We also did all the experiments with these living organism in the laminar flow bench to prevent those organism from getting into the outside air. After the experiments we used a NaClO solution to sterilize the waste such as the used agar plate and the used tips. What's more, everytime after we finish our work, we uses UV light to sterilize the lab.

We attached great importance to the safety of Drosophila melanogaster experiments and learnt experimental operation earnestly in Xue's Lab. We took exaustive measures to prevent the flies from escaping. After asking Xue's permission, we took photos to show how we keep the flies contained.
NO DESCRIPTION

We used glass tubes with cotton plugs to keep the fruit flies in the lab and different samples were placed in different incubators with a safety lock. In the process of culturing them the fruit flies can not escape the incubator.
NO DESCRIPTION

The lab is divided by function into several areas and separated by double-doors. For example there are the student-resting area, inoculation area, experimental area and so on. The inoculation area is located at the innermost and its ventilation is carried out only by the center ventilation system. Air in the center ventilation system will be disposed of expertly so that the fruit flies escaping from incubator will be collected.
NO DESCRIPTION

Vinegar traps and sticky traps are placed in all the areas in order to prevent any escape. They mimic the smell of rotting fruits and attract fruit flies which will be stuck or drowned in the traps.
NO DESCRIPTION

We also used as few flies as possible in the verification experiment and in other the experiments we used E.coli as experimental subject.

Training

Members in our team have read the established laboratory safety principles of our school, and the topics in our safety training can be summarized as follows:

Non-Biological Operations

Handling chemicals
Dealing with emergency measures (such as fire, electric leakage or negligent wounds)
Instruments and facilities operation principles

Biological Operations

Potential pollution source of our engineering bacterium (Escherichia coli)
Effective protection during organism operations
Waste materials handling measures
Emission rules

University Rules

Our team has doctoral students as our supervisors to ensure that our execution is correct and prevent any safety problems. Team members who participated in the biological experiments have been in a lab at least since grade one and working in it for at least 2 years. In order to ensure the safety of the project, all the members received biosafety training. The biosafety guidelines of our institution can be describe as follows:

1. All laboratories must be specially designed with the necessary protective measures.
2. All laboratories must set up strict management systems, standard operation procedures and rules.
3. Each instrument needs a special person to be responsible for its regular inspection and maintenance.
4. Each staff member should be equipped with personal safety equipment to avoid direct contact with the pathogenic microorganism or toxic chemicals.
5. Laboratories should establish emergency handling procedures and have routine inspection for all of the equipment.
6. New staff members should be well trained and pass the experiment test before performing experiments themselves. Only those who passed the test can get a key card.
7. Before using every instrument staff members have to swipe their key card and input their student number and password.

Laws and Regulations

Our laboratory completely complies with Chinese laws and regulations and pass the periodic inspection every year. The relevant regulations can be found here, and here.

Pictures

NO DESCRIPTION

NO DESCRIPTION

NO DESCRIPTION

NO DESCRIPTION

NO DESCRIPTION

Ignis Fly

Tongji_China iGEM 2017 Team
Partschevron_right