Difference between revisions of "Team:BIT-China/Safety"

 
(10 intermediate revisions by the same user not shown)
Line 103: Line 103:
 
             margin-bottom: 15px;
 
             margin-bottom: 15px;
 
             font-weight: bold;
 
             font-weight: bold;
         }
+
         }  
 
     </style>
 
     </style>
    <script>
 
        $(document).ready(function() {
 
 
            //弹出导航监听
 
            window.onscroll = function () {
 
                if($(window).scrollTop()>100){
 
                    $("#nav-hide").removeClass("roll-nav-hide");
 
                }
 
                else{
 
                    $("#nav-hide").addClass("roll-nav-hide");
 
                }
 
 
                //固定侧边导航
 
                if($(window).scrollTop()>95){
 
                    $("#nav_left_wrapper").css({
 
                        "margin-left":"0",
 
                        "top":"50px",
 
                        "position":"fixed"
 
                    });
 
 
                    $("#site-change-btn").css({
 
                        "position":"fixed"
 
                    })
 
                }
 
                else{
 
                    $("#nav_left_wrapper").css({
 
                        "margin-left":"-100%",
 
                        "top":"auto",
 
                        "position":"relative"
 
                    });
 
 
                    $("#site-change-btn").css({
 
                        "position":"absolute"
 
                    })
 
 
                }
 
 
                //页间跳转
 
                if($(window).scrollTop()>300){
 
                    $("#site-change-btn").css("display","block");
 
                }
 
                else{
 
                    $("#site-change-btn").css("display","none");
 
                }
 
 
                //底部隐藏左侧导航
 
                if($(".footer").offset().top - $(window).scrollTop() < 300){
 
                    $("#nav_left_wrapper").css("display","none");
 
                    $("#site-change-btn").css("display","none");
 
 
                }
 
                else{
 
                    $("#nav_left_wrapper").css("display","block");
 
                    $("#site-change-btn").css("display","block");
 
                }
 
            };
 
 
            //平滑跳转
 
            var navs=$(".nav_point");
 
            for(i=0;i<navs.length;i++){
 
                navs.eq(i).click(function (e) {
 
                    e.preventDefault();
 
                    var href=$(this).attr("href");
 
                    $.scrollTop(href+"",-100,400);
 
                });
 
            }
 
        });
 
    </script>
 
 
</head>
 
</head>
 
<body>
 
<body>
Line 178: Line 110:
 
background: url(https://static.igem.org/mediawiki/2016/4/45/T--BIT-China--content_bg.jpg)">
 
background: url(https://static.igem.org/mediawiki/2016/4/45/T--BIT-China--content_bg.jpg)">
 
     <div class="content-right" style="float: left;width:100%;padding: 10px;">
 
     <div class="content-right" style="float: left;width:100%;padding: 10px;">
         <div style="margin-left:220px;background: white;margin-top: 0.5em;margin-bottom:0.5em;padding: 1px;border-radius: 10px">
+
         <img src="https://static.igem.org/mediawiki/2016/5/5c/T--BIT-China--content_decoration.png"
            <div class="overview-content" style="border:1px dashed #F08B1F;
+
            alt="content_decoration" style="position:absolute;right: 0px;height: 150px;;top: 10px;">
            border-radius: 10px;margin: 0.5em;padding: 10px;">
+
  
                <div class="content-title">
+
        <div class="block-border-outer" id="content-right-border">
                    Protocol
+
            <div class="overview-content clearfix">
                    <!--<img src="https://static.igem.org/mediawiki/2016/3/30/T&#45;&#45;BIT-China&#45;&#45;Project&#45;&#45;Design&#45;&#45;title.png"-->
+
 
                     <!--alt="title" class="col-sm-8 col-sm-offset-2">-->
+
                <div class="content-title col-sm-12">
                    <!--<br>-->
+
                    <img src="https://static.igem.org/mediawiki/2016/a/ab/T--BIT-China--Notebook--Safety--title.png"
 +
                     alt="title" class="col-sm-8 col-sm-offset-2">
 
                 </div>
 
                 </div>
  
 +
                <div class="problem-txt col-sm-12 block-content block-header-margin1">
 +
                    Every member of our team has been trained about general lab safety and project design safety by our previous members. For example, the former leader and our advisors taught us how to run the experiment correctly and avoid mistakes.
 +
                </div>
 +
 +
                <!--Project design safety-->
 +
                <div id="design_safety" class="block-title">Project design safety</div>
 +
                <div class="block-content">
 +
                    <div class="block-content-item">
 +
                        <div class="block-content-item-block">
 +
                            <div>
 +
                                For the safety of our team members, we designed the project to be as safe as possible. Because the core of our project is  allowing bacteria to commit suicide. Considering biosafety, firstly we selected Escherichia coli as the host cell when implementing the project. To avoid the number of pathogenicity, we limited its number under a specific range. Second, we selected the toxic protein which does no harm to human body. Third, in the process of implementation of the project we chose the RFP as a reporter gene which can be detected directly without adding any harmful reagents. At last, we even used inducible promoters to control the expression of toxin protein genes in gene circuits.
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
 +
                <!--Lab Safety-->
 +
                <div id="lab_safety" class="block-title">Lab Safety</div>
 +
                <div class="block-content">
 +
                    <div class="block-content-item">
 +
                        <div class="block-content-item-block">
 +
                            <div>
 +
                                Our team conducted research in a safety level 1/2 laboratory. The organisms we used, E. coli strain DH5α and E. coli Top 10 are suitable for the S1/2-safety laboratory we are working in. Besides, the plasmids we are using for transformation (pSB1C3, pKD46, pKD3, pSB3K3, pSB1K3, pSB4K5 for E. coli) are not harmful for humans.
 +
                            </div>
 +
                            <div class="block-paragraph">
 +
                                See more in
 +
                                <a href="https://2016.igem.org/Team:BIT-China/Notebook" style="color: blue;">Notebook</a>/<a href="https://2016.igem.org/Team:BIT-China/E_M" style="color: blue;">Equipments & Materials</a>
 +
                            </div>
 +
                            <div class="block-paragraph">
 +
                                Because of the nature of our project,  contacting with microorganisms is inevitable. In order to avoid any harmful effects to each member of our team, all laboratory work was in accordance with the safety requirements for the laboratory. This includes, but is not limited to, the following examples:
 +
                            </div>
 +
                            <div class="block-paragraph-padding">
 +
                                ① Eating, drinking and smoking are prohibited in the laboratory.
 +
                            </div>
 +
                            <div class="block-paragraph-padding">
 +
                                ② Don’t deal with the wastes at random.
 +
                            </div>
 +
                            <div class="block-paragraph-padding">
 +
                                ③ All experimenter must wear protective equipment such as gloves and Lab coat.
 +
                            </div>
 +
                            <div class="block-paragraph-padding">
 +
                                ④ All equipments that came into contact with biological material (such as tips and glass glassware) must be autoclaved.
 +
                            </div>
 +
                            <div class="block-paragraph-padding">
 +
                                ⑤ Store quick-burning, flammable materials in designated locations which are away from ignition sources for fire protection. And there is no accumulated clutter in the hallway, for our safety while accident happening.
 +
                            </div>
 +
                            <div class="block-paragraph-padding">
 +
                                ⑥ Laboratory for experiments, seminar rooms for research and discussion, and the office used tosearch for information and analyze data are rigorously divided. These provisions are intended to prevent the possibility of unnecessary cross-contamination in the laboratory.
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
 +
                <!--Dangerous Safety-->
 +
                <div id="dangerous" class="block-title">Dangerous chemicals</div>
 +
                <div class="block-content">
 +
                    <div class="block-content-item">
 +
                        <div class="block-content-item-block">
 +
                            We tried to avoid the use of dangerous chemicals whenever possible. We have completely banned a number of dangerous chemicals, such as ethidium bromide which has been replaced by anthocyanin for our DNA gel electrophoresis. At the same time, we have restricted the use of dangerous chemicals (such as acrylamide) which must be clearly placed in marked areas in the laboratory. And we are also required to keep the chemistry reagents in classified storage.
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
 +
                <div class="reference block-content" style="margin-top: 20px">
 +
                    <div class="block-red">
 +
                        This is the standard of the Chinese laboratory website:
 +
                    </div>
 +
                    <div>
 +
                        <a href="http://www.gov.cn/zwgk/2005-05/23/content_256.htm" style="color: blue;"></a>
 +
                    </div>
 +
                </div>
 
             </div>
 
             </div>
 
         </div>
 
         </div>
 
     </div>
 
     </div>
  
     <div class="nav-left" id="nav_left_wrapper" style="float: left;margin-left:-100%;width: 200px;">
+
     <div class="slow-transition nav-left" id="nav_left_wrapper">
 +
 
 +
        <div class="nav_shrink" id="nav_shrink">
 +
            <img src="https://static.igem.org/mediawiki/2016/8/8a/T--BIT-China--img--pumpkin--collapse.png" alt="nav_shrink_icon"
 +
                id="nav_shrink_icon" width="60">
 +
        </div>
 
         <div class="nav-left-title" style="position:relative;width: 200px;padding: 0;">
 
         <div class="nav-left-title" style="position:relative;width: 200px;padding: 0;">
 
             <img src="https://static.igem.org/mediawiki/2016/4/43/T--BIT-China--img--nav_left_top.png" alt="nav_left_top" style="width: 100%;">
 
             <img src="https://static.igem.org/mediawiki/2016/4/43/T--BIT-China--img--nav_left_top.png" alt="nav_left_top" style="width: 100%;">
 
             <span style="color: #FFFFFF;font-size: 20px;font-weight: bold;position: absolute;
 
             <span style="color: #FFFFFF;font-size: 20px;font-weight: bold;position: absolute;
         right: 40px;bottom: 20px;">Protocol</span>
+
         right: 40px;bottom: 20px;">Safety</span>
 
         </div>
 
         </div>
 
         <ul class="nav_left_ul" style="padding-left: 50px;">
 
         <ul class="nav_left_ul" style="padding-left: 50px;">
Line 203: Line 211:
 
                 <img src="https://static.igem.org/mediawiki/2016/e/e2/T--BIT-China--img--nav_left_c1.png"
 
                 <img src="https://static.igem.org/mediawiki/2016/e/e2/T--BIT-China--img--nav_left_c1.png"
 
                     alt="c1" style="width: 100%;height: 70px;">
 
                     alt="c1" style="width: 100%;height: 70px;">
                 <a href="#equipments" class="nav_point">
+
                 <a href="#design_safety" class="nav_point">
                     <span class="nav_left_txt"></span></a>
+
                    <span class="nav_left_txt" style="font-size: 0.8em">Project design safety</span></a>
 +
            </li>
 +
            <li>
 +
                <img src="https://static.igem.org/mediawiki/2016/a/a1/T--BIT-China--img--nav_left_c2.png"
 +
                    alt="c1" style="width: 100%;height: 70px;">
 +
                <a href="#lab_safety" class="nav_point">
 +
                     <span class="nav_left_txt">Lab Safety</span></a>
 
             </li>
 
             </li>
 
             <li>
 
             <li>
 
                 <img src="https://static.igem.org/mediawiki/2016/9/9d/T--BIT-China--img--nav_left_c3.png"
 
                 <img src="https://static.igem.org/mediawiki/2016/9/9d/T--BIT-China--img--nav_left_c3.png"
 
                     alt="c1" style="width: 100%;height: 70px;">
 
                     alt="c1" style="width: 100%;height: 70px;">
                 <a href="#materials" class="nav_point">
+
                 <a href="#dangerous" class="nav_point">
                     <span class="nav_left_txt" ></span></a>
+
                     <span class="nav_left_txt" style="font-size: 0.8em" >Dangerous chemicals</span></a>
 
             </li>
 
             </li>
 
         </ul>
 
         </ul>
 
     </div>
 
     </div>
</div>
 
  
<!--相邻页面切换按钮-->
+
    <!--相邻页面切换按钮-->
<div id="site-change-btn"
+
    <div class="slow-transition" id="site-change-btn"
    style="position: absolute;left: 20px;bottom: 20px;z-index:9;display: none;">
+
        style="position: absolute;left: 60px;bottom: 20px;z-index:9;display: none;">
    <a href="https://2016.igem.org/Team:BIT-China/E_M">
+
        <a href="https://2016.igem.org/Team:BIT-China/E_M">
 
         <span style="color: #654D6F;font-weight: bold;font-size: 12px">
 
         <span style="color: #654D6F;font-weight: bold;font-size: 12px">
 
             <i class="fa fa-angle-double-left" aria-hidden="true"></i>E & M</span>
 
             <i class="fa fa-angle-double-left" aria-hidden="true"></i>E & M</span>
    </a>
+
        </a>
    <img src="https://static.igem.org/mediawiki/2016/a/ab/T--BIT-China--img--page_change_left.png"
+
        <img src="https://static.igem.org/mediawiki/2016/a/ab/T--BIT-China--img--page_change_left.png"
        alt="page_change" style="width: 40px;height: auto;">
+
            alt="page_change" style="width: 40px;height: auto;">
 +
    </div>
 
</div>
 
</div>
 +
  
 
</body>
 
</body>
 
</html>
 
</html>
 
{{BIT-China/footer}}
 
{{BIT-China/footer}}

Latest revision as of 11:17, 10 November 2016

backtop
content_decoration
title
Every member of our team has been trained about general lab safety and project design safety by our previous members. For example, the former leader and our advisors taught us how to run the experiment correctly and avoid mistakes.
Project design safety
For the safety of our team members, we designed the project to be as safe as possible. Because the core of our project is allowing bacteria to commit suicide. Considering biosafety, firstly we selected Escherichia coli as the host cell when implementing the project. To avoid the number of pathogenicity, we limited its number under a specific range. Second, we selected the toxic protein which does no harm to human body. Third, in the process of implementation of the project we chose the RFP as a reporter gene which can be detected directly without adding any harmful reagents. At last, we even used inducible promoters to control the expression of toxin protein genes in gene circuits.
Lab Safety
Our team conducted research in a safety level 1/2 laboratory. The organisms we used, E. coli strain DH5α and E. coli Top 10 are suitable for the S1/2-safety laboratory we are working in. Besides, the plasmids we are using for transformation (pSB1C3, pKD46, pKD3, pSB3K3, pSB1K3, pSB4K5 for E. coli) are not harmful for humans.
Because of the nature of our project, contacting with microorganisms is inevitable. In order to avoid any harmful effects to each member of our team, all laboratory work was in accordance with the safety requirements for the laboratory. This includes, but is not limited to, the following examples:
① Eating, drinking and smoking are prohibited in the laboratory.
② Don’t deal with the wastes at random.
③ All experimenter must wear protective equipment such as gloves and Lab coat.
④ All equipments that came into contact with biological material (such as tips and glass glassware) must be autoclaved.
⑤ Store quick-burning, flammable materials in designated locations which are away from ignition sources for fire protection. And there is no accumulated clutter in the hallway, for our safety while accident happening.
⑥ Laboratory for experiments, seminar rooms for research and discussion, and the office used tosearch for information and analyze data are rigorously divided. These provisions are intended to prevent the possibility of unnecessary cross-contamination in the laboratory.
Dangerous chemicals
We tried to avoid the use of dangerous chemicals whenever possible. We have completely banned a number of dangerous chemicals, such as ethidium bromide which has been replaced by anthocyanin for our DNA gel electrophoresis. At the same time, we have restricted the use of dangerous chemicals (such as acrylamide) which must be clearly placed in marked areas in the laboratory. And we are also required to keep the chemistry reagents in classified storage.
This is the standard of the Chinese laboratory website: