Difference between revisions of "Team:CSU CHINA/Safety"

(Prototype team page)
 
Line 1: Line 1:
 
{{CSU_CHINA}}
 
{{CSU_CHINA}}
 +
 
<html>
 
<html>
 +
<head>
  
 +
<meta charset="utf-8">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 +
    <meta name="author" content="ZhangB">
  
<div class="column full_size">
+
    <title>SAFETY</title>
 
+
<h1> Safety </h1>
+
<p>Please visit the <a href="https://2019.igem.org/Safety">Safety Hub</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>
+
 
+
</div>
+
 
+
 
+
<div class="column two_thirds_size">
+
<h3>Safe Project Design</h3>
+
 
+
<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>
+
  
<ul>
+
    <!-- 新 Bootstrap4 核心 CSS 文件 -->
<li>Choosing a non-pathogenic chassis</li>
+
    <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<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>
+
    <!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
<li>Including an "induced lethality" or "kill-switch" device</li>
+
    <script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>
</ul>
+
   
 +
    <!-- bootstrap.bundle.min.js 用于弹窗、提示、下拉菜单,包含了 popper.min.js -->
 +
    <script src="https://cdn.staticfile.org/popper.js/1.15.0/umd/popper.min.js"></script>
 +
   
 +
    <!-- 最新的 Bootstrap4 核心 JavaScript 文件 -->
 +
    <script src="https://cdn.staticfile.org/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>
  
</div>
+
<!-- ECharts -->
 +
    <script src="http://echarts.baidu.com/gallery/vendors/echarts/echarts.min.js"></script>
  
<div class="column third_size">
+
   
<h3>Safe Lab Work</h3>
+
</head>
  
<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>
+
<body>
 +
    <style>
 +
        #ZBB{
 +
            height: 600px;
 +
            display: -webkit-flex;
 +
            display: flex;
 +
            background-image: url('https://static.igem.org/mediawiki/2019/5/59/T--CSU_CHINA--forest.jpg');
 +
            background-size: cover;
 +
            background-repeat: no-repeat;
 +
            background-position: center;
 +
            justify-content: center;
 +
            align-items: center;
 +
        }
 +
        #ZB p{
 +
            font-size: 20px;
 +
            font-family: Times New Roman;
 +
            text-align: justify;
 +
        }
 +
        #ZB li{
 +
            font-size: 20px;
 +
            font-family: Times New Roman;
 +
            margin: 10px 0px;
 +
        }
 +
        #ZBB h1{
 +
            font-family: Times New Roman;
 +
            text-shadow: 5px 5px 5px white;
 +
        }
 +
        #ZB h2{
 +
            padding: 10px 0px;
 +
            border-bottom: 1px solid #2487eb;
 +
        }
 +
        #ZB a:link{
 +
            color: #2487eb;
 +
        }
 +
        #ZB a:hover{
 +
            cursor: pointer;
 +
        }
 +
        #ZB .carousel-inner img {
 +
            width: 100%;
 +
            height: 100%;
 +
        }
 +
    </style>
  
 +
    <div class="container-fluid" id="ZBB">
 +
        <h1 class="display-1" >SAFETY</h1>
 +
    </div>
  
 +
<div class="container" id="ZB">
 +
        <div class="row">
 +
           
 +
            <div class="col-sm-12">
 +
                <h2>General</h2>
 +
                <p>In Central South University, our school issues the laws of laboratory safety rules governing the biosafety, which follows the rules of Biological safety management regulations for pathogenic microorganisms Laboratory issued by China State Council. </p>
 +
            </div>
 +
        </div>
 +
           
 +
        <div class="row">
 +
            <!-- 左分列 -->
 +
            <div class="col-sm-6">
 +
                <div class="row">
 +
                    <div class="col-sm-12">
 +
                        <h2>Biosafety rules and documents</h2>
 +
                        <p>Our lab follows China National Institute of Pathogenic Microorganisms Biosafety Management and Central South University Laboratory Safety Rules as these aspects below.</p>
 +
                        <ul>
 +
                            <li>Lab access and rules (those 3 rules below are specially supposed to remember for daily lab life)
 +
                                <ol>
 +
                                    <li>Eating and drinking are not allowed inside the working area.</li>
 +
                                    <li>Anyone who is participating in the experiment is supposed to wear lab coats and protective goggles.</li>
 +
                                    <li>You are not allowed to wear protective goggles to touch any resting area or somewhere outside the lab.</li>
 +
                                </ol>
 +
                            </li>
 +
                            <li>Correct disposal of biological wastes and lab consumables</li>
 +
                            <li>Differences between biosafety levels</li>
 +
                            <li>Biosafety equipment and chemical safety(such as biosafety cabinets and chemical fume hood)</li>
 +
                            <li>Fire, water and electrical safety(We have fixed using time of large-scale scientific instruments and for sterilization)</li>
 +
                            <li>Disinfection and sterilization</li>
 +
                            <li>Transport rules</li>
 +
                            <li>Emergency procedures</li>
 +
                            <li>Responsible individuals (such as lab or departmental specialist or institutional biosafety officer)</li>
 +
                            <li>Good microbial technique (such as lab practices)</li>
 +
                        </ul>
 +
                    </div>
 +
                    <div class="col-sm-12">
 +
                        <h2>Lab Biosafety Level </h2>
 +
                        <p>The iGEM CSU_CHINA team of 2019 were working mainly in the BSL-1 lab at the Department of Life Science, Central South University for our project.</p>
 +
                    </div>
 +
                    <div class="col-sm-12">
 +
                        <h2>Biosafety Training</h2>
 +
                        <p>All the team members followed a lab safety training and signed relevant safety documents prior to entering the lab at Central South University. A thorough and comprehensive lab safety training was provided by the biosafety offices of the universities and the departmental specialists. And the biosafety training also has an Internet-based test and values 1 academic point for bachelor students. </p>
 +
                    </div>
 +
                    <div class="col-sm-12">
 +
                        <h2>Personal protective equipment</h2>
 +
                        <p>Team members were equipped with lab coats, protective goggles, and disposable nitrile gloves. No other protective equipment was necessary according to the lab biosafety guidelines.</p>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
            <!-- 右分列 -->
 +
            <div class="col-sm-6">
 +
                <div class="row">
 +
                    <div class="col-sm-12">
 +
                        <h2>Work areas</h2>
 +
                        <p>Which work areas do you use to handle biological materials?</p>
  
 +
                        <div id="demo" class="carousel slide" data-ride="carousel">
 +
 +
                            <!-- 指示符 -->
 +
                            <ul class="carousel-indicators">
 +
                                <li data-target="#demo" data-slide-to="0" class="active"></li>
 +
                                <li data-target="#demo" data-slide-to="1"></li>
 +
                                <li data-target="#demo" data-slide-to="2"></li>
 +
                                <li data-target="#demo" data-slide-to="3"></li>
 +
                                <li data-target="#demo" data-slide-to="4"></li>
 +
                            </ul>
 +
                           
 +
                            <!-- 轮播图片 -->
 +
                            <div class="carousel-inner">
 +
                                <div class="carousel-item active">
 +
                                    <img src="https://static.igem.org/mediawiki/2019/c/cf/T--CSU_CHINA--Lab.jpg">
 +
                                </div>
 +
                                <div class="carousel-item">
 +
                                    <img src="https://static.igem.org/mediawiki/2019/6/65/T--CSU_CHINA--Glove.jpg">
 +
                                </div>
 +
                                <div class="carousel-item">
 +
                                    <img src="https://static.igem.org/mediawiki/2019/9/92/T--CSU_CHINA--LabEnviron.jpg">
 +
                                </div>
 +
                                <div class="carousel-item">
 +
                                    <img src="https://static.igem.org/mediawiki/2019/1/17/T--CSU_CHINA--DYFexperiment.jpg">
 +
                                </div>
 +
                                <div class="carousel-item">
 +
                                    <img src="https://static.igem.org/mediawiki/2019/c/cb/T--CSU_CHINA--LZJexperiment.jpg">
 +
                                </div>
 +
                            </div>
 +
                           
 +
                            <!-- 左右切换按钮 -->
 +
                            <a class="carousel-control-prev" href="#demo" data-slide="prev">
 +
                                <span class="carousel-control-prev-icon"></span>
 +
                            </a>
 +
                            <a class="carousel-control-next" href="#demo" data-slide="next">
 +
                                <span class="carousel-control-next-icon"></span>
 +
                            </a>
 +
                           
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-sm-12">
 +
                        <h2>Chassis</h2>
 +
                        <p>We have worked with the strain of the biosafety level 1 approved.</p>
 +
                        <ul>
 +
                            <li>cell lines: MDA-MB-231, MDA-MB-453, HBL-100, MCF-7, HCC-1806, HEK293T</li>
 +
                            <li>organisms: Escherichia coli DH5alpha</li>
 +
                        </ul>
 +
                    </div>
 +
                    <div class="col-sm-12">
 +
                        <h2>Specific risks</h2>
 +
                        <p>Our project does not include gene drives, nor have we worked with animals. All species names (including strains) have been listed in the safety form.</p>
 +
                        <p>The E. coli strains DH5alpha we use in this project are 1st-Risk-Group organisms which has little safety risk to the environment.</p>
 +
                        <p>Human cancer-derived cell lines we use are 2nd-Risk-Group organism which are in principle cancerous. Malignant degree of them depends on the type of cancer cells, type of tissue exposed, the host's immunity and many other things. The possibility of getting a cancer through direct exposure (which should and would be avoid of course) to these cell lines is quite low. If they escape the lab, they are unlikely to survive.</p>
 +
                        <p>Our project is generally performed with very low risks, as no pathogenic bacteria or hazardous chemical reagent is used. However, some common risks are still inevitable, for example, get contaminated while using nucleic dye, get burned while using spirit lamp especially in the super clean bench, also some reagents are toxic like DMSO, ethidium bromide. At the same time, MDA-MB-231, MDA-MB-453, MCF-7 and HCC-1806 is in principle cancerous.</p>
 +
                    </div>
 +
                    <div class="col-sm-12" style="margin: 20px 0px;">
 +
                        <a href="https://2019.igem.org/File:T--CSU_CHINA--Safety2019_Spreadsheet.xls">
 +
                            <h4>Click here to see our safety form</h4>
 +
                        </a>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
    </div>
 +
</body>
 
</html>
 
</html>

Revision as of 14:40, 17 October 2019

loading……

SAFETY

SAFETY

General

In Central South University, our school issues the laws of laboratory safety rules governing the biosafety, which follows the rules of Biological safety management regulations for pathogenic microorganisms Laboratory issued by China State Council.

Biosafety rules and documents

Our lab follows China National Institute of Pathogenic Microorganisms Biosafety Management and Central South University Laboratory Safety Rules as these aspects below.

  • Lab access and rules (those 3 rules below are specially supposed to remember for daily lab life)
    1. Eating and drinking are not allowed inside the working area.
    2. Anyone who is participating in the experiment is supposed to wear lab coats and protective goggles.
    3. You are not allowed to wear protective goggles to touch any resting area or somewhere outside the lab.
  • Correct disposal of biological wastes and lab consumables
  • Differences between biosafety levels
  • Biosafety equipment and chemical safety(such as biosafety cabinets and chemical fume hood)
  • Fire, water and electrical safety(We have fixed using time of large-scale scientific instruments and for sterilization)
  • Disinfection and sterilization
  • Transport rules
  • Emergency procedures
  • Responsible individuals (such as lab or departmental specialist or institutional biosafety officer)
  • Good microbial technique (such as lab practices)

Lab Biosafety Level

The iGEM CSU_CHINA team of 2019 were working mainly in the BSL-1 lab at the Department of Life Science, Central South University for our project.

Biosafety Training

All the team members followed a lab safety training and signed relevant safety documents prior to entering the lab at Central South University. A thorough and comprehensive lab safety training was provided by the biosafety offices of the universities and the departmental specialists. And the biosafety training also has an Internet-based test and values 1 academic point for bachelor students.

Personal protective equipment

Team members were equipped with lab coats, protective goggles, and disposable nitrile gloves. No other protective equipment was necessary according to the lab biosafety guidelines.

Work areas

Which work areas do you use to handle biological materials?

Chassis

We have worked with the strain of the biosafety level 1 approved.

  • cell lines: MDA-MB-231, MDA-MB-453, HBL-100, MCF-7, HCC-1806, HEK293T
  • organisms: Escherichia coli DH5alpha

Specific risks

Our project does not include gene drives, nor have we worked with animals. All species names (including strains) have been listed in the safety form.

The E. coli strains DH5alpha we use in this project are 1st-Risk-Group organisms which has little safety risk to the environment.

Human cancer-derived cell lines we use are 2nd-Risk-Group organism which are in principle cancerous. Malignant degree of them depends on the type of cancer cells, type of tissue exposed, the host's immunity and many other things. The possibility of getting a cancer through direct exposure (which should and would be avoid of course) to these cell lines is quite low. If they escape the lab, they are unlikely to survive.

Our project is generally performed with very low risks, as no pathogenic bacteria or hazardous chemical reagent is used. However, some common risks are still inevitable, for example, get contaminated while using nucleic dye, get burned while using spirit lamp especially in the super clean bench, also some reagents are toxic like DMSO, ethidium bromide. At the same time, MDA-MB-231, MDA-MB-453, MCF-7 and HCC-1806 is in principle cancerous.