Team:Minnesota/Safety

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:Minnesota/Templates/Minnesota_Main_Style}}
{{:Team:Minnesota/Templates/Minnesota_Main_Style}}
-
 
-
<!-- *** 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;">
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
This is a template page. READ THESE INSTRUCTIONS.
+
<title>Team:Minnesota - Template</title>
 +
 
 +
<script type="text/javascript" src="jquery.js"></script>
 +
<script type="text/javascript">
 +
 
 +
 
 +
$(document).ready(function(){
 +
 
 +
  // jQuery functions go here...
 +
 
 +
//vertical autocenter
 +
$(window).resize(function(){
 +
  $('#ContentAll').css({
 +
    position:'absolute',
 +
    top: ($(window).height() - $('#ContentAll').outerHeight())/2
 +
  });
 +
  $('#bgImageDiv').css({
 +
    position:'absolute',
 +
    top: -1*($(window).height() - $('#bgImageDiv').height())/2
 +
  });
 +
 
 +
});
 +
 
 +
$(window).resize();
 +
//end vertial autocenter
 +
 
 +
//background image centering
 +
 
 +
//main page image switcher
 +
 
 +
$("#mainRightButton1").hover(
 +
    function() {
 +
      $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_maroon_txt.png");
 +
      $("#MainBoxContentImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/image1_resized.png");
 +
      $(".mainContentTextBanner").text("Welcome to the University of Minnesota iGEM team website! Please take some time to explore around by hovering over the icons on the right for quick blurbs or navigate using the buttons to the left. We hope you enjoy learning about us and what we do!");
 +
    },         
 +
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_gold_txt.png");}
 +
);
 +
 
 +
 
 +
 
 +
 
 +
 
 +
//social media button switchers
 +
$("#fbButton").hover(
 +
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/facebook.png");},         
 +
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/facebook_1.png");}
 +
);
 +
 
 +
$("#twitterButton").hover(
 +
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/twitter.png");},         
 +
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/twitter_1.png");}
 +
);
 +
 
 +
 
 +
 
 +
//Start Safety (or whatever else uses this menu switch function)
 +
$("#SafetyHome").click(
 +
    function(){
 +
      $(".current2").attr("class","none");
 +
      $(this).attr("class","current2");
 +
    }
 +
 
 +
);
 +
 
 +
$("#SafetyU").click(
 +
    function(){
 +
      var suString = '<h2>Safety at the University of Minnesota</h2><br>Biosafety rules for the University of Minnesota are described in the Biosafety Manual, which is produced by the Department of Environmental Health and Safety (DEHS). The Biosafety Manual is available online <a href="http://www.dehs.umn.edu/bio_pracprin.htm">here</a>.<br><br>';
 +
      $(".current2").attr("class","none");
 +
      $(this).attr("class","current2");
 +
      $("#SafetyMainBox").html(suString);
 +
    }
 +
 
 +
);
 +
 
 +
$("#SafetyResearcher").click(
 +
    function(){
 +
      $(".current2").attr("class","none");
 +
      $(this).attr("class","current2");
 +
    }
 +
 
 +
);
 +
 
 +
$("#SafetyPublic").click(
 +
    function(){
 +
      $(".current2").attr("class","none");
 +
      $(this).attr("class","current2");
 +
    }
 +
 
 +
);
 +
 
 +
$("#SafetyEnvironment").click(
 +
    function(){
 +
      $(".current2").attr("class","none");
 +
      $(this).attr("class","current2");
 +
    }
 +
 
 +
);
 +
 
 +
 
 +
}); //ends .ready function
 +
 +
 
 +
 
 +
</script>
 +
 
 +
<style type="text/css">
 +
#Safety a{
 +
    font-family: Trebuchet MS, Verdana, Century Gothic, Tahoma, sans-serif;
 +
    font-size:16px;
 +
 
 +
    padding-top:5px;
 +
    padding-bottom:5px;
 +
    padding-left:5px;
 +
    padding-right:5px;
 +
 
 +
 
 +
    text-decoration:none;
 +
    background-color:#FBB917; //gold when inactive
 +
    display:block;
 +
 
 +
 
 +
}
 +
 
 +
#Safety a:link {
 +
    border-width:2px;
 +
    border-style:solid;
 +
    border-color:white;
 +
    color: gray;
 +
 
 +
}
 +
 
 +
#Safety a:visited {
 +
    border-width:2px;
 +
    border-style:solid;
 +
    border-color:white;
 +
    color: gray;
 +
 
 +
}
 +
 
 +
#Safety a:hover { /*cool button*/
 +
    border-width:2px;
 +
    border-style:solid;
 +
    border-color:black;
 +
    background-color:#FFF380;
 +
    color: black;
 +
}
 +
 
 +
#Safety a:active {
 +
    border-width:2px;
 +
    border-style:solid;
 +
    border-color:black;
 +
    background-color:#660000;
 +
    color: #FBB917;
 +
}
 +
 
 +
#Safety a.current2{ /*force special colors for current button*/
 +
    background-color: #660000;
 +
    color: #FBB917;
 +
}
 +
 
 +
#Safety a.current2:hover{ /*allow for simulated fade to still happen for current button*/
 +
    background-color: #C24641;
 +
}
 +
 
 +
 
 +
#SafetyMainBox{
 +
    position:absolute;
 +
    top: 35px;
 +
    left: 0px;
 +
    width: 700px;
 +
    height: 450px;
 +
    background-color:white;
 +
}
 +
 
 +
 
 +
 
 +
</style>
 +
 
 +
 
 +
</head>
 +
 
 +
 
 +
<body>
 +
 
 +
 
 +
<div id="ContentAll">
 +
 
 +
<div id="MainBannerImage">
 +
<img src="http://i1158.photobucket.com/albums/p607/iGEM_MN/MainBanner_trans.png">
</div>
</div>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
<div id="MainBanner">
-
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>
-
<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 id="SideBarAll">
 +
<div class="sideNavBar2">
 +
<ul>
 +
<li><a href='https://2013.igem.org/Team:Minnesota'>HOME</a></li>
 +
<li><a href='https://2013.igem.org/Team:Minnesota/Team'>TEAM</a></li>
 +
<li><a href='https://2013.igem.org/Team:Minnesota/Project'>PROJECT</a></li>
 +
<li><a href='https://2013.igem.org/Team:Minnesota/Software'>SOFTWARE</a></li>
 +
<li><a href='https://2013.igem.org/Team:Minnesota/Notebook'>NOTEBOOK</a></li>
 +
<li><a href='https://2013.igem.org/Team:Minnesota/Attributions'>ATTRIBUTIONS</a></li>
 +
<li><a href='https://2013.igem.org/Team:Minnesota/Outreach'>OUTREACH</a></li>
 +
<li><a class="current" href='https://2013.igem.org/Team:Minnesota/Safety'>SAFETY</a></li>
 +
<li><a href='https://2013.igem.org/Team:Minnesota/Sponsors'>SPONSORS</a></li>
 +
</ul>
</div>
</div>
 +
 +
<div class="sideSocialMediaButtons">
 +
<div style="position:absolute; left:6px; top:6px;">
 +
<a href="http://www.facebook.com/GopheriGEM2013">
 +
<img id="fbButton" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/facebook_1.png">
 +
</a>
</div>
</div>
-
</html>
 
-
<!-- *** End of the alert box *** -->
+
<div style="position:absolute; left:66px; top:6px;">
 +
<a href="https://twitter.com/GopheriGEM">
 +
<img id="twitterButton" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/twitter_1.png">
 +
</a>
 +
</div>
 +
</div> <!--End sideSocialMediaButtons-->
 +
<!--temp area for guide to social media-->
 +
<div style="position:absolute; top:420px; left:20px;font-family:Verdana;font-size:15;">
 +
Like us on FB and follow us on Twitter!
 +
</div>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
</div> <!--End sideBarAll-->
-
!align="center"|[[Team:Minnesota|Home]]
+
-
!align="center"|[[Team:Minnesota/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Minnesota Official Team Profile]
+
-
!align="center"|[[Team:Minnesota/Project|Project]]
+
-
!align="center"|[[Team:Minnesota/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Minnesota/Modeling|Modeling]]
+
-
!align="center"|[[Team:Minnesota/Notebook|Notebook]]
+
-
!align="center"|[[Team:Minnesota/Safety|Safety]]
+
-
!align="center"|[[Team:Minnesota/Attributions|Attributions]]
+
-
|}
+
 +
<div id="MainBoxAll">
-
Use this page to answer the questions on the  [[Safety | safety page]].
+
<div id="MainBoxContent" style="background-color:white;">
 +
 
 +
<div id="Safety">
 +
<!-- Fix later...
 +
<a href="#" class= "current2" id="SafetyHome">Safety Home</a>
 +
<a href="#" id="SafetyU">Safety at the U</a>
 +
<a href="#RS" target="boxInBox" id="SafetyResearcher">Researcher Safety</a>
 +
<a href="#" id="SafetyPublic">Public Safety</a>
 +
<a href="#" id="SafetyEnvironment">Environmental Concerns</a>
 +
-->
 +
 
 +
 
 +
</div> <!--end safety box-->
 +
 
 +
 
 +
<div class="ScrollDiv"> <!---START HERE--->
 +
 
 +
<h1>Safety Information</h1>
 +
<br>
 +
<h2>Safety at the University of Minnesota</h2>
 +
<br>
 +
Biosafety rules for the University of Minnesota are described in the Biosafety Manual, which is produced by the Department of Environmental Health and Safety (DEHS). The Biosafety Manual is available online here: <a href="http://www.dehs.umn.edu/bio_pracprin.htm">http://www.dehs.umn.edu/bio_pracprin.htm</a>
 +
<br><br>
 +
The University of Minnesota Institutional Biosafety Committee (IBC) oversees any research involving the use or manipulation of recombinant DNA. Information about the University of Minnesota IBC can be found online here: <a href="http://www.research.umn.edu/ibc/#.UElFPo60zQc">http://www.research.umn.edu/ibc/#.UElFPo60zQc</a>
 +
<br><br>
 +
The United States of America also has safety regulations and guidelines maintained by the Center for Disease Control (CDC). Information about Biosafety in Microbiological and Biomedical Laboratories (BMBL) are found in a publication made available by the CDC. The BMBL 5th Edition can be found online here: <a href="http://www.cdc.gov/biosafety/publications/bmbl5/index.htm">http://www.cdc.gov/biosafety/publications/bmbl5/index.htm</a>
 +
<br><br>
 +
In addition to previous laboratory safety training obtained in classes, all iGEM participants are required to undergo safety training modules appropriate for his or her research as well as the research of others in shared lab space. Training modules for completion can be found online here: <a href="http://www.dehs.umn.edu/training_newlabsafety.htm">http://www.dehs.umn.edu/training_newlabsafety.htm</a>
 +
<br><br>
 +
Additionally, safety information and orientation within the lab space are given by instructors on the first day in laboratory. Lab-specific SOPs were described and provided by instructors in case of biological contamination and spill. Waste disposal techniques for different types of waste were described and a template was provided for student reference.
 +
<br><br>
 +
<h2>Researcher Safety</h2>
 +
<br>
 +
E. coli strains used in our project are non-pathogenic strains that pose minimal to no health risk to researchers handling them. Saccharomyces cerevisiae and closely related strains have not been associated with pathogenicity towards humans. Neither organism poses risk towards team members or others who enter our laboratory and are considered Biosafety Level 1 (BSL-1) materials. As such, BSL-1 standard practices, safety equipment, and laboratory access standards are always employed by our team and others working in our labs.
 +
<br><br>
 +
Genes and gene constructs in our project include:
 +
<br>
 +
<ul>
 +
<li>yeast-e coli shuttle vector (constructed through Gibson of pSB1C3 with minor point mutations, yeast 2u origin, and industrial G418 resistance gene driven by pADH1)
 +
<li>pGPD driven yeast-optimized DXMT1 with tADH1 (obtained as gBlock fragments)
 +
<li>pCyc driven yeast-optimized XMT1 with tCycE1 (obtained as gBlock fragments)
 +
<li>pUCBB
 +
<li>DHQS (from Anabaena variabilis)
 +
<li>NRPS (from A. variabilis)
 +
<li>ATP-Grasp (from A. variabilis)
 +
<li>O-Methyltransferase (from A. variabilis)
 +
<li>ScyA (from Nostoc punctiform)
 +
<li>ScyB (from N. punctiform)
 +
<li>ScyC (from N. punctiform)
 +
</ul>
 +
<br>
 +
None of these genes have the capacity to confer pathogenic or toxic character onto constructs in either host organism or any other organisms in the lab. Enzyme activities of XMT1 and DXMT1 produce caffeine, which is toxic in extremely high doses (150-200 mg/kg body mass), but is neither present nor available at such doses in the laboratory. All DNA constructs (circularized or linear) are handled with care to ensure minimal contact with surfaces and organisms other than those for which they are intended.
 +
<br><br>
 +
In addition to iGEM Team Minnesota specific safety concerns, common substances used in the laboratory were stored and used as indicated by standards given by their manufacturers. Flasks and culture tubes have secondary containment during use and transfer to the autoclave. Wastes also have secondary containment during autoclaving. Aborted autoclave cycles are repeated.
 +
<br><br>
 +
Equipment that could also pose potential risks to researchers was identified and handled with caution. Standard handling and disposal protocol for broken glass and sharps was followed to ensure safe use of hazardous equipment. Centrifuging is done in closed tubes in a closed, lidded centrifuges.
 +
<br><br>
 +
Substances that pose risk to health and safety were identified and treated with special care. These substances include:
 +
<br><br>
 +
<blockquote>
 +
<b>Ethidium bromide:</b> ethidium bromide is a DNA intercalating agent with probable carcinogenic properties. Ethidium bromide is stored in a sealed container in a cool, dry, well ventilated location. Latex or nitrile gloves and other appropriate personal protective equipment are worn when handling ethidium bromide. Ethidium bromide is diluted to less than 0.1% weight by volume and disposed of in the laboratory drain if the material is liquid or in the regular refuse container if the material is contained within a gel. In addition to manufacturer guidelines, labs clearly marked “Ethidium Bromide Zones” as the only place where the use of ethidium bromide and gloves that have come in contact with ethidium bromide is allowed.
 +
</blockquote>
 +
<br><br>
 +
<h2>Public Safety</h2>
 +
<br>
 +
Our biological systems do not contain parts which pose a significant threat to the health of the public should they be released accidentally. As previously stated, our team is working with non-pathogenic laboratory strains of E. coli and S. cerevisiae is not known to be pathogenic to humans. Recombinant proteins introduced into bacteria by our team produce products which are not known to be harmful or are only harmful in extremely large doses (as with caffeine).
 +
<br><br>
 +
Plasmids used in our research contain antibiotic selective markers which have been designated for use in research. As such, use of these antibiotics does not pose a epidemiological threat.
 +
<br><br>
 +
<h2>Environmental Safety</h2>
 +
<br>
 +
E. coli and the recombinant strains produced are not likely to have adverse effects on the environment. Similarly S. cerevisiae and closely related strains have not been associated with adverse effects on the environment.
 +
<br><br><br><br><br><br><br><br>
 +
 
 +
</div><!--END HERE!-->
 +
 
 +
 
 +
 
 +
</div> <!--end mainboxcontent-->
 +
 
 +
 
 +
 
 +
 
 +
<div id="MainBoxOtherLinks">
 +
<p class="otherLinks">
 +
<a href="https://2013.igem.org/Main_Page">iGEM Home</a> | <a href="https://2013.igem.org/Team:Minnesota/Judges" style="color:red;">iGEM Judge-Click Here!</a> | <a href="https://igem.org/Team.cgi?id=814">Team Minnesota Info</a> |
 +
<a href="http://www1.umn.edu/twincities/index.html">University of Minnesota Home</a> | <a href="https://2013.igem.org/Team:Minnesota/Contact">Contact Us!</a>
 +
</p>
 +
 
 +
</div> <!--end mainboxotherlinks-->
 +
 
 +
 
 +
 
 +
</div> <!--end mainboxall-->
 +
 
 +
 
 +
</div> <!--end content all-->
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<div class="hidden">
 +
<script type="text/javascript">
 +
<!--//--><![CDATA[//><!--
 +
var images = new Array()
 +
function preload() {
 +
for (i = 0; i < preload.arguments.length; i++) {
 +
images[i] = new Image()
 +
images[i].src = preload.arguments[i]
 +
}
 +
}
 +
preload(
 +
"http://i1158.photobucket.com/albums/p607/iGEM_MN/image4_resized.png",
 +
 
 +
)
 +
//--><!]]>
 +
</script>
 +
</div>
 +
</body>
 +
 
 +
 
 +
 
 +
</html>

Revision as of 08:18, 13 July 2013

Team:Minnesota - Main Style Template

Team:Minnesota - Template

Like us on FB and follow us on Twitter!

Safety Information


Safety at the University of Minnesota


Biosafety rules for the University of Minnesota are described in the Biosafety Manual, which is produced by the Department of Environmental Health and Safety (DEHS). The Biosafety Manual is available online here: http://www.dehs.umn.edu/bio_pracprin.htm

The University of Minnesota Institutional Biosafety Committee (IBC) oversees any research involving the use or manipulation of recombinant DNA. Information about the University of Minnesota IBC can be found online here: http://www.research.umn.edu/ibc/#.UElFPo60zQc

The United States of America also has safety regulations and guidelines maintained by the Center for Disease Control (CDC). Information about Biosafety in Microbiological and Biomedical Laboratories (BMBL) are found in a publication made available by the CDC. The BMBL 5th Edition can be found online here: http://www.cdc.gov/biosafety/publications/bmbl5/index.htm

In addition to previous laboratory safety training obtained in classes, all iGEM participants are required to undergo safety training modules appropriate for his or her research as well as the research of others in shared lab space. Training modules for completion can be found online here: http://www.dehs.umn.edu/training_newlabsafety.htm

Additionally, safety information and orientation within the lab space are given by instructors on the first day in laboratory. Lab-specific SOPs were described and provided by instructors in case of biological contamination and spill. Waste disposal techniques for different types of waste were described and a template was provided for student reference.

Researcher Safety


E. coli strains used in our project are non-pathogenic strains that pose minimal to no health risk to researchers handling them. Saccharomyces cerevisiae and closely related strains have not been associated with pathogenicity towards humans. Neither organism poses risk towards team members or others who enter our laboratory and are considered Biosafety Level 1 (BSL-1) materials. As such, BSL-1 standard practices, safety equipment, and laboratory access standards are always employed by our team and others working in our labs.

Genes and gene constructs in our project include:
  • yeast-e coli shuttle vector (constructed through Gibson of pSB1C3 with minor point mutations, yeast 2u origin, and industrial G418 resistance gene driven by pADH1)
  • pGPD driven yeast-optimized DXMT1 with tADH1 (obtained as gBlock fragments)
  • pCyc driven yeast-optimized XMT1 with tCycE1 (obtained as gBlock fragments)
  • pUCBB
  • DHQS (from Anabaena variabilis)
  • NRPS (from A. variabilis)
  • ATP-Grasp (from A. variabilis)
  • O-Methyltransferase (from A. variabilis)
  • ScyA (from Nostoc punctiform)
  • ScyB (from N. punctiform)
  • ScyC (from N. punctiform)

None of these genes have the capacity to confer pathogenic or toxic character onto constructs in either host organism or any other organisms in the lab. Enzyme activities of XMT1 and DXMT1 produce caffeine, which is toxic in extremely high doses (150-200 mg/kg body mass), but is neither present nor available at such doses in the laboratory. All DNA constructs (circularized or linear) are handled with care to ensure minimal contact with surfaces and organisms other than those for which they are intended.

In addition to iGEM Team Minnesota specific safety concerns, common substances used in the laboratory were stored and used as indicated by standards given by their manufacturers. Flasks and culture tubes have secondary containment during use and transfer to the autoclave. Wastes also have secondary containment during autoclaving. Aborted autoclave cycles are repeated.

Equipment that could also pose potential risks to researchers was identified and handled with caution. Standard handling and disposal protocol for broken glass and sharps was followed to ensure safe use of hazardous equipment. Centrifuging is done in closed tubes in a closed, lidded centrifuges.

Substances that pose risk to health and safety were identified and treated with special care. These substances include:

Ethidium bromide: ethidium bromide is a DNA intercalating agent with probable carcinogenic properties. Ethidium bromide is stored in a sealed container in a cool, dry, well ventilated location. Latex or nitrile gloves and other appropriate personal protective equipment are worn when handling ethidium bromide. Ethidium bromide is diluted to less than 0.1% weight by volume and disposed of in the laboratory drain if the material is liquid or in the regular refuse container if the material is contained within a gel. In addition to manufacturer guidelines, labs clearly marked “Ethidium Bromide Zones” as the only place where the use of ethidium bromide and gloves that have come in contact with ethidium bromide is allowed.


Public Safety


Our biological systems do not contain parts which pose a significant threat to the health of the public should they be released accidentally. As previously stated, our team is working with non-pathogenic laboratory strains of E. coli and S. cerevisiae is not known to be pathogenic to humans. Recombinant proteins introduced into bacteria by our team produce products which are not known to be harmful or are only harmful in extremely large doses (as with caffeine).

Plasmids used in our research contain antibiotic selective markers which have been designated for use in research. As such, use of these antibiotics does not pose a epidemiological threat.

Environmental Safety


E. coli and the recombinant strains produced are not likely to have adverse effects on the environment. Similarly S. cerevisiae and closely related strains have not been associated with adverse effects on the environment.