Team:WITS-CSIR SA/Project/Safety

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html>
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 +
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<head>
     <title>Biotweet - Safety</title>
     <title>Biotweet - Safety</title>
-
     <!--<link href="../css/layout.css" rel="stylesheet" type="text/css" />
+
     <link type="text/css" media="screen" rel="Stylesheet" href="https://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dojo/resources/dojo.css" />
-
     <link href="../css/presentation.css" rel="stylesheet" type="text/css" />
+
     <link type="text/css" media="screen" rel="Stylesheet" href="https://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dijit/themes/claro/claro.css" />
-
    <link href="../css/theme/jquery-ui-1.8.14.custom.css" rel="stylesheet" type="text/css" />-->
+
     <style type="text/css">
-
     <!--<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.4.0/build/cssreset/reset-min.css">-->
+
        html, body, div.container
 +
        {
 +
            height: 100%;
 +
            padding: 0px;
 +
            margin: 0px;
 +
        }
 +
       
 +
        div.top
 +
        {
 +
            height: 140px;
 +
            background-color: #2d4782;
 +
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6279ad', endColorstr='#2d4782'); /* for IE */
 +
            background: -webkit-gradient(linear, left top, left bottom, from(#6279ad), to(#2d4782)); /* for webkit browsers */
 +
            background: -moz-linear-gradient(top,  #6279ad,  #2d4782); /* for firefox 3.6+ */
 +
        }
 +
       
 +
        div.center
 +
        {
 +
            background-color: #b8bcbf;
 +
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8bcbf', endColorstr='#ffffff') !important; /* for IE */
 +
            background: -webkit-gradient(linear, left top, left bottom, from(#b8bcbf), to(#ffffff)) !important; /* for webkit browsers */
 +
            background: -moz-linear-gradient(top,  #b8bcbf,  #ffffff) !important; /* for firefox 3.6+ */
 +
        }
 +
       
 +
        div.bottom
 +
        {
 +
            text-align: center;
 +
        }
 +
       
 +
        .dijitMenuItem
 +
        {
 +
            background-color: #eeeeff;
 +
        }
 +
    </style>
 +
    <script type="text/javascript">
 +
        var dojoConfig = {
 +
            isDebug: false,
 +
            parseOnLoad: false
 +
        }
 +
    </script>
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/layout.css?action=raw&amp;ctype=text/css">
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/layout.css?action=raw&amp;ctype=text/css">
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/presentation.css?action=raw&amp;ctype=text/css">
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/presentation.css?action=raw&amp;ctype=text/css">
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/theme/jquery-ui-1.8.14.custom.css?action=raw&amp;ctype=text/css">
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/theme/jquery-ui-1.8.14.custom.css?action=raw&amp;ctype=text/css">
 +
    <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/liteaccordion.css?action=raw&amp;ctype=text/css">
     <!-- Begin: Core -->
     <!-- Begin: Core -->
-
    <!--<script src="../js/lib/jquery-1.5.1.min.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/modernizr-1.7.min.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/underscore.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/backbone.js" type="text/javascript"></script>-->
 
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery-1.5.1.min.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery-1.5.1.min.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/modernizr-1.7.min.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/modernizr-1.7.min.js?action=raw&amp;ctype=text/js"></script>
Line 20: Line 57:
     <!-- End:  Core -->
     <!-- End:  Core -->
     <!-- Begin: Library -->
     <!-- Begin: Library -->
-
    <!--<script src="../js/lib/jquery-ui-1.8.14.custom.min.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/jquery.fling.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/sammy-latest.min.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/jQuery.BlockUI.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/jquery.sizes.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/jlayout.border.js" type="text/javascript"></script>
 
-
    <script src="../js/lib/jquery.jlayout.js" type="text/javascript"></script>-->
 
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery-ui-1.8.14.custom.min.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery-ui-1.8.14.custom.min.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery.fling.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery.fling.js?action=raw&amp;ctype=text/js"></script>
Line 34: Line 64:
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jlayout.border.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jlayout.border.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery.jlayout.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery.jlayout.js?action=raw&amp;ctype=text/js"></script>
 +
    <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/liteaccordion.jquery.js?action=raw&amp;ctype=text/js"></script>
     <!-- End:  Library -->
     <!-- End:  Library -->
     <!-- Begin: Custom -->
     <!-- Begin: Custom -->
-
    <!--<script src="../js/common.js" type="text/javascript"></script>-->
 
-
    <!--<script src="../js/layout.js" type="text/javascript"></script>-->
 
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/common.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/common.js?action=raw&amp;ctype=text/js"></script>
-
    <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/layout.js?action=raw&amp;ctype=text/js"></script>
 
     <!-- End:  Custom -->
     <!-- End:  Custom -->
 +
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dojo/dojo.xd.js"></script>
 +
    <script type="text/javascript">
 +
        dojo.require("dijit.layout.BorderContainer");
 +
        dojo.require("dijit.layout.ContentPane");
 +
        dojo.require("dijit.Menu");
 +
        dojo.require("dijit.MenuItem");
 +
        dojo.require("dijit.PopupMenuItem");
 +
        dojo.require("dijit.MenuBar");
 +
        dojo.require("dijit.MenuBarItem");
 +
        dojo.require("dijit.PopupMenuBarItem");
 +
        dojo.require("dijit.MenuSeparator");
 +
        dojo.require("dijit.TitlePane");
 +
        dojo.require("dijit.form.Button");
 +
        dojo.require("dijit.form.TextBox");
 +
        dojo.require("dojo.parser");
 +
    </script>
</head>
</head>
-
<body>
+
<body class="claro">
-
    <!--<script src="../client/MenuModel.js" type="text/javascript"></script>-->
+
-
    <!--<script src="../client/CalendarModel.js" type="text/javascript"></script>-->
+
-
    <!--<script src="../client/SideMenu.js" type="text/javascript"></script>-->
+
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/client/MenuModel.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/client/MenuModel.js?action=raw&amp;ctype=text/js"></script>
-
    <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/client/CalendarModel.js?action=raw&amp;ctype=text/js"></script>
 
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/client/SideMenu.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/client/SideMenu.js?action=raw&amp;ctype=text/js"></script>
-
     <div id="target">
+
     <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline', gutters: false"
-
        <input type="hidden" id="hidStart" value="false" />
+
        class="container">
-
         <div class="banner">
+
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'top'" class="top">
-
             <h1 id="logo">
+
             <a href="https://2011.igem.org/Team:WITS-CSIR_SA">
-
                 biotweet
+
                 <img src="https://static.igem.org/mediawiki/2011/c/c9/Logo.png" alt="Biotweet" height="100px"
-
            </h1>
+
                    style="float: left; margin-bottom: 10px; border: none;" />
-
            <h1 id="igemLogo" style="display: inline-block;">
+
            </a><a href="https://igem.org/Main_Page" target="_blank">
-
                <a href="https://2011.igem.org" target="_blank">iGEM</a>
+
                <img src="https://static.igem.org/mediawiki/2011/b/be/ICL_iGEM_Logo.png" alt="iGem" height="100px"
-
            </h1>
+
                    style="float: right; margin-bottom: 10px; border: none;" />
-
        </div>
+
            </a>
-
        <div class="menu padding">
+
            <div class="menu padding ui-helper-clearfix">
 +
            </div>
         </div>
         </div>
-
         <div class="layout" style="margin: 0px auto; width: 960px;">
+
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'center'"
-
            <div class="center">
+
            class="center">
-
                <h1>
+
            <div style="width: 903px; margin: auto; height: 100%;">
 +
                <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline'"
 +
                    style="height: 100%;">
 +
                    <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'leading', style:'overflow-y: auto;'"
 +
                        class="west">
 +
                        sidebar
 +
                    </div>
 +
                    <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'center'">
 +
                        <div style="height: 100%; overflow-y: auto;">
 +
                            <h1>
                   Safety</h1>
                   Safety</h1>
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Team safety policy'">
-
<h2>Team Safety Policy</h2>
 
<p> The South African Genetically Modified Organisms (GMO) act regulates all research and development with these organisms to ensure environmental, researcher and public safety. The legislation governs all activities with these microbes including their transport and work in the laboratory by researchers. The GMO Act has three main focuses guarding human, environmental and socioeconomic safety. As the Wits iGEM team, we work hard to ensure that our safety policy is aligned with our country’s GMO Act. </p>
<p> The South African Genetically Modified Organisms (GMO) act regulates all research and development with these organisms to ensure environmental, researcher and public safety. The legislation governs all activities with these microbes including their transport and work in the laboratory by researchers. The GMO Act has three main focuses guarding human, environmental and socioeconomic safety. As the Wits iGEM team, we work hard to ensure that our safety policy is aligned with our country’s GMO Act. </p>
-
 
+
</div>
-
<h2>Researcher Safety</h2>
+
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Researcher safety'">
<p>The organism used in this iGEM poject is a strain of E.coli which requires that biosafety level 1 guidelines are adhered to in the laboratory. Regulations of this biosafety level indicate that lab coats and gloves should be worn at all times while working with E. coli. The team implements these rules without exception. </p>
<p>The organism used in this iGEM poject is a strain of E.coli which requires that biosafety level 1 guidelines are adhered to in the laboratory. Regulations of this biosafety level indicate that lab coats and gloves should be worn at all times while working with E. coli. The team implements these rules without exception. </p>
Line 75: Line 125:
<p>Microbes are not the only dangers presented to our team when working in the laboratory. Some chemicals, such as ethidium bromide pose a risk to the biologists. When working with this chemical, gloves are worn and disposed of immediately after contact. The team also works with atrazine and theophylline (see "Usage of Harmful Substances").</p>
<p>Microbes are not the only dangers presented to our team when working in the laboratory. Some chemicals, such as ethidium bromide pose a risk to the biologists. When working with this chemical, gloves are worn and disposed of immediately after contact. The team also works with atrazine and theophylline (see "Usage of Harmful Substances").</p>
-
 
+
</div>
-
<h2>Public Safety</h2>
+
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Public safety'">
<p>To prevent the public from coming into contact with our genetically modified organisms, all contaminated laboratory materials are disposed of in assigned bins for decontamination. The strict adherence of the team to this policy ensures that the public, and researchers, are protected from the potential pathogenicity of E. coli. Should individuals in the public come into contact with the genetically engineered bacteria, it will pose little, if any, risk since the bacteria contain no harmful genetically engineered parts and are responsive only to substances rarely present in nature. Issues may arise from the chloramphenicol resistance of the bacteria being horizontally transferred to other bacteria in the environment. This said, chloramphenicol is an antibiotic seldom administered to fight bacterial infections and as such, the acquisition of such resistance by a species will not affect the efficiency of antibiotic treatments. </p>
<p>To prevent the public from coming into contact with our genetically modified organisms, all contaminated laboratory materials are disposed of in assigned bins for decontamination. The strict adherence of the team to this policy ensures that the public, and researchers, are protected from the potential pathogenicity of E. coli. Should individuals in the public come into contact with the genetically engineered bacteria, it will pose little, if any, risk since the bacteria contain no harmful genetically engineered parts and are responsive only to substances rarely present in nature. Issues may arise from the chloramphenicol resistance of the bacteria being horizontally transferred to other bacteria in the environment. This said, chloramphenicol is an antibiotic seldom administered to fight bacterial infections and as such, the acquisition of such resistance by a species will not affect the efficiency of antibiotic treatments. </p>
 +
</div>
-
<h2>Environmental Safety</h2>
+
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Environmental safety'">
-
<p>The E. coli strain we use in our laboratory work will not pose any environmental safety risks if it is accidently released. The biobricks which have been transformed into this species will not cause any negative effects to the environment since the biobricks are only responsive to atrazine, IPTG and theophylline which are rarely present in the environment. </p>
+
-
<h2>Usage of Harmful Substances</h2>
+
<p>The E. coli strain we use in our laboratory work will not pose any environmental safety risks if it is accidently released. The biobricks which have been transformed into this species will not cause any negative effects to the environment since the biobricks are only responsive to atrazine, IPTG and theophylline which are rarely present in the environment. </p>
-
<p>A component of our project involves working with harmful substances which are not commonly used in a laboratory setting. We will be using two hazardous chemicals as chemoattractants for our bacteria, to direct chemotaxis – namely atrazine and theophylline.  
+
</div>
 +
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Usage of harmful substances'">
 +
<p>A component of our project involves working with harmful substances which are not commonly used in a laboratory setting. We will be using two hazardous chemicals as chemoattractants for our bacteria, to direct chemotaxis – namely atrazine and theophylline. </p>
-
Although its usage has been banned in the European Union, atrazine remains one of the most widely used herbicides in the rest of the world. An organic compound which is biodegradable through the action of microbes in soil, atrazine is also a suspected oestrogen disruptor and teratogen. Contamination of drinking water with atrazine concentrations above government regulations has previously been linked to birth defects and menstrual problems in the case of human consumption. It may even infer possible carcinogenic effects and lower sperm levels in men. </p>
+
<p>Although its usage has been banned in the European Union, atrazine remains one of the most widely used herbicides in the rest of the world. An organic compound which is biodegradable through the action of microbes in soil, atrazine is also a suspected oestrogen disruptor and teratogen. Contamination of drinking water with atrazine concentrations above government regulations has previously been linked to birth defects and menstrual problems in the case of human consumption. It may even infer possible carcinogenic effects and lower sperm levels in men. </p>
<p>Theophylline is an antibiotic. It does not impose as many biohazardous risks as atrazine but must still be handled with care and the relevant protection in the lab. </p>
<p>Theophylline is an antibiotic. It does not impose as many biohazardous risks as atrazine but must still be handled with care and the relevant protection in the lab. </p>
Line 97: Line 149:
<a href=">http://www.sigmaaldrich.com/catalog/Lookup.do?N5=All&N3=mode+matchpartialmax&N4=T1633-50G&D7=0&D10=T1633-50G&N1=S_ID&ST=RS&N25=0&F=PR  " target="_blank">THEOPHYLLINE</a>
<a href=">http://www.sigmaaldrich.com/catalog/Lookup.do?N5=All&N3=mode+matchpartialmax&N4=T1633-50G&D7=0&D10=T1633-50G&N1=S_ID&ST=RS&N25=0&F=PR  " target="_blank">THEOPHYLLINE</a>
 +
</div>
-
 
+
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Security risk'">
-
<h2>Security Risk</h2>
+
<p>Our machine does not pose any security risks as it does not secrete any harmful substances. The species of bacteria utilized for our project is also biosafety level 1. Should this bacteria be released for malicious intent, it will unlikely cause harm to the public or environment.</p>
<p>Our machine does not pose any security risks as it does not secrete any harmful substances. The species of bacteria utilized for our project is also biosafety level 1. Should this bacteria be released for malicious intent, it will unlikely cause harm to the public or environment.</p>
-
 
+
</div>
-
<h2>Biobrick Safety</h2>
+
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Biobrick safety'">
<p>Even with lateral gene transfer between bacteria, the only advantage that will be acquired is directional movement towards either atrazine or theophylline and the ability to then fluoresce. It is very unlikely that microorganisms will even come across these two substances in a normal environmental setting. Taking this into account, our parts pose little, if any, risk to public or environmental safety. The vectors used in cloning contain antibiotic resistance which could be transferred between bacteria. This could provide selective advantage to bacteria who obtain these vectors. To prevent bacteria in nature coming into contact with our engineered E. coli, all microbiological waste will be disposed of only after autoclaving. </p>
<p>Even with lateral gene transfer between bacteria, the only advantage that will be acquired is directional movement towards either atrazine or theophylline and the ability to then fluoresce. It is very unlikely that microorganisms will even come across these two substances in a normal environmental setting. Taking this into account, our parts pose little, if any, risk to public or environmental safety. The vectors used in cloning contain antibiotic resistance which could be transferred between bacteria. This could provide selective advantage to bacteria who obtain these vectors. To prevent bacteria in nature coming into contact with our engineered E. coli, all microbiological waste will be disposed of only after autoclaving. </p>
<p>The main feature of our device ensures the bacteria return to the position of their release. This means, should our system be used, the bacteria will not remain in the environment and will always return to the start. This reduces the hazard of these GMOs in the context of public, researcher and environmental safety.</p>
<p>The main feature of our device ensures the bacteria return to the position of their release. This means, should our system be used, the bacteria will not remain in the environment and will always return to the start. This reduces the hazard of these GMOs in the context of public, researcher and environmental safety.</p>
-
 
+
</div>
-
<h2>Our Knowledge of Safety</h2>
+
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Our knowledge of safety'">
-
 
+
<p>All of the team members have attended presentations on laboratory safety and use the knowledge learned to ensure correct procedures are followed in the lab. Two of the team members also have first aid training, enabling them to help should an emergency of medical nature occur in the lab.</p>
<p>All of the team members have attended presentations on laboratory safety and use the knowledge learned to ensure correct procedures are followed in the lab. Two of the team members also have first aid training, enabling them to help should an emergency of medical nature occur in the lab.</p>
-
 
+
</div>
-
<h2>Safety at our Institution</h2>
+
<div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Safety at our institution'">
<a href="http://www.wits.ac.za/academic/research/7074/biosafety_considerations.html " target="_blank">Wits Biosafety Committee information</a>
<a href="http://www.wits.ac.za/academic/research/7074/biosafety_considerations.html " target="_blank">Wits Biosafety Committee information</a>
-
 
+
</div>
-
 
+
                    </div>
-
 
+
                 </div>
-
            </div>
+
-
            <div class="north">
+
-
                 &nbsp;</div>
+
-
            <div class="west">
+
-
            </div>
+
-
            <div class="south">
+
             </div>
             </div>
         </div>
         </div>
 +
    </div>
 +
    <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'bottom'"
 +
        class="footerBox" style="background-color: #ffffff;">
 +
    </div>
     </div>
     </div>
     <script type="text/javascript">
     <script type="text/javascript">
-
         $(function () {
+
         dojo.ready(function () {
             $('#globalWrapper').hide();
             $('#globalWrapper').hide();
-
             $('#target').appendTo('body');
+
             $('.container').appendTo('body');
             $('.left-menu').prependTo('body').css('z-index', 100);
             $('.left-menu').prependTo('body').css('z-index', 100);
-
             $('#footer-box').appendTo('div.south');
+
             $('#footer-box').appendTo('div.footerBox');
             $('.left-menu li:last').remove();
             $('.left-menu li:last').remove();
             $('.right-menu').prependTo('body').css('z-index', 100);
             $('.right-menu').prependTo('body').css('z-index', 100);
 +
 +
            $('body').addClass('claro');
             $.fling('publish', 'ready');
             $.fling('publish', 'ready');
 +
 +
            $('#one').liteAccordion({
 +
                onActivate: function () {
 +
                    this.find('figcaption').fadeOut();
 +
                },
 +
                slideCallback: function () {
 +
                    this.find('figcaption').fadeIn();
 +
                },
 +
                autoPlay: false,
 +
                pauseOnHover: true,
 +
                theme: 'dark',
 +
                rounded: false,
 +
                enumerateSlides: true,
 +
                containerWidth: 932,
 +
                containerHeight: 240
 +
            }).find('figcaption:first').show();
 +
 +
            dojo.parser.parse();
         });
         });
     </script>
     </script>
</body>
</body>
</html>
</html>

Revision as of 19:56, 17 September 2011

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Biotweet - Safety

sidebar

Safety

The South African Genetically Modified Organisms (GMO) act regulates all research and development with these organisms to ensure environmental, researcher and public safety. The legislation governs all activities with these microbes including their transport and work in the laboratory by researchers. The GMO Act has three main focuses guarding human, environmental and socioeconomic safety. As the Wits iGEM team, we work hard to ensure that our safety policy is aligned with our country’s GMO Act.

The organism used in this iGEM poject is a strain of E.coli which requires that biosafety level 1 guidelines are adhered to in the laboratory. Regulations of this biosafety level indicate that lab coats and gloves should be worn at all times while working with E. coli. The team implements these rules without exception.

The final machine produced in our project, since it is only responsive to theophylline, atrazine and IPTG will present no harm to any of the team members in the unlikely event that they come into contact with it. For safety measures, care should be taken by the team to ensure no medication administered contains any of the above mentioned substances.

Microbes are not the only dangers presented to our team when working in the laboratory. Some chemicals, such as ethidium bromide pose a risk to the biologists. When working with this chemical, gloves are worn and disposed of immediately after contact. The team also works with atrazine and theophylline (see "Usage of Harmful Substances").

To prevent the public from coming into contact with our genetically modified organisms, all contaminated laboratory materials are disposed of in assigned bins for decontamination. The strict adherence of the team to this policy ensures that the public, and researchers, are protected from the potential pathogenicity of E. coli. Should individuals in the public come into contact with the genetically engineered bacteria, it will pose little, if any, risk since the bacteria contain no harmful genetically engineered parts and are responsive only to substances rarely present in nature. Issues may arise from the chloramphenicol resistance of the bacteria being horizontally transferred to other bacteria in the environment. This said, chloramphenicol is an antibiotic seldom administered to fight bacterial infections and as such, the acquisition of such resistance by a species will not affect the efficiency of antibiotic treatments.

The E. coli strain we use in our laboratory work will not pose any environmental safety risks if it is accidently released. The biobricks which have been transformed into this species will not cause any negative effects to the environment since the biobricks are only responsive to atrazine, IPTG and theophylline which are rarely present in the environment.

A component of our project involves working with harmful substances which are not commonly used in a laboratory setting. We will be using two hazardous chemicals as chemoattractants for our bacteria, to direct chemotaxis – namely atrazine and theophylline.

Although its usage has been banned in the European Union, atrazine remains one of the most widely used herbicides in the rest of the world. An organic compound which is biodegradable through the action of microbes in soil, atrazine is also a suspected oestrogen disruptor and teratogen. Contamination of drinking water with atrazine concentrations above government regulations has previously been linked to birth defects and menstrual problems in the case of human consumption. It may even infer possible carcinogenic effects and lower sperm levels in men.

Theophylline is an antibiotic. It does not impose as many biohazardous risks as atrazine but must still be handled with care and the relevant protection in the lab.

For the purpose of our project, we will be using very low concentrations of both substances, and following the safety regulations stipulated in the Sigma MSDS documents for these chemicals – in terms of storage, handling and disposal. The correct disposal of these substances in crucial in protecting the public from health issues. Face dust masks, gloves, lab coats and safety glasses will be worn at all times when handling these substances.

Material Safety Data Sheets (MSDS) :

ATRAZINE
THEOPHYLLINE

Our machine does not pose any security risks as it does not secrete any harmful substances. The species of bacteria utilized for our project is also biosafety level 1. Should this bacteria be released for malicious intent, it will unlikely cause harm to the public or environment.

Even with lateral gene transfer between bacteria, the only advantage that will be acquired is directional movement towards either atrazine or theophylline and the ability to then fluoresce. It is very unlikely that microorganisms will even come across these two substances in a normal environmental setting. Taking this into account, our parts pose little, if any, risk to public or environmental safety. The vectors used in cloning contain antibiotic resistance which could be transferred between bacteria. This could provide selective advantage to bacteria who obtain these vectors. To prevent bacteria in nature coming into contact with our engineered E. coli, all microbiological waste will be disposed of only after autoclaving.

The main feature of our device ensures the bacteria return to the position of their release. This means, should our system be used, the bacteria will not remain in the environment and will always return to the start. This reduces the hazard of these GMOs in the context of public, researcher and environmental safety.

All of the team members have attended presentations on laboratory safety and use the knowledge learned to ensure correct procedures are followed in the lab. Two of the team members also have first aid training, enabling them to help should an emergency of medical nature occur in the lab.