Difference between revisions of "Team:Peking/Safety"

 
(36 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<html>
+
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
 
+
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<head>
+
<!--[if (gte IE 8)|!(IE)]><!-->
<style>
+
<html class="no-js" lang="en">
             #home_logo, #sideMenu {
+
    <!--<![endif]-->
             display: none;
+
    <head>
 +
        <!--- Basic Page Needs========================================================================= -->
 +
        <meta charset="utf-8"/>
 +
        <title></title>
 +
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.2, user-scalable=yes" />
 +
        <meta name="description" content="Wiki of Peking iGEM 2018" />
 +
        <meta name="author" content="Peking iGEM"/>
 +
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
        <!-- Mobile Specific Metas===================================================================== -->
 +
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
 +
        <!-- Fix  Overwrite the original iGEM style=================================================== -->
 +
        <link href="https://2018.igem.org/Template:Peking/css/fix?action=raw&ctype=text/css" rel="stylesheet" />
 +
        <!-- CSS======================================================================================= -->
 +
        <link href="https://2018.igem.org/Template:Peking/css/bootstrap_min?action=raw&ctype=text/css" rel="stylesheet" />
 +
        <link href="https://2018.igem.org/Template:Peking/css/style?action=raw&ctype=text/css" rel="stylesheet" />
 +
        <!-- CSS======================================================================================= -->
 +
        <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/default?action=raw&ctype=text/css"/>
 +
        <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/layout?action=raw&ctype=text/css"/>
 +
        <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/media-queries?action=raw&ctype=text/css"/>
 +
        <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/notebook_panel?action=raw&ctype=text/css"/>
 +
        <style>
 +
                        body { background: #D2D8D8 url(https://static.igem.org/mediawiki/2018/7/78/T--Peking--images_bodyBackground.jpeg); background-attachment:fixed;}
 +
             .texttitle{
 +
                color:#6495ED;
 +
                font-size: 38px;
 +
                line-height: 48px;
 +
                margin-bottom: 12px;
 +
                font-family: raleway-bold, sans-serif !important;
 +
                background: transparent;
 +
                letter-spacing: 3px;
 +
                text-transform: uppercase;
 +
                font-weight: 350;
 +
                text-align: center;
 +
                padding-top:40px;
 +
            }
 +
        sup{font-size:11px;}
 +
        .references{margin-top:150px;margin-bottom:40px;}
 +
        .references p{font-size:14px !important; color:#666161 !important;}
 +
        .classic-title {font-weight: 300;padding-top:30px;}
 +
        .classic-title span {
 +
            padding-bottom: 8px;
 +
            border-bottom: 1px solid #383232;
 +
             font-weight: 400;
 
         }
 
         }
 
+
        figure{margin-top:40px;margin-bottom:40px;height:auto;}
         #sideMenu, #top_title, .patrollink {
+
         .anchor{padding-top:100px;margin-top:-100px;}
             display: none;
+
             </style>
 +
       
 +
    </head>
 +
    <body>
 +
        <!--sidebar 引用==============================================================================-->
 +
        <style>
 +
            #primary span{
 +
                display:block;
 +
                word-break:break-all
 +
            }
 +
       
 +
        #page-wrap {
 +
            width: 25%;
 +
            margin: 0px;
 +
            position: relative;
 
         }
 
         }
 
+
       
         #content {
+
         #sidebar {
             width: 100%;
+
             width: 25%;
            padding: 0px;
+
            margin-top: 0px;
+
 
             margin-left: 0px;
 
             margin-left: 0px;
            margin-right: 0px;
 
 
         }
 
         }
 
+
         @media (min-width:1024px){
         body {
+
             #sidebar{position:relative;top:120px;max-width:200px;}}
             background-color: #FAFAFA;
+
         @media (max-width: 1023px){
         !important;
+
            #sidebar{display:none;
 +
            }
 +
            #page-wrap{display:none;}
 
         }
 
         }
 
+
        </style>
         #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
+
          
             margin-bottom: 0px;
+
       
 +
        <script type="text/javascript">
 +
            function menuFixed(id){
 +
                var obj = document.getElementById(id);
 +
                var _getHeight = obj.offsetTop;
 +
               
 +
                window.onscroll = function(){
 +
                    changePos(id,_getHeight);
 +
                }
 +
            }
 +
        function changePos(id,height){
 +
            var obj = document.getElementById(id);var windowBottom = $(window).scrollTop() + $(window).innerHeight();
 +
            if(w>=1024){
 +
                if($(window).scrollTop() + $(window).height() > $(document).height() - 230){
 +
                    $('#sidebar').fadeOut("fast");}else{$('#sidebar').fadeIn("fast");}
 +
            }
 +
            var scrollTop = document.documentElement.scrollTop || document.body.scrollTop -230;
 +
            var windowBottom = $(window).scrollTop() + $(window).innerHeight();
 +
            var w = window.innerWidth;
 +
           
 +
            if(scrollTop < height){ obj.style.position = 'relative';
 +
            }else{
 +
                obj.style.position = 'fixed';
 +
            }
 +
        }
 +
        </script>
 +
       
 +
        <script type="text/javascript">
 +
            window.onload = function(){
 +
                menuFixed('sidebar');
 +
            }
 +
        </script>
 +
        <script>
 +
            function naver(id){
 +
                var obj=document.getElementById(id);
 +
                var oPos=obj.offsetTop;
 +
                return window.scrollTo(0,oPos+250);
 +
            }
 +
        </script>
 +
        <!--sidebar 引用 end ==============================================================================-->
 +
        <!--panel 引用==================================================================================-->
 +
        <style type="text/css">
 +
            .panel-default .panel-heading a{
 +
                text-decoration: none;
 +
                display:block;
 +
                padding:10px;
 +
             }
 +
        .panel-heading.panel-title{
 +
            text-decoration: none;
 +
            padding-top:0px;
 +
            padding-bottom:0px;
 +
            padding-left:0px;
 +
            padding-right:0px;
 +
            text-align:center;
 +
            font-size:19px;
 +
           
 +
        }
 +
        a[aria-expanded="true"] {
 +
            background-color:rgba(70, 73, 76, 0.95);
 +
            text-decoration: none;
 +
            color:white;
 +
        }
 +
       
 +
        .panel-default .panel-heading a[aria-expanded="false"]{
 +
            -o-transition: background-color 1s linear;
 +
            -moz-transition: background-color 1s linear;
 +
            -khtml-transition: background-color 1s linear;
 +
            -webkit-transition: background-color 1s linear;
 +
            -ms-transition: background-color 1s linear;
 +
            transition: background-color 1s linear;
 
         }
 
         }
a:link {
+
        .panel-default .panel-heading a[aria-expanded="false"]:hover{
                        text-decoration: none;
+
            background-color:rgba(70, 73, 76, 0.95);
                    }
+
            text-decoration: none;
 +
            color:white;
 +
        }
 +
        .panel-default .panel-heading a[aria-expanded="true"]{
 +
            -o-transition: opacity 1s linear;
 +
            -moz-transition: opacity 1s linear;
 +
            -khtml-transition: opacity 1s linear;
 +
            -webkit-transition: opacity 1s linear;
 +
            -ms-transition: opacity 1s linear;
 +
            transition: opacity 0.7s linear;
 +
        }
 +
        .panel-default .panel-heading a[aria-expanded="true"]:hover{
 +
            opacity:0.7;
 +
        }
 +
       
 +
        .coll p a{
 +
            color:#5c9085 !important;
 +
        }
 +
        .coll p a:hover{
 +
            color:#11abb0 !important;
 +
        }
 +
        .coll {
 +
            width:100%;
 +
            float:left;
 +
        }
 +
        .coll .info {
 +
            width:6%;
 +
            font-size:11px;
 +
            color:#a4a4a4;
 +
            margin-top:0px;
 +
            float:left;
 +
           
 +
        }
 +
        .coll .content {
 +
            width:94%;
 +
            float:left;
 +
            margin-left:40px;
 +
            margin-top:-3px;
 +
        }
 +
        .coll .ordi {
 +
            width;100%;
 +
            margin:0px 0px 0px 0px;
 +
            font-size:35px;
 +
            font-style:italic;
 +
            float:left;
 +
            color:#11abb0;
 +
            opacity:0.8;
 +
        }
 +
       
 +
            </style>
 +
       
 +
        <script type="text/javascript">
 +
            $(document).ready(function(){
 +
                              $("#button1").click(function(){
 +
                                                  $(".panel-collapse").collapse("show");
 +
                                                  });
 +
                              });
 +
                              $(document).ready(function(){
 +
                                                $("#button2").click(function(){
 +
                                                                    $(".panel-collapse").collapse("hide");
 +
                                                                    });
 +
                                                });
 +
                                                $("#notebook").addClass("navbar-active");
 +
            </script>
 +
        <!--panel 引用 end ==================-->
 +
       
 +
          <!-- Navigation -->
 +
        <div id="navigation" class="navbar navbar-fixed-top">
 +
            <div class="navbar-inner ">
 +
                <div class="container no-padding">
 +
                    <a class="show-menu" data-toggle="collapse" data-target=".nav-collapse"><span class="show-menu-bar"></span>
 +
                    </a>
 +
                    <div id="logo" style="max-width:0px"><a class="" href="https://2018.igem.org/Team:Peking"><img
 +
                    src="https://static.igem.org/mediawiki/2018/3/36/T--Peking--Logo.png"></a></div>
 +
                 
 +
                    <div class="nav-collapse collapse">
 +
                        <ul class="nav">                         
  
                    a:visited {
+
                            <li class="menu-1"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking">Home</a>
                        text-decoration: none;
+
                            </li>
                    }
+
  
                    a:active {
+
                            <li class="dropdown menu-2"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Project</a>
                        text-decoration: none;
+
                                <ul class="dropdown-menu">
                    }
+
                                    <li><a href="https://2018.igem.org/Team:Peking/Project" class="barfont1">Description</a></li>
 +
                                    <li><a href="https://2018.igem.org/Team:Peking/Design" class="barfont1">Design</a></li>
 +
                                    <li><a href="https://2018.igem.org/Team:Peking/Demonstrate" class="barfont1">Demonstration</a></li>
 +
                                    <li><a href="https://2018.igem.org/Team:Peking/Perspective" class="barfont1">Perspective</a></li>
 +
                                </ul>
 +
                            </li>
 +
                            <li class="menu-3"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking/Model">Modeling</a>
 +
                            </li>
 +
                            <li class="menu-4"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking/Software">Software</a>
 +
                            </li>
  
                    a:hover {
 
                    }
 
.dropbtn {
 
    background-color: #4CAF50;
 
    color: white;
 
    padding: 16px;
 
    font-size: 16px;
 
    border: none;
 
    cursor: pointer;
 
}
 
  
.dropdown {
+
                            <li class="menu-6"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking/Human_Practices">Human Practices</a>
    position: relative;
+
                            </li>
    display: inline-block;
+
                                <li class="dropdown menu-7"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Achievement</a>
}
+
                                    <ul class="dropdown-menu">
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Judging_Form" class="barfont1">Judging Form</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Parts" class="barfont1">Parts</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Improve" class="barfont1">Improvement</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/InterLab" class="barfont1">InterLab</a></li>
  
.dropdown-content {
+
                                    </ul>
    display: none;
+
                                </li>
    position: absolute;
+
                                <li class="dropdown menu-8"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Lab</a>
    background-color: #f9f9f9;
+
                                    <ul class="dropdown-menu">
    min-width: 100px;
+
                                        <li><a href="https://2018.igem.org/Team:Peking/Team_Members">Team Members</a></li>
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+
                                        <li><a href="https://2018.igem.org/Team:Peking/Attributions" class="barfont1">Attributions</a></li>
}
+
                                        <li><a href="https://2018.igem.org/Team:Peking/Notebook" class="barfont1">Notebook</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Collaborations" class="barfont1">Collaborations</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Safety" class="barfont1">Safety</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Acknowledgement" class="barfont1">Acknowledgement</a></li>
 +
                                       
 +
                                    </ul>
 +
                                </li>
 +
                                </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <!--/Navigation -->
 +
       
 +
       
 +
        <!-- Page Title======================================================================== -->
 +
        <div id="page-title">
 +
            <div class="row">
 +
                <div class="twelve columns centered text-center">
 +
                    <h1>Safety</h1>
 +
                    <p class="title1" style="text-align:justify; text-justify:inter-ideograph;">Peking iGEM 2018’s project is a breakthrough attempt to construct a new platform with phase separation system abbreviated to SPOT. With the SPOT system, we hope to achieve various biological functions such as a reaction hub or a sensor for plant hormone molecules. Here we will share our experiences with safety control.</p>
 +
                </div>
 +
            </div>
 +
        </div><!-- Page Title End-->
 +
       
 +
       
 +
        <div id="page-content" class="row page">
 +
            <div id="primary" class="twelve columns">
 +
                <section>
 +
                    <div class="row">
 +
                       
 +
                       
 +
                       
 +
                       
 +
                        <div class="three columns">
 +
                            <div id="page-wrap">
 +
                                <div id="sidebar" style="color:#000000">
 +
                                   
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Team_Members">&bull;Team&nbsp;Members</a></h4>
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Attributions">&bull;Attributions</a></h4>
 +
                             
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Notebook">&bull;Notebook</a></h4>
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Collaborations">&bull;Collaborations</a></h4>
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Safety">&bull;Safety</a></h4>
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Acknowledgement">&bull;Acknowledgement</a></h4>
 +
                             
 +
                                </div>
 +
                            </div>
 +
                        </div>
 +
                       
 +
                       
 +
                       
 +
                       
 +
                        <div class="nine columns">
 +
                           
 +
                            <div class="texttitle">Safe project design
 +
<a id="A"></a></div>
 +
                            <hr style="border:2px dashed; height:2px" color="#666666">
  
.dropdown-content a {
+
                            <div class="coll">
    color: black;
+
                               
    padding: 12px 16px;
+
                                <div class="content">
    text-decoration: none;
+
                                    <p>Our SPOT contains two main applications. One is to use the SPOT as a reaction hub to regulate various biochemical reactions. We have demonstrated that if we integrated three enzymes which could synthesize β-carotene into SPOT system, the production of  β-carotene in yeasts will be enhanced if phase separation happens. In the future, if we use the yeasts to manufacture β-carotene in a large scale, we can sequester the yeasts in fermenters to prevented recombinant yeasts or recombinant DNA from flowing out into the environment. The other is to use our SPOT as a sensor. We achieved that if there are ABA or Rapamycin molecules in the environment, phase separation would happen. If we want to use the sensor in reality, we can package the yeast cells into resins. It will help us to observe the SPOT formation by microscopy, and limit yeast escape. In both two reality scenes, escape of microbes is prohibited. </p>
    display: block;
+
                                </div>
}
+
                            </div>
 +
                           
  
.dropdown-content a:hover {background-color: #f1f1f1}
+
<div >
 +
                           
 +
                            <div class="texttitle">Safe materials
 +
<a id="A"></a></div>
 +
                            <hr style="border:2px dashed; height:2px" color="#666666">
  
.dropdown:hover .dropdown-content {
+
                            <div class="coll">
    display: block;
+
                               
}
+
                                <div class="content">
 +
                                    <p>In our experiments, we chose E. coli as the chassis for molecular cloning, and S. cerevisiae as SPOT formation chassis. These two species are well known and non-pathogenic. Our bioparts are constructed by collecting segments from safe plasmid by which means we avoid using unknown segments. Those parts which have potential to cause environment problem, animal and plant disease, ecosystem changing are strictly prohibited.</p>
 +
                                </div>
 +
                            </div>
 +
<div >
 +
                           
 +
                            <div class="texttitle">Safe lab work
 +
<a id="A"></a></div>
 +
                            <hr style="border:2px dashed; height:2px" color="#666666">
  
.dropdown:hover .dropbtn {
+
                            <div class="coll">
    background-color: #3e8e41;
+
                               
+
                                <div class="content">
u{ text-decoration:none}
+
                                    <p>As the iGEM safety policy requires, we didn’t do any dangerous experiments in daily bench work or faced any unusual safety issues. The bench work followed some basic regulations as below:</p>
a{ text-decoration:none}
+
<p>1.Duplicating a key to the laboratory without permission was strictly prohibited.</p>
 +
<p>2.All involved participants needed to understand the experiment completely before commencing work.</p>
 +
<p>3.All experimenters had to wear rubber gloves.</p>
 +
<p>4.Any steps involving potential release of live microorganisms were performed in a bio-safety cabinet.</p>
 +
<p>5.Appliances such as Bunsen burners, electric heaters and microwave ovens were not left unattended while in use.</p>
 +
<p>6.All liquid and solid waste potentially containing living organism was sterilized.</p>
 +
<p>7.The entire lab was sterilized using UV-light every week.</p>
 +
<p>8.The last person to leave the lab always made sure that water, electricity, gas, and the air conditioner were shut down, and doors and windows have been locked before leaving.
 +
</p>
 +
                                </div>
 +
                            </div>
 +
                            <div >
 +
                           
 +
                            <div class="texttitle">Safe shipment
 +
<a id="A"></a></div>
 +
                            <hr style="border:2px dashed; height:2px" color="#666666">
  
 +
                            <div class="coll">
 +
                               
 +
                                <div class="content">
 +
                                    <p>In the process of shipment, the DNA parts are absolutely safe because they encode non-hazardous proteins like HOTags and enzymes for carotene synthesis. The DNA parts were safely confined within 96-well plate as the Parts Registry requires.
 +
</p>
 +
                                </div>
 +
                            </div>
 +
                           
 +
         
 +
                 
  
 +
                           
  
 +
                       
 +
                           
  
/*Major body*/
+
                           
#MajorBody{position:absolute; top:24px; left:0px; width:1200px; height:1200px; background-color:#ffffff;}
+
                   
#LeftNavigation{position:fixed; top:80px; float:left; width:200px; height:100%; background-color:#313131; z-index:1050;}
+
                    </div><!--row end-->
#Content{position:absolute; left:200px;}
+
             </section>
#ProjectList{position:absolute; top:40px; left:0px; color:#ffffff; font-family: calibri, arial, helvetica, sans-serif;}
+
        </div><!--12 columes end-->
#ProjectList > li {display:block; list-style-type:none; width:180px; height:30px; font-size:20px; text-align:left; background-color:transparent;}
+
        </div><!--page-content end-->
.Left>a {color:#ffffff; text-decoration:none;}
+
       
.Left:hover >a{color:#999999;}
+
       
 
+
       
 
+
                                <!-- footer============================================================================== -->
/*end of Major body*/
+
         <style>
#AcknowledgementBox{ position:absolute; left:0px; top:590px; width:1200px;display:none;}
+
             footer .copyright span:before {
 
+
                content: "|";
 
+
                 padding-left: 10px;
 
+
                padding-right: 12px;
 
+
                color: #b4bbbb;
 
+
            }
 
+
        footer .copyright span:after {
    </style>
+
            content: "|";
 
+
             padding-left: 10px;
    <link rel="stylesheet" type="text/css"
+
            padding-right: 12px;
          href="https://2018.igem.org/Template:Peking/css/menubar?action=raw&ctype=text/css">
+
            color: #b4bbbb;
    <link rel="stylesheet" type="text/css"
+
        }
          href="https://2018.igem.org/Template:Peking/css/main?action=raw&ctype=text/css">
+
        </style>
 
+
         <footer id="page-footer">
 
+
<footer id="page-footer">
 
+
                 <div class="row,row1">
</head>
+
                     <ul class="footer-social">
 
+
                        <li class="col-md-6" id="PKU-administration" style="margin-bottom:25px;max-width:300px">
<body>
+
                            <a href="http://dean.pku.edu.cn/pkudean/index.html"><img src="https://static.igem.org/mediawiki/2018/7/7a/T--Peking--images_PKU_Administration_logo.png"></a>
 
+
                        </li>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
+
                        <li class="col-md-6" id="PKU-SLS" style="margin-bottom:25px;max-width:300px">
    <header class="mdl-layout__header" style="position:fixed; margin-top: -9px; !important;">
+
                            <a href="http://www.bio.pku.edu.cn/"><img src="https://static.igem.org/mediawiki/2018/0/04/T--Peking--images_PKU_SLS_logo.png"></a>
        <div class="mdl-layout__header-row">
+
                        </li>
            <!-- Title -->
+
                     
             <a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking"
+
                        <li class="col-md-6" id="PKU-CQB" style="margin-bottom:25px;max-width:300px">
              style="color: #000000; font-size: x-large"><strong>Peking iGEM 2018</strong></a>
+
                            <a href="http://cqb.pku.edu.cn/en/"><img src="https://static.igem.org/mediawiki/2018/e/e1/T--Peking--images_PKU_CQB_logo.png"></a>
            <a href="https://2018.igem.org/Team:Peking"><img
+
                        </li>
                    src="https://static.igem.org/mediawiki/2018/e/e2/T--Peking--_toolbar.jpeg" height="50"></a>
+
            <!-- Add spacer, to align navigation to the right -->
+
            <div class="mdl-layout-spacer"></div>
+
            <!-- Navigation. We hide it in small screens. -->
+
            <nav class="mdl-navigation mdl-layout--large-screen-only">
+
 
+
    <a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking"
+
    style="color: #000; font-weight: 500;">Home</a>
+
         <div class="dropdown">
+
             <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Project">Project</a></span>
+
                 <div class="dropdown-content">
+
                    <a href="https://2018.igem.org/Team:Peking/Description">Description</a>
+
                    <a href="https://2018.igem.org/Team:Peking/Design">Design</a>
+
                    <a href="https://2018.igem.org/Team:Peking/Future Plan">Future Plan</a>
+
                </div></div>
+
        <div class="dropdown">
+
             <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Wet_Lab">Wet Lab</a></span>
+
                <div class="dropdown-content">
+
                    <a href="https://2018.igem.org/Team:Peking/Results">Results</a>
+
                    <a href="https://2018.igem.org/Team:Peking/Parts">Parts</a>
+
                    <a href="https://2018.igem.org/Team:Peking/InterLab">InterLab</a>
+
                </div></div>
+
         <div class="dropdown">
+
            <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Dry_Lab">Dry Lab</a></span>
+
                 <div class="dropdown-content">
+
                     <a href="https://2018.igem.org/Team:Peking/Model">Model</a>
+
                    <a href="https://2018.igem.org/Team:Peking/Software">Software</a>
+
                </div></div>
+
        <div class="dropdown">
+
            <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Human_Practices">Human Practices</a></span>
+
                <div class="dropdown-content">
+
                    <a href="https://2018.igem.org/Team:Peking/HumanPractices">Human Practices</a>
+
                    <a href="https://2018.igem.org/Team:Peking/Public_Engagement">Public Engagement</a>
+
                    <a href="https://2018.igem.org/Team:Peking/Collaborations">Collaborations</a>
+
                </div></div>
+
        <div class="dropdown">
+
            <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Team"><b>Team</b></a></span>
+
                <div class="dropdown-content">
+
                    <a href="https://2018.igem.org/Team:Peking/Team_Members">Team Members</a>
+
                    <a href="https://2018.igem.org/Team:Peking/Attributions">Attributions</a>
+
                    <a href="https://2018.igem.org/Team:Peking/Deliverables">Deliverables</a>
+
                    <a href="https://2018.igem.org/Team:Peking/Acknowledgement">Acknowledgement</a>
+
                    <a href="https://2018.igem.org/Team:Peking/Safety">Safety</a>
+
                    <a href="https://2018.igem.org/Team:Peking/Notebook">Notebook</a>
+
                    <a href="https://2018.igem.org/Team:Peking/Experiments">Experiments</a>
+
                </div></div>
+
 
+
            </nav>
+
        </div>
+
    </header>
+
 
+
</div>
+
 
+
<!--MajorBody-->
+
<div id="MajorBody"> 
+
    <div id="LeftNavigation">
+
          <ul id="ProjectList">
+
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Human_Practices"><b>Team</b></a></li><br/><br/>
+
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Team_Members">&#9674;&#160;&#160;&#160;Team Members</a><li>
+
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Attributions">&#9674;&#160;&#160;&#160;Attributions</a><li>
+
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Deliverables">&#9674;&#160;&#160;&#160;Deliverables</a><li>
+
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Acknowledgement">&#9674;&#160;&#160;&#160;Acknowledgement</a><li>
+
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Safety">>&#160;&#160;&#160;Safety</a><li>
+
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Notebook">&#9674;&#160;&#160;&#160;Notebook</a><li>
+
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Experiments">&#9674;&#160;&#160;&#160;Experiments</a><li>
+
 
+
                </ul>
+
    </div>
+
   
+
 
+
<div class="two_thirds_size" >
+
<p>Welcome to our wiki!</p>
+
  
</div>  
+
                    </ul>
<div id="Content">
+
                </div>
Safety
+
            <div class="row">
</div>
+
                <div class="twelve columns" >
</div>
+
                    <ul class="copyright">
 +
                        <!--<li>&copy; 2014 Sparrow</li> -->
 +
                        <li><a href="https://2018.igem.org/Team:Peking">Home</a>&nbsp;&nbsp;&nbsp;<a href="mailto:pekingigem2018@126.com">Contact</a></li>
 +
                        <span> &copy;2018 PEKING IGEM. All Rights Reserved.</span>
 +
                        <li><a href="http://getbootstrap.com/2.3.2/">Based on Bootstrap</a></li>
 +
                    </ul>
 +
                </div>
 +
                <div id="go-top" style="display: block;"><a title="Back to Top" href="#">Go To Top</a></div>
 +
            </div>
  
</body>
 
  
 +
<!-- Footer End-->
 +
                       
 +
                       
 +
            <!-- Java Script======================================================================= -->
 +
            <script>window.jQuery || document.write('<script src="https://2018.igem.org/Template:Peking/Javascript/jquery_1_10_2_min?action=raw&ctype=text/javascript"><\/script>')</script>
 +
            <script type="text/javascript" src="https://2018.igem.org/Template:Peking/Javascript/jquery_migrate_1_2_1_min?action=raw&ctype=text/javascript"></script>
 +
           
 +
            <script src="https://2018.igem.org/Template:Peking/Javascript/jquery_flexslider?action=raw&ctype=text/javascript"></script>
 +
            <script src="https://2018.igem.org/Template:Peking/Javascript/doubleaptogo?action=raw&ctype=text/javascript"></script>
 +
            <script src="https://2018.igem.org/Template:Peking/Javascript/init?action=raw&ctype=text/javascript"></script>
 +
           
 +
            <!--quotations from flexslider: start-->
 +
            <script src='https://2018.igem.org/Template:Peking/Javascript/modernizr_js?action=raw&ctype=text/javascript'></script>
 +
                <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_polaroid?action=raw&ctype=text/javascript'></script>
 +
                <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_easing?action=raw&ctype=text/javascript'></script>
 +
                <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_transform_0_8_0_min?action=raw&ctype=text/javascript'></script>
 +
                <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_preloader?action=raw&ctype=text/javascript'></script>
 +
                <!--quotations from flexslider: end-->
 +
               
 +
                <!--quotations from black: start-->
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_sticky?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_easing_1_3_pack?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/bootstrap_min?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_patallax_1_1_3?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/appear?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/modernizr?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_prettyPhoto?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/isotope?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_bxslider_min?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_cycle_all?action=raw&ctype=text/javascript" ></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_maximage?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/scripts?action=raw&ctype=text/javascript "></script>
 +
                <!--quotations from black: end-->
 +
                           
 +
                           
 +
                            </body>
 
</html>
 
</html>

Latest revision as of 00:41, 18 October 2018

Safety

Peking iGEM 2018’s project is a breakthrough attempt to construct a new platform with phase separation system abbreviated to SPOT. With the SPOT system, we hope to achieve various biological functions such as a reaction hub or a sensor for plant hormone molecules. Here we will share our experiences with safety control.

Safe project design

Our SPOT contains two main applications. One is to use the SPOT as a reaction hub to regulate various biochemical reactions. We have demonstrated that if we integrated three enzymes which could synthesize β-carotene into SPOT system, the production of β-carotene in yeasts will be enhanced if phase separation happens. In the future, if we use the yeasts to manufacture β-carotene in a large scale, we can sequester the yeasts in fermenters to prevented recombinant yeasts or recombinant DNA from flowing out into the environment. The other is to use our SPOT as a sensor. We achieved that if there are ABA or Rapamycin molecules in the environment, phase separation would happen. If we want to use the sensor in reality, we can package the yeast cells into resins. It will help us to observe the SPOT formation by microscopy, and limit yeast escape. In both two reality scenes, escape of microbes is prohibited.

Safe materials

In our experiments, we chose E. coli as the chassis for molecular cloning, and S. cerevisiae as SPOT formation chassis. These two species are well known and non-pathogenic. Our bioparts are constructed by collecting segments from safe plasmid by which means we avoid using unknown segments. Those parts which have potential to cause environment problem, animal and plant disease, ecosystem changing are strictly prohibited.

Safe lab work

As the iGEM safety policy requires, we didn’t do any dangerous experiments in daily bench work or faced any unusual safety issues. The bench work followed some basic regulations as below:

1.Duplicating a key to the laboratory without permission was strictly prohibited.

2.All involved participants needed to understand the experiment completely before commencing work.

3.All experimenters had to wear rubber gloves.

4.Any steps involving potential release of live microorganisms were performed in a bio-safety cabinet.

5.Appliances such as Bunsen burners, electric heaters and microwave ovens were not left unattended while in use.

6.All liquid and solid waste potentially containing living organism was sterilized.

7.The entire lab was sterilized using UV-light every week.

8.The last person to leave the lab always made sure that water, electricity, gas, and the air conditioner were shut down, and doors and windows have been locked before leaving.

Safe shipment

In the process of shipment, the DNA parts are absolutely safe because they encode non-hazardous proteins like HOTags and enzymes for carotene synthesis. The DNA parts were safely confined within 96-well plate as the Parts Registry requires.