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

 
(23 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Austin_UTexas}}
 +
 
<html>
 
<html>
 
<head>
 
<head>
 
<style>
 
<style>
 +
 
body {
 
body {
    background-image: url(https://static.igem.org/mediawiki/2016/3/38/T--Austin_UTexas--MainPageCropped.jpg);
+
  background: #282828;  
    background-repeat: no-repeat;
+
    background-position: 0px 0px;
+
    background-attachment: relative;
+
    background-size: 100%;
+
 
}
 
}
  
 +
p {
 +
    font-family:verdana;
 +
}
  
 +
 +
.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%; }
 +
 +
html {
 +
  box-sizing: border-box;
 
}
 
}
.content {
+
 
    padding: 0px;
+
*, *:before, *:after {
    background:rgba(255,255,255);
+
  box-sizing: inherit;
    margin:auto;
+
 
}
 
}
  
.page {
+
.columns {
    width:100%;
+
  float: left;
    margin:auto;
+
  width: 33.3%;
 +
  margin-bottom: 16px;
 +
  padding: 0 8px;
 
}
 
}
  
IMG.iGemLogo{
+
@media (max-width: 650px) {
 +
  .columns {
 +
    width: 100%;
 
     display: block;
 
     display: block;
    margin-left: 10px;
+
  }
    margin-top: -30px;
+
    margin-right: auto;
+
    width: 10%;
+
    opacity: 0.5;
+
 
}
 
}
  
IMG.teamName{
+
.card {
    display: block;
+
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-left: auto;
+
    margin-right: auto;
+
    margin-top: -25px;
+
    width: 60%;
+
 
}
 
}
IMG.scroll{
+
 
    display: block;
+
.container {
    margin-left: auto;
+
  padding: 0 16px;
    margin-right: auto;
+
    margin-top: 135px;
+
    width: 20%;
+
    opacity: 0.5;
+
 
}
 
}
  
.iGemLogo:hover{
+
.container::after, .row::after {
  opacity: 1.0;
+
  content: "";
 +
  clear: both;
 +
  display: table;
 
}
 
}
.scroll:hover{
+
 
  opacity: 1.0;
+
.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>
 
</style>
<script>
+
</head>
 +
<body>
  
$(document).ready(function(){
+
<div class="column full_size">
  // Add smooth scrolling to all links
+
<div style="background-color: lightcyan;padding:14px; font-family: verdana">
  $("a").on('click', function(event) {
+
  
    // Make sure this.hash has a value before overriding default behavior
+
<h2 align = "center",style="font-family: verdana">Safety!</h2>
    if (this.hash !== "") {
+
      // Prevent default anchor click behavior
+
      event.preventDefault();
+
  
      // Store hash
+
<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>
      var hash = this.hash;
+
  
      // Using jQuery's animate() method to add smooth page scroll
+
<br>
      // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
+
 
      $('html, body').animate({
+
<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>
        scrollTop: $(hash).offset().top
+
</div>
       }, 800, function(){
+
<br>
 
+
 
         // Add hash (#) to URL when done scrolling (default click behavior)
+
<div class="row">
        window.location.hash = hash;
+
  <div class="columns">
       });
+
    <div class="card">
     } // End if
+
      <img src="https://static.igem.org/mediawiki/2017/3/36/Zachsafety.png" width = "100%">
   });
+
       <div class="container">
});
+
         <h3></h3>
</script>
+
     
</head>
+
 
 +
      </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 class="row">
 +
 
 +
   <div class="columns">
 +
    <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