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

(Prototype team page)
 
 
(39 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{OUC-China}}
 
{{OUC-China}}
 
<html>
 
<html>
 +
<head>
 +
  <meta charset="UTF-8">
 +
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
 +
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
  <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/bootstrap-min?action=raw&amp;ctype=text/css">
 +
  <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/ouc_wiki?action=raw&amp;ctype=text/css">
 +
  <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/affix?action=raw&amp;ctype=text/css">
 +
  <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/jquery?action=raw&amp;ctype=text/javascript"></script>
 +
  <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/bootstrap?action=raw&amp;ctype=text/javascript"></script>
 +
  <title>Safety</title>
 +
<style type="text/css">
 +
        .banner-top{
 +
            margin-left: 12%;
 +
        }
 +
       
 +
        @media (min-width: 992px){
 +
            .work-content .col-md-4{
 +
                  width:25%;
 +
                  margin-right: 8%;
 +
            }
 +
           
 +
        }
 +
#contentSub, #contentcontainer, #footer-box, #sitesub, #catlinks, #search-controls, #p-logo, .h3, .printfooter, .firstHeading, .visualClear {display: none;} /*-- hides default wiki settings --*/
  
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
  
<div class="column full_size">
+
    .oucBanner{background:url('https://static.igem.org/mediawiki/2016/e/ee/T--OUC-China--banner.fw.png');}
 +
.oucNav{background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);}
 +
ul[class=dropdown-menu]{background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);}
  
  
<p>Please visit <a href="https://2016.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>
+
</style>
 +
<script type="text/javascript">
  
<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>
+
  $(function(){
 +
  var AllHet = $(window).height();
 +
  var mainHet= $("#myNav").height();
 +
  var fixedTop = (AllHet - mainHet)/2
 +
//  $('div.floatCtro').css({top:fixedTop+'px'});
 +
  $('#myNav li').click(function(){
 +
var ind = $('#myNav li').index(this)+1;
 +
var topVal = $('#float0'+ind).offset().top;
 +
$('body,html').animate({scrollTop:topVal},1000)
 +
})
 +
$('#BtnTop').click(function(){
 +
$('body,html').animate({scrollTop:0},1000)
 +
})
 +
  $(window).scroll(scrolls)
 +
  scrolls()
 +
  function scrolls(){
 +
  var f1,f2,f3,bck;
 +
  var fixRight = $('#myNav li');
 +
  var blackTop = $('#BtnTop')
 +
  var sTop = $(window).scrollTop();
 +
  fl = $("#float01").offset().top;
 +
  f2 = $("#float02").offset().top;
 +
  f3 = $("#float03").offset().top;
  
</div>
 
  
 +
 
 +
 +
  if(sTop<=f2-100){
 +
  blackTop.fadeOut(300).css('display','none')
 +
  }
 +
  else{
 +
  blackTop.fadeIn(300).css('display','block')
 +
  }
 +
  if(sTop>=fl){
 +
  fixRight.eq(0).addClass('active').siblings().removeClass('active');
 +
  }
 +
  if(sTop>=f2-100){
 +
  fixRight.eq(1).addClass('active').siblings().removeClass('active');
 +
  }
 +
  if(sTop>=f3-100){
 +
  fixRight.eq(2).addClass('active').siblings().removeClass('active');
 +
  }  
  
<div class="column full_size">
+
<h5>Safe Project Design</h5>
+
    }
 +
  })
 +
</script>
  
<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>
 
 
<ul>
 
<li>Choosing a non-pathogenic chassis</li>
 
<li>Choosing parts that will not harm humans / animals / plants</li>
 
<li>Substituting safer materials for dangerous materials in a proof-of-concept experiment</li>
 
<li>Including an "induced lethality" or "kill-switch" device</li>
 
</ul>
 
 
</div>
 
 
<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>
 
 
</div>
 
 
<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>
 
</div>
 
  
 +
</head>
 +
<body data-spy="scroll" data-target="#myScrollspy">
 +
<div class="container">
 +
<nav class="oucNav navbar navbar-default navbar-fixed-top" role="navigation">
 +
<div class="container">
 +
<div class="navbar-header">
 +
  <button type="button" class="navbar-toggle" data-toggle="collapse"
 +
  data-target="#example-navbar-collapse">
 +
  <span class="sr-only">Turn</span>
 +
  <span class="icon-bar"></span>
 +
  <span class="icon-bar"></span>
 +
  <span class="icon-bar"></span>
 +
  </button>
 +
  <a class="navbar-brand oucBrand" href="#"><img src="https://static.igem.org/mediawiki/2016/f/fc/T--OUC-China--nav-logo-1.fw.png" alt="Brand"></a>
 +
</div>
 +
<div class="collapse navbar-collapse" id="example-navbar-collapse">
 +
  <ul class="nav navbar-nav" id="oucNav">
 +
<li><a href="https://2016.igem.org/Team:OUC-China">Home</a></li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Project<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Description">Description</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Design">Design</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Proof">Proof of concept </a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Results">Results</a></li>
 +
</ul>
 +
</li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Parts<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Parts">Parts</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Basic_Part">Basic part</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Composite_Part">Composite parts</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Part_Collection">Part collection</a></li>
 +
</ul>
 +
</li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Human Practice<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Human_Practices">Overview</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Communicating">Communicating & Improving</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Investigating">Investigating & Promoting</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Potential_application">Potential application</a></li>
 +
</ul>
 +
</li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Team<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Team">Team</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Collaborations">Collaborations</a></li>
 +
</ul>
 +
</li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Modeling<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Model">Model</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Software">Software</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Attributions">Attributions</a></li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Safety<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Notebook">Notebook</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Protocol">Protocol</a></li>
 +
<li class="active"><a href="https://2016.igem.org/Team:OUC-China/Safety">Safety</a></li>
 +
</ul>
 +
</li>
 +
  </ul>
 +
</div>
 +
</div>
 +
</nav>
 +
<div class="clearfix"></div>
 +
                <div class="img_banner"><img src="https://static.igem.org/mediawiki/2016/9/94/T--OUC-China--safety-banner.jpg.jpg" class="img-responsive" alt="safety-banner"></div>
 +
<div class="row">
 +
<div class="col-md-3" id="myScrollspy">
 +
<ul class="" data-spy="affix" data-offset-top="225" data-offset-bottom="150" id="myNav">
 +
<li class="active"><a href="#float01"><span style="font-family:'Lucida Calligraphy';font-size:22px;">S</span>afe Project Design</a></li>
 +
<li><a href="#float02"><span style="font-family:'Lucida Calligraphy';font-size:22px;">S</span>afe Lab Work</a></li>
 +
<li><a href="#float03"><span style="font-family:'Lucida Calligraphy';font-size:22px;">S</span>afe Shipment</a></li>
 +
<a id="BtnTop">
 +
<img src="https://static.igem.org/mediawiki/2016/d/d2/T--OUC-China--btt.png" alt="Back to top">
 +
</a>
 +
</ul>
 +
</div>
 +
<div class="col-md-9 hpMain">
 +
<br id="float01">
 +
<br>
 +
<h3 class="text-center"><img src="https://static.igem.org/mediawiki/2016/c/cf/T--OUC-China--head-icon1.fw.png" alt="icon">SAFE PROJECT DESIGN<img src="https://static.igem.org/mediawiki/2016/f/f8/T--OUC-China--head-icon2.fw.png" alt="icon"></h3>
 +
<br>
 +
<p>Being responsible for our earth and ourselves is our attitude towards every experiment. In our project, all the parts we have utilized are selected from Risk Group 1, none of which are with a Red Flag. What’s more, nonpathogenic bacteria, <i>E.coli.K12</i> is employed as the main chassis for our prior design on the DNA sequence, stem-loop. As a matter of fact, when using stem-loops to tune the expression of genes, it is harmless for the growth of bacteria and relatively safe for industrialized applications. For the sake of environments, all the chassis organisms will be sterilized before being abandoned to prevent the genes from leaking.</p>
 +
<br id="float02">
 +
<hr>
 +
<h3 class="text-center"><img src="https://static.igem.org/mediawiki/2016/c/cf/T--OUC-China--head-icon1.fw.png" alt="icon">SAFE LAB WORK<img src="https://static.igem.org/mediawiki/2016/f/f8/T--OUC-China--head-icon2.fw.png" alt="icon"></h3>
 +
<br>
 +
<p>We works at a neat lab named “Lab for Microinnovation and Enterprise”, which is a BSL-2 laboratory. Before working in the lab, we are supposed to be trained by the skillful hands, not only for the general lab safety rules, but also for the standard experimental operation avoiding unnecessary damage. </p>
 +
<br>
 +
<p>No experiment carries no risk to the experimenters, hence we are properly equipped with facilities, such as latex gloves, nitrile gloves,goggles, lab coats to protect us from biotic and abiotic hazards.</p>
 +
<div class="row">
 +
<div class="col-md-2"></div>
 +
<div class="col-md-8">
 +
<img src="https://static.igem.org/mediawiki/2016/7/70/T--OUC-China--Safety5.jpg" alt="Our personal safety precautions" class="img-responsive"/>
 +
</div>
 +
<div class="col-md-2"></div>
 +
</div>
 +
<p class="text-center" style="font-size:16px;">Figure 1 Our personal safety precautions</p>
 +
<p>Then for lab safety, a routine inspection is performed twice a day by everyone, not only for ensuring normal operation of our lab like supplying experimental consumables and inspecting the running of instruments, but also keeps it away from non-biological hazards, especially the water and electricity. For high efficiency, responsibility implements to every team member.</p>
 +
<div class="row" style="max-width:90%;margin:0 auto;">
 +
<div class="col-md-2"></div>
 +
<div class="col-md-8">
 +
<img src="https://static.igem.org/mediawiki/2016/6/60/T--OUC-China--satety.jpg" class="img-responsive" alt="Table for routine inspection" />
 +
</div>
 +
<div class="col-md-2"></div>
 +
</div>
 +
<p class="text-center" style="font-size:16px;">Figure 2 Table for routine inspection</p>
 +
<p>Furthermore, several operational zones are divided scientifically for special experiments like RNA electrophoresis and  RT-PCR. <b>And a molecular operation area, an ethidium bromide area and a polyacrylamide gel electrophoresis area are set for difficult operations</b></p>
 +
<div class="row" style="max-width:90%;margin:0 auto;">
 +
<div class="col-md-6">
 +
<img src="https://static.igem.org/mediawiki/2016/5/54/T--OUC-China--Safety2.jpg" class="img-responsive" alt="RNA operation area">
 +
<p class="text-center" style="font-size:16px;">Figure 3 RNA operation area</p>
 +
</div>
 +
<div class="col-md-6">
 +
<img src="https://static.igem.org/mediawiki/2016/8/81/T--OUC-China--Safety3.jpg" class="img-responsive" alt="UV transilluminator">
 +
<p class="text-center" style="font-size:16px;">Figure 4 UV transilluminator</p>
 +
</div>
 +
</div>
 +
<p>For us, lab safety is a hot topic and we have come up with a practical lab safety manual which normalizes our lovely lab.</p>
 +
<div style="font-size:18px;max-width:90%;margin:0 auto;border:2px solid #c0c0c0;border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;">
 +
<h4 class="text-center">Practical lab safety manual</h4>
 +
<p>1.Routine inspections must perform between 6:30-8:00pm and 9:30-11:00pm.<br>2.Lab cleaning must be done twice a week with disinfectant moping the floor for at least 3times.<br>3. Well prepared experiment plans should be written before you start.<br>4.Lab coats and gloves must be worn when conducting experiments.<br>5.Short skirts, shorts, and open shoes must not be worn.<br>6.If you see a colleague doing something dangerous, point it out to him or her.<br>7.Lab coats must not be worn outside laboratories and in public areas.<br>8.Know where safety equipment (eyewash, shower and extinguisher) is located. <br>9.Food/drink is not allowed in laboratories where chemicals are used/ stored.<br>10.Know how to clean up spills of common chemicals and specific chemicals you see, for spilling ethidium bromide dealt with sodium hydroxide.<br>11.Always read the directions before using instruments and read MSDS before handling new chemicals carefully.</p>
 +
</div>
 +
<div class="row">
 +
<div class="col-md-2"></div>
 +
<div class="col-md-8">
 +
<img src="https://static.igem.org/mediawiki/2016/6/6d/T--OUC-China--Safety1.jpg" class="img-responsive" alt="Panorama of our lab" />
 +
</div>
 +
<div class="col-md-2"></div>
 +
</div>
 +
<p class="text-center" style="font-size:16px;">Figure 5 Panorama of our lab</p>
 +
<br id="float03">
 +
<br>
 +
<hr>
 +
<h3 class="text-center"><img src="https://static.igem.org/mediawiki/2016/c/cf/T--OUC-China--head-icon1.fw.png" alt="icon">SAFE SHIPMENT<img src="https://static.igem.org/mediawiki/2016/f/f8/T--OUC-China--head-icon2.fw.png" alt="icon"></h3><br>
 +
<p>For submitting our parts to igem HQ, we first took the initiative to consult Chinese entry-exit inspection and quarantine laws and regulations about shipping DNA from China to the USA, which is forbidden without tedious  red tape. Fortunately, GenScript cooperated with igem HQ forward our part sample to the USA. Ergo, we sealed dried DNA and sent it in the submission kit to GenScript, which clearly labelled as DNA without disguise. Our kit poses no risks and is perfectly safe for shipment.</p>
 +
<br>
 +
</div>
 +
</div>
 +
<div class="oucBanner">
 +
        <h3 class="text-center">Cistrons Concerto</h3>
 +
</div>
 +
<div class="row oucInformation">
 +
<div class="col-md-1"></div>
 +
<div class="col-md-5">
 +
<h3>Thanks:</h3>
 +
<p>1.Qingdao Institute of Bioenergy and Bioprocess Technology, Chinese Academy of Sciences</p>
 +
<p>2.NEW ENGLAND Biolabs</p>
 +
<p>3.Genscript</p>
 +
</div>
 +
<div class="col-md-5 Contact">
 +
<h3>Contact us:</h3>
 +
<p><b>E-mail</b>: oucigem@163.com</p>
 +
<p><b>Designed and built</b> by @ Jasmine Chen and @ Zexin Jiao</p>
 +
<p>We are OUC-iGEM
 +
<img src="https://static.igem.org/mediawiki/2016/5/58/T--OUC-China--foot4.png" width="70" height="70" alt="logo-one">
 +
<img src="https://static.igem.org/mediawiki/2016/9/9b/T--OUC-China--foot5.png" width="70" height="70" alt="logo-two">
 +
</p>
 +
</div>
 +
</div>
 +
<div class="oucBottom">
 +
</div>
 +
</div>
  
 +
</body>
 
</html>
 
</html>

Latest revision as of 07:55, 7 November 2016

Safety

safety-banner


iconSAFE PROJECT DESIGNicon


Being responsible for our earth and ourselves is our attitude towards every experiment. In our project, all the parts we have utilized are selected from Risk Group 1, none of which are with a Red Flag. What’s more, nonpathogenic bacteria, E.coli.K12 is employed as the main chassis for our prior design on the DNA sequence, stem-loop. As a matter of fact, when using stem-loops to tune the expression of genes, it is harmless for the growth of bacteria and relatively safe for industrialized applications. For the sake of environments, all the chassis organisms will be sterilized before being abandoned to prevent the genes from leaking.



iconSAFE LAB WORKicon


We works at a neat lab named “Lab for Microinnovation and Enterprise”, which is a BSL-2 laboratory. Before working in the lab, we are supposed to be trained by the skillful hands, not only for the general lab safety rules, but also for the standard experimental operation avoiding unnecessary damage.


No experiment carries no risk to the experimenters, hence we are properly equipped with facilities, such as latex gloves, nitrile gloves,goggles, lab coats to protect us from biotic and abiotic hazards.

Our personal safety precautions

Figure 1 Our personal safety precautions

Then for lab safety, a routine inspection is performed twice a day by everyone, not only for ensuring normal operation of our lab like supplying experimental consumables and inspecting the running of instruments, but also keeps it away from non-biological hazards, especially the water and electricity. For high efficiency, responsibility implements to every team member.

Table for routine inspection

Figure 2 Table for routine inspection

Furthermore, several operational zones are divided scientifically for special experiments like RNA electrophoresis and RT-PCR. And a molecular operation area, an ethidium bromide area and a polyacrylamide gel electrophoresis area are set for difficult operations

RNA operation area

Figure 3 RNA operation area

UV transilluminator

Figure 4 UV transilluminator

For us, lab safety is a hot topic and we have come up with a practical lab safety manual which normalizes our lovely lab.

Practical lab safety manual

1.Routine inspections must perform between 6:30-8:00pm and 9:30-11:00pm.
2.Lab cleaning must be done twice a week with disinfectant moping the floor for at least 3times.
3. Well prepared experiment plans should be written before you start.
4.Lab coats and gloves must be worn when conducting experiments.
5.Short skirts, shorts, and open shoes must not be worn.
6.If you see a colleague doing something dangerous, point it out to him or her.
7.Lab coats must not be worn outside laboratories and in public areas.
8.Know where safety equipment (eyewash, shower and extinguisher) is located.
9.Food/drink is not allowed in laboratories where chemicals are used/ stored.
10.Know how to clean up spills of common chemicals and specific chemicals you see, for spilling ethidium bromide dealt with sodium hydroxide.
11.Always read the directions before using instruments and read MSDS before handling new chemicals carefully.

Panorama of our lab

Figure 5 Panorama of our lab




iconSAFE SHIPMENTicon


For submitting our parts to igem HQ, we first took the initiative to consult Chinese entry-exit inspection and quarantine laws and regulations about shipping DNA from China to the USA, which is forbidden without tedious red tape. Fortunately, GenScript cooperated with igem HQ forward our part sample to the USA. Ergo, we sealed dried DNA and sent it in the submission kit to GenScript, which clearly labelled as DNA without disguise. Our kit poses no risks and is perfectly safe for shipment.


Cistrons Concerto

Thanks:

1.Qingdao Institute of Bioenergy and Bioprocess Technology, Chinese Academy of Sciences

2.NEW ENGLAND Biolabs

3.Genscript

Contact us:

E-mail: oucigem@163.com

Designed and built by @ Jasmine Chen and @ Zexin Jiao

We are OUC-iGEM logo-one logo-two