Line 1: | Line 1: | ||
+ | |||
+ | |||
{{Paris_Bettencourt/Menu}} | {{Paris_Bettencourt/Menu}} | ||
{{Paris_Bettencourt/Wiki}} | {{Paris_Bettencourt/Wiki}} | ||
Line 5: | Line 7: | ||
<html> | <html> | ||
− | + | <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'> | |
− | + | ||
− | + | ||
<style> | <style> | ||
− | + | ||
− | + | ||
− | + | a:hover { | |
+ | text-decoration : none; | ||
+ | } | ||
+ | |||
html { | html { | ||
− | height : 100%; | + | height : 100%; |
} | } | ||
+ | |||
body { | body { | ||
− | position : relative; | + | position : relative; |
− | + | width : 1250px; | |
− | margin-left : 0; | + | margin-left : 0; |
− | margin-right : 0; | + | margin-right : 0; |
− | margin-top : 0; | + | margin-top : 0; |
} | } | ||
+ | |||
#topheader { | #topheader { | ||
− | position : relative; | + | width : 100%; |
− | margin-top : - | + | height : 400px; |
− | margin-left : 0; | + | position : relative; |
− | margin-right : 0; | + | margin-top : -130px; |
− | padding:0; | + | margin-left : 0; |
− | + | margin-right : 0; | |
− | + | padding:0; | |
− | background-image : url("https://static.igem.org/mediawiki/2016/2/2d/Paris_Bettencourt-Safety.jpg"); | + | background-image : url("https://static.igem.org/mediawiki/2016/2/2d/Paris_Bettencourt-Safety.jpg"); |
− | background-size : cover; | + | background-size : cover; |
− | } | + | background-color : rgb(255,255,255); |
+ | text-align : center; | ||
+ | background-size : cover; | ||
+ | } | ||
+ | |||
#subheader { | #subheader { | ||
− | position : | + | position : relative ; |
− | width : | + | width : 80%; |
− | + | left : 0; | |
− | left : 0; | + | right : 0; |
− | right : 0; | + | margin-left : 10%; |
− | + | margin-bottom: 30px; | |
− | background-color : rgb(255,255,255); | + | background-color : rgb(255,255,255); |
} | } | ||
− | # | + | |
− | + | #subheader p{ | |
− | + | font-size: 17px; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | ||
− | + | .separation { | |
− | + | width: 100%; | |
− | + | height : 100px; | |
− | + | } | |
− | + | ||
+ | .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; | |
− | </style> | + | 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> | <body> | ||
− | <div id=topheader> | + | <div id=topheader> </div> |
− | </div> | + | |
+ | <h1 class="red">Lab safety </h1> | ||
+ | |||
+ | |||
<div id=subheader> | <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> | |
− | < | + | |
− | < | + | |
− | 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 laboratory. 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> | At the beginning of the competition, all team members received a safety training for working in the Biosafety Level 1 laboratory. 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. | 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> | </p> | ||
− | |||
− | |||
+ | |||
+ | |||
+ | <h2 class="red">References</h2> | ||
+ | <ul> | ||
+ | <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> | ||
+ | </ul> | ||
+ | |||
+ | </div> <! End input Div> | ||
+ | |||
+ | </div> <! End subheader Div> | ||
+ | |||
+ | |||
+ | |||
+ | <div class=separation></div> | ||
+ | |||
+ | <div style="clear: both;"></div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
</body> | </body> | ||
Line 145: | Line 285: | ||
--> | --> | ||
</html> | </html> | ||
− | |||
− | |||
{{Paris_Bettencourt/Footer}} | {{Paris_Bettencourt/Footer}} | ||
− | |||
− |
Revision as of 09:19, 19 October 2016
Lab safety
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
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 laboratory. 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.
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)