(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{Bordeaux}} | + | {{:Team:Bordeaux/Template/Navbar}} |
<html> | <html> | ||
+ | <head> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <link rel="stylesheet" href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapcss?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" src="https://2018.igem.org/Team:Bordeaux/Template/css?action=raw&ctype=text/css"> | ||
+ | <style> | ||
+ | /* Main page background */ | ||
− | + | #bodyContent { | |
+ | /*background-color: #efefef;*/ | ||
+ | } | ||
− | + | /* Top Banner */ | |
− | + | ||
− | + | .team_banner { | |
+ | width: 100%; | ||
+ | } | ||
− | + | .text_title { | |
+ | font-size: 4vw; | ||
+ | position: relative; | ||
+ | left: 2vw; | ||
+ | bottom: 8vw; | ||
+ | color: #ffffff; | ||
+ | text-shadow: 2px 2px 5px; | ||
+ | } | ||
+ | /* Presentation text*/ | ||
− | + | .text_intro { | |
− | + | background-color: #ffffff !important; | |
+ | padding: 4% 4% 4% 4%; | ||
+ | } | ||
− | + | video { | |
+ | width: 100% !important; | ||
+ | } | ||
− | + | .bg-color1 { | |
− | + | background-color: #3F51B5; | |
− | + | color: white; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | .bg-color2 { | |
+ | background-color: #FF9800; | ||
+ | color: white; | ||
+ | } | ||
− | + | .bg-color3 { | |
− | + | background-color: #8BC34A; | |
+ | color: white; | ||
+ | } | ||
− | + | .bg-color4 { | |
+ | background-color: #9C27B0; | ||
+ | color: white; | ||
+ | } | ||
+ | .bg-color5 { | ||
+ | background-color: #2196F3; | ||
+ | color: white; | ||
+ | } | ||
− | + | .bg-color6 { | |
+ | background-color: #E91E63; | ||
+ | color: white; | ||
+ | } | ||
− | + | .section-title { | |
− | + | margin-bottom: 50px !important; | |
+ | } | ||
+ | .section-padding { | ||
+ | padding: 80px; | ||
+ | } | ||
− | </ | + | .pointylist li { |
+ | list-style: circle !important; | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | |||
+ | ol { | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | |||
+ | ol li { | ||
+ | padding-bottom: 15px; | ||
+ | list-style: unset; | ||
+ | } | ||
+ | |||
+ | .text_intro p { | ||
+ | margin-bottom: 25px !important | ||
+ | } | ||
+ | |||
+ | figcaption { | ||
+ | font-size: 15px !important; | ||
+ | font-style: italic; | ||
+ | margin-top: 17px; | ||
+ | margin-bottom: 40px; | ||
+ | padding-left: 40px; | ||
+ | padding-right: 40px; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <!-- Main Content--> | ||
+ | <!-- Intro Team IGEM--> | ||
+ | <div class="container text_intro"> | ||
+ | <h1 class="text-longshadow">Safety</h1> | ||
+ | <p>Safety is our main concern at iGEM Bordeaux. We were committed in order to identify and manage risks involved by | ||
+ | our project. To reach this goal, we implemented containment practices and good laboratory practices in accordance | ||
+ | to practices already used in our laboratory, in order to avoid any risks for lab workers and environment.</p> | ||
+ | <p>Members of the team who have worked in the lab received specific safety training by lab’s staff. This training provided | ||
+ | basic information such as correct conduct to adopt in case of accident or fire including location of emergency | ||
+ | exit or safety showers. | ||
+ | </p> | ||
+ | <h2>Biologicals risks</h2> | ||
+ | <p>Our project included no specific biological risks with the use of Escherichia coli strain DH5alpha classified as | ||
+ | risk group 1 organisms. This strain will not cause any disease issue for healthy adult. The only health issue | ||
+ | would be for immunosuppressed individual in case of ingestion. Another risk would be the cross contamination | ||
+ | of common materials or other culture at the lab. Moreover, as we use genetic engineered organism with especially | ||
+ | antibiotic resistance gene, we need to avoid any environmental exposure to these organisms. In order to prevent | ||
+ | theses issues, we have implemented strictly containment practices such as the use of biosafety cabinet and specific | ||
+ | disposal for biological waste In case of development of our project at bigger scale, the containment of our engineered | ||
+ | E.coli will not be an issue as the biocatalysis of HMF in FDCA could happen in a closed bioreactor. | ||
+ | </p> | ||
+ | <h2>Chemical risks</h2> | ||
+ | <p>The main risks involved by our project will be the use of chemicals. Main risks are caused by the use of EtBr (Ethidium | ||
+ | bromide) which is carcinogen and HMF which can cause skin, eyes and respiratory irritation. The use of nitrile | ||
+ | gloves, protection glasses and lab coat are mandatory to prevent any contact. Since HMF is a powder, it is handled | ||
+ | under a laboratory fume hood to prevent respiratory exposure. | ||
+ | </p> | ||
+ | <p>In order to implement an efficient safety policy into iGEM Bordeaux activities, we try to identify and assess every | ||
+ | risk involved by our project and take measure to prevent any of this risk.</p> | ||
+ | </div> | ||
+ | <style> | ||
+ | body { | ||
+ | font-family: 'Lato'; | ||
+ | font-weight: 400; | ||
+ | } | ||
+ | |||
+ | .boundary { | ||
+ | stroke-dasharray: 2, 2; | ||
+ | stroke-width: 2px | ||
+ | } | ||
+ | |||
+ | .mdlabel { | ||
+ | font-size: 12px | ||
+ | } | ||
+ | |||
+ | .smlabel { | ||
+ | font-size: 8px | ||
+ | } | ||
+ | |||
+ | .white { | ||
+ | fill: #fff | ||
+ | } | ||
+ | |||
+ | .red { | ||
+ | fill: rgb(192, 64, 64) | ||
+ | } | ||
+ | |||
+ | .purple { | ||
+ | fill: rgb(192, 64, 192) | ||
+ | } | ||
+ | |||
+ | .blue { | ||
+ | fill: rgb(64, 192, 192) | ||
+ | } | ||
+ | |||
+ | .green { | ||
+ | fill: rgb(64, 192, 64) | ||
+ | } | ||
+ | |||
+ | .gold { | ||
+ | fill: rgb(192, 128, 64) | ||
+ | } | ||
+ | </style> | ||
+ | <script href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapjs?action=raw"></script> </body> |
Revision as of 08:19, 15 October 2018
Loading...
Safety
Safety is our main concern at iGEM Bordeaux. We were committed in order to identify and manage risks involved by our project. To reach this goal, we implemented containment practices and good laboratory practices in accordance to practices already used in our laboratory, in order to avoid any risks for lab workers and environment.
Members of the team who have worked in the lab received specific safety training by lab’s staff. This training provided basic information such as correct conduct to adopt in case of accident or fire including location of emergency exit or safety showers.
Biologicals risks
Our project included no specific biological risks with the use of Escherichia coli strain DH5alpha classified as risk group 1 organisms. This strain will not cause any disease issue for healthy adult. The only health issue would be for immunosuppressed individual in case of ingestion. Another risk would be the cross contamination of common materials or other culture at the lab. Moreover, as we use genetic engineered organism with especially antibiotic resistance gene, we need to avoid any environmental exposure to these organisms. In order to prevent theses issues, we have implemented strictly containment practices such as the use of biosafety cabinet and specific disposal for biological waste In case of development of our project at bigger scale, the containment of our engineered E.coli will not be an issue as the biocatalysis of HMF in FDCA could happen in a closed bioreactor.
Chemical risks
The main risks involved by our project will be the use of chemicals. Main risks are caused by the use of EtBr (Ethidium bromide) which is carcinogen and HMF which can cause skin, eyes and respiratory irritation. The use of nitrile gloves, protection glasses and lab coat are mandatory to prevent any contact. Since HMF is a powder, it is handled under a laboratory fume hood to prevent respiratory exposure.
In order to implement an efficient safety policy into iGEM Bordeaux activities, we try to identify and assess every risk involved by our project and take measure to prevent any of this risk.