Difference between revisions of "Team:Paris Bettencourt/Safety"

(Prototype team page)
 
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Paris_Bettencourt}}
+
 
 +
 
 +
{{Paris_Bettencourt/Menu}}
 +
{{Paris_Bettencourt/Wiki}}
 +
 
 +
                                            <!-- Code by the 2016 Paris Bettencourt -->
 +
 
 
<html>
 
<html>
 +
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
 +
<style>
  
  
<div class="column full_size">
+
a:hover {
 +
    text-decoration : none;
 +
}
  
 +
html {
 +
    height : 100%;
 +
}
  
<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>
+
body {
 +
    position : relative;
 +
    width : 1250px;
 +
    margin-left : 0;
 +
    margin-right : 0;
 +
    margin-top : 0;
 +
}
  
<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>
+
#topheader {
 +
width : 100%;
 +
height : 350px;
 +
position : relative;
 +
margin-top : -120px;
 +
margin-left : 0;
 +
margin-right : 0;
 +
padding:0;
 +
background-image : url("https://static.igem.org/mediawiki/2016/1/10/Paris_Bettencourt-Safety_Top.jpeg");
 +
background-size : cover;
 +
background-color : rgb(255,255,255);
 +
text-align : center;
 +
background-size : cover;
 +
}
  
</div>
+
#subheader {
 +
    position : relative ;
 +
    width : 80%;
 +
    left : 0;
 +
    right : 0;
 +
    margin-left : 10%;
 +
    margin-bottom: 30px;
 +
    background-color : rgb(255,255,255);
 +
}
  
 +
#subheader p{
 +
    font-size: 17px;
 +
}
  
<div class="column full_size">
+
.separation {
<h5>Safe Project Design</h5>
+
    width: 100%;
 +
    height : 100px;
 +
}
  
<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>
+
.input {
 +
    width : 80%;
 +
    display : inline-block;
 +
    line-height : normal;
 +
    text-align : justify;
 +
}
  
 +
#figurebox {
 +
    border-style: solid;
 +
    border-width: 2px;
 +
    border-color: #8B1813;
 +
    margin-top : 15px;
 +
    margin-left : 15px;
 +
    margin-right : 15px;
 +
    margin-bottom: 15px;
 +
    padding-top: 10px;
 +
    padding-right: 10px;
 +
    padding-bottom: 10px;
 +
    padding-left: 10px;
 +
}
 +
 +
#figurebox p {
 +
    font-size: 15px;
 +
}
 +
 +
<!-------- BEGIN Style for Panels Linking Other Projects----------->
 +
 +
/* Panels */
 +
.panel {
 +
    margin: 0 auto;
 +
    color: rgb(30,39,43);
 +
    font-family: 'Open Sans', sans-serif;
 +
}
 +
.panel a {
 +
display: inline-block;
 +
    color: rgb(46,43,52);
 +
    text-decoration:none;
 +
}
 +
 +
/* Subpanels */
 +
.narrowimg {/* Subpanels background*/
 +
    /*position:absolute;*/
 +
    z-index:2;
 +
    opacity:0.3;
 +
    filter: alpha(opacity=30);
 +
}
 +
.titlebox {/* Subpanels Title*/
 +
    z-index:1;
 +
    position:relative;
 +
    bottom: 200px;
 +
    background:transparent;
 +
}
 +
 +
.subpanel2 { /* Projects */
 +
    float: left;
 +
    width:200px;
 +
    height:250px;
 +
    font-size:20px;
 +
    text-align:center;
 +
    margin-top:5px;
 +
    margin-bottom:5px;
 +
    margin-right:5px;
 +
    margin-left:5px;
 +
    border-radius:7px;
 +
    overflow:hidden;
 +
}
 +
.subpanel2:hover{
 +
    font-weight:bold;
 +
}
 +
.subpanel2:hover .narrowimg {
 +
    opacity:0.8;
 +
    filter: alpha(opacity=80);
 +
}
 +
/* pages */
 +
.subpanel4 { /* divide page in 3 */
 +
    float:left;
 +
    width:364px;
 +
    height:492px;
 +
    font-size:22px;
 +
    margin-top:0;
 +
    margin-right:10px;
 +
}
 +
.subpanel6 { /* Pages */
 +
    height:240.5px;
 +
    margin:0;
 +
    margin-bottom:11px;
 +
    border-radius:7px;
 +
    overflow:hidden;
 +
    background:rgb(255,255,255);
 +
    color:Black;
 +
    text-align:center;
 +
}
 +
.subpanel6:hover{
 +
    font-weight:bold;
 +
}
 +
.subpanel6:hover .narrowimg {
 +
    opacity:0.8;
 +
    filter: alpha(opacity=80);
 +
}
 +
<!-- END Style for Panels Linking Other Projects-->
 +
   
 +
 +
<!-- Begin Style for Project Summary Boxes-->
 +
 +
  .factstile a:hover {
 +
    font-weight:bold;
 +
  }
 +
  .factstile a {
 +
    color: rgb(30,39,43);
 +
  }
 +
 +
 +
  .projtile1 {
 +
    float:left;
 +
    width:263px;
 +
    height:200px;   
 +
    background:rgb(245,245,245);
 +
    overflow:hidden;
 +
    margin-bottom:15px;
 +
    margin-left:125px;
 +
    margin-right:15px;
 +
    text-align:left;
 +
  }
 +
 +
  .projtile2 {
 +
    float:left;
 +
    width:263px;
 +
    height:200px;   
 +
    background:rgb(245,245,245);
 +
    overflow:hidden;
 +
    margin-bottom:15px;
 +
    margin-left:125px;
 +
    margin-right:15px;
 +
    text-align:left;
 +
  }
 +
 +
  .projtile3 {
 +
    float:left;
 +
    width:400px;
 +
    height:415px;   
 +
    background:rgb(245,245,245);
 +
    overflow:hidden;
 +
    margin-bottom:15px;
 +
    margin-left:425px;
 +
    margin-right:15px;
 +
    margin-bottom:100px;
 +
    margin-top:-430px;
 +
    text-align:left;
 +
  }
 +
 +
  .projtile4 {
 +
    float:left;
 +
    width:263px;
 +
    height:415px;   
 +
    background:rgb(245,245,245);
 +
    overflow:hidden;
 +
    margin-bottom:15px;
 +
    margin-left:860px;
 +
    margin-right:15px;
 +
    margin-top:-515px;
 +
    text-align:left;
 +
  }
 +
 +
            </style>
 +
 +
<body>
 +
<div id=topheader> </div>
 +
<br>
 +
<!--h1 class="red">Lab safety </h1-->
 +
 
 +
 +
<div id=subheader>
 +
<div id="input">
 +
 +
<h2 class="red">Summary</h2>
 +
<p>
 +
In iGEM we take safety seriously. Our project touches sensible topics such as enzyme and human contact so we had a special consideration about safety issues. From strict lab rules to interviews with drycleaners, we tried to measure user's awareness and potential problems in the implementation and safety of our final engineered GMO (genetically modified microorganism).
 +
</p>
 +
 +
<h2 class="red">Safety Training and Lab Rules</h2>
 +
<div id="figurebox">
 +
<img src="https://static.igem.org/mediawiki/2016/f/f0/Paris_Bettencourt-File_vue_cochin.jpg" alt="Quercetin strains degradation" style="width:900px;">
 +
<p>
 +
<b> Figure 1: Our laboratory facilities at the Cochin institut in Paris.</b>
 +
</div>
 +
<p>
 +
At the beginning of the competition, all team members received a safety training for working in the Biosafety Level 1 and in the Biosafety level 2 laboratories. This training was conducted by the Biosafety officer for INSERM U1001 (Fig. 1) and it included best laboratory practices as described in the WHO laboratory biosafety manual.<br>
 +
It included rules about protocols in the lab, protective clothing and equipment, decontamination methods and practices, prevention of the transfer of genetic material and microorganisms, handling chemicals, use of machines and emergency procedures. The safety form was submitted to iGEM HQ as well.
 +
</p>
 +
 +
<h2 class="red">Biosafety Level 2</h2>
 +
<p>
 +
During this project we aimed, amongst other things, to create a database of strains isolated from vineyard soils from all around the world. Since we were handeling samples without knowing the microbes that were present on them, we took special security measurements. To begin with, we worked in a lab with biosafety level 2, in the appropriated hood and wearing the appropriate safety clothing. We also chose to work with a set of media that would be selective for non-pathogenical species, not allowing the potentially dangerous species that were on the samples to grow.
 +
</p>
 +
 +
<h2 class="red">Organisms used</h2>
 +
<p>
 +
Our sole chassis organism in this project was <i>E. coli</i>. All cloning steps were performed in the DH5alpha strain, and all protein expression steps on the BL21(DE3) strain.<br>
 +
In the making of our database we isolated several different species of Acidovorax, Actinomycetes, Arthrobacter, Bacillus, Brevibacterium, Celullosimicrobium, Corynebacterium, Escherichia, Flavobacterium, Klebsiella, Kocuria, Microbacterium, Micrococcus, Oerskavia, Paenibacillus, Pantoea, Pseudomonas, Rhodococcus, Staphylococcus (non aureus) and Streptomyces. All our samples were sent for sequencing after growing them in selective media and no harmful species for human health was isolated from them.
 +
</p>
 +
 +
<h2 class="red">References</h2>
 
<ul>
 
<ul>
<li>Choosing a non-pathogenic chassis</li>
+
<li>Public Health Statement for Tetrachloroethylene (PERC) from the Agency for Toxic Substances & Disease Registry of the United States Department of Health and Human Services (2014)
<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>
<li>Including an "induced lethality" or "kill-switch" device</li>
+
 
</ul>
 
</ul>
  
</div>
+
</div> <! End input Div> 
  
<div class="column half_size">
+
</div> <! End subheader Div>  
<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">
+
<div class=separation></div>
<h5>Safe Shipment</h5>
+
 
 +
<div style="clear: both;"></div>
 +
  
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
+
</div>
 +
</div>
 
</div>
 
</div>
  
 +
</body>
  
 +
 +
<!--
 +
BUTTON.. unimportant for now
 +
<div class="button_click"  onClick=" parent.location= 'https://2016.igem.org/Special:Upload '"> 
 +
UPLOAD FILES
 +
</div>
 +
-->
 
</html>
 
</html>
 +
{{Paris_Bettencourt/Footer}}

Latest revision as of 17:42, 19 October 2016




Summary

In iGEM we take safety seriously. Our project touches sensible topics such as enzyme and human contact so we had a special consideration about safety issues. From strict lab rules to interviews with drycleaners, we tried to measure user's awareness and potential problems in the implementation and safety of our final engineered GMO (genetically modified microorganism).

Safety Training and Lab Rules

Quercetin strains degradation

Figure 1: Our laboratory facilities at the Cochin institut in Paris.

At the beginning of the competition, all team members received a safety training for working in the Biosafety Level 1 and in the Biosafety level 2 laboratories. This training was conducted by the Biosafety officer for INSERM U1001 (Fig. 1) and it included best laboratory practices as described in the WHO laboratory biosafety manual.
It included rules about protocols in the lab, protective clothing and equipment, decontamination methods and practices, prevention of the transfer of genetic material and microorganisms, handling chemicals, use of machines and emergency procedures. The safety form was submitted to iGEM HQ as well.

Biosafety Level 2

During this project we aimed, amongst other things, to create a database of strains isolated from vineyard soils from all around the world. Since we were handeling samples without knowing the microbes that were present on them, we took special security measurements. To begin with, we worked in a lab with biosafety level 2, in the appropriated hood and wearing the appropriate safety clothing. We also chose to work with a set of media that would be selective for non-pathogenical species, not allowing the potentially dangerous species that were on the samples to grow.

Organisms used

Our sole chassis organism in this project was E. coli. All cloning steps were performed in the DH5alpha strain, and all protein expression steps on the BL21(DE3) strain.
In the making of our database we isolated several different species of Acidovorax, Actinomycetes, Arthrobacter, Bacillus, Brevibacterium, Celullosimicrobium, Corynebacterium, Escherichia, Flavobacterium, Klebsiella, Kocuria, Microbacterium, Micrococcus, Oerskavia, Paenibacillus, Pantoea, Pseudomonas, Rhodococcus, Staphylococcus (non aureus) and Streptomyces. All our samples were sent for sequencing after growing them in selective media and no harmful species for human health was isolated from them.

References

  • Public Health Statement for Tetrachloroethylene (PERC) from the Agency for Toxic Substances & Disease Registry of the United States Department of Health and Human Services (2014)
Centre for Research and Interdisciplinarity (CRI)
Faculty of Medicine Cochin Port-Royal, South wing, 2nd floor
Paris Descartes University
24, rue du Faubourg Saint Jacques
75014 Paris, France
+33 1 44 41 25 22/25
igem2016parisbettencourt@gmail.com
2016.igem.org