Team:UIUC-Illinois/Safety

From 2012.igem.org

(Difference between revisions)
(Prototype team page)
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 *** -->
+
{{Template:UIUC Illinois Header}}
 +
{{Template:UIUC Illinois CSS}}
-
<html>
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
<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.
+
<link rel="stylesheet" href="css/css.css" type="text/css" />
-
</div>
+
<title>Main</title>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
<link href="CSS/css.css" rel="stylesheet" type="text/css" />
-
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>.
+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
-
</div>
+
<script src="http://illinoisigem.googlecode.com/files/galleria-1.2.7.min.js"></script>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
</head>
-
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 *** -->
+
<script>
 +
$(document).ready(function(){
 +
    $('a').click(function () {
 +
        var divname= this.name;
 +
        $("#"+divname)
 +
.fadeIn(300)
 +
.siblings()
 +
.hide(0);
 +
    });
 +
});
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
</script>
-
!align="center"|[[Team:UIUC-Illinois|Home]]
+
-
!align="center"|[[Team:UIUC-Illinois/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=UIUC-Illinois Official Team Profile]
+
-
!align="center"|[[Team:UIUC-Illinois/Project|Project]]
+
-
!align="center"|[[Team:UIUC-Illinois/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:UIUC-Illinois/Modeling|Modeling]]
+
-
!align="center"|[[Team:UIUC-Illinois/Notebook|Notebook]]
+
-
!align="center"|[[Team:UIUC-Illinois/Safety|Safety]]
+
-
!align="center"|[[Team:UIUC-Illinois/Attributions|Attributions]]
+
-
|}
+
 +
<body>
-
Use this page to answer the questions on the [[Safety | safety page]].
+
<div id="projectcontainer">
 +
<div id="projectoverview">
 +
 
 +
<h1>Safety</h1>
 +
<br/>
 +
<h2>Would any of your project ideas raise safety issues in terms of researcher safety, public safety, or environmental safety?</h2>
 +
<br/>
 +
<p>
 +
The general laboratory protocols of all labs at the University of Illinois prioritize both researcher and environmental safety. The Institute of Genomic Biology is secured by a proximity card system, minimizing any undesirable public exposure. These same precautions also keep the research environment isolated and free of non-laboratory standard entities. If there is ever any sort of hazardous incident, regardless of its level of permeation within or outside of biosafety areas, the University has campus wide alert measures already in place. This system, the Illini-Alert, is capable of informing the entire student and faculty body within seconds via SMS and e-mail. <br/><br/>
 +
 
 +
That being said, our projects have no focus on toxins or dangerous reagents otherwise stated in our protocols, which are reagents present in most genetics labs operating under biosafety level 2 conditions. In regards to researcher safety, all team members and advisors have been trained and certified to work within closed-door biosafety level 2 labs. Although the organisms we worked with (E. Coli) are classified as biosafety level 1, our facilities operate under level 2 conditions. <br/><br/>
 +
 
 +
The protein that our main project utilizes has an affinity for certain mRNA sequences and is able to inhibit processes as such, the containment and manipulation of our samples and subjects are handled the same way as any other active biological agent. Following standard protocols and working in a biosafety level 2 lab, our procedures minimize environmental contact as well. <br/><br/>
 +
</p>
 +
 
 +
 
 +
</div>
 +
</div>
 +
 
 +
</body>
 +
</html>

Revision as of 01:39, 8 September 2012

Header

Main

Safety


Would any of your project ideas raise safety issues in terms of researcher safety, public safety, or environmental safety?


The general laboratory protocols of all labs at the University of Illinois prioritize both researcher and environmental safety. The Institute of Genomic Biology is secured by a proximity card system, minimizing any undesirable public exposure. These same precautions also keep the research environment isolated and free of non-laboratory standard entities. If there is ever any sort of hazardous incident, regardless of its level of permeation within or outside of biosafety areas, the University has campus wide alert measures already in place. This system, the Illini-Alert, is capable of informing the entire student and faculty body within seconds via SMS and e-mail.

That being said, our projects have no focus on toxins or dangerous reagents otherwise stated in our protocols, which are reagents present in most genetics labs operating under biosafety level 2 conditions. In regards to researcher safety, all team members and advisors have been trained and certified to work within closed-door biosafety level 2 labs. Although the organisms we worked with (E. Coli) are classified as biosafety level 1, our facilities operate under level 2 conditions.

The protein that our main project utilizes has an affinity for certain mRNA sequences and is able to inhibit processes as such, the containment and manipulation of our samples and subjects are handled the same way as any other active biological agent. Following standard protocols and working in a biosafety level 2 lab, our procedures minimize environmental contact as well.

Retrieved from "http://2012.igem.org/Team:UIUC-Illinois/Safety"