Difference between revisions of "Team:HZAU-China/Safety"

(Prototype team page)
 
Line 1: Line 1:
 
{{HZAU-China}}
 
{{HZAU-China}}
 
<html>
 
<html>
 +
<head>
 +
  <meta charset="utf-8">
 +
  <meta name="viewport" content="width=device-width, initial-scale=1">
 +
  <link rel="stylesheet" href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css">
 +
  <script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
 +
  <script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 +
  <!--公式编辑器-->
 +
  <script src="//cdn.bootcss.com/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
 +
  <script type="text/x-mathjax-config">
 +
          MathJax.Hub.Config({
 +
          extensions: ["tex2jax.js"],
 +
          jax: ["input/TeX", "output/HTML-CSS"],
 +
          tex2jax: {
 +
          inlineMath: [ ['$','$'], ["\\(","\\)"] ],
 +
          displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
 +
          processEscapes: true
 +
          },
 +
          "HTML-CSS": { availableFonts: ["TeX"] }
 +
          });
 +
          </script>
 +
  <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
 +
  </script>
 +
  <style>
 +
    /*小导航栏样式*/
  
 +
    .container-fluid {
 +
      margin: 0;
 +
      padding: 0;
 +
      border: 0;
 +
    }
  
<div class="column full_size">
+
    .container-fluid {
 +
      margin: 0;
 +
      padding: 0;
 +
      border: 0;
 +
    }
  
<h1> Safety </h1>
+
    ul.nav-pills {
<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>
+
      background: url(https://static.igem.org/mediawiki/2017/3/35/T--HZAU-China--background.png);
 +
      background-size: 100% auto;
 +
      background-repeat: no-repeat;
 +
      position: fixed;
 +
      display: block;
 +
      top: 50%;
 +
      margin-top: -144.5px;
 +
      margin-right: 40px;
 +
      height: 289px;
 +
      width: 200px;
 +
      overflow: hidden;
 +
    }
  
<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>
+
    ul.nav-pills>li {
 +
      position: relative;
 +
      top: 50%;
 +
    }
  
</div>
+
    ul.nav-pills>li>a {
 +
      font-size: 16px;
 +
      padding: 14px 0 14px 20px;
 +
      border-bottom-left-radius: 0px;
 +
      border-bottom-right-radius: 0px;
 +
      border-top-left-radius: 0px;
 +
      border-top-right-radius: 0px
 +
    }
  
 +
    #change_top {
 +
      margin-top: -80px;
 +
    }
  
<div class="column full_size">
+
    /*小导航栏触碰后变色*/
<h5>Safe Project Design</h5>
+
  
<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>
+
    .nav-pills>li>a {
 +
      color: rgb(249, 228, 137);
 +
      font-weight: 900;
 +
    }
  
<ul>
+
    .nav-pills>li.active>a,
<li>Choosing a non-pathogenic chassis</li>
+
    .nav-pills>li.active>a:focus,
<li>Choosing parts that will not harm humans / animals / plants</li>
+
    .nav-pills>li.active>a:hover {
<li>Substituting safer materials for dangerous materials in a proof-of-concept experiment</li>
+
      color: #000;
<li>Including an "induced lethality" or "kill-switch" device</li>
+
      background-color: rgb(249, 228, 137);
</ul>
+
    }
  
</div>
+
    .nav-pills>li>a:focus,
 +
    .nav-pills>li>a:hover {
 +
      color: #000;
 +
      background-color: rgb(249, 228, 137);
 +
    }
  
<div class="column half_size">
+
    /*改变超链接的位置*/
<h5>Safe Lab Work</h5>
+
  
<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>
+
    .jiaozheng {
 +
      position: relative;
 +
      top: -66px;
 +
    }
 +
  </style>
 +
  <!--内容的样式-->
 +
  <style>
 +
    /*总样式*/
  
</div>
+
    body {
 +
      font-family: "Arial", Helvetica, sans-serif;
 +
      text-align: justify;
 +
      margin: 0px;
 +
      background-color: #ffffff;
 +
    }
  
<div class="column half_size">
+
    /*内容框子的样式*/
<h5>Safe Shipment</h5>
+
  
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
+
    .col-sm-9 {
</div>
+
      position: absolute;
 +
      top: 43px;
 +
      left: 50%;
 +
      margin-left: -360px;
 +
      padding: 0 30px 0 30px;
 +
      width: 960px;
 +
      height: 2300px;
 +
      z-index: -1;
 +
    }
 +
 
 +
    /*内容中几种文体的样式*/
 +
 
 +
    .col-sm-9 a:hover {
 +
      color: #000;
 +
      text-decoration: none;
 +
    }
 +
 
 +
    .biaoti {
 +
      font-size: 50px;
 +
      font-weight: bold;
 +
      text-align: center;
 +
      width: 100%;
 +
      display: block;
 +
      padding-bottom: 50px;
 +
      padding-top: 50px;
 +
      color: rgb(63, 59, 58);
 +
    }
 +
     
 +
    .zhengwen {
 +
      display: block;
 +
      font-style: arial;
 +
      font-size: 18px;
 +
      line-height: 34px;
 +
      text-align: justify;
 +
      color: #000;
 +
      margin-bottom: 9px;
 +
      margin-left: 0px;
 +
      margin-right: 0px;
 +
      margin-top: 7.2px;
 +
    }
 +
 
 +
    .zhengwen_disblock {
 +
      font-style: arial;
 +
      font-size: 18px;
 +
      line-height: 34px;
 +
      text-align: justify;
 +
      color: #000;
 +
      margin-bottom: 9px;
 +
      margin-left: 0px;
 +
      margin-right: 0px;
 +
      margin-top: 7.2px;
 +
    }
 +
 
 +
    .yinzhu {}
 +
 
 +
    .yinzhu:hover .yinzhu {}
 +
 
 +
    .yinwen {
 +
      display: block;
 +
      font-style: arial;
 +
      font-size: 18px;
 +
      line-height: 34px;
 +
      text-align: justify;
 +
      color: #000;
 +
      margin-bottom: 9px;
 +
      margin-left: 0px;
 +
      margin-right: 0px;
 +
      margin-top: 7.2px;
 +
    }
 +
 
 +
    .shangduiqi {
 +
      position: relative;
 +
    }
 +
 
 +
    .shangduiqi a {
 +
      position: absolute;
 +
      top: -66px;
 +
    }
 +
 
 +
    /*图片的样式*/
 +
    .tu_1 {
 +
      width: 600px;
 +
      margin: 0 auto;
 +
      display: block;
 +
    }
 +
 
 +
    .tu_2 {
 +
      width: 800px;
 +
      margin: 0 auto;
 +
      display: block;
 +
    }
 +
 
 +
    .tu_3 {
 +
      width: 555px;
 +
      margin: 0 auto;
 +
      display: block;
 +
    }
 +
  </style>
 +
  <!--点击展开部分的样式-->
 +
  <style>
 +
    span.caret_black {
 +
      display: inline-block;
 +
      margin-left: 6px;
 +
      vertical-align: middle;
 +
      width: 0;
 +
      height: 0;
 +
      border-left: 6px solid transparent;
 +
      border-right: 6px solid transparent;
 +
      border-top: 6px solid black;
 +
    }
 +
 
 +
    label {
 +
      cursor: pointer;
 +
    }
 +
 
 +
    #HZAUmenu-toggle {
 +
      display: none;
 +
    }
 +
 
 +
    #HZAUmenu {
 +
      display: none;
 +
      font-size: 18px;
 +
      padding: 0 50px 0 50px;
 +
      width: 900px;
 +
      margin: 0;
 +
      color: black;
 +
    }
 +
 
 +
    #HZAUmenu>a {
 +
      color: #000;
 +
    }
 +
 
 +
    #HZAUmenu>a:hover {
 +
      color: #000;
 +
      text-decoration: none;
 +
    }
 +
 
 +
    #HZAUmenu-toggle:checked+#HZAUmenu {
 +
      display: block;
 +
    }
 +
  </style>
 +
  <style>
 +
    div.nav_body {
 +
      padding: 7px 0 7px 0;
 +
      height: 50px;
 +
    }
 +
  </style>
 +
</head>
 +
<body>
 +
<div >
 +
 
 +
    <div>
 +
        <a>General safety matters</a>
 +
        <a>Our lab</a>
 +
        <a>Our project</a>
 +
               
 +
    </div>
 +
 
 +
    <div>
 +
            <h2>Safty</h2>
 +
            <p>We have finished all of the safety forms:</p>
 +
         
 +
 
 +
            <h3>General safety matters:</h3><br/>
 +
            <p>In our lab there is a safety training for everyone which covered following aspects:</p>
 +
            <p>1. Personal prospective wear: lab coat and gloves must be worn all the time during work,Personnel must wash their hands after experiments, and before they leave the laboratory working areas. Open-toed footwear must not be worn in laboratories. Eating, drinking, smoking, applying cosmetics, handling contact lenses and sleeping is prohibited in the laboratory working areas.</p>
 +
            <p>2. Chemical safety: we have printed “Dos and don’ts when using hazardous chemicals” and posted them on marked place.</p>
 +
            <p>GMO safety: no biology materials are allowed to bring out of our lab and biology waste must be put to bacterial waste.</p>
 +
            <p>Studying biosafety: we have also listed some websites of biosafety for our teammates to study:</p>
 +
 
 +
            <h5>Govern biosafety in research laboratories:</h5>
 +
            <p>china http://www.stee.agri.gov.cn/biosafety/</p>
 +
            <p>http://english.biosafety.gov.cn/</p>
 +
 
 +
            <h5>Biosafety guidelines of our institution:</h5>
 +
            <p>http://swx.hzau.edu.cn/</p>
 +
            <p>http://bw.hzau.edu.cn/zc_detail.asp?id=196</p>
 +
 
 +
            <h5>Regulations that govern biosafety in research laboratories:</h5>
 +
            <p>http://www.stee.agri.gov.cn/biosafety/</p>
 +
            <p>http://english.biosafety.gov.cn/</p>
 +
 
 +
            <h3>Our lab</h3><br/>
 +
            <img src="https://static.igem.org/mediawiki/2016/a/a9/T--HZAU-China--safety_figure1.jpg"  width="400px" ><br/>
 +
            <img src="https://static.igem.org/mediawiki/2016/1/16/T--HZAU-China--safety_figure2.jpg"  height="400px" >
 +
            <p>Our lab locates in the building of college of life science and technology in Huazhong Agricultural.This year,our lab have been transfered from the third floor to first floor where the working place is much spacious.
 +
                There are also two access control system to prevent unauthorized persons form entering, you have to show your student ID card to get into our lab.
 +
            </p>
 +
            <img src="https://static.igem.org/mediawiki/2016/1/19/T--HZAU-China--safty_figure3.png" width="400px"><br/>
 +
 
 +
            <h3>Our project</h3>
 +
            <h5>Organisms and Parts that we Use</h5>
 +
            <p></p>
 +
            <p></p>
 +
            <br/>
 +
 
 +
 
 +
            <div><></a></div>
 +
            <h3>References:</h3>
 +
            <p>1. Understanding Biosecurity ; National research council of The National Academics ,Rita r. Colwell</p>
 +
            <p>2. Laboratory biosecurity guidance; World Health Organization, September 2006, WHO/CDS/EPR/2006.6</p>
 +
            <p>3. Laboratory biosafety manual, Third edition ; World Health Organization, Geneva ,2004</p>
 +
 
 +
 
 +
 
 +
       
 +
 
 +
    </div>
 +
 
 +
 
 +
</body>
  
  
 
</html>
 
</html>

Revision as of 12:51, 1 November 2017

Safty

We have finished all of the safety forms:

General safety matters:


In our lab there is a safety training for everyone which covered following aspects:

1. Personal prospective wear: lab coat and gloves must be worn all the time during work,Personnel must wash their hands after experiments, and before they leave the laboratory working areas. Open-toed footwear must not be worn in laboratories. Eating, drinking, smoking, applying cosmetics, handling contact lenses and sleeping is prohibited in the laboratory working areas.

2. Chemical safety: we have printed “Dos and don’ts when using hazardous chemicals” and posted them on marked place.

GMO safety: no biology materials are allowed to bring out of our lab and biology waste must be put to bacterial waste.

Studying biosafety: we have also listed some websites of biosafety for our teammates to study:

Govern biosafety in research laboratories:

china http://www.stee.agri.gov.cn/biosafety/

http://english.biosafety.gov.cn/

Biosafety guidelines of our institution:

http://swx.hzau.edu.cn/

http://bw.hzau.edu.cn/zc_detail.asp?id=196

Regulations that govern biosafety in research laboratories:

http://www.stee.agri.gov.cn/biosafety/

http://english.biosafety.gov.cn/

Our lab



Our lab locates in the building of college of life science and technology in Huazhong Agricultural.This year,our lab have been transfered from the third floor to first floor where the working place is much spacious. There are also two access control system to prevent unauthorized persons form entering, you have to show your student ID card to get into our lab.


Our project

Organisms and Parts that we Use


<>

References:

1. Understanding Biosecurity ; National research council of The National Academics ,Rita r. Colwell

2. Laboratory biosecurity guidance; World Health Organization, September 2006, WHO/CDS/EPR/2006.6

3. Laboratory biosafety manual, Third edition ; World Health Organization, Geneva ,2004