Difference between revisions of "Team:Austin UTexas/Safety"

 
(25 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Austin_UTexas}}
 
{{Austin_UTexas}}
 +
 
<html>
 
<html>
 +
<head>
 +
<style>
  
 +
body {
 +
  background: #282828;
 +
}
  
<div class="column full_size">
+
p {
 +
    font-family:verdana;
 +
}
  
<h1> Safety </h1>
 
<p>Please visit <a href="https://2017.igem.org/Safety">the main Safety page</a> to find this year's safety requirements & deadlines, and to learn about safe & responsible research in iGEM.</p>
 
  
<p>On this page of your wiki, you should write about how you are addressing any safety issues in your project. The wiki is a place where you can <strong>go beyond the questions on the safety forms</strong>, and write about whatever safety topics are most interesting in your project. (You do not need to copy your safety forms onto this wiki page.)</p>
+
.column-left{ float: left; width: 33%; }
 +
.column-right{ float: right; width: 33%; }
 +
.column-center{ display: inline-block; width: 33%; }
 +
.column-halfleft{ float: left; width: 50%; }
 +
.column-halfright{ float: right; width: 50%; }
  
</div>
+
html {
 +
  box-sizing: border-box;
 +
}
  
 +
*, *:before, *:after {
 +
  box-sizing: inherit;
 +
}
 +
 +
.columns {
 +
  float: left;
 +
  width: 33.3%;
 +
  margin-bottom: 16px;
 +
  padding: 0 8px;
 +
}
 +
 +
@media (max-width: 650px) {
 +
  .columns {
 +
    width: 100%;
 +
    display: block;
 +
  }
 +
}
 +
 +
.card {
 +
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 +
}
 +
 +
.container {
 +
  padding: 0 16px;
 +
}
 +
 +
.container::after, .row::after {
 +
  content: "";
 +
  clear: both;
 +
  display: table;
 +
}
 +
 +
.title {
 +
  color: grey;
 +
}
 +
 +
.button {
 +
  border: none;
 +
  outline: 0;
 +
  display: inline-block;
 +
  padding: 8px;
 +
  color: white;
 +
  background-color: #2cb1b4;
 +
  text-align: center;
 +
  cursor: pointer;
 +
  width: 100%;
 +
}
 +
 +
.button:hover {
 +
  background-color: #39999B;
 +
}
 +
</style>
 +
</head>
 +
<body>
  
 
<div class="column full_size">
 
<div class="column full_size">
<h5>Safe Project Design</h5>
+
<div style="background-color: lightcyan;padding:14px; font-family: verdana">
  
<p>Does your project include any safety features? Have you made certain decisions about the design to reduce risks? Write about them here! For example:</p>
+
<h2 align = "center",style="font-family: verdana">Safety!</h2>
  
<ul>
+
<p style="font-family: verdana">This year we worked with <i>Lactobacillus plantarum</i> and <i>Escherichia coli</i>. These organisms are classified as Risk Group 1 (low risk) according to the DSMZ, a collection microorganism and cell cultures run by Leibniz-Institute. <i>Lactobacillus plantarum </i> and <i>Escherichia coli</i> were obtained from the Barrick Lab who ordered them from the American Type Culture Collection (ATCC).</p>
<li>Choosing a non-pathogenic chassis</li>
+
<li>Choosing parts that will not harm humans / animals / plants</li>
+
<li>Substituting safer materials for dangerous materials in a proof-of-concept experiment</li>
+
<li>Including an "induced lethality" or "kill-switch" device</li>
+
</ul>
+
  
 +
<br>
 +
 +
<p style="font-family: verdana">When work was done in the lab space, everyone wore gloves, lab coats, and goggles to ensure personal protection from any chemicals and microbes. Additionally, if any accidental emergency were to happen, all members of the team knew where safety equipment such as fire extinguishers, emergency shut off valves, eye wash station, etc., were located. Contamination prevention was an extensive part of the lab’s safety. To abide by contamination prevention measures, all waste was disposed of in the proper waste containers. Furthermore, to prevent confusion, all laboratory equipment, such as test tubes, and bottles, had labels with proper identification to ensure that accidental usage of the reagents and other media was prevented. All team members also followed general laboratory safety protocols, such as no eating/drinking within the lab space.</p>
 
</div>
 
</div>
 +
<br>
  
<div class="column half_size">
+
<div class="row">
<h5>Safe Lab Work</h5>
+
  <div class="columns">
 +
    <div class="card">
 +
      <img src="https://static.igem.org/mediawiki/2017/3/36/Zachsafety.png" width = "100%">
 +
      <div class="container">
 +
        <h3></h3>
 +
     
  
<p>What safety procedures do you use every day in the lab? Did you perform any unusual experiments, or face any unusual safety issues? Write about them here!</p>
+
      </div>
 +
    </div>
 +
  </div>
 +
<div class="row">
 +
  <div class="columns">
 +
    <div class="card">
 +
      <img src="https://static.igem.org/mediawiki/2017/5/5a/Rachhsafety.png" alt="Rachel" style="width:100%">
 +
      <div class="container">
 +
        <h3></h3>
  
</div>
+
      </div>
 +
    </div>
 +
  </div>
  
<div class="column half_size">
+
<div class="row">
<h5>Safe Shipment</h5>
+
  
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
+
  <div class="columns">
</div>
+
    <div class="card">
 +
      <img src="https://static.igem.org/mediawiki/2017/4/4a/Matsafety.png" alt="Jayvin" style="width:100%">
 +
      <div class="container">
 +
        <h3></h3>     
 +
 +
      </div>
 +
    </div>
 +
  </div>
  
  
 +
</body>
 
</html>
 
</html>

Latest revision as of 01:15, 2 November 2017

Safety!

This year we worked with Lactobacillus plantarum and Escherichia coli. These organisms are classified as Risk Group 1 (low risk) according to the DSMZ, a collection microorganism and cell cultures run by Leibniz-Institute. Lactobacillus plantarum and Escherichia coli were obtained from the Barrick Lab who ordered them from the American Type Culture Collection (ATCC).


When work was done in the lab space, everyone wore gloves, lab coats, and goggles to ensure personal protection from any chemicals and microbes. Additionally, if any accidental emergency were to happen, all members of the team knew where safety equipment such as fire extinguishers, emergency shut off valves, eye wash station, etc., were located. Contamination prevention was an extensive part of the lab’s safety. To abide by contamination prevention measures, all waste was disposed of in the proper waste containers. Furthermore, to prevent confusion, all laboratory equipment, such as test tubes, and bottles, had labels with proper identification to ensure that accidental usage of the reagents and other media was prevented. All team members also followed general laboratory safety protocols, such as no eating/drinking within the lab space.


Rachel

Jayvin