Team:Hong Kong HKUST/safety
From 2013.igem.org
(Difference between revisions)
(Created page with "<html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"> </script> <script type="text/javascript"> $(document).ready(function(){ $("ul.first...") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
- | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10. | + | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"> |
</script> | </script> | ||
- | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
Line 11: | Line 10: | ||
}); | }); | ||
</script> | </script> | ||
- | |||
<script> | <script> | ||
- | + | $(document).ready(function() | |
{ | { | ||
$('#menubar').mouseover(function(){ | $('#menubar').mouseover(function(){ | ||
Line 29: | Line 27: | ||
}); | }); | ||
</script> | </script> | ||
- | |||
- | |||
<style type="text/css"> | <style type="text/css"> | ||
+ | body{background-color:#d5cfbf;width:100%;margin-bottom:20px;min-width:600px;max-width:2000px;font: x-small sans-serif;} | ||
+ | #menubar | ||
+ | {background-color:#EEECEC;opacity:0.8;top:-4px;width:360px;height:23px;position:absolute;top:-20px;} | ||
+ | #menubar ul li a | ||
+ | { color:#8D1919;} | ||
+ | #menubar.right-menu | ||
+ | {background-color:#EEECEC;opacity:0.8;top:-4px;width:240px;height:23px;position:absolute;top:-20px;} | ||
+ | .right-menu li a | ||
+ | {color:#8D1919;background-color:#EEECEC;} | ||
+ | #p-logo | ||
+ | {visibility:hidden;} | ||
+ | .firstHeading | ||
+ | {visibility:hidden;} | ||
+ | #globalWrapper | ||
+ | {position: relative;font-size:127%;width:100%;margin:0;padding:0;padding-bottom:10px;background-color:#494042;height:2400px;} | ||
+ | #content | ||
+ | {width: 1000px;border:none;background-color:#ffffff;height:2300px;padding:0px;margin-top:0px;line-height: 1.5em;color: black;} | ||
+ | #top-section | ||
+ | {height:2px;border:none;background-color:#494042;} | ||
+ | #catlinks | ||
+ | {display:none;} | ||
+ | #footer-box | ||
+ | {display:none} | ||
+ | #kepala | ||
+ | {position:absolute;top:15px;background-color:#F0A5BE;} | ||
+ | #cover | ||
+ | {position:absolute;top:0px;height:168px;width:100%;background:#494042;z-index:-1;} | ||
+ | body, div, dl, dt, dd, ul, ol, li, h1, h4, h6, pre, form, fieldset, p, blockquote, th, td { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | * { | ||
+ | -webkit-box-sizing: border-box; | ||
+ | -moz-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | } | ||
div.menu | div.menu | ||
{ | { | ||
width:100%; | width:100%; | ||
} | } | ||
+ | .row { | ||
+ | width: 940px; | ||
+ | max-width: 100%; | ||
+ | min-width: 768px; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | .row:after { | ||
+ | clear: both; | ||
+ | } | ||
+ | .row:before, .row:after { | ||
+ | content: ""; | ||
+ | display: table; | ||
+ | } | ||
.menu ul,li | .menu ul,li | ||
{ | { | ||
Line 44: | Line 90: | ||
width:100%; | width:100%; | ||
} | } | ||
- | |||
- | |||
- | |||
ul.first>li | ul.first>li | ||
{ | { | ||
float:left; | float:left; | ||
- | width:16. | + | width:16.667%; |
} | } | ||
ul.first>li>a:link,ul.first>li>a:visited | ul.first>li>a:link,ul.first>li>a:visited | ||
Line 66: | Line 109: | ||
ul.first>li>a:hover,ul.first>li>a:active | ul.first>li>a:hover,ul.first>li>a:active | ||
{ | { | ||
- | background-color:# | + | background-color:#e32e51; |
} | } | ||
Line 89: | Line 132: | ||
ul.first>li>ul>li>a:hover,ul.first>li>ul>li>a:active | ul.first>li>ul>li>a:hover,ul.first>li>ul>li>a:active | ||
{ | { | ||
- | background-color:# | + | background-color:#f87790; |
} | } | ||
.menu | .menu | ||
{ | { | ||
position:absolute; | position:absolute; | ||
- | left: | + | left:0px; |
- | top: | + | top:141px; |
+ | width:100%; | ||
} | } | ||
- | + | ul.side-nav { | |
- | { | + | display: block; |
- | + | list-style: none; | |
- | + | margin: 0; | |
- | + | padding: 17px 0; | |
} | } | ||
- | + | ul.side-nav h6 { | |
- | + | margin: 47px 0px 0px; | |
- | + | ||
- | { | + | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | ul.side-nav li.divider { | |
- | { | + | border-top: 1px solid #ddd; |
- | + | ||
- | + | ||
} | } | ||
- | + | .two, .row .two { | |
- | { | + | width: 16.66667%; |
- | + | top:160px; | |
- | + | ||
- | + | ||
} | } | ||
- | + | ul, ol { | |
- | { | + | font-size: 14px; |
- | + | line-height: 1.6; | |
- | + | ||
- | + | ||
- | + | ||
- | height: | + | |
- | + | ||
- | + | ||
} | } | ||
- | + | [class*="column"] + [class*="column"]:last-child { | |
- | { | + | float: right; |
- | + | ||
} | } | ||
- | + | .ten, .row .ten { | |
- | { | + | width: 83.33333%; |
- | + | top:192px; | |
- | + | z-index:-2; | |
- | top: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | . | + | .column, .columns { |
- | { | + | float: left; |
- | + | min-height: 1px; | |
- | + | padding: 0 15px; | |
+ | position: relative; | ||
+ | } | ||
+ | .twelve, .row .twelve { | ||
+ | width: 100%; | ||
} | } | ||
+ | h1, h2, h4, h5, h6 { | ||
+ | font-family: 'Bitter', serif; | ||
+ | font-weight: normal; | ||
+ | color: #000; | ||
+ | border-bottom: none; | ||
+ | |||
+ | h3{font-size:18px;} | ||
+ | h5{margin-left:15px;} | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
- | + | div.team-bios-container div.row { | |
- | { | + | padding: 0px 0px 10px; |
- | + | border-bottom: 1px solid #ddd; | |
} | } | ||
- | + | .row .row { | |
- | { | + | width: auto; |
- | + | max-width: none; | |
- | + | min-width: 0; | |
- | + | margin: 0 -15px; | |
} | } | ||
- | # | + | media="screen, projection" |
- | { | + | #bodyContent h1, #bodyContent h2 { |
- | + | margin-bottom: .6em; | |
- | + | ||
} | } | ||
- | . | + | h1.centered, h2.centered, h3.centered, h4.centered, h5.centered, h6.centered { |
- | { | + | text-align: center; |
- | + | ||
} | } | ||
- | + | h2 { | |
- | + | font-size: 37px; | |
+ | } | ||
+ | .nine, .row .nine { | ||
+ | width: 100%; | ||
+ | } | ||
+ | [class*="column"] + [class*="column"]:last-child { | ||
+ | float: right; | ||
+ | } | ||
+ | .three, .row .three { | ||
+ | width: 25%; | ||
+ | } | ||
+ | #construct{margin-left:30px;} | ||
+ | ul li ul, ul li ol { | ||
+ | margin-left: 20px; | ||
+ | margin-bottom: 0; | ||
</style> | </style> | ||
- | |||
- | |||
- | |||
<body> | <body> | ||
- | < | + | <a href=https://2013.igem.org/Team:Hong_Kong_HKUST><center><div id="kepala" style="height:121px;width:100%;"><img src="https://static.igem.org/mediawiki/igem.org/c/c7/BANNER1_%281%29.png" style="height:121px;width:100%;align:middle;"></div></center></a> |
- | + | <div id="cover"></div> | |
- | <div id=" | + | |
<div class="menu"> | <div class="menu"> | ||
- | |||
<ul class="first"> | <ul class="first"> | ||
Line 201: | Line 239: | ||
</li> | </li> | ||
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/ | + | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Project">Project</a> |
<ul> | <ul> | ||
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/abstract">Abstract | + | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/abstract">Abstract</a></li> |
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modelling">Modelling</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/modelling">Modelling</a></li> | ||
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization">Characterization</a></li> | ||
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/ | + | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Parts">Parts</a></li> |
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/datapage">Data Page</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/datapage">Data Page</a></li> | ||
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/results">Results</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/results">Results</a></li> | ||
Line 212: | Line 250: | ||
</li> | </li> | ||
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/ | + | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/Wetlab">Wetlab</a> |
<ul> | <ul> | ||
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/notebook"> | + | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/notebook">notebook</a></li> |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/protocols"> | + | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/protocols">protocols</a></li> |
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/safety"> | + | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/safety">safety</a></li> |
</ul> | </ul> | ||
</li> | </li> | ||
Line 222: | Line 260: | ||
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/achievement">Achievement</a> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/achievement">Achievement</a> | ||
<ul> | <ul> | ||
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/ | + | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/medals">Medal Requirements</a></li> |
<li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/prizes">Prizes</a></li> | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/prizes">Prizes</a></li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
- | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/ | + | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp">Human Practice</a> |
+ | <ul> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/interview">Interviews</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/presentation">Presentation</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/article">Article</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="two columns"> | ||
+ | <ul class="side-nav"> | ||
+ | <li> | ||
+ | <h6>Safety</h6> | ||
+ | </li> | ||
+ | <li class="divider"></li> | ||
+ | <li> | ||
+ | <a href="#1">Biobrick Safety</a> | ||
+ | |||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#2">Researcher Safety</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href=#3>Environmental Safety</a> | ||
+ | |||
+ | </li> | ||
+ | <li> | ||
+ | <a href=#4>University Safety</a> | ||
+ | |||
+ | |||
+ | </li><li> | ||
+ | <a href=#5>References</a> | ||
+ | |||
+ | |||
+ | </li> | ||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="ten columns team-bios-container"> | ||
+ | <div class="row" id="ugd-members"> | ||
+ | <div class="twelve columns"> | ||
+ | <h2 class="centered">Safety</h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="nine columns"> | ||
+ | <h3>Biobrick Safety</h3> | ||
+ | <p id="1"></p>All organisms are biosafety level 1 with the minimal potential hazard to laboratory personnel and the environment. This year, our team is planning to construct a total of 7 novel basic biological parts, and to build complex devices by making use of these parts together with parts available from the Part Registry. Our BioBricks have been considered safe for use and circulation. The parts and their safety evaluations are as follow. | ||
+ | <br><br> | ||
+ | <h5><b>aceA and aceB</b></h5> | ||
+ | Our team is cloning isocitrate lyase (<i>aceA</i>) and and malate synthase (<i>aceB</i>) from <i>E. coli</i> strain BW25113. They are enzymes involved in the glyoxylate cycle in plants and bacteria. Dean et al. at UCLA introduced <i>aceA</i> and <i>aceB</i> genes into human hepatocytes to investigate fatty acid metabolism, and no hazardous effect was reported<sup>1</sup>. Based on current literature, we believe the two genes will not raise any significant safety issues. | ||
+ | <br><br> | ||
+ | <h5><b>Mitochondria Leader Sequence</b></h5> | ||
+ | Mitochondrial Leader Sequence (MLS) is a short signaling peptide that directs proteins to the mitochondria in mammalian cells. Its functionality has been tested in human hepatocytes by Bai et al. and no harmful effect of MLS has been reported<sup>2</sup>. Our team cloned the coding DNA sequence of MLS from a commercial plasmid – pCMV<i>/myc/mito</i> (Invitrogen) – and fused it with <i>aceA</i> and <i>aceB</i> genes so the MLS can guide the two resulting enzymes into mitochondria. Again based on the paper by Dean et al., and considering the signaling function of this part, we consider this BioBrick safe. | ||
+ | <br><br> | ||
+ | <h5><b>Promoter of Human Elongation Factor-1 Alpha (pEF-1α), Promoter of Peroxisome Proliferator-Activated Receptor–Alpha (pPPARα), Liver Fatty Acid Binding Protein 1 (FABP1) and Glucose Regulated Protein 78 (GPR78)</b></h5> | ||
+ | Promoters of human elongation factor-1 alpha (EF-1 alpha), peroxisome proliferator-activated receptor–alpha (PPAR-alpha), liver fatty acid binding protein 1 (FABP1) and glucose regulated protein (GRP78) are of human origins, and they govern basic metabolic reactions. Based on their functions and origin, we believe these BioBricks pose no threats to the public. | ||
+ | <br><br> | ||
+ | <h5><b>Bacterial Fatty acid metabolism regular protein</b></h5> | ||
+ | Fatty acid metabolism regular protein (<i>fadR</i>) is a bacterial transcription factor that regulates lipid metabolism of fatty acid biosynthesis and beta-oxidation. <i>fadR</i> and fatty acid dependent promoter (<i>pFadBA</i>) are obtained from the 2013 distribution kit and iGEM headquarters, submitted by the NTU-Taida 2012 team. <i>fadR</i> and <i>pFadBA</i> are native to E. coli and no study has been conducted in introducing them into a mammalian system. Based on the native functions of <i>fadR</i> and <i>pFadBA</i>, we believe that these two BioBricks will not raise any safety issues when introduced into a heterologous system.<br> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="nine columns"> | ||
+ | <h3>Researcher Safety</h3> | ||
+ | <p id="2"></p> | ||
+ | This year, our team was authorized to work with two non-pathogenic bacterial strains, the <i>Escherichia coli</i> DH10B and SURE strains. Both these strains are regularly employed in research, industry and study. Biosafety Level 1 standard regulations were strictly followed while using these strains. | ||
+ | <br><br> | ||
+ | The characterization part of our project involved human liver HepG2 and HEK 293FT cell lines. Only three of our trained members were allowed to enter the Tissue Culture Room and conducted experiments with HEK 293FT and HepG2 cells in level 2 biosafety cabinets. They received special training about biosafety and clearly understood potential risks and methods of resolution. Gloves and lab coats were worn while researchers were in lab to avoid contamination and corrosion. | ||
+ | <br><br> | ||
+ | Additionally, some toxic or mutagenic substances were involved in procedures like genomic DNA extraction, cell fixation and fatty acid quantification. Phenol, chloroform, formaldehyde, BF<sub>3</sub>, n-heptane, diethyl ether and petroleum ether were used in the experiments mentioned above. Our team members who were dealing with these chemicals received full supervision from lab technicians. Gloves, lab coats and protective goggles were worn during these procedures.<br> | ||
- | </ | + | </div> |
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="nine columns"> | ||
+ | <h3>Environmental Safety</h3> | ||
+ | <p id="3"></p> | ||
+ | No biological system is leaked into the environment and measures are taken to limit the spread of potentially harmful genes. | ||
+ | <br><br> | ||
+ | <i>E. coli</i> DH10B and SURE were used exclusively when building our constructs. The SURE Competent cells are classified to be a non-hazardous substance. All DH10B cells are classified F- and thus do not possess the Fertility factor. The risk of these cells acting as a donor in horizontal gene transfer via conjugation is greatly reduced. | ||
+ | <br><br> | ||
+ | The <i>E. coli</i> DH10B bacterial cell strain possesses an amino acid leucine metabolism deficiency that reduces its competitiveness in the wild. Such phenotypes reduce the chance these bacterial strains have when surviving beyond the lab. | ||
+ | <br><br> | ||
+ | Prior to disposal, harmful waste (toxic and/or biohazardous) was clearly separated and sterilized, either by application of bleach, or autoclaving.<br> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="nine columns"> | ||
+ | <h3>University Safety</h3> | ||
+ | <p id="4"></p> | ||
+ | <h5><b>Hong Kong Laws & Guidelines</b></h5> | ||
+ | The Cartegena Protocol on Biosafety under the Convention on Biological Diversity (the Protocol) was extended to the Hong Kong Special Administrative Region (HKSAR) in May 2011. Under the Chapter 607, the Genetically Modified Organisms (Control of Release) Ordinance (the Ordinance), release of Genetically Modified Organisms (GMOs) knowingly without approval from the Deputy Director or an Assistant Director of the Agriculture, Fisheries and Conservation Department is considered an offence. The full text of Cap. 607 can be downloaded by following this <a href="http://www.legislation.gov.hk/blis_pdf.nsf/6799165D2FEE3FA94825755E0033E532/CD005BD8FCD84653482576EA0053077B/$FILE/CAP_607_e_b5.pdf">link.</a> | ||
+ | <br><br> | ||
+ | No part of the project is directed for release into the environment. HKUST iGEM 2013 team experiments are concerned strictly with molecular cloning and testing of recombinant technology biomolecules. Application for approval to perform such a procedure under the Ordinance is therefore not required. | ||
+ | <br><br> | ||
+ | Laboratories in Hong Kong follow Guidelines on Biosafety in the Clinical Laboratory, a publication of the Centre of Health Protection under the Department of Health. The full text of the Guidelines can be accessed <a href="http://www.chp.gov.hk/files/pdf/Guidelines_on_Biosafety_in_the_Clinical_Laboratory_2nd_Edn.pdf">here</a>. As our laboratory is operated by the university’s Division of Life Science, the activities performed within the lab adhere to the above Guidelines. | ||
+ | |||
+ | <br><br> | ||
+ | <h5><b>HKUST’s HSEO</b></h5> | ||
+ | The enforcement of safety regulations is handled by the university’s Health, Safety & Environment Office (HSEO). The HSEO also provide safety training for staff and students for safe laboratory. | ||
+ | |||
+ | <br> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="nine columns"> | ||
+ | <h3>References</h3> | ||
+ | <p id="5"></p> | ||
+ | <sup>1</sup>Dean Jason T., et al. “Resistance to Diet-Induced Obesity in Mice with Synthetic Glyoxylate Shunt.”<br> | ||
+ | <sup>2</sup>Bai, Jingxiang, et al. "Overexpression of Catalase in Cytosolic or Mitochondrial Compartment Protects HepG2 Cells against Oxidative Injury." <i>Journal of Biological Chemistry.</i> (1999): n. page. Web.<br> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 05:37, 24 September 2013
Safety
Biobrick Safety
All organisms are biosafety level 1 with the minimal potential hazard to laboratory personnel and the environment. This year, our team is planning to construct a total of 7 novel basic biological parts, and to build complex devices by making use of these parts together with parts available from the Part Registry. Our BioBricks have been considered safe for use and circulation. The parts and their safety evaluations are as follow.aceA and aceB
Our team is cloning isocitrate lyase (aceA) and and malate synthase (aceB) from E. coli strain BW25113. They are enzymes involved in the glyoxylate cycle in plants and bacteria. Dean et al. at UCLA introduced aceA and aceB genes into human hepatocytes to investigate fatty acid metabolism, and no hazardous effect was reported1. Based on current literature, we believe the two genes will not raise any significant safety issues.Mitochondria Leader Sequence
Mitochondrial Leader Sequence (MLS) is a short signaling peptide that directs proteins to the mitochondria in mammalian cells. Its functionality has been tested in human hepatocytes by Bai et al. and no harmful effect of MLS has been reported2. Our team cloned the coding DNA sequence of MLS from a commercial plasmid – pCMV/myc/mito (Invitrogen) – and fused it with aceA and aceB genes so the MLS can guide the two resulting enzymes into mitochondria. Again based on the paper by Dean et al., and considering the signaling function of this part, we consider this BioBrick safe.Promoter of Human Elongation Factor-1 Alpha (pEF-1α), Promoter of Peroxisome Proliferator-Activated Receptor–Alpha (pPPARα), Liver Fatty Acid Binding Protein 1 (FABP1) and Glucose Regulated Protein 78 (GPR78)
Promoters of human elongation factor-1 alpha (EF-1 alpha), peroxisome proliferator-activated receptor–alpha (PPAR-alpha), liver fatty acid binding protein 1 (FABP1) and glucose regulated protein (GRP78) are of human origins, and they govern basic metabolic reactions. Based on their functions and origin, we believe these BioBricks pose no threats to the public.Bacterial Fatty acid metabolism regular protein
Fatty acid metabolism regular protein (fadR) is a bacterial transcription factor that regulates lipid metabolism of fatty acid biosynthesis and beta-oxidation. fadR and fatty acid dependent promoter (pFadBA) are obtained from the 2013 distribution kit and iGEM headquarters, submitted by the NTU-Taida 2012 team. fadR and pFadBA are native to E. coli and no study has been conducted in introducing them into a mammalian system. Based on the native functions of fadR and pFadBA, we believe that these two BioBricks will not raise any safety issues when introduced into a heterologous system.Researcher Safety
This year, our team was authorized to work with two non-pathogenic bacterial strains, the Escherichia coli DH10B and SURE strains. Both these strains are regularly employed in research, industry and study. Biosafety Level 1 standard regulations were strictly followed while using these strains.The characterization part of our project involved human liver HepG2 and HEK 293FT cell lines. Only three of our trained members were allowed to enter the Tissue Culture Room and conducted experiments with HEK 293FT and HepG2 cells in level 2 biosafety cabinets. They received special training about biosafety and clearly understood potential risks and methods of resolution. Gloves and lab coats were worn while researchers were in lab to avoid contamination and corrosion.
Additionally, some toxic or mutagenic substances were involved in procedures like genomic DNA extraction, cell fixation and fatty acid quantification. Phenol, chloroform, formaldehyde, BF3, n-heptane, diethyl ether and petroleum ether were used in the experiments mentioned above. Our team members who were dealing with these chemicals received full supervision from lab technicians. Gloves, lab coats and protective goggles were worn during these procedures.
Environmental Safety
No biological system is leaked into the environment and measures are taken to limit the spread of potentially harmful genes.E. coli DH10B and SURE were used exclusively when building our constructs. The SURE Competent cells are classified to be a non-hazardous substance. All DH10B cells are classified F- and thus do not possess the Fertility factor. The risk of these cells acting as a donor in horizontal gene transfer via conjugation is greatly reduced.
The E. coli DH10B bacterial cell strain possesses an amino acid leucine metabolism deficiency that reduces its competitiveness in the wild. Such phenotypes reduce the chance these bacterial strains have when surviving beyond the lab.
Prior to disposal, harmful waste (toxic and/or biohazardous) was clearly separated and sterilized, either by application of bleach, or autoclaving.
University Safety
Hong Kong Laws & Guidelines
The Cartegena Protocol on Biosafety under the Convention on Biological Diversity (the Protocol) was extended to the Hong Kong Special Administrative Region (HKSAR) in May 2011. Under the Chapter 607, the Genetically Modified Organisms (Control of Release) Ordinance (the Ordinance), release of Genetically Modified Organisms (GMOs) knowingly without approval from the Deputy Director or an Assistant Director of the Agriculture, Fisheries and Conservation Department is considered an offence. The full text of Cap. 607 can be downloaded by following this link.No part of the project is directed for release into the environment. HKUST iGEM 2013 team experiments are concerned strictly with molecular cloning and testing of recombinant technology biomolecules. Application for approval to perform such a procedure under the Ordinance is therefore not required.
Laboratories in Hong Kong follow Guidelines on Biosafety in the Clinical Laboratory, a publication of the Centre of Health Protection under the Department of Health. The full text of the Guidelines can be accessed here. As our laboratory is operated by the university’s Division of Life Science, the activities performed within the lab adhere to the above Guidelines.
HKUST’s HSEO
The enforcement of safety regulations is handled by the university’s Health, Safety & Environment Office (HSEO). The HSEO also provide safety training for staff and students for safe laboratory.References
1Dean Jason T., et al. “Resistance to Diet-Induced Obesity in Mice with Synthetic Glyoxylate Shunt.”2Bai, Jingxiang, et al. "Overexpression of Catalase in Cytosolic or Mitochondrial Compartment Protects HepG2 Cells against Oxidative Injury." Journal of Biological Chemistry. (1999): n. page. Web.