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

Line 4: Line 4:
 
<head>
 
<head>
  
<meta charset="utf-8">
+
    <meta charset="utf-8">
 
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 
     <meta name="author" content="ZhangB">
 
     <meta name="author" content="ZhangB">
  
 
     <title>SAFETY</title>
 
     <title>SAFETY</title>
 
    <!-- 新 Bootstrap4 核心 CSS 文件 -->
 
    <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
 
   
 
    <!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
 
    <script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>
 
   
 
    <!-- 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>
 
 
<!-- ECharts -->
 
    <script src="http://echarts.baidu.com/gallery/vendors/echarts/echarts.min.js"></script>
 
 
 
      
 
      
 
</head>
 
</head>
Line 31: Line 15:
 
     <style>
 
     <style>
 
         #ZBB{
 
         #ZBB{
             height: 600px;
+
             height: 400px;
 
             display: -webkit-flex;
 
             display: -webkit-flex;
 
             display: flex;
 
             display: flex;
Line 47: Line 31:
 
         }
 
         }
 
         #ZB li{
 
         #ZB li{
             font-size: 20px;
+
             font-size: 18px;
 
             font-family: Times New Roman;
 
             font-family: Times New Roman;
 +
            font-weight: bolder;
 
             margin: 10px 0px;
 
             margin: 10px 0px;
 
         }
 
         }
Line 56: Line 41:
 
         }
 
         }
 
         #ZB h2{
 
         #ZB h2{
             padding: 10px 0px;
+
             padding: 20px 0px;
 
             border-bottom: 1px solid #2487eb;
 
             border-bottom: 1px solid #2487eb;
 
         }
 
         }
Line 67: Line 52:
 
         #ZB .carousel-inner img {
 
         #ZB .carousel-inner img {
 
             width: 100%;
 
             width: 100%;
             height: 100%;
+
             height: auto;
 
         }
 
         }
 +
       
 
     </style>
 
     </style>
  
Line 75: Line 61:
 
     </div>
 
     </div>
  
<div class="container" id="ZB">
+
<div class="container shadow my-3" id="ZB">
 
         <div class="row">
 
         <div class="row">
 
              
 
              
Line 121: Line 107:
 
                         <h2>Personal protective equipment</h2>
 
                         <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>
 
                         <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 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>
 +
                            </ul>
 +
                           
 +
                            <!-- 轮播图片 -->
 +
                            <div class="carousel-inner shadow">
 +
                                <div class="carousel-item active">
 +
                                    <img src="https://static.igem.org/mediawiki/2019/4/41/T--CSU_CHINA--glove.png">
 +
                                </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>
 
                 </div>
 
                 </div>
Line 130: Line 148:
 
                         <h2>Work areas</h2>
 
                         <h2>Work areas</h2>
 
                         <p>Which work areas do you use to handle biological materials?</p>
 
                         <p>Which work areas do you use to handle biological materials?</p>
 
+
                   
 
                         <div id="demo" class="carousel slide" data-ride="carousel">
 
                         <div id="demo" class="carousel slide" data-ride="carousel">
 
   
 
   
Line 138: Line 156:
 
                                 <li data-target="#demo" data-slide-to="1"></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="2"></li>
                                <li data-target="#demo" data-slide-to="3"></li>
 
                                <li data-target="#demo" data-slide-to="4"></li>
 
 
                             </ul>
 
                             </ul>
 
                              
 
                              
 
                             <!-- 轮播图片 -->
 
                             <!-- 轮播图片 -->
                             <div class="carousel-inner">
+
                             <div class="carousel-inner shadow">
 
                                 <div class="carousel-item active">
 
                                 <div class="carousel-item active">
 
                                     <img src="https://static.igem.org/mediawiki/2019/c/cf/T--CSU_CHINA--Lab.jpg">
 
                                     <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>
 
                                 <div class="carousel-item">
 
                                 <div class="carousel-item">
Line 154: Line 167:
 
                                 </div>
 
                                 </div>
 
                                 <div class="carousel-item">
 
                                 <div class="carousel-item">
                                     <img src="https://static.igem.org/mediawiki/2019/1/17/T--CSU_CHINA--DYFexperiment.jpg">
+
                                     <img src="https://static.igem.org/mediawiki/2019/e/e6/T--CSU_CHINA--pocket.png">
                                </div>
+
                                <div class="carousel-item">
+
                                    <img src="https://static.igem.org/mediawiki/2019/c/cb/T--CSU_CHINA--LZJexperiment.jpg">
+
 
                                 </div>
 
                                 </div>
 
                             </div>
 
                             </div>
                           
+
 
 
                             <!-- 左右切换按钮 -->
 
                             <!-- 左右切换按钮 -->
 
                             <a class="carousel-control-prev" href="#demo" data-slide="prev">
 
                             <a class="carousel-control-prev" href="#demo" data-slide="prev">
Line 186: Line 196:
 
                         <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>
 
                         <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>
                     <div class="col-sm-12" style="margin: 20px 0px;">
+
                     <div class="col-sm-12 my-5 d-flex justify-content-center">
                         <a href="https://2019.igem.org/File:T--CSU_CHINA--Safety2019_Spreadsheet.xls">
+
                         <h4>
                            <h4>Click here to see our safety form</h4>
+
                            <a href="https://2019.igem.org/File:T--CSU_CHINA--Safety2019_Spreadsheet.xls">
                         </a>
+
                                Click here to see our safety form
 +
                            </a>
 +
                         </h4>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
Line 199: Line 211:
 
         $("a:contains(SAFETY)").addClass("active");
 
         $("a:contains(SAFETY)").addClass("active");
 
     </script>
 
     </script>
 
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 17:30, 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.