Team:Gaston Day School/Safety

From 2014.igem.org

(Difference between revisions)
 
(36 intermediate revisions not shown)
Line 1: Line 1:
{{CSS/Main}}
{{CSS/Main}}
<html>
<html>
-
<script>
 
-
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
 
-
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
 
-
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
 
-
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 
-
 
-
  ga('create', 'UA-53208337-1', 'auto');
 
-
  ga('send', 'pageview');
 
-
 
-
</script>
 
<head>
<head>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Ubuntu:500' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Ubuntu:500' rel='stylesheet' type='text/css'>
-
<style>
+
-
.firstHeading {
+
<style>
-
display:none;
+
.firstHeading {
-
}
+
display:none;
 +
}
-
body {
+
body {
-
padding: 0px;
+
padding: 0px;
-
margin: 0px;
+
margin: 0px;
-
}
+
}
 +
 +
            [class*='col-'] {
 +
float: left;
 +
padding-right: 20px;
 +
}
-
[class*='col-'] {
+
.grid-pad {
-
float: left;
+
padding: 20px 0px 20px 20px;
-
padding-right: 20px;
+
}
-
}
+
-
.grid-pad {
+
.sub-grid-pad {
-
  padding: 20px 0px 20px 20px;
+
padding: 20px 0px 20px 0px;
-
}
+
}
-
.sub-grid-pad {
+
.grid-pad > .row > [class*='col-']:last-of-type, .grid-pad > [class*='col-']:last-of-type {
-
  padding: 20px 0px 20px 0px;
+
padding-right: 20px;
-
}
+
}
-
.grid-pad > .row > [class*='col-']:last-of-type, .grid-pad > [class*='col-']:last-of-type {
+
.col-1-1 {
-
  padding-right: 20px;
+
width: 100%;
-
}
+
}
-
.col-1-1 {
+
.col-1-2, .col-2-4, .col-3-6, .col-5-10 {
-
  width: 100%;
+
width: 50%;
-
}
+
}
-
.col-1-2, .col-2-4, .col-3-6, .col-5-10 {
+
.col-1-3, .col-2-6, .col-3-9 {
-
  width: 50%;
+
width: 33.33%;
-
}
+
}
-
.col-1-3, .col-2-6, .col-3-9 {
+
.col-2-3, .col-4-6, .col-6-9 {
-
  width: 33.33%;
+
width: 66.66%;
-
}
+
}
-
.col-2-3, .col-4-6, .col-6-9 {
+
.col-1-4, .col-2-8 {
-
  width: 66.66%;
+
width: 25%;
-
}
+
}
-
.col-1-4, .col-2-8 {
+
.col-3-4 {
-
  width: 25%;
+
width: 75%;
-
}
+
}
-
.col-3-4 {
+
.col-1-5, .col-2-10 {
-
  width: 75%;
+
width: 20%;
-
}
+
}
-
.col-1-5, .col-2-10 {
+
.col-2-5, .col-4-10 {
-
  width: 20%;
+
width: 40%;
-
}
+
}
-
.col-2-5, .col-4-10 {
+
.col-3-5, .col-6-10 {
-
  width: 40%;
+
width: 60%;
-
}
+
}
-
.col-3-5, .col-6-10 {
+
.col-4-5, .col-8-10 {
-
  width: 60%;
+
width: 80%;
-
}
+
}
-
.col-4-5, .col-8-10 {
+
.col-1-6 {
-
  width: 80%;
+
width: 16.66%;
-
}
+
}
-
.col-1-6 {
+
.col-5-6 {
-
  width: 16.66%;
+
width: 83.33%;
-
}
+
}
-
.col-5-6 {
+
.col-1-7 {
-
  width: 83.33%;
+
width: 14.28%;
-
}
+
}
-
.col-1-7 {
+
.col-2-7 {
-
  width: 14.28%;
+
width: 28.57%;
-
}
+
}
-
.col-2-7 {
+
.col-3-7 {
-
  width: 28.57%;
+
width: 42.85%;
-
}
+
}
-
.col-3-7 {
+
.col-4-7 {
-
  width: 42.85%;
+
width: 57.14%;
-
}
+
}
-
.col-4-7 {
+
.col-5-7 {
-
  width: 57.14%;
+
width: 71.42%;
-
}
+
}
-
.col-5-7 {
+
.col-6-7 {
-
  width: 71.42%;
+
width: 85.71%;
-
}
+
}
-
.col-6-7 {
+
.col-1-8 {
-
  width: 85.71%;
+
width: 12.5%;
-
}
+
}
-
.col-1-8 {
+
.col-2-8 {
-
  width: 12.5%;
+
width: 25%;
-
}
+
}
-
.col-2-8 {
+
.col-3-8 {
-
  width: 25%;
+
width: 37.5%;
-
}
+
}
-
.col-3-8 {
+
.col-4-8 {
-
  width: 37.5%;
+
width: 50%;
-
}
+
}
-
.col-4-8 {
+
.col-5-8 {
-
  width: 50%;
+
width: 62.5%;
-
}
+
}
-
.col-5-8 {
+
.col-6-8 {
-
  width: 62.5%;
+
width: 75%;
-
}
+
}
-
.col-6-8 {
+
.col-7-8 {
-
  width: 75%;
+
width: 87.5%;
-
}
+
}
-
.col-7-8 {
+
.col-1-9 {
-
  width: 87.5%;
+
width: 11.11%;
-
}
+
}
-
.col-1-9 {
+
.col-2-9 {
-
  width: 11.11%;
+
width: 22.22%;
-
}
+
}
-
.col-2-9 {
+
.col-4-9 {
-
  width: 22.22%;
+
width: 44.44%;
-
}
+
}
-
.col-4-9 {
+
.col-5-9 {
-
  width: 44.44%;
+
width: 55.55%;
-
}
+
}
-
.col-5-9 {
+
.col-7-9 {
-
  width: 55.55%;
+
width: 77.77%;
-
}
+
}
-
.col-7-9 {
+
.col-8-9 {
-
  width: 77.77%;
+
width: 88.88%;
-
}
+
}
-
.col-8-9 {
+
.col-1-10 {
-
  width: 88.88%;
+
width: 10%;
-
}
+
}
-
.col-1-10 {
+
.col-3-10 {
-
  width: 10%;
+
width: 30%;
-
}
+
}
-
.col-3-10 {
+
.col-7-10 {
-
  width: 30%;
+
width: 70%;
-
}
+
}
-
.col-7-10 {
+
.col-9-10 {
-
  width: 70%;
+
width: 90%;
-
}
+
}
-
.col-9-10 {
+
.grid:after {
-
  width: 90%;
+
content: "";
-
}
+
display: table;
 +
clear: both;
 +
}
-
.grid:after {
+
*, *:after, *:before {
-
content: "";
+
-webkit-box-sizing: border-box;
-
display: table;
+
-moz-box-sizing: border-box;
-
clear: both;
+
box-sizing: border-box;
-
}
+
}
-
*, *:after, *:before {
+
[class*='col-']:last-of-type {
-
  -webkit-box-sizing: border-box;
+
padding-right: 0;
-
  -moz-box-sizing: border-box;
+
}
-
  box-sizing: border-box;
+
-
}
+
-
[class*='col-']:last-of-type {
+
.show {
-
  padding-right: 0;
+
background-color:#FFFFFF;
-
}
+
color: #081D38;
 +
box-shadow: 0px 0px 25px #888888;
 +
}
-
.show {
 
-
  background-color:#FFFFFF;
 
-
  color: #081D38;
 
-
  box-shadow: 0px 0px 25px #888888;
 
-
}
 
 +
.hide {
 +
background-color: auto;
 +
}
-
.hide {
+
#pad {
-
  background-color: auto;
+
padding: 5px;
-
}
+
}
-
#pad {
+
body {
-
  padding: 5px;
+
background-color:#DFEDFF;
-
}
+
}
-
+
-
body {
+
-
  background-color:#DFEDFF;
+
-
}
+
-
#head {
+
#head {
-
font-family: 'Open Sans', sans-serif;
+
font-family: 'Open Sans', sans-serif;
-
}
+
}
-
#mainhead {
+
#mainhead {
-
font-family:'Ubuntu', sans-serif;
+
font-family:'Ubuntu', sans-serif;
-
font-size: 50px;
+
font-size: 50px;
-
}
+
}
-
a{text-decoration:none;}
+
a{text-decoration:none;}
-
#navbar > div > a > p.show {
+
#navbar > div > a > p.show {
-
box-shadow: 10px 10px 5px #888888;
+
box-shadow: 10px 10px 5px #888888;
-
}
+
}
-
.currentpage {
+
.currentpage {
-
  background-color:#FFFFFF;
+
background-color:#FFFFFF;
-
  color: #081D38;
+
color: #081D38;
-
  box-shadow: 0px 0px 25px #888888;
+
box-shadow: 0px 0px 25px #888888;
-
}
+
}
-
#navbar > div > a :hover{
+
#navbar > div > a :hover{
-
background-color: #DFEDFF;
+
background-color: #C1CDCd;
-
color: #081D38;
+
color: #081D38;
-
}
+
}
-
#navbar > div > a:active > p.show {
+
#navbar > div > a:active > p.show {
-
box-shadow: 0px 0px 25px #888888;
+
box-shadow: 0px 0px 25px #888888;
-
}
+
}
-
</style>
+
-
</head>
+
.image-wrapper
 +
{
 +
position: relative;
 +
}
-
<body>
+
.scale-image
 +
{
 +
height: 100%;
 +
width: 100%;
 +
}
 +
</style>
 +
</head>
 +
 +
<body class="transform">
<div class="row">
<div class="row">
-
<H1 id="mainhead" style="color:#072751" class="show" align="center">Welcome to the 2014 GDS iGEM Wiki</p>
+
<H1 id="mainhead" style="color:#072751" class="show" align="center">2014 GDS iGEM Safety Page</p>
 +
<h2 style="color:#072751">>Projects>Safety</h2>
</div>
</div>
 +
               
<div class="grid-pad" align="center" id="navbar">
<div class="grid-pad" align="center" id="navbar">
-
<div class="col-1-10">
+
<div class="col-1-9">
-
<a href="https://2014.igem.org/Team:Gaston_Day_School#home"><p class="show" id="pad">Home<p></a>
+
<a href="https://2014.igem.org/Team:Gaston_Day_School#home"><p class="show" id="pad">Home<p></a>
</div>
</div>
-
<div class="col-1-10">
+
<div class="col-1-9">
-
                        <a href="https://2014.igem.org/Team:Gaston_Day_School/Team#team">
+
<a href="https://2014.igem.org/Team:Gaston_Day_School/Team#team">
-
<p class="show" id="pad">Members<p></a>
+
<p class="show" id="pad">Members<p></a>
</div>
</div>
-
<div class="col-1-10">
+
<div class="col-1-9">
<a href="https://2014.igem.org/Team:Gaston_Day_School/Project#project">
<a href="https://2014.igem.org/Team:Gaston_Day_School/Project#project">
<p class="show" id="pad">Project<p></a>
<p class="show" id="pad">Project<p></a>
</div>
</div>
-
<div class="col-1-10">
+
<div class="col-1-9">
-
<a href="https://2014.igem.org/Team:Gaston_Day_School/Measurementtrack#measure">
+
-
<p class="show" id="pad">Measure/Track<p></a>
+
-
</div>
+
-
<div class="col-1-10">
+
<a href="https://2014.igem.org/Team:Gaston_Day_School/Parts#parts">
<a href="https://2014.igem.org/Team:Gaston_Day_School/Parts#parts">
<p class="show" id="pad">Parts<p></a>
<p class="show" id="pad">Parts<p></a>
</div>
</div>
-
<div class="col-1-10">
+
<div class="col-1-9">
<a href="https://2014.igem.org/Team:Gaston_Day_School/Modeling#models">
<a href="https://2014.igem.org/Team:Gaston_Day_School/Modeling#models">
<p class="show" id="pad">Models<p></a>
<p class="show" id="pad">Models<p></a>
</div>
</div>
-
<div class="col-1-10">
+
<div class="col-1-9">
<a href="https://2014.igem.org/Team:Gaston_Day_School/Notebook#notebook">
<a href="https://2014.igem.org/Team:Gaston_Day_School/Notebook#notebook">
<p class="show" id="pad">Notebook<p></a>
<p class="show" id="pad">Notebook<p></a>
</div>
</div>
-
<div class="col-1-10">
+
<div class="col-1-9">
<a href="https://2014.igem.org/Team:Gaston_Day_School/Safety#safety">
<a href="https://2014.igem.org/Team:Gaston_Day_School/Safety#safety">
<p class="currentpage" id="pad">Safety<p></a>
<p class="currentpage" id="pad">Safety<p></a>
</div>
</div>
-
<div class="col-1-10"><a href="https://2014.igem.org/Team:Gaston_Day_School/Attributions#attrib">
+
<div class="col-1-9">
 +
<a href="https://2014.igem.org/Team:Gaston_Day_School/Attributions#attrib">
<p class="show" id="pad">Attributions<p></a>
<p class="show" id="pad">Attributions<p></a>
</div>
</div>
-
<div class="col-1-10">
+
<div class="col-1-9">
-
                <a href="https://2014.igem.org/Main_Page#igem">
+
<a href="https://2014.igem.org/Main_Page">
<p class="show" id="pad"><img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="19px" position="absolute"><p></a>
<p class="show" id="pad"><img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="19px" position="absolute"><p></a>
</div>
</div>
-
</div>
+
</div>
-
+
-
<div class="col-1-10">
+
-
<p class="hide" id="pad"></p>
+
-
</div>
+
-
<div class="col-8-10">
+
<div class="col-1-10">
 +
<p class="hide" id="pad"></p>
 +
</div>
 +
       
 +
<div class="col-8-10">
<div class="grid-pad">
<div class="grid-pad">
-
<div class="col-1-1">
+
                <div class="show" id="pad">
-
<div class="show" id="pad">
+
                    <p>
-
<h2 id="head">Main Content</h2>
+
                        1.) Please briefly describe the topics that you have learned about (or will learn about) in your safety training:
-
<p id="pad">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec viverra lorem at metus porta,  
+
                        <br>
-
non mattis quam fermentum. Aliquam elementum ligula arcu, quis pharetra leo dapibus vel. Nullam vulputate erat turpis,  
+
                        <br>&nbsp;&nbsp;&nbsp;&nbsp;We have been educated in chemical awareness and precautions, proper lab attire, utilizing
-
in molestie odio elementum sed. Fusce hendrerit suscipit magna, non tempor purus molestie sit amet. Duis eget lacus sit
+
                        correct procedures while performing lab experiments, general lab hazards such
-
amet elit tristique facilisis ac sit amet ligula. Maecenas nec faucibus eros. In malesuada odio felis, feugiat posuere
+
                        as broken glass, and cautious use of heavy metals.
-
ipsum ultricies eget. Donec semper, arcu sit amet rhoncus suscipit, purus mauris varius justo, id dictum turpis lacus
+
                        <br>
-
id nibh. Sed mollis, ipsum id euismod tincidunt, tortor eros fermentum velit, nec cursus mauris nunc sit amet quam.  
+
                        <br>2.) Please give a link to the laboratory safety training requirements of your institution:
-
Integer pellentesque enim ligula. Morbi pretium ante in iaculis eleifend.Duis et orci id nibh blandit eleifend.
+
                        (college, university, community lab, etc). Or, if you cannot give a link, briefly describe the
-
Vivamus viverra tincidunt sagittis. Donec molestie commodo euismod. Curabitur iaculis condimentum
+
                        requirements.  
-
pellentesque. Cras quis velit nibh. Duis vitae neque dignissim, viverra lacus a, mollis nibh. Sed
+
                        <br>
-
eget felis massa. Ut laoreet molestie euismod. Fusce felis lorem, porta at enim ac, venenatis ullamcorper augue.
+
                        <br>&nbsp;&nbsp;&nbsp;&nbsp;Because we work in a high school, we operate under biosafety level 1 across the board. We
-
Nam varius orci augue, pellentesque ultricies enim malesuada at. In tincidunt magna eget odio sagittis tempor.
+
                        teach new members safety techniques through hands-on learning experiences.
-
Vivamus a ultricies augue,  
+
                    </p>
-
non lobortis est. Cras ut arcu adipiscing, semper diam eu, venenatis lectus. Sed quis nisl purus. Fusce suscipit
+
                </div>
-
posuere commodo. Morbi mollis fermentum vehicula. Nam ipsum risus, rutrum vel porta sit amet, congue eget tellus.  
+
            </div>
-
Curabitur pellentesque fermentum ullamcorper. Nam ligula ante, tristique at turpis sed, hendrerit viverra diam.
+
            <div class="grid-pad">
-
Phasellus congue massa a turpis bibendum fringilla. Donec pretium vel ante a sagittis. Proin elementum nisl a
+
                <div class="show" id="pad">
-
massa imperdiet fringilla.</p>
+
                    <p>
-
</div>
+
                        1.) Who is responsible for biological safety at your institution? (You might have an institutional
-
</div>
+
                        Biosafety Committee, an Office of Environmental Health and Safety, a single Biosafety Officer,  
-
</div>
+
                        or some other arrangement.) Have you discussed your project with them? Describe any concerns
-
<div class="grid-pad">
+
                        they raised, and any changes you made in your project based on your discussion:
-
<div class="col-1-2">
+
                        <br>
-
<h2 id="head">Project 1</h2>
+
                        <br>&nbsp;&nbsp;&nbsp;&nbsp;Anne Byford, who also serves as the project advisor, reviews the entire project and our
-
<p class="show" id="pad">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec viverra lorem at metus porta,
+
                        day-to-day operations. Additionally, the project has been reviewed by a committee of staff
-
non mattis quam fermentum. Aliquam elementum ligula arcu, quis pharetra leo dapibus vel. Nullam vulputate erat turpis,  
+
                        members at our high school and a group from the county science fair. Their review included a
-
in molestie odio elementum sed. Fusce hendrerit suscipit magna, non tempor purus molestie sit amet. Duis eget lacus sit
+
                        site visit to our lab.
-
amet elit tristique facilisis ac sit amet ligula. Maecenas nec faucibus eros. In malesuada odio felis, feugiat posuere
+
                    </p>
-
ipsum ultricies eget. Donec semper, arcu sit amet rhoncus suscipit, purus mauris varius justo, id dictum turpis lacus
+
                </div>
-
id nibh. Sed mollis, ipsum id euismod tincidunt, tortor eros fermentum velit, nec cursus mauris nunc sit amet quam.
+
            </div>
-
Integer pellentesque enim ligula. Morbi pretium ante in iaculis eleifend.Duis et orci id nibh blandit eleifend.  
+
            <div class="grid-pad">
-
Vivamus viverra tincidunt sagittis. Donec molestie commodo euismod. Curabitur iaculis condimentum
+
                <div class="show" id="pad">
-
pellentesque. Cras quis velit nibh. Duis vitae neque dignissim, viverra lacus a, mollis nibh.</p>
+
                    <p>
-
</div>
+
                        1.) Risks to the safety and health of team members, or other people working in the lab:
-
<div class="col-1-2">
+
                        <br>
-
<h2 id="head">Project 2</h2>
+
                        <br>&nbsp;&nbsp;&nbsp;&nbsp;Risks include general hazards involved in work with E. coli, risks involved in working with
-
<p class="show" id="pad">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec viverra lorem at metus porta,
+
                        ethidium bromide and cadmium, and with our biofuels track, a potential resistance to hand
-
non mattis quam fermentum. Aliquam elementum ligula arcu, quis pharetra leo dapibus vel. Nullam vulputate erat turpis,  
+
                        sanitizer to ensure that no resistance is found. Few risks with the water detectors can be
-
in molestie odio elementum sed. Fusce hendrerit suscipit magna, non tempor purus molestie sit amet. Duis eget lacus sit
+
                        found due to the bacteria’s wide use in classrooms worldwide.  
-
amet elit tristique facilisis ac sit amet ligula. Maecenas nec faucibus eros. In malesuada odio felis, feugiat posuere
+
                        <br>
-
ipsum ultricies eget. Donec semper, arcu sit amet rhoncus suscipit, purus mauris varius justo, id dictum turpis lacus
+
                        <br>2.) Risks to the safety and health of the general public (if any biological materials escaped from your lab):
-
id nibh. Sed mollis, ipsum id euismod tincidunt, tortor eros fermentum velit, nec cursus mauris nunc sit amet quam.  
+
                        <br>
-
Integer pellentesque enim ligula. Morbi pretium ante in iaculis eleifend.Duis et orci id nibh blandit eleifend.  
+
                        <br>&nbsp;&nbsp;&nbsp;&nbsp;Risks include potential contamination of public drinking water through misuse of product.
-
Vivamus viverra tincidunt sagittis. Donec molestie commodo euismod. Curabitur iaculis condimentum
+
                        However, if the contaminated water is run through the municipal wastewater treatment center,
-
pellentesque. Cras quis velit nibh. Duis vitae neque dignissim, viverra lacus a, mollis nibh.</p>
+
                        all contamination would be removed.
-
</div>
+
                        <br>
-
</div>
+
                        <br>3.) Risks to the environment (from waste disposal, or from materials escaping from your lab):
-
<div class="grid-pad">
+
                        <br>
-
<div class="col-1-2">
+
                        <br>&nbsp;&nbsp;&nbsp;&nbsp;There are no unreasonable effects associated with bleach or the K12 strain of E. coli being
-
<h2 id="head">Project 3</h2>
+
                        introduced into the environment. The K12 strain cannot survive in the natural environment, it
-
<p class="show" id="pad">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec viverra lorem at metus porta,
+
                        cannot produce spores, and it cannot colonize within other species’ digestive systems.  
-
non mattis quam fermentum. Aliquam elementum ligula arcu, quis pharetra leo dapibus vel. Nullam vulputate erat turpis,  
+
                        <br>
-
in molestie odio elementum sed. Fusce hendrerit suscipit magna, non tempor purus molestie sit amet. Duis eget lacus sit
+
                        <br>4.) Risks to security through malicious misuse by individuals, groups, or countries:
-
amet elit tristique facilisis ac sit amet ligula. Maecenas nec faucibus eros. In malesuada odio felis, feugiat posuere
+
                        <br>
-
ipsum ultricies eget. Donec semper, arcu sit amet rhoncus suscipit, purus mauris varius justo, id dictum turpis lacus
+
                        <br>&nbsp;&nbsp;&nbsp;&nbsp;Because all of our practices are carried out in accordance with BSL 1 guideline, there is
-
id nibh. Sed mollis, ipsum id euismod tincidunt, tortor eros fermentum velit, nec cursus mauris nunc sit amet quam.  
+
                        almost no risk of malicious use of our product by a third party.
-
Integer pellentesque enim ligula. Morbi pretium ante in iaculis eleifend.Duis et orci id nibh blandit eleifend.  
+
                        <br>
-
Vivamus viverra tincidunt sagittis. Donec molestie commodo euismod. Curabitur iaculis condimentum
+
                        <br>5.) What measures are you taking to reduce these risks? (For example: safe lab practices, choices of which organisms to use.)
-
pellentesque. Cras quis velit nibh. Duis vitae neque dignissim, viverra lacus a, mollis nibh.</p>
+
                        <br>
-
</div>
+
                        <br>&nbsp;&nbsp;&nbsp;&nbsp;We continually operate in accordance with BSL 1. In addition to these, we utilize careful
-
<div class="col-1-2">
+
                        and continuing education in lab safety. We also work solely with the K1 strain of E. Coli to
-
<h2 id="head">Project 4</h2>
+
                        cut down on the risk associated with bacteria.  
-
<p class="show" id="pad">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec viverra lorem at metus porta,  
+
                    </p>
-
non mattis quam fermentum. Aliquam elementum ligula arcu, quis pharetra leo dapibus vel. Nullam vulputate erat turpis,  
+
                </div>
-
in molestie odio elementum sed. Fusce hendrerit suscipit magna, non tempor purus molestie sit amet. Duis eget lacus sit
+
            </div>
-
amet elit tristique facilisis ac sit amet ligula. Maecenas nec faucibus eros. In malesuada odio felis, feugiat posuere
+
        <div class="grid-pad">
-
ipsum ultricies eget. Donec semper, arcu sit amet rhoncus suscipit, purus mauris varius justo, id dictum turpis lacus
+
                <div class="show" id="pad">
-
id nibh. Sed mollis, ipsum id euismod tincidunt, tortor eros fermentum velit, nec cursus mauris nunc sit amet quam.  
+
                    <p>
-
Integer pellentesque enim ligula. Morbi pretium ante in iaculis eleifend.Duis et orci id nibh blandit eleifend.  
+
                        1.) What new risks might arise from your project’s growth? (Consider the categories of risk listed
-
Vivamus viverra tincidunt sagittis. Donec molestie commodo euismod. Curabitur iaculis condimentum
+
                        in parts a-d of the previous question: lab workers, the general public, the environment, and
-
pellentesque. Cras quis velit nibh. Duis vitae neque dignissim, viverra lacus a, mollis nibh.</p>
+
                        malicious mis-uses.) Also, what risks might arise if the knowledge you generate or the methods
-
</div>
+
                        you develop became widely available?
-
</div>
+
                        <br>
-
</div>
+
                        <br>&nbsp;&nbsp;&nbsp;&nbsp;If our project became commercially available, few safety risks would arise. The tests we use
-
</div>
+
                        mimic real-life situations and the parts we utilize are common in classrooms and labs worldwide.  
-
</div>
+
                        Because of this, very few parts of our project pose any risk.
-
<div class="col-1-10">
+
                        <br>
-
<p class="hide" id="pad"></p>
+
                        <br>2.) Does your project currently include any design features to reduce risks? Or, if you did all
-
</div>
+
                        the future work to make your project grow into a popular product, would you plan to design any
 +
                        new features to minimize risks? For example: auxotrophic chassis, physical containment, etc.)
 +
                        Such features are not required for an iGEM project, but many teams choose to explore them.
 +
                        <br>
 +
                        <br>&nbsp;&nbsp;&nbsp;&nbsp;At the current time, we are not including kill switches, but plan to do so in the future.  
 +
                    </p>
 +
                </div>
 +
            </div>
 +
</div>
 +
       
 +
<div class="col-1-10">
 +
<p class="hide" id="pad"></p>
 +
</div>
</body>
</body>
</html>
</html>

Latest revision as of 03:43, 18 October 2014

2014 GDS iGEM Safety Page

>Projects>Safety

1.) Please briefly describe the topics that you have learned about (or will learn about) in your safety training:

    We have been educated in chemical awareness and precautions, proper lab attire, utilizing correct procedures while performing lab experiments, general lab hazards such as broken glass, and cautious use of heavy metals.

2.) Please give a link to the laboratory safety training requirements of your institution: (college, university, community lab, etc). Or, if you cannot give a link, briefly describe the requirements.

    Because we work in a high school, we operate under biosafety level 1 across the board. We teach new members safety techniques through hands-on learning experiences.

1.) Who is responsible for biological safety at your institution? (You might have an institutional Biosafety Committee, an Office of Environmental Health and Safety, a single Biosafety Officer, or some other arrangement.) Have you discussed your project with them? Describe any concerns they raised, and any changes you made in your project based on your discussion:

    Anne Byford, who also serves as the project advisor, reviews the entire project and our day-to-day operations. Additionally, the project has been reviewed by a committee of staff members at our high school and a group from the county science fair. Their review included a site visit to our lab.

1.) Risks to the safety and health of team members, or other people working in the lab:

    Risks include general hazards involved in work with E. coli, risks involved in working with ethidium bromide and cadmium, and with our biofuels track, a potential resistance to hand sanitizer to ensure that no resistance is found. Few risks with the water detectors can be found due to the bacteria’s wide use in classrooms worldwide.

2.) Risks to the safety and health of the general public (if any biological materials escaped from your lab):

    Risks include potential contamination of public drinking water through misuse of product. However, if the contaminated water is run through the municipal wastewater treatment center, all contamination would be removed.

3.) Risks to the environment (from waste disposal, or from materials escaping from your lab):

    There are no unreasonable effects associated with bleach or the K12 strain of E. coli being introduced into the environment. The K12 strain cannot survive in the natural environment, it cannot produce spores, and it cannot colonize within other species’ digestive systems.

4.) Risks to security through malicious misuse by individuals, groups, or countries:

    Because all of our practices are carried out in accordance with BSL 1 guideline, there is almost no risk of malicious use of our product by a third party.

5.) What measures are you taking to reduce these risks? (For example: safe lab practices, choices of which organisms to use.)

    We continually operate in accordance with BSL 1. In addition to these, we utilize careful and continuing education in lab safety. We also work solely with the K1 strain of E. Coli to cut down on the risk associated with bacteria.

1.) What new risks might arise from your project’s growth? (Consider the categories of risk listed in parts a-d of the previous question: lab workers, the general public, the environment, and malicious mis-uses.) Also, what risks might arise if the knowledge you generate or the methods you develop became widely available?

    If our project became commercially available, few safety risks would arise. The tests we use mimic real-life situations and the parts we utilize are common in classrooms and labs worldwide. Because of this, very few parts of our project pose any risk.

2.) Does your project currently include any design features to reduce risks? Or, if you did all the future work to make your project grow into a popular product, would you plan to design any new features to minimize risks? For example: auxotrophic chassis, physical containment, etc.) Such features are not required for an iGEM project, but many teams choose to explore them.

    At the current time, we are not including kill switches, but plan to do so in the future.