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

(Prototype team page)
 
 
(26 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Austin_UTexas}}
 
{{Austin_UTexas}}
 +
 
<html>
 
<html>
 +
<head>
 +
<style>
  
 +
body {
 +
    background-image: url(https://static.igem.org/mediawiki/2016/f/fb/T-Austin_UTexas--safetybg.jpg);
 +
    background-repeat: no-repeat;
 +
    background-position: 0px 0px;
 +
    background-attachment:fixed;
 +
    background-size: 100%;
 +
}
  
<div class="column full_size">
+
#rig {
 +
    max-width:100%;
 +
    margin:0 right; /*right aligned*/
 +
    padding:0px;
 +
    font-size:0; /* Remember to change it back to normal font size if have captions */
 +
    list-style:none;
 +
    background-color:#FFF;
 +
}
 +
#rig li {
 +
    display: inline-block;
 +
    *display:inline;/*for IE6 - IE7*/
 +
    width:33.33%;
 +
    vertical-align:middle;
 +
    box-sizing:border-box;
 +
    margin:0;
 +
    padding:0;
 +
}
 +
       
 +
/* The wrapper for each item */
 +
.rig-cell {
 +
    /*margin:0px;
 +
    box-shadow:0 0 0px rgba(0,0,0,0.3);*/
 +
    display:block;
 +
    position: relative;
 +
    overflow:hidden;
 +
}
 +
       
 +
/* If have the image layer */
 +
.rig-img {
 +
    display:block;
 +
    width: 100%;
 +
    height: auto;
 +
    border:none;
 +
    transform:scale(1);
 +
    transition:all 1s;
 +
}
  
 +
#rig li:hover .rig-img {
 +
    transform:scale(1.05);
 +
}
 +
       
 +
/* If have the overlay layer */
 +
.rig-overlay {
 +
    position: absolute;
 +
    display:block;
 +
    top: 0;
 +
    left: 0;
 +
    bottom: 0;
 +
    right: 0;
 +
    margin: auto;
 +
    background: #A9A9A9 url(img/link.png) no-repeat center 20%;
 +
    background-size:50px 50px;
 +
    opacity:0;
 +
    filter:alpha(opacity=0);/*For IE6 - IE8*/
 +
    transition:all 0.6s;
 +
}
 +
#rig li:hover .rig-overlay {
 +
    opacity:0.8;
 +
}
  
 +
/* If have captions */
 +
.rig-text {
 +
    display:block;
 +
    padding:0 0px;
 +
    box-sizing:border-box;
 +
    position:absolute;
 +
    left:0;
 +
    width:100%;
 +
    text-align:center;
 +
    top:30%;
 +
    color:white;
 +
    opacity:0;
 +
    filter:alpha(opacity=0);/*For older IE*/
 +
    transform:translateY(-20px);
 +
    transition:all .3s;
 +
}
 +
#rig li:hover .rig-text {
 +
    transform:translateY(0px);
 +
    opacity:0.9;
 +
}
 +
 +
</style>
 +
</head>
 +
 +
<body>
 +
 +
<div class = "column full_size_outer">
 +
<div class="column full_size_inner">
 +
<h2>Safety</h2>
 +
<p>For our project, we are modifying TOP10 <i>E. coli</i> (MC1061 derivative), <i>Gluconoacetobacter sp. (Komagataeibacter hansenii)</i>, and <i>Gluconobacter oxydans</i>. We are also working with (but not modifying) <i>Lachancea fermentati</i> and <i>Saccharomyces cerevisiae</i>. According to DSMZ, a German collection of information on microorganisms and cell cultures, all of our organisms are categorized as Risk Group 1 (no risk), with the exception of <i>Lachancea fermentati</i>, which has not been categorized because it is a multicellular fungus. Our TOP10 <i>E. coli</i> was acquired from the Barrick lab; <i>Gluconoacetobacter sp.</i> and <i>Gluconobacter oxydans</i> were ordered from ATCC (American Type Culture Collection) or isolated from kombucha; and <i>Lachancea fermentati</i> and <i>Saccharomyces cerevisiae</i> were isolated from kombucha. All of our strains except TOP10 <i>E. coli</i> are being used in recreating kombucha from scratch, as they are all naturally found in the beverage. The TOP10 <i>E. coli</i> are being used to develop our pH promoters which will then be inserted into the <i>Gluconoacetobacter sp.</i> and <i>Gluconobacter oxydans</i>, our chassis.</p>
 +
<p>When working in the lab, everyone wears gloves to ensure protection from any laboratory chemicals and to minimize contact with living organisms. Furthermore, all members of the team know where safety equipment is in case of emergency. Waste is disposed of in containers appropriate to the type of waste. Additionally, to minimize the risk that somebody might think that our kombucha is okay to drink (even though eating and drinking are prohibited in the lab space), it is clearly labelled with identification and with a warning not to drink. Also, because our product will eventually be produced in factories for consumers to drink, other risks that our project might pose would be that the genetically modified organisms act in an unforeseen way or that a consumer might have an allergic reaction to one of the inserted genes. To reduce these risks, we will diligently observe our genetically modified organisms to ensure that they perform only the actions that we desire. If we observe the organisms doing something unexpected, we will troubleshoot according to the specific behavior they are displaying. As for people having a bad reaction to our product, we will include on our kombucha's label where the genes come from to reduce the likelihood that somebody with an allergy will come into contact with something that they shouldn't.</p>
 +
<br>
 +
</div>
 +
 +
<ul id="rig">
 +
    <li>
 +
        <a class="rig-cell" href="#">
 +
            <img class="rig-img" src="https://static.igem.org/mediawiki/2016/0/0e/T--Austin_UTexas--Zach_Safety.jpg">
 +
            <span class="rig-overlay"></span>
 +
            <span class="rig-text"><p style="font-size:60px;font-weight:bold;font-family: 'Impact', sans-serif;font-weight:normal!important;">Safety!</p></span>
 +
            </span>
 +
        </a>
 +
    </li>
 +
    <li>
 +
        <a class="rig-cell" href="#">
 +
            <img class="rig-img" src="https://static.igem.org/mediawiki/2016/thumb/2/28/T--Austin_UTexas--Stratton_Safety.jpg/450px-T--Austin_UTexas--Stratton_Safety.jpg">
 +
            <span class="rig-overlay"></span>
 +
            <span class="rig-text"><p style="font-size:60px;font-weight:bold;font-family: 'Impact', sans-serif;font-weight:normal!important;">Hazard Prevention!</p></span>
 +
            </span>
 +
        </a>
 +
    </li>
 +
      <li>
 +
       
 +
<a class="rig-cell" href="#">
 +
            <img class="rig-img" src="https://static.igem.org/mediawiki/2016/9/9b/T--Austin_UTexas--Gracie_Safety.jpg">
 +
           
 +
            <span class="rig-overlay"></span>
 +
            <span class="rig-text"><p style="font-size:60px;font-weight:bold;font-family: 'Impact', sans-serif;font-weight:normal!important;">PPE!</p></span>
 +
            </span>
 +
      </a>
 +
    </li>
 +
</ul>
 +
</body>
 +
 +
<!--
 
<p>Please visit <a href="https://2016.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>Please visit <a href="https://2016.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>
 
<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>
  
</div>
 
  
  
Line 39: Line 170:
 
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
 
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
 
</div>
 
</div>
 
+
-->
  
 
</html>
 
</html>
 +
{{Team:Austin_UTexas/Footer}}

Latest revision as of 18:55, 19 October 2016

Safety

For our project, we are modifying TOP10 E. coli (MC1061 derivative), Gluconoacetobacter sp. (Komagataeibacter hansenii), and Gluconobacter oxydans. We are also working with (but not modifying) Lachancea fermentati and Saccharomyces cerevisiae. According to DSMZ, a German collection of information on microorganisms and cell cultures, all of our organisms are categorized as Risk Group 1 (no risk), with the exception of Lachancea fermentati, which has not been categorized because it is a multicellular fungus. Our TOP10 E. coli was acquired from the Barrick lab; Gluconoacetobacter sp. and Gluconobacter oxydans were ordered from ATCC (American Type Culture Collection) or isolated from kombucha; and Lachancea fermentati and Saccharomyces cerevisiae were isolated from kombucha. All of our strains except TOP10 E. coli are being used in recreating kombucha from scratch, as they are all naturally found in the beverage. The TOP10 E. coli are being used to develop our pH promoters which will then be inserted into the Gluconoacetobacter sp. and Gluconobacter oxydans, our chassis.

When working in the lab, everyone wears gloves to ensure protection from any laboratory chemicals and to minimize contact with living organisms. Furthermore, all members of the team know where safety equipment is in case of emergency. Waste is disposed of in containers appropriate to the type of waste. Additionally, to minimize the risk that somebody might think that our kombucha is okay to drink (even though eating and drinking are prohibited in the lab space), it is clearly labelled with identification and with a warning not to drink. Also, because our product will eventually be produced in factories for consumers to drink, other risks that our project might pose would be that the genetically modified organisms act in an unforeseen way or that a consumer might have an allergic reaction to one of the inserted genes. To reduce these risks, we will diligently observe our genetically modified organisms to ensure that they perform only the actions that we desire. If we observe the organisms doing something unexpected, we will troubleshoot according to the specific behavior they are displaying. As for people having a bad reaction to our product, we will include on our kombucha's label where the genes come from to reduce the likelihood that somebody with an allergy will come into contact with something that they shouldn't.