Team:SEU A/Safety

From 2012.igem.org

(Difference between revisions)
(Prototype team page)
 
(69 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
 
-
 
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<head>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
 
-
This is a template page. READ THESE INSTRUCTIONS.
+
<meta charset="utf-8">
 +
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
        <meta name="description" content="Image Wall with jQuery and CSS3" />
 +
        <meta name="keywords" content="jquery, css3, images, wall, thumbnails, slide, animate"/>
 +
<meta name="author" content="Codrops" />
 +
 
 +
<title>iGEM 2012 SEU_A Safety</title>
 +
 
 +
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css' />
 +
<link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css' />
 +
<link href="http://fonts.googleapis.com/css?family=Arvo" rel="stylesheet" type="text/css" />
 +
<link rel="stylesheet" href="https://2012.igem.org/Team:SEU_A/main.css?action=raw&ctype=text/css" type="text/css">
 +
<link rel="stylesheet" href="https://2012.igem.org/Team:SEU_A/top.css?action=raw&ctype=text/css" type="text/css">
 +
<link rel="stylesheet" href="https://2012.igem.org/Team:SEU_A/clear.css?action=raw&ctype=text/css" type="text/css">
 +
<link rel="stylesheet" href="https://2012.igem.org/Team:SEU_A/footer.css?action=raw&ctype=text/css" type="text/css">
 +
<link rel="stylesheet" href="https://2012.igem.org/Team:SEU_A/navcontainer.css?action=raw&ctype=text/css" type="text/css">
 +
<link rel="stylesheet" href="https://2012.igem.org/Team:SEU_A/attribution.css?action=raw&ctype=text/css" type="text/css">
 +
<link rel="stylesheet" href="https://2012.igem.org/Team:SEU_A/photowall.css?action=raw&ctype=text/css" type="text/css">
 +
<link rel="stylesheet" href="https://2012.igem.org/Team:SEU_A/photowallreset.css?action=raw&ctype=text/css" type="text/css">
 +
<link rel="stylesheet" href="https://2012.igem.org/Team:SEU_A/safety.css?action=raw&ctype=text/css" type="text/css">
 +
 
 +
<script src="js/jquery-1.7.1.min.js"></script>
 +
<script src="js/jquery.flexslider-min.js"></script>
 +
 
 +
<script type="text/javascript" src="http://https://2012.igem.org/Team:SEU_A/top.jq?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="http://https://2012.igem.org/Team:SEU_A/top.js?action=raw&ctype=text/javascript"></script>
 +
 
 +
<script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.js"></script>
 +
<script type="text/javascript" src="https://2012.igem.org/Team:SEU_A/attribution/pic.js?action=raw&ctype=text/javascript"></script>
 +
 
 +
<style type="text/css">h1{ font:bold 18px Helvetica, Arial, sans-sarif; color:#FFF; margin:10px 0 0 0; text-align:center; }</style>
 +
<style type="text/css">h2{ font-size:24px; padding:10px; }</style>
 +
 
 +
</head>
 +
 
 +
<body>
 +
 
 +
<div class="navcontainer">
 +
    <ul class="navlist">
 +
        <li><a href="https://2012.igem.org/Team:SEU_A">Home</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Project">Project</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Modeling">Modeling</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Experiment">Experiment</a></li>
 +
        <li id="active"><a href="https://2012.igem.org/Team:SEU_A/Safety">Safety</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Humanpractice">Human Practice</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Attributions">Attributions</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Team">About Us</a></li>
 +
        <li><a href="https://2012.igem.org">iGEM</a></li>
 +
    </ul>
</div>
</div>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
 
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
<div class="container">
-
</div>
+
    <header>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
    <div class="title1">
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified.  PLEASE keep all of your pages within your teams namespace. 
+
<img src="https://static.igem.org/mediawiki/2012/a/af/Seua_title.png">
 +
</div>
 +
        <br class="clearfloat" />
 +
    </header>
</div>
</div>
-
</div>
 
-
</html>
 
-
<!-- *** End of the alert box *** -->
+
      <div class="content">
 +
<header>
 +
<h1>Safety</h1>
 +
<span>Aiming to construct a safe and creative lab environment.</span>
 +
</header>
 +
      </html>[[File:Seua_poison_apple.png|400px|left|Southeast University Project]]<html>
 +
            <table id="toc" class="toc" style="margin:0 0 auto auto; background:none; padding:10px;">
 +
            <tr>
 +
                <td>
 +
                  <div id="toctitle"><h2>Index</h2> </div>
 +
<ul>
 +
<li class="toclevel-1 tocsection-1"><a href="#.A0"><span class="tocnumber">1</span> <span class="toctext">Biosafety</span></a>
 +
<ul>
 +
<li class="toclevel-2 tocsection-1"><a href="#.A1"><span class="tocnumber">&nbsp;&nbsp;&nbsp;1.1</span> <span class="toctext">Key words</span></a></li>
 +
<li class="toclevel-2 tocsection-2"><a href="#.A2"><span class="tocnumber">&nbsp;&nbsp;&nbsp;1.2</span> <span class="toctext">Research Safety</span></a></li>
 +
<li class="toclevel-2 tocsection-3"><a href="#.A3"><span class="tocnumber">&nbsp;&nbsp;&nbsp;1.3</span> <span class="toctext">Public Safety</span></a></li>
 +
<li class="toclevel-2 tocsection-4"><a href="#.A4"><span class="tocnumber">&nbsp;&nbsp;&nbsp;1.4</span> <span class="toctext">Environment Safety</span></a></li>
 +
</ul>
 +
</li>
 +
<li class="toclevel-1 tocsection-2"><a href="#.B0"><span class="tocnumber">2</span> <span class="toctext">Laboratory Biosafety</span></a></li>
 +
<li class="toclevel-1 tocsection-3"><a href="#.C0"><span class="tocnumber">3</span> <span class="toctext">BioBrick Safety</span></a></li>
 +
<li class="toclevel-1 tocsection-4"><a href="#.D0"><span class="tocnumber">4</span> <span class="toctext">Local biosafety Group\Committee</span></a></li>
 +
<li class="toclevel-1 tocsection-5"><a href="#.E0"><span class="tocnumber">5</span> <span class="toctext">Biosafety @ SEU</span></a></li>
 +
</ul>
 +
                </td>
 +
            </tr>
 +
            </table>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
      </br><h2> <span class="mw-headline" id=".A0">1 Biosafety</span></h2></br>
-
!align="center"|[[Team:SEU_A|Home]]
+
      &nbsp;&nbsp;&nbsp;<span class="mw-headline" id=".A1">1.1 Key words</br></br>
-
!align="center"|[[Team:SEU_A/Team|Team]]
+
      Biosafety is used to describe efforts to reduce and eliminate the potential risks resulting from biotechnology and its products. It has similarly been defined as “the avoidance of risk to human health and safety, and to the conservation of the environment, as a result of the use for research and commerce of infectious or genetically modified organisms” (Zaid, 2001).</br></br>
-
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=SEU_A Official Team Profile]
+
      &nbsp;&nbsp;&nbsp;<span class="mw-headline" id=".A2">1.2 Researcher Safety</span></br></br>
-
!align="center"|[[Team:SEU_A/Project|Project]]
+
      It is impossible to work in a laboratory environment without its risks, so we took a variety of steps to make sure the safety of our team during our lab work. All our team members are students in the school of life sciences and are well trained through teaching and lab rotations. Protective measures involve gloves, masks and lab coats. The labs we use are equipped with safety facilities, so researcher safety is guaranteed.</br></br>
-
!align="center"|[[Team:SEU_A/Parts|Parts Submitted to the Registry]]
+
      &nbsp;&nbsp;&nbsp;<span class="mw-headline" id=".A3">1.3 Public Safety</span></br></br>
-
!align="center"|[[Team:SEU_A/Modeling|Modeling]]
+
      We just use the common competent cells: BL21 ,DH5αwhich we gain them from invetrogen and HB101 strain from the military medicine research institution in china, all of them are harmless to the public. National standards link:</br>
-
!align="center"|[[Team:SEU_A/Notebook|Notebook]]
+
<a href="http://www.cnca.gov.cn/cnca/zwxx/xwdt/zxtz/images/20080310/3873.pdf">http://www.cnca.gov.cn/cnca/zwxx/xwdt/zxtz/images/20080310/3873.pdf</a></br>
-
!align="center"|[[Team:SEU_A/Safety|Safety]]
+
      Also, the plasmids and DNA fragments that we use are mostly provided by iGEM. Furthermore, all the stuff will be autoclaved sterilization before we discard them. None of these parts involves direct interaction with the public, so there is little risk to public safety from our project.</br></br>
-
!align="center"|[[Team:SEU_A/Attributions|Attributions]]
+
      &nbsp;&nbsp;&nbsp;<span class="mw-headline" id=".A4">1.4 Environment Safety</span></br></br>
-
|}
+
      There is no way that our experiment bacteria can spread outside our laboratory. Thus, the external environment will not be contaminated by our experiment bacteria. This is actually a common feature in many other researches. Plus, all plates will be boiled thoroughly to kill the bacteria before disposal. So, our project does not pose a risk to environmental safety.</br></br>
 +
      </br><h2> <span class="mw-headline" id=".B0">2  Laboratory Biosafety</span></h2></br>
 +
      This part is mainly focused on Health Risks and Personal Safety, Working in the lab always has implicit risks, but we have taken action to minimize them. Everyone engages in the experiment must wear biohazard gloves and mouth-muffles, on one hand to protect themselves, on other hand to prevent the unnecessary enzymes. Before leaving the laboratory, the instructors will guide us to check all the experimental facilities including sterile the various containers, take off the water bath and other risky facilities. We also be required to washing our hands with the disinfectant to ensure the personal safety.</br></br>
-
Use this page to answer the questions on the  [[Safety | safety page]].
+
      </br><h2> <span class="mw-headline" id=".C0">3  BioBrick Safety</span></h2></br>
 +
      Our project consider about exploiting new methods to deal with the antibiotic issues, the biobrick safety matters that we may involved in is that we construct a plasmid with the conjugation function in order to spread our target DNA fragment. For the sake of preventing the plasmid broadcast some unknown function genes, we ensure that every used liquid medium and gel solid medium are sterile before disposal. Well, all the other DNA fragments no matter we used or modified are achieved from the kit plates or commonly employed in laboratory.</br></br>
 +
 
 +
      </br><h2> <span class="mw-headline" id=".D0">4 Local Biosafety Group\Committee</span></h2></br>
 +
      In China, the main concerns for biosafety are pathogenic microbes and the genetically modified crops. Our experiment is designed and carried out following the standards of national biosafety office, therefore no laws or regulations regarding the biosafety issue are violated.</br>
 +
      &nbsp;&nbsp;&nbsp;<a href="http://www.cnca.gov.cn/cnca/zwxx/xwdt/zxtz/images/20080310/3873.pdf">http://www.cnca.gov.cn/cnca/zwxx/xwdt/zxtz/images/20080310/3873.pdf</a></br>
 +
      &nbsp;&nbsp;&nbsp;The laboratory that we worked in is the State Key Laboratory of Bioelectronics which has a serious biosafety constitution. And all new experiments would be weighed on safety by experienced teachers before execution.</br>
 +
      &nbsp;&nbsp;&nbsp;In addition, we have meticulously refer to the rules made by Experiment Center of Biomaterial and Biotechnology. For further information of this set of rules, please visit the website:</br>
 +
      &nbsp;&nbsp;&nbsp;<a href="http://www.lmbe.seu.edu.cn/cailiao/guizhangzhidu.html">http://www.lmbe.seu.edu.cn/cailiao/guizhangzhidu.html</a>
 +
</br></br>
 +
 
 +
 
 +
 
 +
      </div>
 +
 
 +
<div class="footer">
 +
  <a href="https://2012.igem.org/Main_Page/" target="_blank">iGEM 2012</a>
 +
  <a href="/wiki/index.php?title=Team:SEU_A/Safety&amp;action=edit">Edit</a>
 +
  <a href="#top" onclick="window.scrollTo(0,0);return false;">Top</a>
 +
</div>
 +
 
 +
 
 +
</br></br></br>
 +
<p align="center"><a href="http://www.seu.edu.cn" target="_blank"><strong>Southeast University</strong></a></p>
 +
<p align="center"><a href="http://bme.seu.edu.cn/" target="_blank">Biomedical Engineer School, SEU </a> | <a href="https://2012.igem.org/" target="_blank"> iGEM 2012</a></p>
 +
<p align="center">Copyright &copy; Southeast University iGEM 2012 Team A, All rights reserved.</p>
 +
 
 +
</body>
 +
</html>

Latest revision as of 20:56, 26 September 2012

iGEM 2012 SEU_A Safety

Safety

Aiming to construct a safe and creative lab environment.
Southeast University Project

Index


1 Biosafety


   1.1 Key words

Biosafety is used to describe efforts to reduce and eliminate the potential risks resulting from biotechnology and its products. It has similarly been defined as “the avoidance of risk to human health and safety, and to the conservation of the environment, as a result of the use for research and commerce of infectious or genetically modified organisms” (Zaid, 2001).

   1.2 Researcher Safety

It is impossible to work in a laboratory environment without its risks, so we took a variety of steps to make sure the safety of our team during our lab work. All our team members are students in the school of life sciences and are well trained through teaching and lab rotations. Protective measures involve gloves, masks and lab coats. The labs we use are equipped with safety facilities, so researcher safety is guaranteed.

   1.3 Public Safety

We just use the common competent cells: BL21 ,DH5αwhich we gain them from invetrogen and HB101 strain from the military medicine research institution in china, all of them are harmless to the public. National standards link:
http://www.cnca.gov.cn/cnca/zwxx/xwdt/zxtz/images/20080310/3873.pdf
Also, the plasmids and DNA fragments that we use are mostly provided by iGEM. Furthermore, all the stuff will be autoclaved sterilization before we discard them. None of these parts involves direct interaction with the public, so there is little risk to public safety from our project.

   1.4 Environment Safety

There is no way that our experiment bacteria can spread outside our laboratory. Thus, the external environment will not be contaminated by our experiment bacteria. This is actually a common feature in many other researches. Plus, all plates will be boiled thoroughly to kill the bacteria before disposal. So, our project does not pose a risk to environmental safety.


2 Laboratory Biosafety


This part is mainly focused on Health Risks and Personal Safety, Working in the lab always has implicit risks, but we have taken action to minimize them. Everyone engages in the experiment must wear biohazard gloves and mouth-muffles, on one hand to protect themselves, on other hand to prevent the unnecessary enzymes. Before leaving the laboratory, the instructors will guide us to check all the experimental facilities including sterile the various containers, take off the water bath and other risky facilities. We also be required to washing our hands with the disinfectant to ensure the personal safety.


3 BioBrick Safety


Our project consider about exploiting new methods to deal with the antibiotic issues, the biobrick safety matters that we may involved in is that we construct a plasmid with the conjugation function in order to spread our target DNA fragment. For the sake of preventing the plasmid broadcast some unknown function genes, we ensure that every used liquid medium and gel solid medium are sterile before disposal. Well, all the other DNA fragments no matter we used or modified are achieved from the kit plates or commonly employed in laboratory.


4 Local Biosafety Group\Committee


In China, the main concerns for biosafety are pathogenic microbes and the genetically modified crops. Our experiment is designed and carried out following the standards of national biosafety office, therefore no laws or regulations regarding the biosafety issue are violated.
   http://www.cnca.gov.cn/cnca/zwxx/xwdt/zxtz/images/20080310/3873.pdf
   The laboratory that we worked in is the State Key Laboratory of Bioelectronics which has a serious biosafety constitution. And all new experiments would be weighed on safety by experienced teachers before execution.
   In addition, we have meticulously refer to the rules made by Experiment Center of Biomaterial and Biotechnology. For further information of this set of rules, please visit the website:
   http://www.lmbe.seu.edu.cn/cailiao/guizhangzhidu.html




Southeast University

Biomedical Engineer School, SEU | iGEM 2012

Copyright © Southeast University iGEM 2012 Team A, All rights reserved.