Team:Columbia-Cooper-NYC/Safety

From 2012.igem.org

(Difference between revisions)
(Safety)
 
(31 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
 
-
 
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<head>  
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<style type="text/css">
-
This is a template page. READ THESE INSTRUCTIONS.
+
body{background-image:url('http://farm9.staticflickr.com/8039/7990439399_1970f791f6_h.jpg');
-
</div>
+
background-position:top left;
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
background-repeat:repeat-y
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You <strong>MUST</strong>  have all of the pages listed in the menu below with the names specified.  PLEASE keep all of your pages within your teams namespace. 
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
body{background-image:url('http://farm9.staticflickr.com/8173/7989724336_9e5441e3ff_b.jpg');
 +
background-position:top right;
 +
background-repeat:repeat-y
 +
}
 +
</style>
 +
</head>
 +
</html>
 +
<!--- The Mission, Experiments --->
 +
<!--
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
!align="center"|[[Team:Columbia-Cooper-NYC|Home]]
!align="center"|[[Team:Columbia-Cooper-NYC|Home]]
!align="center"|[[Team:Columbia-Cooper-NYC/Team|Team]]
!align="center"|[[Team:Columbia-Cooper-NYC/Team|Team]]
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=Columbia-Cooper-NYC Official Team Profile]
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=Columbia-Cooper-NYC Official Team Profile]
-
!align="center"|[[Tehttps://2012.igem.org/wiki/skins/common/images/button_math.pngam:Columbia-Cooper-NYC/Project|Project]]
+
!align="center"|[[Team:Columbia-Cooper-NYC/Project|Project]]
!align="center"|[[Team:Columbia-Cooper-NYC/Parts|Parts Submitted to the Registry]]
!align="center"|[[Team:Columbia-Cooper-NYC/Parts|Parts Submitted to the Registry]]
!align="center"|[[Team:Columbia-Cooper-NYC/Modeling|Modeling]]
!align="center"|[[Team:Columbia-Cooper-NYC/Modeling|Modeling]]
Line 28: Line 27:
!align="center"|[[Team:Columbia-Cooper-NYC/Safety|Safety]]
!align="center"|[[Team:Columbia-Cooper-NYC/Safety|Safety]]
!align="center"|[[Team:Columbia-Cooper-NYC/Attributions|Attributions]]
!align="center"|[[Team:Columbia-Cooper-NYC/Attributions|Attributions]]
 +
!align="center"|[[Team:Columbia-Cooper-NYC/Sponsor Us|Sponsor Us]]
 +
!align="center"|[[Team:Columbia-Cooper-NYC/Trial|Trial]]
|}
|}
 +
-->
 +
<html>
 +
<head>
 +
<body>
 +
<!-- dd menu -->
 +
<script type="text/javascript">
 +
<!--
 +
var timeout        = 500;
 +
var closetimer = 0;
 +
var ddmenuitem      = 0;
 +
// open hidden layer
 +
function mopen(id)
 +
{
 +
// cancel close timer
 +
mcancelclosetime();
 +
// close old layer
 +
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
 +
// get new layer and show it
 +
ddmenuitem = document.getElementById(id);
 +
ddmenuitem.style.visibility = 'visible';
 +
 +
}
 +
// close showed layer
 +
function mclose()
 +
{
 +
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
 +
}
 +
 +
// go close timer
 +
function mclosetime()
 +
{
 +
closetimer = window.setTimeout(mclose, timeout);
 +
}
 +
 +
// cancel close timer
 +
function mcancelclosetime()
 +
{
 +
if(closetimer)
 +
{
 +
window.clearTimeout(closetimer);
 +
closetimer = null;
 +
}
 +
}
 +
 +
// close layer when click-out
 +
document.onclick = mclose;
 +
// -->
 +
</script>
 +
<style>
 +
#sddm
 +
{ margin: 0;
 +
padding: 0;
 +
      z-index: 30}
 +
 +
#sddm li
 +
{ margin: 0;
 +
padding: 0;
 +
list-style: none;
 +
float: left;
 +
font: bold 11px arial}
 +
 +
#sddm li a
 +
{ display: block;
 +
margin: 0 1px 0 0;
 +
padding: 4px 10px;
 +
width: 85px;
 +
background: #238E23;
 +
color: #FFF;
 +
text-align: center;
 +
text-decoration: none}
 +
 +
#sddm li a:hover
 +
{ background: #B87333}
 +
 +
#sddm div
 +
{ position: absolute;
 +
visibility: hidden;
 +
margin: 0;
 +
padding: 0;
 +
background: #4CC552;
 +
border: 1px solid #5C3317}
 +
 +
#sddm div a
 +
{ position: relative;
 +
display: block;
 +
margin: 0;
 +
padding: 5px 10px;
 +
width: auto;
 +
white-space: nowrap;
 +
text-align: left;
 +
text-decoration: none;
 +
background: #B5EAAA;
 +
color: #5C3317;
 +
font: 11px arial}
 +
 +
#sddm div a:hover
 +
{ background: #49A3FF;
 +
color: #FFF}
 +
</style>
 +
 +
 +
<!-- div class="sample" style="margin-bottom: 15px;height:42px;"><span -->
 +
<ul id="sddm" style="width:1000px;margin:0 auto">
 +
<li><a href="https://2012.igem.org/Team:Columbia-Cooper-NYC" onmouseover="mopen('m1')" onmouseout="mclosetime()">Home</a>
 +
<div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
</div>
 +
</li>
 +
<li><a href="#" onmouseover="mopen('m2')" onmouseout="mclosetime()">Team</a>
 +
<div id="m2" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Team">Biographies</a>
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Facilitators">Facilitators</a>
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Universities">The University(s)</a>
 +
<a href="https://igem.org/Team.cgi?year=2012">Official Profile</a>
 +
</div>
 +
</li>
 +
<li><a href="#" onmouseover="mopen('m3')" onmouseout="mclosetime()">Project</a>
 +
<div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Overview">Overview</a>
 +
                <a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Data_and_Conclusions">Data and Conclusions</a>
 +
                <a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Future_Directions">Future Directions</a>
 +
                <a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/References">References</a>
 +
</div>
 +
</li>
 +
<li><a href="#" onmouseover="mopen('m4')" onmouseout="mclosetime()">Parts</a>
 +
<div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Parts_Submitted">Parts Submitted</a>
 +
</div>
 +
</li>
 +
<li><a href="#" onmouseover="mopen('m5')" onmouseout="mclosetime()">Lab Notebook</a>
 +
<div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Columbia_notebook_2">Genetics</a>
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Columbia_notebook_1">Copper Etching</a>
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Protocols">Protocols</a>
 +
</div>
 +
</li>
 +
        <li><a href="#" onmouseover="mopen('m6')" onmouseout="mclosetime()">Human Practice</a>
 +
<div id="m6" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Outreach">Outreach</a>
 +
</div>
 +
</li>
 +
        <li><a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Safety" onmouseover="mopen('m7')" onmouseout="mclosetime()">Safety</a>
 +
<div id="m7" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
                <a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Safety">Safety</a>
 +
</div>
 +
</li>
 +
        <li><a href="#" onmouseover="mopen('m8')" onmouseout="mclosetime()">Sponsors</a>
 +
<div id="m8" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
                <a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Sponsor_Us">Sponsor Us</a>
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Acknowledgements">Acknowledgements</a>
 +
</div>
 +
</li>
 +
        <li><a href="https://2012.igem.org/Main_Page" onmouseover="mopen('m9')" onmouseout="mclosetime()">iGEM</a>
 +
<div id="m9" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
</div>
 +
</li>
 +
</ul>
 +
<div style="clear:both"></div>
 +
<!-- /span></div -->
 +
<!-- /dd -->
 +
</script>
 +
</body>
 +
</head>
 +
</html>
 +
 +
 +
<!--
 +
<head>
 +
<style>
 +
h2{
 +
font: 1.5em 'Myriad Pro', 'Gill Sans', 'Arial', sans-serif;
 +
font-weight: bold;
 +
color: black;
 +
}
 +
 +
p{
 +
font: 1.2em Georgia, serif;
 +
color: black;
 +
}
 +
 +
#fredbuilding{
 +
width: 500px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
}
 +
</style>
 +
</head>
 +
-->
 +
 +
__NOTOC__
=='''Safety''' ==
=='''Safety''' ==
Line 39: Line 229:
<h2>Would any of your project ideas raise safety issues in terms of:</h2>
<h2>Would any of your project ideas raise safety issues in terms of:</h2>
-
<h3>researcher safety?</h3>
+
<h3>Researcher Safety?</h3>
-
<h3>public safety?</h3>
+
<p> To make liquid or solid media for Acidithiobacillus Ferrooxidans, around 1 mL of sulfuric acid is required per batch of media to bring the pH down such that the bacteria can survive. The safety of individuals is greatly minimized with the use of nitrile gloves and safety goggles as well as following lab dress code (shoes that entirely cover the feet and long pants) when dealing with the acid. </p>
-
<h3>environmental safety?</h3>
+
<h3>Public Safety?</h3>
-
   
+
-
<h2>Do any of the new BioBrick parts (or devices) that you made this year raise any safety
+
<p> Since the liquid media is disposed in labeled waste containers and the solid media in hazardous waste bins, they should not be released to the public. If they are accidentally released, there should not be any public safety issues because the pH of liquid media is around 1.8 and the pH of solid media is around 2.4 (these pH values are around the range of vinegar and orange juice). Also, Acidithiobacillus Ferrooxidans are classified as BSL 1 and are not known to cause any disease in healthy adults. </p>  
-
issues? If yes,</h2>
+
-
<h3>did you document these issues in the Registry?</h3>
+
<h3>Environmental Safety?</h3>
-
<h3>how did you manage to handle the safety issue?</h3>
+
<p> Since the media and bacteria are disposed in waste containers and waste bins, they should not be released to the environment. But if they are accidentally released, the impact to the environment is minimal because the pH of the media are in the range of common liquids such as vinegar and orange juice. Also, Acidithiobacillus Ferrooxidans can only survive at low pH (about 1.8 - 4.0). Thus, they will degrade if released to the environment since the pH of water is higher. </p>
-
<h3>How could other teams learn from your experience?</h3>
+
<h2>Do any of the new BioBrick parts (or devices) that you made this year raise any safety
 +
issues? </h2>
 +
<p> None of the parts or devices that we have used during our project will raise any known safety issues. </p>
<h2>Is there a local biosafety group, committee, or review board at your institution?</h2>
<h2>Is there a local biosafety group, committee, or review board at your institution?</h2>
-
<p>Genspace has an Advisory Board consisting of experts in biosafety, biosecurity, and genetic engineering who hold positions in academia, industry and government.  They serve as our Institutional Biosafety Committee. The portions of the project to be carried out at Genspace are strictly BioBrick construction and the construction of plasmids containing metal-binding peptides and other non-pathogenic sequences. This is within the project parameters recommended by our Advisory Board.</p>
+
<p>The Chemical Engineering Department of Columbia University has an Advisory Board consisting of experts in biosafety, biosecurity, and genetic engineering who hold positions in academia, industry and government.  They serve as our Institutional Biosafety Committee. The portions of the project to be carried out at Genspace are strictly BioBrick construction and the construction of plasmids containing metal-binding peptides and other non-pathogenic sequences. This is within the project parameters recommended by our Advisory Board.</p>
<p>[http://genspace.org/page/Advisory%20Board Advisory Board Members]</p>
<p>[http://genspace.org/page/Advisory%20Board Advisory Board Members]</p>
Line 66: Line 256:
<p>Cooper Union does not have an Institutional Biosafety Committee, but the project has been reviewed by David Wootton, Ph.D., Director of The Maurice Kanbar Center for Biomedical Engineering and is being supervised by Jody Grapes, Campus-Wide Safety Officer for Cooper Union.</p>
<p>Cooper Union does not have an Institutional Biosafety Committee, but the project has been reviewed by David Wootton, Ph.D., Director of The Maurice Kanbar Center for Biomedical Engineering and is being supervised by Jody Grapes, Campus-Wide Safety Officer for Cooper Union.</p>
-
<p>Students participating in this project received safety training (general/chemical/biological) either at Genspace or Cooper Union prior to beginning the project. The safety training consisted of a presentation covering the various aspects of safety found in molecular biology laboratories; i.e. proper microbiological techniques, safe disposal of recombinant organisms, etc. Upon completion of the presentation, students were shown the location of all safety equipment i.e. eye wash stations, first aid kits, fire extinguishers and safety exits. Students were also supervised by iGEM instructors at Genspace or Cooper Union throughout the duration of the project.</p>
+
<p>Students participating in this project received safety training (general/chemical/biological) either at Columbia University or Cooper Union prior to beginning the project. The safety training consisted of a presentation covering the various aspects of safety found in molecular biology laboratories; i.e. proper microbiological techniques, safe disposal of recombinant organisms, etc. Upon completion of the presentation, students were shown the location of all safety equipment i.e. eye wash stations, first aid kits, fire extinguishers and safety exits. Students were also supervised by iGEM instructors at Columbia University or Cooper Union throughout the duration of the project.</p>
 +
<p>Laboratory Safety Guide [https://docs.google.com/presentation/d/1WwrEhIL_cLkcRdZy_loovlCESdAL6CkL606PaGwvL5c/edit#slide=id.p61]</p>
<h2>Do you have any other ideas how to deal with safety issues that could be useful for future iGEM competitions? How could parts, devices and systems be made even safer through biosafety engineering?</h2>
<h2>Do you have any other ideas how to deal with safety issues that could be useful for future iGEM competitions? How could parts, devices and systems be made even safer through biosafety engineering?</h2>
 +
 +
<p> Manufacturing processes can be more environmentally friendly by using bacteria, like Acidithiobacillus Ferrooxidans, to manufacture computer technology, such as printed circuit boards, because the current manufacturing processes rely heavily on acids to do the etching on the boards. By switching to bacteria, only a small amount of acid is needed and the acid is used to keep the bacteria alive. The bacteria will accelerate the production of ferric ions and the ferric ions will react with pure copper to solubilize it. In this way, the bacteria is the primarily responsible for an etched PCB and not acid. </p>
 +
 +
<p> The Rio Tinto is a river in Southwest Spain and there is a site along the river that was subjected to mining for copper, silver, and other minerals using acids such as sulfuric acid. This lowered the pH of the river significantly to about 1.7-2.5. Coincidentally, Acidithobacillus Ferrooxidans are found in mines and survive at such low pH. Thus, they live in the river and convert ferrous ions to ferric ions, giving the river a red color that is present to this day. By genetically engineering a kill-switch in the bacteria when subjected to a certain color light, the bacteria can sefl-destruct and not continue to pollute the river. </p>

Latest revision as of 03:30, 4 October 2012




Safety

Would any of your project ideas raise safety issues in terms of:

Researcher Safety?

To make liquid or solid media for Acidithiobacillus Ferrooxidans, around 1 mL of sulfuric acid is required per batch of media to bring the pH down such that the bacteria can survive. The safety of individuals is greatly minimized with the use of nitrile gloves and safety goggles as well as following lab dress code (shoes that entirely cover the feet and long pants) when dealing with the acid.

Public Safety?

Since the liquid media is disposed in labeled waste containers and the solid media in hazardous waste bins, they should not be released to the public. If they are accidentally released, there should not be any public safety issues because the pH of liquid media is around 1.8 and the pH of solid media is around 2.4 (these pH values are around the range of vinegar and orange juice). Also, Acidithiobacillus Ferrooxidans are classified as BSL 1 and are not known to cause any disease in healthy adults.

Environmental Safety?

Since the media and bacteria are disposed in waste containers and waste bins, they should not be released to the environment. But if they are accidentally released, the impact to the environment is minimal because the pH of the media are in the range of common liquids such as vinegar and orange juice. Also, Acidithiobacillus Ferrooxidans can only survive at low pH (about 1.8 - 4.0). Thus, they will degrade if released to the environment since the pH of water is higher.

Do any of the new BioBrick parts (or devices) that you made this year raise any safety issues?

None of the parts or devices that we have used during our project will raise any known safety issues.

Is there a local biosafety group, committee, or review board at your institution?

The Chemical Engineering Department of Columbia University has an Advisory Board consisting of experts in biosafety, biosecurity, and genetic engineering who hold positions in academia, industry and government. They serve as our Institutional Biosafety Committee. The portions of the project to be carried out at Genspace are strictly BioBrick construction and the construction of plasmids containing metal-binding peptides and other non-pathogenic sequences. This is within the project parameters recommended by our Advisory Board.

Advisory Board Members

Interim Lab Safety Rules

Cooper Union does not have an Institutional Biosafety Committee, but the project has been reviewed by David Wootton, Ph.D., Director of The Maurice Kanbar Center for Biomedical Engineering and is being supervised by Jody Grapes, Campus-Wide Safety Officer for Cooper Union.

Students participating in this project received safety training (general/chemical/biological) either at Columbia University or Cooper Union prior to beginning the project. The safety training consisted of a presentation covering the various aspects of safety found in molecular biology laboratories; i.e. proper microbiological techniques, safe disposal of recombinant organisms, etc. Upon completion of the presentation, students were shown the location of all safety equipment i.e. eye wash stations, first aid kits, fire extinguishers and safety exits. Students were also supervised by iGEM instructors at Columbia University or Cooper Union throughout the duration of the project.

Laboratory Safety Guide [1]

Do you have any other ideas how to deal with safety issues that could be useful for future iGEM competitions? How could parts, devices and systems be made even safer through biosafety engineering?

Manufacturing processes can be more environmentally friendly by using bacteria, like Acidithiobacillus Ferrooxidans, to manufacture computer technology, such as printed circuit boards, because the current manufacturing processes rely heavily on acids to do the etching on the boards. By switching to bacteria, only a small amount of acid is needed and the acid is used to keep the bacteria alive. The bacteria will accelerate the production of ferric ions and the ferric ions will react with pure copper to solubilize it. In this way, the bacteria is the primarily responsible for an etched PCB and not acid.

The Rio Tinto is a river in Southwest Spain and there is a site along the river that was subjected to mining for copper, silver, and other minerals using acids such as sulfuric acid. This lowered the pH of the river significantly to about 1.7-2.5. Coincidentally, Acidithobacillus Ferrooxidans are found in mines and survive at such low pH. Thus, they live in the river and convert ferrous ions to ferric ions, giving the river a red color that is present to this day. By genetically engineering a kill-switch in the bacteria when subjected to a certain color light, the bacteria can sefl-destruct and not continue to pollute the river.