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

 
(12 intermediate revisions by 3 users not shown)
Line 6: Line 6:
 
     <style>
 
     <style>
 
         .main#safety {
 
         .main#safety {
             padding:0 8vw;
+
             padding: 0 8vw;
             padding-bottom:10vh;
+
             padding-bottom: 10rem;
             line-height:1.35;
+
             line-height: 1.35;
      }
+
        }
  
      .h2 {
+
        #safety .h2 {
          font-size:2rem;
+
            font-size: 2rem;
          color:cyan;
+
            color: cyan;
      }
+
            text-align: left;
 +
            font-family: Pacifico;
 +
        }
  
      .p {
+
        .p {
          font-size:1.2rem;
+
            font-size: 1.2rem;
      }
+
        }
  
      #safety a {
+
        #safety a {
          font-family:Raleway;
+
            font-family: Raleway;
          color:blue;
+
            color: blue;
          font-weight:bold;
+
            font-weight: bold;
          position:relative;
+
            position: relative;
          z-index:3;
+
            z-index: 3;
          text-decoration:none;
+
            text-decoration: none;
      }
+
        }
 
     </style>
 
     </style>
 
     <style>
 
     <style>
 
         section {
 
         section {
             margin:1.5rem 0;
+
             margin-top: 1.5rem;
 
         }
 
         }
  
         section .h2 {
+
         section div.h2 {
             margin-bottom:0.5rem;
+
             margin-bottom: 0.5rem;
 
         }
 
         }
  
 
         section .p, section li {
 
         section .p, section li {
             margin:0.4rem;
+
             margin: 0.4rem;
 
         }
 
         }
  
 
         section li {
 
         section li {
          line-height:1.35;
+
            line-height: 1.35;
          font-size:1.2rem;
+
            font-size: 1.2rem;
 
         }
 
         }
  
 
         section img {
 
         section img {
             position:relative;
+
             position: relative;
             z-index:3;
+
             z-index: 3;
 
         }
 
         }
  
 
         section:nth-child(4) img {
 
         section:nth-child(4) img {
             float:right;
+
             float: right;
             width:20vw;
+
             width: 20vw;
         }      
+
         }
 
     </style>
 
     </style>
 
     <script>
 
     <script>
Line 65: Line 67:
 
<body id="dongzhuoer">
 
<body id="dongzhuoer">
 
     <div id="particles-js"></div>
 
     <div id="particles-js"></div>
     <script>
+
     <script src="https://2016.igem.org/Template:NKU_China/js/particlesJS?action=raw&ctype=text/javascript"></script>
        particlesJS('particles-js',
+
  {
+
      "particles": {
+
          "number": {
+
              "value": 100,
+
              "density": {
+
                  "enable": true,
+
                  "value_area": 800
+
              }
+
          },
+
          "color": {
+
              "value": "#0ff"
+
          },
+
          "shape": {
+
              "type": "circle",
+
              "stroke": {
+
                  "width": 0,
+
                  "color": "#000000"
+
              },
+
              "polygon": {
+
                  "nb_sides": 5
+
              },
+
              "image": {
+
                  "src": "img/github.svg",
+
                  "width": 100,
+
                  "height": 100
+
              }
+
          },
+
          "opacity": {
+
              "value": 0.4,
+
              "random": false,
+
              "anim": {
+
                  "enable": false,
+
                  "speed": 1,
+
                  "opacity_min": 0,
+
                  "sync": false
+
              }
+
          },
+
          "size": {
+
              "value": 5,
+
              "random": true,
+
              "anim": {
+
                  "enable": false,
+
                  "speed": 40,
+
                  "size_min": 0,
+
                  "sync": false
+
              }
+
          },
+
          "line_linked": {
+
              "enable": true,
+
              "distance": 150,
+
              "color": "#ff0",
+
              "opacity": 0.4,
+
              "width": 1
+
          },
+
          "move": {
+
              "enable": true,
+
              "speed": 6,
+
              "direction": "none",
+
              "random": false,
+
              "straight": false,
+
              "out_mode": "out",
+
              "attract": {
+
                  "enable": true,
+
                  "rotateX": 600,
+
                  "rotateY": 1200
+
              }
+
          }
+
      },
+
      "interactivity": {
+
          "detect_on": "canvas",
+
          "events": {
+
              "onhover": {
+
                  "enable": true,
+
                  "mode": ["grab", "bubble"]
+
              },
+
              "onclick": {
+
                  "enable": true,
+
                  "mode": ["push", "repulse"]
+
              },
+
              "resize": true
+
          },
+
          "modes": {
+
              "grab": {
+
                  "distance": 100,
+
                  "line_linked": {
+
                      "opacity": 0.75
+
                  }
+
              },
+
              "bubble": {
+
                  "distance": 100,
+
                  "size": 4,
+
                  "duration": 2,
+
                  "opacity": 8,
+
                  "speed": 5
+
              },
+
              "repulse": {
+
                  "distance": 200
+
              },
+
              "push": {
+
                  "particles_nb": 4
+
              },
+
              "remove": {
+
                  "particles_nb": 2
+
              }
+
          }
+
      },
+
      "retina_detect": true,
+
      "config_demo": {
+
          "hide_card": false,
+
          "background_color": "#b61924",
+
          "background_image": "",
+
          "background_position": "50% 50%",
+
          "background_repeat": "no-repeat",
+
          "background_size": "cover"
+
      }
+
  }
+
 
+
);
+
    </script>
+
 
     <div class="main" id="safety">
 
     <div class="main" id="safety">
 
         <div class="h1">Safety</div>
 
         <div class="h1">Safety</div>
 
         <div class="p">Safety has always been an important concern in our laboratory, both in project design and operations during experiment process. This year we used two kinds of <i>Escherichia coli</i> (DH5&alpha; in part construction and MG1655 in project). According to the official <a href="https://2016.igem.org/Safety/Risk_Groups">iGEM guidelines of Risk Groups</a>, <i>E. coli</i> is categorized as a Risk Group 1 organism that "do not cause disease in healthy adult humans" when used properly. Also, The risk group level of <i>E. coli</i> is correspondent with our laboratory safety level (Safety Level 1). To make sure that everything is safe enough, we have seriously managed Individual Safety, Environmental Safety, Biological Safety based on project as well as Safe Shipping.</div>
 
         <div class="p">Safety has always been an important concern in our laboratory, both in project design and operations during experiment process. This year we used two kinds of <i>Escherichia coli</i> (DH5&alpha; in part construction and MG1655 in project). According to the official <a href="https://2016.igem.org/Safety/Risk_Groups">iGEM guidelines of Risk Groups</a>, <i>E. coli</i> is categorized as a Risk Group 1 organism that "do not cause disease in healthy adult humans" when used properly. Also, The risk group level of <i>E. coli</i> is correspondent with our laboratory safety level (Safety Level 1). To make sure that everything is safe enough, we have seriously managed Individual Safety, Environmental Safety, Biological Safety based on project as well as Safe Shipping.</div>
 
         <section>
 
         <section>
             <div class="h2">Individual Safety</div>
+
             <div class="h2">1. Individual Safety</div>
 
             <ol>
 
             <ol>
 
                 <li>All members participating in the iGEM project this year have taken safety training courses given by the department experiment center that we acknowledged general safety managements such as fire-fighting strategies, disposition of biochemical materials, proper usages of microwave oven, laminar flow bench and other apparatus.</li>
 
                 <li>All members participating in the iGEM project this year have taken safety training courses given by the department experiment center that we acknowledged general safety managements such as fire-fighting strategies, disposition of biochemical materials, proper usages of microwave oven, laminar flow bench and other apparatus.</li>
Line 199: Line 81:
 
         </section>
 
         </section>
 
         <section>
 
         <section>
             <div class="h2">Environmental Safety</div>
+
             <div class="h2">2. Environmental Safety</div>
            <!--<img src="https://static.igem.org/mediawiki/2016/f/f2/T--NKU_China--9.jpg" style="width:20vw;">-->
+
 
             <ol>
 
             <ol>
 
                 <li>Biological materials were not allowed to be taken outside the laboratory without sterilization. All of the used materials (bacterial samples, plasmids, reagents, agar, etc.) after experiments were sterilized before leaving the laboratory and collected altogether for further management.</li>
 
                 <li>Biological materials were not allowed to be taken outside the laboratory without sterilization. All of the used materials (bacterial samples, plasmids, reagents, agar, etc.) after experiments were sterilized before leaving the laboratory and collected altogether for further management.</li>
 
                 <li>Regular cleaning of the laboratory trash was arranged every day to maintain a clean and tidy laboratory environment.</li>
 
                 <li>Regular cleaning of the laboratory trash was arranged every day to maintain a clean and tidy laboratory environment.</li>
             </ol>    
+
             </ol>
 
         </section>
 
         </section>
 
         <section>
 
         <section>
             <div class="h2">Biological Safety Concerns based on project</div>
+
             <div class="h2">3. Biological Safety Concerns based on project</div>
 
             <div class="p">With the advent of synthetic biology, genetically modified microorganisms are being increasingly used for biomedical, industrial and environmental applications. Deployment of these engineered microbes in large scales and open environments calls for the development of safe and secure means to restrain their proliferation.</div>
 
             <div class="p">With the advent of synthetic biology, genetically modified microorganisms are being increasingly used for biomedical, industrial and environmental applications. Deployment of these engineered microbes in large scales and open environments calls for the development of safe and secure means to restrain their proliferation.</div>
             <div class="p">This summer, we added <i>mf-lon</i> <i>ssrA</i> tag into 5 essential genes using CRIPSR/Cas9 method. By applying gene circuits to control mf-lon protease expression under the assigned biocontainment conditions, we can block essential gene expression to kill the cell upon loss of the biocontainment signal.</div>
+
             <div class="p">This summer, we expected to add <i>mf</i>-lon ssrA tag into 5 essential genes using CRISPR/Cas9 method. By applying gene circuits to control <i>mf</i>-Lon protease expression under the assigned biocontainment conditions, we can block essential gene expression to kill the cell upon loss of the biocontainment signal.</div>
 
         </section>
 
         </section>
 
         <section>
 
         <section>
             <div class="h2">Safe Shipping</div>
+
             <div class="h2">4. Safe Shipping</div>
 
             <div class="p">We sent our BioBricks through the standard shipping process required by iGEM headquarter.</div>
 
             <div class="p">We sent our BioBricks through the standard shipping process required by iGEM headquarter.</div>
 
         </section>
 
         </section>
Line 218: Line 99:
 
</body>
 
</body>
 
</html>
 
</html>
 +
{{NKU_China/footer}}

Latest revision as of 11:43, 19 October 2016

Safety
Safety has always been an important concern in our laboratory, both in project design and operations during experiment process. This year we used two kinds of Escherichia coli (DH5α in part construction and MG1655 in project). According to the official iGEM guidelines of Risk Groups, E. coli is categorized as a Risk Group 1 organism that "do not cause disease in healthy adult humans" when used properly. Also, The risk group level of E. coli is correspondent with our laboratory safety level (Safety Level 1). To make sure that everything is safe enough, we have seriously managed Individual Safety, Environmental Safety, Biological Safety based on project as well as Safe Shipping.
1. Individual Safety
  1. All members participating in the iGEM project this year have taken safety training courses given by the department experiment center that we acknowledged general safety managements such as fire-fighting strategies, disposition of biochemical materials, proper usages of microwave oven, laminar flow bench and other apparatus.
  2. All members have carefully read Safe Project Design, Safe Lab Work, Safe Shipment and other requirements proposed by iGEM Safety Committee. We filled up the Final Safety Form according to the real situation in our laboratory.
  3. Nitrile gloves, masks, closed shoes were strictly required in laboratory to prevent potential threats of personal health.
  4. Resting area and Experiment area were clearly separated to confine eating and drinking strictly in resting area.
2. Environmental Safety
  1. Biological materials were not allowed to be taken outside the laboratory without sterilization. All of the used materials (bacterial samples, plasmids, reagents, agar, etc.) after experiments were sterilized before leaving the laboratory and collected altogether for further management.
  2. Regular cleaning of the laboratory trash was arranged every day to maintain a clean and tidy laboratory environment.
3. Biological Safety Concerns based on project
With the advent of synthetic biology, genetically modified microorganisms are being increasingly used for biomedical, industrial and environmental applications. Deployment of these engineered microbes in large scales and open environments calls for the development of safe and secure means to restrain their proliferation.
This summer, we expected to add mf-lon ssrA tag into 5 essential genes using CRISPR/Cas9 method. By applying gene circuits to control mf-Lon protease expression under the assigned biocontainment conditions, we can block essential gene expression to kill the cell upon loss of the biocontainment signal.
4. Safe Shipping
We sent our BioBricks through the standard shipping process required by iGEM headquarter.