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

(Prototype team page)
 
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 - InterLab</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">
+
    @media only screen and (max-device-width: 1200px) {
<h5>Safe Lab Work</h5>
+
      .demo-card-wide.mdl-card {
 +
        width: 80%;
 +
        max-width: 1500px
 +
      }
 +
  }
  
<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>
+
    @media only screen and (max-device-width: 900px) {
 +
      .demo-card-wide.mdl-card {
 +
        width: 90%;
 +
      }
 +
  }
  
</div>
+
    @media only screen and (max-device-width: 600px) {
 +
      .demo-card-wide.mdl-card {
 +
        width: 95%;
 +
      }
 +
  }
 +
    </style>
  
<div class="column half_size">
+
    <script type="text/javascript">
<h5>Safe Shipment</h5>
+
    // 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>
  
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
+
  </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" href="https://2017.igem.org/Team:Tongji_China">HOME</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Team">Team</a>
 +
          <div class="android-drawer-separator"></div>
 +
       
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Description">Description</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Design">Design</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Experiments">Experiment</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Model">Model</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Demonstrate">Demonstrate</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Results">Results</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Notebook">Notebook</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Improve">Improve</a>
 +
          <div class="android-drawer-separator"></div>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Parts">Parts</a>
 +
          <div class="android-drawer-separator"></div>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Collaborations">Collaborations</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Human_Practices">Human Practices</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/HP/Silver">HP Silver</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/HP/Gold_Integrated">HP Gold</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Engagement">Education & Public Engagement</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/InterLab">InterLab</a>
 +
          <!-- <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Contribution">Contribution</a> -->
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Safety">Safety</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Attributions">Attributions</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 is prior to all other stuffs
 
</div>
 
</div>
 +
          <div class="logo-font android-sub-slogan" style="color:#757575;">
 +
            <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 attached great importance to bio-safety. We think we should introduce our adviser Lei Xue, a professor of genetics at the school of life sciences at Tongji University. His research areas include the molecular and genetic mechanism of tumorigenesis and apoptosis with drosophila model. Professor Xue and other researchers in the lab supervise us and give us a lot of guidance in fruit fly experiment.
 +
<br><br>
 +
 +
          </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">4<sup>th</sup> Organism</h4>
 +
          </div>
 +
          <div class="mdl-card__supporting-text" style="font-size: 115%">
 +
            In our project, we use 2 kinds of organism, Drosophila melanogaster and Escherichia coli . E.coli is ranked in the organisms of Level 1 risk goup. And because D.melanogaster is not included in the iGEM White List, we contacted Safety committee, Gender Diversity committee and Human Practices committee positively and got permissions.
 +
Even though the E.coli and we work with is not harmful for the environment and health, we still assume that they may threaten the ecology, so we wear rubber gloves and lab coat when we do the experiments to keep it from direct touching with human body. We also do all the experiments with these living organism in the laminar flow bench to prevent those organism from getting into the outside air. After we do the experiments, we use NaClO solution to sterilizing waste such as the used agar plate and the used tips. What's more, everytime after we finish our work, we use UV light to sterilize the lab.
 +
<br><br>
 +
 +
We attach great importance to the safety of Drosophila melanogaster experiments and learnt experimental operation earnestly in Xue's Lab. We have complete measures to prevent flies from escaping. After asking Xue's permission, we take photos to show how we keep the flies contained.<br>
 +
 +
 +
            <div class="demo-card-wide mdl-card mdl-shadow--2dp" style="width:100%; 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>
 +
<br>
 +
 +
We use glass tube with cotton plug to keep the fruit flies in the lab and different samples are placed in different incubators with safety lock. In the process of culturing fruit flies, the fruit flies can not escape the incubator.<br><br>
  
 +
<div class="demo-card-wide mdl-card mdl-shadow--2dp" style="width:100%; 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>
  
</html>
+
  </div>
 +
        </div>

Revision as of 16:32, 28 October 2017


Tongji iGEM - InterLab
TongJi iGEM
TongJi iGEM
Safety is prior to all other stuffs
expand_more

Laboratory information

All the members of Tongji-China have always attached great importance to bio-safety. We think we should introduce our adviser Lei Xue, a professor of genetics at the school of life sciences at Tongji University. His research areas include the molecular and genetic mechanism of tumorigenesis and apoptosis with drosophila model. Professor Xue and other researchers in the lab supervise us and give us a lot of guidance in fruit fly experiment.

4th Organism

In our project, we use 2 kinds of organism, Drosophila melanogaster and Escherichia coli . E.coli is ranked in the organisms of Level 1 risk goup. And because D.melanogaster is not included in the iGEM White List, we contacted Safety committee, Gender Diversity committee and Human Practices committee positively and got permissions. Even though the E.coli and we work with is not harmful for the environment and health, we still assume that they may threaten the ecology, so we wear rubber gloves and lab coat when we do the experiments to keep it from direct touching with human body. We also do all the experiments with these living organism in the laminar flow bench to prevent those organism from getting into the outside air. After we do the experiments, we use NaClO solution to sterilizing waste such as the used agar plate and the used tips. What's more, everytime after we finish our work, we use UV light to sterilize the lab.

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

We use glass tube with cotton plug to keep the fruit flies in the lab and different samples are placed in different incubators with safety lock. In the process of culturing fruit flies, the fruit flies can not escape the incubator.

NO DESCRIPTION