Difference between revisions of "Team:Bulgaria/Safety"

(Prototype team page)
 
Line 1: Line 1:
 
{{Bulgaria}}
 
{{Bulgaria}}
 
<html>
 
<html>
 +
<head>
 +
    <meta charset="UTF-8">
 +
    <link href="https://fonts.googleapis.com/css?family=Leckerli+One" rel="stylesheet">
 +
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800" rel="stylesheet">
 +
    <link href="https://fonts.googleapis.com/css?family=Biryani:300,400,800,900" rel="stylesheet">
 +
    <style>
 +
        .drop-link, .menu-item, .sub-item{
 +
            list-style-type: none !important;
 +
            list-style-image: none !important;
 +
            list-style:none !important;
 +
        }
  
  
<div class="column full_size">
 
  
 +
        #content{
 +
            width: 100%;
 +
            padding: 0px;
 +
            margin-left: 0px;
 +
        }
  
<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>
+
        #top_title{
 +
            display: none;
 +
        }
  
</div>
+
        #sideMenu{
 +
            display: none;
 +
        }
  
 +
        *{
 +
            margin:0;
 +
            padding: 0;
 +
            font-family: 'Open Sans', sans-serif !important;
 +
        }
  
<div class="column full_size">
+
        .wrapper{
<h5>Safe Project Design</h5>
+
            width: 100%;
 +
            margin: 0 auto;
 +
        }
  
<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>
+
        nav{
 +
            background: #80002a;
 +
            color: white;
 +
            padding: 20px;
 +
            text-align: right;
 +
        }
  
<ul>
+
        .navigation-bar{
<li>Choosing a non-pathogenic chassis</li>
+
            padding-right: 125px !important;
<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>
+
  
</div>
+
        .menu-item{
 +
            display: inline-block;
 +
            margin-right: 25px;
 +
            color:rgba(255,255,255,0.9);
 +
            text-transform: capitalize;
 +
        }
  
<div class="column half_size">
+
        .menu-item:hover{
<h5>Safe Lab Work</h5>
+
            color:rgba(255,255,255,1);
 +
            cursor: pointer;
 +
        }
  
<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>
+
        .drop-link{
 +
            position: relative;
 +
            display: inline-block;
 +
        }
  
</div>
+
        .dropdown-content {
 +
            display: none;
 +
            position: absolute;
 +
            list-style-type: none;
 +
            text-align: left;
 +
            background-color: #80002a;
 +
            min-width: 160px;
 +
            padding-top: 20px !important;
 +
            margin-left: -20px !important;
  
<div class="column half_size">
+
        }
<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>
+
        .sub-item{
</div>
+
            padding: 15px;
 +
        }
  
 +
        .dropdown-content a,
 +
        a{
 +
            text-decoration: none !important;
 +
            color: white !important;
 +
            padding-top: 15px;
 +
        }
 +
        .drop-link:hover .dropdown-content {
 +
            cursor: pointer;
 +
            display: block;
 +
            margin-top:0px !important;
 +
        }
  
 +
        .sub-item:hover{
 +
            background: #5d001f;
 +
            transition: background .2s linear;
 +
        }
 +
        .intro{
 +
            width: 70%;
 +
            margin: 0 auto;
 +
            padding: 60px;
 +
        }
 +
 +
        .strains{
 +
            width:50%;
 +
            margin: 0 auto;
 +
        }
 +
 +
        .strain{
 +
            list-style-type: none;
 +
            background: #5b836d;
 +
            color: white;
 +
            margin: 20px;
 +
            padding: 20px;
 +
            width: 20%;
 +
            text-align: center;
 +
            display: inline-block;
 +
            font-weight: 900;
 +
        }
 +
        </style>
 +
</head>
 +
<body>
 +
<div class="wrapper">
 +
    <nav>
 +
        <ul class="navigation-bar">
 +
            <li class="menu-item">
 +
                <a href="https://2016.igem.org/Team:Bulgaria">home</a>
 +
            </li>
 +
 +
            <li class="menu-item drop-link"> project
 +
                <ul class="project-submenu dropdown-content">
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Overview">overview</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Results">results</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/FutureWork">future work</a></li>
 +
                </ul>
 +
            </li>
 +
 +
            <li class="menu-item drop-link">notebook
 +
                <ul class="notebook-submenu dropdown-content">
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/LabBook">lab book</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Organisms">organisms</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Safety">safety</a></li>
 +
                </ul>
 +
            </li>
 +
 +
            <li class="menu-item"><a href="lab.html">lab</a></li>
 +
 +
            <li class="menu-item drop-link">achievements
 +
                <ul class="achievements-submenu dropdown-content">
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/MedalCriteria">medal criteria</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Part">parts</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/HelpGuide">help guide</a></li>
 +
                </ul>
 +
            </li>
 +
 +
            <li class="menu-item drop-link"><a href="https://2016.igem.org/Team:Bulgaria/HP/Silver">human practices</a>
 +
                <ul class="humanpractice-submenu dropdown-content">
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Engagement">public engagement</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Integrated_Practices">integrated human practices</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Collaborations">collaboration</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Entrepreneurship">enterpreneurship</a></li>
 +
                </ul>
 +
            </li>
 +
 +
            <li class="menu-item drop-link">team
 +
                <ul class="team-submenu dropdown-content">
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Members">members</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/OurStory">our story</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Attributions">attributions</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/University">university</a></li>
 +
                    <li class="sub-item"><a href="https://2016.igem.org/Team:Bulgaria/Bulgaria">Bulgaria</a></li>
 +
                </ul>
 +
            </li>
 +
        </ul>
 +
    </nav>
 +
 +
    <main>
 +
        <p class="intro">
 +
            Our project requires working environment corresponding to
 +
            Biosafety level 1. The microorganisms that we used to
 +
            construct our parts and express the proteins of interest
 +
            are different non-pathogenic strains of E. coli which do
 +
            not pose health risks. These strains are:
 +
        </p>
 +
 +
        <ul class="strains">
 +
            <li class="strain">
 +
                Top10
 +
            </li>
 +
 +
            <li class="strain">
 +
                JW1
 +
            </li>
 +
 +
            <li class="strain">
 +
                Nova Blue
 +
            </li>
 +
 +
            <li class="strain">
 +
                DH5α
 +
            </li>
 +
 +
            <li class="strain">
 +
                Rosetta gami
 +
            </li>
 +
        </ul>
 +
 +
        <p class="intro">
 +
            To protect ourselves from various risk factors in the laboratory
 +
            (and to protect our experiments from contamination as well) we
 +
            have created a set of rules that were strictly followed by all
 +
            team members. Those rules included working with standard protective
 +
            equipment – lab coats, gloves and safety googles. Wearing contact
 +
            lenses, jewelry and open footwear was not allowed. Long hairs were
 +
            kept tied. Machines like the autoclave that may pose risk were
 +
            properly maintained and handled with caution. Working with toxic
 +
            and volatile substances was conducted with face masks and in laminar
 +
            boxes in addition to the previously mentioned safety measures.
 +
            These and all other hazardous chemicals that may be dangerous for
 +
            the health or for the environment were disposed according to the
 +
            standard safety protocols. In addition general safety protocols for
 +
            lab behavior were applied accordingly. Each piece of equipment had
 +
            a responsible person that explained working protocols and safety
 +
            measure to all users.
 +
        </p>
 +
    </main>
 +
</div>
 +
</body>
 
</html>
 
</html>

Revision as of 20:33, 19 October 2016

Our project requires working environment corresponding to Biosafety level 1. The microorganisms that we used to construct our parts and express the proteins of interest are different non-pathogenic strains of E. coli which do not pose health risks. These strains are:

  • Top10
  • JW1
  • Nova Blue
  • DH5α
  • Rosetta gami

To protect ourselves from various risk factors in the laboratory (and to protect our experiments from contamination as well) we have created a set of rules that were strictly followed by all team members. Those rules included working with standard protective equipment – lab coats, gloves and safety googles. Wearing contact lenses, jewelry and open footwear was not allowed. Long hairs were kept tied. Machines like the autoclave that may pose risk were properly maintained and handled with caution. Working with toxic and volatile substances was conducted with face masks and in laminar boxes in addition to the previously mentioned safety measures. These and all other hazardous chemicals that may be dangerous for the health or for the environment were disposed according to the standard safety protocols. In addition general safety protocols for lab behavior were applied accordingly. Each piece of equipment had a responsible person that explained working protocols and safety measure to all users.