Difference between revisions of "Team:Technion Israel/Safety"

(Prototype team page)
 
 
(34 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Technion_Israel}}
+
{{Team:Technion_Israel/navbar}}
<html>
+
<html lang="en">
 +
   
 +
    <head>
 +
        <!-- Title for the page & metadata  -->       
 +
        <title>S.tar, by iGEM Technion 2016</title>
 +
    <meta charset="utf-8">
 +
    <meta name="navbar" content="width=device-width, initial-scale=1">
  
  
<div class="column full_size">
+
<style>/* inline page CSS */
 +
 +
body {
 +
}
  
 +
/* ==========Background and effects ========== */
 +
/*Make sure the div is unuiqe to each page*/
 +
.Software_wrapper {
 +
position: relative;
 +
 +
background: white; /* For browsers that do not support gradients */
 +
background: -webkit-linear-gradient(white, #ecf7fb, white); /* For Safari 5.1 to 6.0 */
 +
background: -o-linear-gradient(white, #ecf7fb, white); /* For Opera 11.1 to 12.0 */
 +
background: -moz-linear-gradient(white, #ecf7fb, white); /* For Firefox 3.6 to 15 */
 +
background: linear-gradient(white, #ecf7fb, white); /* Standard syntax */
 +
/*background-image:url('addres');
 +
background-size:cover;
 +
filter: blur(5px) grayscale(80%) opacity(10%);*/
 +
}
 +
/* ========== END: and effects ========== */
  
<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>
 
  
<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>
+
/*
 +
Object in external CSS sheet:
  
</div>
+
nav-tabs, cont_tabs:
 +
Open diffrent tabs, we uses imgs.
  
 +
back-to-top:
 +
go back to top. Apears only when going down the page.
  
<div class="column full_size">
+
cont_box:
<h5>Safe Project Design</h5>
+
The containers (box) which hold the texts and imgs in the page.
  
<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>
+
img_cont:
 +
Every in-content-page img needs to have this class of img.
  
<ul>
+
no-title-col:
<li>Choosing a non-pathogenic chassis</li>
+
Every in-content-page img needs to have this class of col.
<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>
+
.references {
<li>Including an "induced lethality" or "kill-switch" device</li>
+
  font-size: 16px;
</ul>
+
outline: 1px solid black;
 +
padding: 20px;
 +
}
  
</div>
+
</style>
  
<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>
+
<script>
  
</div>
+
//up arrow:
 +
$(document).ready(function(){
 +
$(window).scroll(function () {
 +
if ($(this).scrollTop() > 350) {
 +
$('#back-to-top').fadeIn();
 +
} else {
 +
$('#back-to-top').fadeOut();
 +
}
 +
});
 +
// scroll body to 0px on click
 +
$('#back-to-top').click(function () {
 +
$('#back-to-top').tooltip('hide');
 +
$('body,html').animate({
 +
scrollTop: 0
 +
}, 800);
 +
return false;
 +
});
 +
 +
$('#back-to-top').tooltip('show');
  
<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>
+
</script>
 +
 
 +
</head>
 +
 
 +
 
 +
<body>
 +
 
 +
<header>
 +
</header>
 +
 +
<!-- ===== One overall container (wrapper) ===== -->
 +
<div class="Software_wrapper">
 +
 
 +
<!-- ======== Cover photo: ======== -->
 +
<div class="row">
 +
<div class="col-xs-12">
 +
<img src="https://static.igem.org/mediawiki/2016/5/52/T--Technion_Israel--Safetycov.jpg" class="img-responsive img-center cont_cover" width="100%">
 +
</div>
 +
</div>
 +
<!-- ===== END: Cover photo: ===== -->
 +
 
 +
 
 +
<!-- =========== Content =========== -->
 +
 
 +
<div class="row"><!-- #1 row -->
 +
<div class="col-sm-8 col-sm-offset-2"><!-- 8/12 -->
 +
 +
<div class="row"><!--headlines' row' -->
 +
 
 +
<!-- Mini headline -->
 +
<div class="row">
 +
<div class="col-md-12 col-sm-12">
 +
<h2>Introduction</h2>
 +
</div>
 +
</div>
 +
 +
<!--6 text - 6 img div-->
 +
<div class="row">
 +
<div class="col-md-6 col-sm-12 vcenter"><!--6 text-->
 +
<p class="text-justify">
 +
While working in the lab, safety was always our top concern.
 +
<br>Lab safety includes everything from instructions regarding equipment,
 +
through proper protective gear, such as gloves, glasses, lab coats etc.,
 +
to adequate preparations and proper disposal of chemicals and organisms.<br>
 +
Aside from personal lab safety, we gave considerable thought to the subject
 +
of product safety as we were designing a hardware product meant for use outside of the lab.
 +
</p>
 +
</div><!--
 +
--><div class="col-md-6 col-sm-12 vcenter"><!--6 img div-->
 +
<a class="pop ocenter">
 +
<img src="https://static.igem.org/mediawiki/2016/b/bb/File-T--Technion_Israel-Safetysafety1.jpg" class="img-responsive img-center img-cont" width="200" style="cursor: pointer;">
 +
</a>
 +
</div>
 +
</div>
 +
 +
<!-- Mini headline -->
 +
<div class="row">
 +
<div class="col-md-12 col-sm-12">
 +
<h2>Personal safety</h2>
 +
</div>
 +
</div>
 +
 
 +
<!-- 12 text div -->
 +
<div class="row">
 +
<div class="col-md-12 col-sm-12">
 +
<h4>Working at the iGEM Technion lab:</h4>
 +
<p class="text-justify">
 +
All members of the team have completed safety training,
 +
provided by our instructors. It included detailed explanations
 +
regarding the hazards and risks, which can be found in the
 +
laboratory environment, with emphasis on different chemical
 +
and biological issues. <br>In addition, we received information
 +
about the location of fire alarms, safety showers, extinguishers and fume hoods.<br>
 +
</p>
 +
</div>
 +
</div>
 +
 +
<!-- 12 img div -->
 +
<div class="row">
 +
<div class="col-md-12 col-sm-12">
 +
<a class="pop ocenter">
 +
<img src="https://static.igem.org/mediawiki/2016/3/31/File-T--Technion_Israel-Safetysafety3.jpg" class="img-responsive img-center img-cont" width="500" style="cursor: pointer;">
 +
</a>
 +
</div>
 +
</div>
 +
 +
<!-- 12 text div -->
 +
<div class="row">
 +
<div class="col-md-12 col-sm-12">
 +
<h4>Biological safety:</h4>
 +
<p class="text-justify">
 +
During the project, we worked with the following strains of
 +
<i>E. coli</i>: UU1250, Top10, B275∆ ZRAS ,B275∆ FILM and MG1655.
 +
These strains do not exhibit any toxicity and belong to
 +
Biosafety level 1, which is the lowest risk level.
 +
In addition, we obeyed the Technion's official regulations
 +
regarding biosafety in the lab.<br>
 +
</p>
 +
</div>
 +
</div>
 +
 +
 +
<!-- 12 text div -->
 +
<div class="row">
 +
<div class="col-md-12 col-sm-12">
 +
<h4>Minimizing Risks:</h4>
 +
<p class="text-justify">
 +
To minimize risks and conduct safe research, certain rules were adapted in the lab: <br>
 +
- Use of personal protection equipment, such as lab coats, safety goggles and rubber gloves if necessary.<br>
 +
- Consumption of food or drinks in the lab area is prohibited.<br>
 +
- Smoking in the lab area is prohibited.<br>
 +
- Mandatory autoclaving of all waste that came into contact with biological materials.<br>
 +
</p>
 +
</div>
 +
</div>
 +
<br><br><br>
 +
<!--6 text - 6 img div-->
 +
<div class="row">
 +
<div class="col-md-6 col-sm-12 vcenter"><!--6 text-->
 +
<h4>Dangerous Chemicals:</h4>
 +
<p class="text-justify">
 +
- Ethydium bromide - A known carcinogen, used in agarose gel. Therefore gel preparation was done in designated marked areas and with designated equipment. Addition of EtBr to the mix was done in a hood, and special emphasis was placed on wearing gloves and lab coats when handling gel.<br>
 +
<br>
 +
- Liquid nitrogen - Can cause frostbites or cryogenic burns if not handled properly. Therefore, we always worked with liquid nitrogen, while wearing protective clothing, including safety goggles, cryogenic gloves and tongs.<br>
 +
</p>
 +
</div><!--
 +
--><div class="col-md-6 col-sm-12 vcenter"><!--6 img div-->
 +
<a class="pop ocenter">
 +
<img src="https://static.igem.org/mediawiki/2016/7/72/File-T--Technion_Israel-Safetysafety5.jpg" class="img-responsive img-center img-cont" width="450" style="cursor: pointer;">
 +
</a>
 +
</div>
 +
</div>
 +
 +
<!-- Mini headline -->
 +
<div class="row">
 +
<div class="col-md-12 col-sm-12">
 +
<h2>Product safety</h2>
 +
</div>
 +
</div>
 +
<!-- 12 text div -->
 +
<div class="row">
 +
<div class="col-md-12 col-sm-12">
 +
<p class="text-justify">
 +
FlashLab - the product which we designed, is a fluidic chip at its core. The channel inside the chip is not sealed, to allow the passage of oxygen through the chip. Due to this limitation, the genetically engineered bacteria can be spilt from the chip if the user does not handle it properly. That kind of spill can cause environmental problems. We looked into several ways to solve this problem:<br><br>
 +
1) Design approach: produce the chip as a complete standalone <b>sealed</b> kit, meaning that in the final product, the bacteria will be placed in a vial connected to the chip. The user will then have to simply break a seal connecting the two (same principle as a glow stick), to release them into the channel before adding the sample.
 +
This approach is not ideal, since the bacteria will still be in the chip after usage, meaning the risk of accidental release is not diminished. To increase product safety even further we looked into a second solution.<br><br>
 +
2) Biological approach: Using a kill switch system to prevent environmental risks, in case of release. For this purpose, we aim to utilize the kill switch designed by Berkeley 2008 iGEM Team <a href="http://parts.igem.org/Part:BBa_K112808" target="_blank">(BbaK112808)</a>. This kill switch depends on the concentration of IPTG in the environment. When the IPTG concentration in the medium is low, the kill switch will be activated. For this purpose, we would add IPTG, a substance not consumed by bacteria, into the medium. Upon release of the bacteria into the environment, the IPTG concentration that the bacteria sense will drop rapidly, leading to an increase in death rate.
 +
</p>
 +
</div>
 +
</div>
 +
 +
</div>
 +
</div><!-- End: content box -->
 +
</div><!-- End: 10/12 -->
 +
<div class="row">
 +
<div class="col-sm-8 col-sm-offset-2"><!-- 8/12 -->
 +
 
 +
<p class="referances">
 +
References:<br>
 +
1. <a href="http://safety.net.technion.ac.il">Technion Safety and Health Unit </a>
 +
<br>
 +
</p>
 +
 +
</div>
 +
</div>
 +
</div><!-- End: row -->
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
<!--Code: Click on img to enlarge it-->
 +
<div class="modal fade" id="imagemodal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
 +
  <div class="modal-dialog">
 +
    <div class="modal-content">             
 +
      <div class="modal-body">
 +
      <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
 +
        <img src="" class="imagepreview" style="width: 100%;" >
 +
    </div>
 +
    </div>
 +
</div>
 
</div>
 
</div>
 +
 +
<!--Arrow up -->
 +
<a id="back-to-top" href="#" class="btn btn-lg back-to-top" role="button" title="Up" data-toggle="tooltip" data-placement="left"><img src="https://static.igem.org/mediawiki/2016/5/5a/T--Technion_Israel--up_arrow.png" alt=""></a>
  
  
 +
</body>
 
</html>
 
</html>
 +
{{:Team:Technion_Israel/supporters}}

Latest revision as of 12:08, 19 October 2016

S.tar, by iGEM Technion 2016

S.tar, by iGEM Technion 2016

Introduction

While working in the lab, safety was always our top concern.
Lab safety includes everything from instructions regarding equipment, through proper protective gear, such as gloves, glasses, lab coats etc., to adequate preparations and proper disposal of chemicals and organisms.
Aside from personal lab safety, we gave considerable thought to the subject of product safety as we were designing a hardware product meant for use outside of the lab.

Personal safety

Working at the iGEM Technion lab:

All members of the team have completed safety training, provided by our instructors. It included detailed explanations regarding the hazards and risks, which can be found in the laboratory environment, with emphasis on different chemical and biological issues.
In addition, we received information about the location of fire alarms, safety showers, extinguishers and fume hoods.

Biological safety:

During the project, we worked with the following strains of E. coli: UU1250, Top10, B275∆ ZRAS ,B275∆ FILM and MG1655. These strains do not exhibit any toxicity and belong to Biosafety level 1, which is the lowest risk level. In addition, we obeyed the Technion's official regulations regarding biosafety in the lab.

Minimizing Risks:

To minimize risks and conduct safe research, certain rules were adapted in the lab:
- Use of personal protection equipment, such as lab coats, safety goggles and rubber gloves if necessary.
- Consumption of food or drinks in the lab area is prohibited.
- Smoking in the lab area is prohibited.
- Mandatory autoclaving of all waste that came into contact with biological materials.




Dangerous Chemicals:

- Ethydium bromide - A known carcinogen, used in agarose gel. Therefore gel preparation was done in designated marked areas and with designated equipment. Addition of EtBr to the mix was done in a hood, and special emphasis was placed on wearing gloves and lab coats when handling gel.

- Liquid nitrogen - Can cause frostbites or cryogenic burns if not handled properly. Therefore, we always worked with liquid nitrogen, while wearing protective clothing, including safety goggles, cryogenic gloves and tongs.

Product safety

FlashLab - the product which we designed, is a fluidic chip at its core. The channel inside the chip is not sealed, to allow the passage of oxygen through the chip. Due to this limitation, the genetically engineered bacteria can be spilt from the chip if the user does not handle it properly. That kind of spill can cause environmental problems. We looked into several ways to solve this problem:

1) Design approach: produce the chip as a complete standalone sealed kit, meaning that in the final product, the bacteria will be placed in a vial connected to the chip. The user will then have to simply break a seal connecting the two (same principle as a glow stick), to release them into the channel before adding the sample. This approach is not ideal, since the bacteria will still be in the chip after usage, meaning the risk of accidental release is not diminished. To increase product safety even further we looked into a second solution.

2) Biological approach: Using a kill switch system to prevent environmental risks, in case of release. For this purpose, we aim to utilize the kill switch designed by Berkeley 2008 iGEM Team (BbaK112808). This kill switch depends on the concentration of IPTG in the environment. When the IPTG concentration in the medium is low, the kill switch will be activated. For this purpose, we would add IPTG, a substance not consumed by bacteria, into the medium. Upon release of the bacteria into the environment, the IPTG concentration that the bacteria sense will drop rapidly, leading to an increase in death rate.

S.tar, by iGEM Technion 2016