Team:NJAU China/Safety

From 2014.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 *** -->
+
<html lang="en">
 +
<head>
 +
<meta charset="utf-8">
 +
<meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<meta name="description" content="">
 +
<meta name="author" content="">
 +
<link rel="icon" href="../../favicon.ico">
 +
<title>Safety</title>
 +
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.2.0/css/bootstrap.min.css">
 +
<script src="http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>
 +
<script src="http://cdn.bootcss.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
 +
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
 +
<!--[if lt IE 9]>
 +
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
 +
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 +
    <![endif]-->
-
{{CSS/Main}}
+
<!-- Custom styles for this template -->
 +
<link href="carousel.css" rel="stylesheet">
 +
<style type="text/css">
 +
body {
 +
  padding-bottom: 40px;
 +
  background: #333333;
 +
  color: #5a5a5a;
 +
  font-size: 12px;
 +
}
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {
 +
  display: none;
 +
} /*-- hides default wiki settings --*/
 +
.firstHeading {
 +
  width: 975px;
 +
  margin: 0px auto;
 +
  padding-top: 100px;
 +
  margin-bottom: 20px;
 +
  font-family: Georgia, Times, "Times New Roman", serif;
 +
}
 +
h1, h2, h3, h4, h5 {
 +
  font-family: Georgia, Times, "Times New Roman", serif;
 +
}
 +
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
  background-color: #383838;
 +
  border: 0 none;
 +
  height: 14px;
 +
  z-index: 100;
 +
  top: 0;
 +
  position: fixed;
 +
  width: 975px;
 +
  left: 50%;
 +
  margin-left: -487px;
 +
}
 +
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
 +
  background-color: #383838;
 +
  height: 14px;
 +
  display: block;
 +
  z-index: 10;
 +
  position: fixed;
 +
  width: 100%;
 +
  top: 0;
 +
}
 +
body {
 +
  background-color: #fff;
 +
}
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
  width: 100%;
 +
  height: 100%;
 +
  border: 0px;
 +
  background-color: transparent;
 +
  margin: 0px;
 +
  padding: 0px;
 +
}
 +
html, body, .wrapper { /*-- changes default wiki settings --*/
 +
  width: 100%;
 +
  height: 100%;
 +
  background-color: transparent;
 +
}
 +
#container { /*-- creates container for all content on page --*/
 +
  font-family: Arial, Helvetica, sans-serif;
 +
  font-weight: normal;
 +
  font-size: 14px;
 +
  color: #414141;
 +
  width: 960px;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  background-color: #transparent;
 +
  margin-top: 0px;
 +
}
 +
.container {
 +
  font-size:14px
 +
}
 +
.buttontext {
 +
  color:#FFF
 +
}
 +
</style>
 +
<style>
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear {
 +
  display: none;
 +
} /*-- hides default wiki settings --*/
 +
</style>
 +
</head>
 +
<!-- NAVBAR
 +
================================================== -->
 +
<body>
 +
<div class="container-fluid">
 +
  <!-- Brand and toggle get grouped for better mobile display -->
 +
  <div class="navbar-header">
 +
    <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
 +
    <a class="navbar-brand" href="#">Brand</a> </div>
 +
  <div class="navbar-wrapper">
 +
    <div class="navbar navbar-fixed-top navbar-inverse" role="navigation">
 +
      <div class="container">
 +
        <div class="navbar-header">
 +
          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
 +
          <a class="navbar-brand" href="#">iGem 2014 NJAU_China</a> </div>
 +
        <div class="collapse navbar-collapse">
 +
          <ul class="nav navbar-nav">
 +
            <li ><a href="https://2014.igem.org/Team:NJAU_China" class="unselect">Home</a></li>
 +
            <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Introduction<span class="caret"></span></a>
 +
              <ul class="dropdown-menu" role="menu">
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Background">Background</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Challenge">Challenge</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/OurIdea">Our Idea</a></li>
 +
              </ul>
 +
            </li>
 +
            <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project<span class="caret"></span></a>
 +
              <ul class="dropdown-menu" role="menu">
 +
                <li class="active"><a href="https://2014.igem.org/Team:NJAU_China/Overview">Overview</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Sensor">Part1: Sensor</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/System">System</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Product">Product</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Summary">Summary</a></li>
 +
              </ul>
 +
            </li>
 +
            <li><a href="https://2014.igem.org/Team:NJAU_China/Modeling" class="unselect">Modeling</a></li>
 +
            <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Outreach<span class="caret"></span></a>
 +
              <ul class="dropdown-menu" role="menu">
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/HumanPractice">Human Practice</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Safety">Safety</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Collaboration">Collaboration</a></li>
 +
              </ul>
 +
            </li>
 +
            <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Achievements<span class="caret"></span></a>
 +
              <ul class="dropdown-menu" role="menu">
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/BioBricks">BioBricks</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/JudgingCriteria">Judging Criteria</a></li>
 +
              </ul>
 +
            </li>
 +
            <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Notebook<span class="caret"></span></a>
 +
              <ul class="dropdown-menu" role="menu">
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Protocol">Protocol</a></li>
 +
                <li><a href="https://2014.igem.org/Team:NJAU_China/Lablog">Lablog</a></li>
 +
              </ul>
 +
            </li>
 +
            <li><a href="https://2014.igem.org/Team:NJAU_China/Team"  class="unselect">Team</a></li>
 +
            <li><a href="https://2014.igem.org/Team:NJAU_China/Acknowledgement"  class="unselect">Acknowledgement</a></li>
 +
          </ul>
 +
        </div>
 +
        <!-- /.nav-collapse -->
 +
      </div>
 +
      <!-- /.container -->
 +
    </div>
 +
    <!-- /.navbar -->
 +
   
 +
  </div>
 +
</div>
-
<html>
 
-
<!--main content -->
+
<!-- Marketing messaging and featurettes
-
<table width="70%" align="center">
+
    ================================================== -->
 +
<!-- Wrap the rest of the page in another container to center all the content. -->
 +
<div class="container">
 +
<h1>Safety</h1>
 +
<p>Safety is a significant concern in the design of our project. We wanted to make sure not only that we were safe when working on our project, but that the final system that we designed would be safe to use in the field. We worked to ensure this in a number of ways, which can be outlined below:</p>
-
<!--welcome box -->
+
<h3>Laboratory Safety</h3>
-
<tr>
+
<p>All of the students working on the NJAU_China iGEM team undertook all of the necessary training as outlined in the Nanjing Agricultural University’s safety policy. In brief, this included a Biosafety course as well as Workplace Hazardous Materials Information Systems (WHMIS) training. In addition, students took a course introducing them to the necessary laboratory skills where they learned how to perform required techniques both safely and efficiently.</p>
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
<p>The lab we worked in has following rules to guaranty student researchers’ safety</p>
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
-
<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>
+
-
<br>
+
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:NJAU_China/Safety&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
-
</td>
+
-
</tr>
+
-
 
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
-
<!-- end welcome box -->
+
-
<tr>
+
-
 
+
-
<!--navigation menu -->
+
-
<td align="center" colspan="3">
+
-
 
+
-
<table  width="100%">
+
-
<tr heigth="15px"></tr>
+
-
<tr heigth="75px">
+
-
 
+
-
 
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
-
<a href="https://2014.igem.org/Team:NJAU_China"style="color:#000000">Home </a> </td>
+
-
 
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:NJAU_China/Team"style="color:#000000"> Team </a> </td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=NJAU_China"style="color:#000000"> Official Team Profile </a></td>
+
-
 
+
-
<td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
-
<a href="https://2014.igem.org/Team:NJAU_China/Project"style="color:#000000"> Project</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:NJAU_China/Parts"style="color:#000000"> Parts</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:NJAU_China/Modeling"style="color:#000000"> Modeling</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
-
<a href="https://2014.igem.org/Team:NJAU_China/Notebook"style="color:#000000"> Notebook</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:NJAU_China/Safety"style=" color:#000000"> Safety </a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:NJAU_China/Attributions"style="color:#000000"> Attributions </a></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>
+
-
</tr>
+
-
</table>
+
-
<!--end navigation menu -->
+
-
</tr>
+
-
</tr>
+
-
</td>
+
-
 
+
-
<tr> <td colspan="3"  height="15px"> </td></tr>
+
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
-
 
+
-
 
+
-
<!--safety content-->
+
-
<tr><td > <h3> Welcome! </h3></td>
+
-
<td ></td >
+
-
<td > <h3> Timeline</h3></td>
+
-
</tr>
+
-
 
+
-
<tr>
+
-
<td width="45%"  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>
+
-
<h3> Edit this page!</h3>
+
-
<p>
+
-
Please use this page to write about anything related to safety in your project. <!--Be sure to talk about both
+
<ul>
<ul>
-
<li> <a href=" ">Learn about lab Safety for Today</a></li>  
+
<li>Use and do not lend the personal entrance card of the laboratory </li>
-
<li> <a href="">Learn about Safety for the future of your project.</a></li>  
+
<li>Do not eat and drink in the laboratory</li>
 +
<li>Wear Nitrile gloves, closed toe shoes and lab coats</li>
 +
<li>Chemicals possessing potential risks should be kept and used in special areas</li>
</ul>
</ul>
-
-->
+
<p>The project that we undertook exposed little risk to the students, the only organism used in our project was a commonly used lab-strain of Escherichia coli, which is designated as a biosafety level 1 organism. All necessary chemicals and reagents were handled with care and Material Safety Data Sheets were consulted when dealing with new compounds. Finally, students working in the lab were also supervised at all times by senior lab members, advisors or our lab manager.</p>
-
</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 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>
+
-
 
+
-
</tr>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<tr>
+
-
 
+
 +
<h3>Safety in the Design</h3>
 +
<p>In addition to the safety of ourselves, the safe design of our system was also a major concern. Immobilized genetic engineered bacteria is used in
 +
Our  system.
 +
</p>
 +
<img src="2014.igem.org/wiki/images/4/4c/Njau_safety2.jpg">
 +
<p><small><i>Figure 1.  In doing experiments</i></small></p>
 +
<h3>Our Safety Forms</h3>
 +
<a href="https://static.igem.org/mediawiki/2014/3/3f/NJAU_China_Safety2014_Spreadsheet.xls">click here</a>
 +
</div>
 +
<!-- /.container -->
-
</table>
+
<!-- Bootstrap core JavaScript
 +
    ================================================== -->
 +
<!-- Placed at the end of the document so the pages load faster -->
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
 +
</body>
</html>
</html>

Revision as of 13:45, 25 September 2014

Safety

Safety

Safety is a significant concern in the design of our project. We wanted to make sure not only that we were safe when working on our project, but that the final system that we designed would be safe to use in the field. We worked to ensure this in a number of ways, which can be outlined below:

Laboratory Safety

All of the students working on the NJAU_China iGEM team undertook all of the necessary training as outlined in the Nanjing Agricultural University’s safety policy. In brief, this included a Biosafety course as well as Workplace Hazardous Materials Information Systems (WHMIS) training. In addition, students took a course introducing them to the necessary laboratory skills where they learned how to perform required techniques both safely and efficiently.

The lab we worked in has following rules to guaranty student researchers’ safety

  • Use and do not lend the personal entrance card of the laboratory
  • Do not eat and drink in the laboratory
  • Wear Nitrile gloves, closed toe shoes and lab coats
  • Chemicals possessing potential risks should be kept and used in special areas

The project that we undertook exposed little risk to the students, the only organism used in our project was a commonly used lab-strain of Escherichia coli, which is designated as a biosafety level 1 organism. All necessary chemicals and reagents were handled with care and Material Safety Data Sheets were consulted when dealing with new compounds. Finally, students working in the lab were also supervised at all times by senior lab members, advisors or our lab manager.

Safety in the Design

In addition to the safety of ourselves, the safe design of our system was also a major concern. Immobilized genetic engineered bacteria is used in Our system.

Figure 1. In doing experiments

Our Safety Forms

click here