Team:UGA-Georgia/Safety

From 2014.igem.org

(Difference between revisions)
(Prototype team page)
 
(22 intermediate revisions not shown)
Line 7: Line 7:
<html>
<html>
-
<!--main content -->
+
<style>
-
<table width="70%" align="center">
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
 +
<style>
 +
    #sddm
 +
{ margin: 0;
 +
padding: 0;
 +
z-index: 30}
 +
#sddm li
 +
{ margin: 0;
 +
padding: 0;
 +
list-style: none;
 +
float: left;
 +
font: bold 11px arial}
-
<!--welcome box -->
+
#sddm li a
-
<tr>
+
{ display: block;
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
margin: 0 1px 0 0;
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
padding: 4px 10px;
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
width: 60px;
-
<br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
+
background: #5970B2;
-
<br>
+
color: #FFF;
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:UGA-Georgia/Safety&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
text-align: center;
-
</td>
+
text-decoration: none}
-
</tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
#sddm li a:hover
-
<!-- end welcome box -->
+
{ background: #49A3FF}
-
<tr>
+
-
<!--navigation menu -->
+
#sddm div
-
<td align="center" colspan="3">
+
{ position: absolute;
 +
visibility: hidden;
 +
margin: 0;
 +
padding: 0;
 +
background:  #EAEBD8;
 +
border: 1px solid #5970B2}
-
<table  width="100%">
+
#sddm div a
-
<tr heigth="15px"></tr>
+
{ position: relative;
-
<tr heigth="75px">
+
display: block;
 +
margin: 0;
 +
padding: 5px 84px;
 +
width: auto;
 +
white-space: nowrap;
 +
text-align: left;
 +
text-decoration: none;
 +
background: #FEE5AD;
 +
color: #000000;
 +
font: 15px arial}
 +
#sddm div a:hover
 +
{ background: #49A3FF;
 +
color: #FFF}
 +
</style>
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
<html>
-
<a href="https://2014.igem.org/Team:UGA-Georgia"style="color:#000000">Home </a> </td>
+
<head>
 +
<style>
 +
body {
 +
  background-color:white;
 +
background-image: linear-gradient(90deg, rgba(200,0,0,.5) 50%, transparent 50%),
 +
linear-gradient(rgba(200,0,0,.5) 50%, transparent 50%);
 +
background-size:50px 50px;
 +
</style>
 +
</head>
 +
<body>
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
<script>
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Team"style="color:#000000"> Team </a> </td>
+
      var timeout = 500;
 +
      var closetimer = 0;
 +
      var ddmenuitem = 0;
-
<td style="border:1px solid black;" align="center"  height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
// open hidden layer
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=UGA-Georgia"style="color:#000000"> Official Team Profile </a></td>
+
      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';
 +
      }
-
<td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
// go close timer
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Project"style="color:#000000"> Project</a></td>
+
      function mclosetime()
 +
      {
 +
  closetimer = window.setTimeout(mclose, timeout);
 +
      }
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
// cancel close timer
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Parts"style="color:#000000"> Parts</a></td>
+
      function mcancelclosetime()
 +
      {
 +
  if(closetimer)
 +
  {
 +
window.clearTimeout(closetimer);
 +
closetimer = null;
 +
  }
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
// close layer when click-out
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Modeling"style="color:#000000"> Modeling</a></td>
+
    document.onclick = mclose;
 +
    </script>
 +
<style>
 +
img.center {
 +
    display: block;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
}
 +
</style>
 +
<!--main content -->
 +
<table width="85%" align="center" bgcolor="#E6E6FA">
 +
 
 +
<!--navigation menu -->
 +
<br>
 +
<td align="center" colspan="3">
 +
 
 +
<table  width="100%" id="sddm">
 +
<tr heigth="15px"></tr>
 +
<tr heigth="75px">
 +
 
 +
<div id="banner"><img id="idSelector" src="https://static.igem.org/mediawiki/2014/f/fa/Bannerugafinal.png" width="100%" height="100" align="center"></div>     
 +
<td style="border:1px #fff;" align="center" height ="45px"  width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD>
 +
<a href="https://2014.igem.org/Team:UGA-Georgia"><p style="font-family: Basic L"><font size="2">HOME</font></p> </a> </td>
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>   
+
<td style="border:1px #fff" align="center" height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD>   
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Notebook"style="color:#000000"> Notebook</a></td>
+
<a href="#" onmouseover="mopen('m1')"
 +
        onmouseout="mclosetime()" style="color:#000000" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD><p style="font-family: Basic L"><font size="2"><b>PROJECT</b></font></p></a>
 +
        <div id="m1"
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href=“https://2014.igem.org/Team:UGA-Georgia/Overview">Overview</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Geraniol">Geraniol</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Modeling">Modeling</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/RBS">RBS Library</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Parts">Parts</a>
 +
        </div></td>
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
<td style="border:1px #fff;" align="center" height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD> 
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Safety"style=" color:#000000"> Safety </a></td>
+
<a href="#" onmouseover="mopen('m3')"
 +
        onmouseout="mclosetime()" style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>WET LAB</b></font></p></a>
 +
                <div id="m3"
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Safety">Safety</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Notebook">Notebook</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Protocols">Protocols</a>
 +
        </div></td>
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
<td style="border:1px #fff;" align="center" height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD> 
-
<a href="https://2014.igem.org/Team:UGA-Georgia/Attributions"style="color:#000000"> Attributions </a></td>
+
<a href="#" onmouseover="mopen('m4')"
 +
        onmouseout="mclosetime()" style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>HUMAN PRACTICES</b></font></p></a>
 +
                <div id="m4"
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Outreach">Outreach</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Seminars">Seminars</a>
 +
        </div></td>
 +
<td style="border:1px #fff;" align="center"  height ="45px" width="250" onMouseOver="this.bgColor='#FF000'" onMouseOut="this.bgColor='#FEE5AD'" bgColor=#FEE5AD>
 +
<a href="#" onmouseover="mopen('m2')"
 +
        onmouseout="mclosetime()" style="color:#000000"><p style="font-family: Basic L"><font size="2"><b>TEAM</b></font></p></a>
 +
                <div id="m2"
 +
            onmouseover="mcancelclosetime()"
 +
            onmouseout="mclosetime()">
 +
        <a href="https://igem.org/Team.cgi?id=1383">Official Team Profile</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Team">Members</a>
 +
        <a href="https://2014.igem.org/Team:UGA-Georgia/Attributions">Attributions</a>
 +
       
 +
        </div></td>
-
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/2014/d/d2/UGA-iGEM_Logo.jpg" width="55px"></a> </td>
</tr>
</tr>
</table>
</table>
 +
<!--end navigation menu -->
<!--end navigation menu -->
 +
</tr>
</tr>
</tr>
</tr>
Line 76: Line 198:
<!--safety content-->
<!--safety content-->
-
<tr><td > <h3> Welcome! </h3></td>
+
<tr><td > <h3><font size="6"> Laboratory Safety </font> </h3></td>
<td ></td >
<td ></td >
-
<td > <h3> Timeline</h3></td>
 
</tr>
</tr>
<tr>
<tr>
-
<td width="45%"  valign="top">  
+
<td width="70%"  valign="top">
-
<p> Visit the <a href="https://2014.igem.org/Safety" >Safety Hub</a> to see this year's safety requirements. The Safety Hub is the central page for everything related to safety in iGEM. You can also go there to learn about general biosafety topics, and how to think about the future implications of your project.</p>
+
<br>
 +
<br>
 +
<p> For our research, we utilize two different organisms in respective labs. We use <i> Methanococcus maripaludis </i> in the microbiology lab and<i> Escherichia coli </i> in a biochemical engineering lab. </p>
 +
<br>
 +
<p> In our microbiology lab, our own safety is not all that is considered, we must also consider our organism's safety. Since <i> Methanococcus maripaludis </i> is an obligate anaerobe, we must use an anaerobic chamber when working with it to ensure its survival. </p>
 +
<br>
 +
<br>
 +
<p> Check out our lab <a href="https://igem.org/Safety/Safety_Form?team_id=1383"> Safety Form</a> here! </p>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<h3><font size="6"> Our Chassis Organisms </font></h3>
 +
<table style="width:100%">
 +
  <tr>
 +
    <td><b> Species </b></td>
 +
    <td><b> Strain </b></td>
 +
    <td><b> Risk Group </b></td>
 +
  </tr>
 +
  <tr>
 +
    <td><i> Methanococcus maripaludis </i></td>
 +
    <td> S2 </td>
 +
    <td> 1 </td>
 +
  </tr>
 +
  <tr>
 +
    <td><i> Escherichia coli </i></td>
 +
    <td>K12</td>
 +
    <td>1</td>
 +
  </tr>
 +
</table>
<br>
<br>
-
<h3> Edit this page!</h3>
+
<br>
-
<p>
+
<br>
-
Please use this page to write about anything related to safety in your project. <!--Be sure to talk about both
+
<br>
-
<ul>
+
<h3><font size="6"> Our Lab</font> </h3>
-
<li> <a href=" ">Learn about lab Safety for Today</a></li>  
+
<br>
-
<li> <a href="">Learn about Safety for the future of your project.</a></li>
+
<br>
-
</ul>
+
<img src="https://static.igem.org/mediawiki/2014/f/fc/Peyton.JPG" width="270px" height="330px">  
-
-->
+
-
</p>
+
-
 
+
-
<h3> Your Lab </h3>
+
-
 
-
<p> Use this section to tell us about your laboratory. Where is it located? What sort of equipment do you use every day? Have you decorated it for the summer? How do you look wearing a lab coat? Take pictures! Show off your space! </p>
 
-
<!--
 
-
<gallery>
 
-
Image:Example2_Lab_1.png|The building our lab is in!
 
-
Image:Example2_Lab_2.png|The inside of our lab!
 
-
Image:Example2_Lab_3.png|Team Member 3 doing an experiment
 
-
Image:Example2_Lab_4.png|Working in biosafety cabinets
 
-
Image:Example2_Lab_5.png|Team all gloved up and ready for work!
 
-
Image:Example2_Lab_6.png|Equipment that we use to do SCIENCE!
 
-
Image:Example2_Lab_7.png|We decorated this part of our lab
 
-
Image:Example2_Lab_8.png|Whatever else you want
 
-
</gallery>-->
 
</td>
</td>
<td></td>
<td></td>
 +
<!-- Lab Photos -->
 +
<td width="30%"  valign="top">
 +
<img src="https://static.igem.org/mediawiki/2014/4/4c/Chamber_Work.JPG" width="400px" height="300px">
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<img src="https://static.igem.org/mediawiki/2014/e/e3/PeytonandRebecca.jpg" width="270px" height="330px">
-
<td width="45%"  valign="top">
 
-
 
-
 
-
<ul>
 
-
<li> <b>Now :</b>  Read the <a href="https://2014.igem.org/Safety">Safety Hub </a> and learn about safety in iGEM. Ask questions by emailing safety at <i> igem DOT org </i>. </li>
 
-
<li><b>Now - Jamboree:</b> Complete <b>Check-Ins</b> and receive approval before acquiring and using certain materials in your lab</li>
 
-
<li><b>Now - Wiki Freeze:</b> Edit this Safety page to tell us about what you're doing</li>
 
-
<li><b>June 9: </b>Submit the About Our Lab form.</li>
 
-
<li><b>Let us know by June 25 </b>if you will need an extension on the Preliminary Version, or your Preliminary Version will be significantly incomplete.</li>
 
-
<li><b>June 30: </b>Submit the Preliminary Version of the <b>Safety Form</b>.</li>
 
-
<li>Participate in Virtual Open Office Hours to ask questions and discuss safety topics (exact date to be determined).</li>
 
-
<li><b>September 1:</b> Submit the Final Version of the Safety Form.</li>
 
-
<li><b>October: </b> Wiki freeze (exact date to be determined)</li>
 
-
<li><b>October 30 - November 3: </b>GIANT JAMBOREE!</li>
 
-
 
-
</ul>
 
</td>
</td>
Line 151: Line 290:
</table>
</table>
 +
</body>
</html>
</html>

Latest revision as of 02:29, 18 October 2014




HOME

PROJECT

WET LAB

HUMAN PRACTICES

TEAM

Laboratory Safety



For our research, we utilize two different organisms in respective labs. We use Methanococcus maripaludis in the microbiology lab and Escherichia coli in a biochemical engineering lab.


In our microbiology lab, our own safety is not all that is considered, we must also consider our organism's safety. Since Methanococcus maripaludis is an obligate anaerobe, we must use an anaerobic chamber when working with it to ensure its survival.



Check out our lab Safety Form here!






Our Chassis Organisms

Species Strain Risk Group
Methanococcus maripaludis S2 1
Escherichia coli K12 1




Our Lab