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

(Prototype team page)
 
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 name="Keywords" content="关键词,关键词">
 +
  <meta name="Description" content="描述">
 +
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
  <link href="https://2016.igem.org/Team:OUC-China/css/bootstrap-min?action=raw&amp;ctype=text/css" rel="stylesheet">
 +
  <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">
 +
  <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/hp?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;
 +
}
 +
/* disable IGEM's style */
 +
/*#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 {
 +
border-bottom: none;
 +
padding-top: 0;
 +
padding-bottom: 0;
 +
margin-bottom: 0;
 +
}
 +
#bodyContent p {
 +
font-size: 100%;
 +
line-height: 1em;
 +
}
 +
#bodyContent li {
 +
margin-bottom: 0;
 +
}
 +
#bodyContent a {
 +
font-size: 100%;
 +
}*/ 
 +
h3{margin-top:0;}
 +
        h1{border:0;}
 +
        .img_banner{margin-top:-5px;}
 +
        .oucBanner{height:240px;background:url('https://static.igem.org/mediawiki/2016/e/ee/T--OUC-China--banner.fw.png');margin-top:-20px;}
 +
.oucNav{margin-top:16px;background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);border:0;}
 +
.oucBrand{width:200px;height:50px;background:url(https://static.igem.org/mediawiki/2016/f/fc/T--OUC-China--nav-logo-1.fw.png);}
 +
ul[class=dropdown-menu]{background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);}
 +
</style>
 +
<script type="text/javascript">
  
<div class="column full_size">
+
  $(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;
  
  
<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>
+
 
 +
 +
  if(sTop<=f2-100){
 +
  blackTop.fadeOut(300).css('display','none')
 +
  }
 +
  else{
 +
  blackTop.fadeIn(300).css('display','block')
 +
  }
 +
 
  
<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>
+
 +
    }
 +
  })
 +
</script>
  
</div>
 
 
 
<div class="column full_size">
 
<h5>Safe Project Design</h5>
 
 
<p>Does your project include any safety features? Have you made certain decisions about the design to reduce risks? Write about them here! For example:</p>
 
 
<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">切换导航</span>
 +
  <span class="icon-bar"></span>
 +
  <span class="icon-bar"></span>
 +
  <span class="icon-bar"></span>
 +
  </button>
 +
  <a class="navbar-brand oucBrand" href="#"></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="active"><a href="#">Project</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Model">Model</a></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="#">Basic part</a></li>
 +
<li><a href="#">Composite parts</a></li>
 +
<li><a href="#">Part collection</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Team">Team</a></li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Notebook<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><a href="#">Safety</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Human_Practices">Human Practices</a></li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Others<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Attributions">Attributions</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Collaborations">Collaborations</a></li>
 +
</ul>
 +
</li>
 +
  </ul>
 +
</div>
 +
</div>
 +
</nav>
 +
<div class="clearfix"></div>
 +
                <div class="img_banner"><img src="https://static.igem.org/mediawiki/2016/5/5f/T--OUC-China--project-banner.jpg" class="img-responsive"></div>
 +
<div class="row">
 +
<div class="col-md-3" id="myScrollspy">
 +
<ul class="nav nav-tabs nav-stacked" data-spy="affix" data-offset-top="225" data-offset-bottom="150" id="myNav">
 +
<li class="active"><a href="#float01">Safe Project Design</a></li>
 +
<li><a href="#float02">Safe Lab Work</a></li>
 +
<li><a href="#float03">Reference</a></li>
 +
<a id="BtnTop">
 +
<font style=" height:10px; display:block;"></font>
 +
<span>Btn Top</span>
 +
</a>
 +
</ul>
 +
</div>
 +
<div class="col-md-9 hpMain">
 +
<br id="float01">
 +
<h3><b>General Support:</b></h3>
 +
<p>Harmless bacteria, <i>E.coli.K12</i> is utilized as the main chassis for our prior design on the DNA sequence, stem loop. When further applied into the reconstruction of metabolic circuits, stem loop is harmless for the growth of bacteria and relatively safe for other applications. Being responsible for our earth and ourselves is our attitude in every experiments. What’s more, all the parts we have utilized are selected from Risk Group 1, none of which are with a Red Flag. All the chassis organisms will be sterilized by Autoclaves Sterilizers before being abandoned to prevent the genes from leaking..</p>
 +
<hr>
 +
<br id="float02">
 +
<h3><b>Safe Lab Work</b></h3>
 +
<p>We worked at a neat lab named 105, 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 demage. </p>
 +
<br />
 +
<p>No experiment carries no risks to the experimenters, hence we are properly equipped with facilities, such as gloves, googles, lab coats and so on to protect us from biotic and abiotic hazards.</p>
 +
<br />
 +
<p>Then for lab safety, we perform a routine inspection twice a day to ensure the normal operation of our lab and away from non-biological hazards, especially the water and electricity. Furthermore, several operational zones are divided scientifically for specially experiments like RNA extraction and qRT-PCR.</p>
 +
<p>One case where we had to take extra safety precautions was when we gel extracted bands from electrophoresis gels. We wore UV protection goggles to protect our eyes from the UV light.</p>
 +
<br />
 +
<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>
 +
<hr>
 +
<br id="float03">
 +
<h3><b>Safe Shipment</b></h3>
 +
<p>For submitting our parts to igem HQ, we first took the initiative to consult Chinese entry and 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 />
 +
<br />
 +
<br />
 +
</div>
 +
</div>
 +
<div class="row">
 +
<div class="oucBanner">
 +
<h3 class="text-center" style="margin-top:20px;">Cistrons Concerto</h3>
 +
</div>
 +
<div class="row oucInformation">
 +
<div class="col-md-7">
 +
<b>About</b>
 +
<p>Thanks to:<i><img src="image/ouc-footer-1.fw.png"></i><i><img src="image/ouc-footer-2.fw.png"></i></p>
 +
<p>Designed and built by @ Jasmine Chen and @ Zexin Jiao</p>
 +
<p>Code licensed under Apache License v2.0</p>
 +
</div>
 +
<div class="col-md-5">
 +
<b>Contact us</b>
 +
<p>E-mail: oucigem@163.com</p>
 +
<p>Follow us on Facebook@ iGEM OUC<i><img src="image/ouc-footer-3.fw.png"></i></p>
 +
<p>Find us on Google Map</p>
 +
<p>We are OUC-iGEM<i><img src="image/ouc-footer-4.fw.png"></i><i><img src="image/ouc-footer-5.fw.png"></i><i><img src="image/ouc-footer-6.fw.png"></i></p>
 +
</div>
 +
</div>
 +
<div id="" class="oucBottom">
 +
</div>
 +
</div>
 +
</div>
  
 +
</body>
 
</html>
 
</html>

Revision as of 10:43, 14 October 2016

Safety


General Support:

Harmless bacteria, E.coli.K12 is utilized as the main chassis for our prior design on the DNA sequence, stem loop. When further applied into the reconstruction of metabolic circuits, stem loop is harmless for the growth of bacteria and relatively safe for other applications. Being responsible for our earth and ourselves is our attitude in every experiments. What’s more, all the parts we have utilized are selected from Risk Group 1, none of which are with a Red Flag. All the chassis organisms will be sterilized by Autoclaves Sterilizers before being abandoned to prevent the genes from leaking..



Safe Lab Work

We worked at a neat lab named 105, 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 demage.


No experiment carries no risks to the experimenters, hence we are properly equipped with facilities, such as gloves, googles, lab coats and so on to protect us from biotic and abiotic hazards.


Then for lab safety, we perform a routine inspection twice a day to ensure the normal operation of our lab and away from non-biological hazards, especially the water and electricity. Furthermore, several operational zones are divided scientifically for specially experiments like RNA extraction and qRT-PCR.

One case where we had to take extra safety precautions was when we gel extracted bands from electrophoresis gels. We wore UV protection goggles to protect our eyes from the UV light.


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



Safe Shipment

For submitting our parts to igem HQ, we first took the initiative to consult Chinese entry and 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

About

Thanks to:

Designed and built by @ Jasmine Chen and @ Zexin Jiao

Code licensed under Apache License v2.0

Contact us

E-mail: oucigem@163.com

Follow us on Facebook@ iGEM OUC

Find us on Google Map

We are OUC-iGEM