Difference between revisions of "Team:TJUSLS China/Safety"

(Prototype team page)
 
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{TJUSLS_China}}
+
 
 
<html>
 
<html>
 +
<style>
 +
#content{width:100%;padding:0px;margin:0px;background-color: #ededed;}
 +
#sideMenu, #top_title
 +
        {
 +
            display: none;
 +
        }
 +
body{font: 16px sans-serif;}
 +
.footer_bg .footer {
 +
padding: 0;
 +
border-top: 6px solid #222222;
 +
}
 +
.footer_bg .footer_btm {
 +
margin-top: 4%;
 +
border-top: none;
 +
padding: 2% 4%;
 +
padding-top: 2%;
 +
max-width: 1458px;
 +
margin: 0 auto;
 +
}
 +
</style>
 +
<head>
 +
    <meta charset="UTF-8">
 +
    <title></title>
 +
    <link rel="stylesheet" href="https://2016.igem.org/Team:TJUSLS_China/home/index_style?action=raw&amp;ctype=text/css">
 +
    <script type="text/javascript" src="https://2016.igem.org/Team:TJUSLS_China/home/index_js_two?action=raw&ctype=text/javascript"></script>
 +
    <script type="text/javascript" src="https://2016.igem.org/Team:TJUSLS_China/home/index_js_one?action=raw&ctype=text/javascript"></script>
 +
</head>
 +
<body>
 +
<!--menu-->
 +
<div class="header-box">
 +
    <div class="header">
 +
        <!-- start h_menu4 -->
 +
        <div class="h_menu4">
 +
            <a class="toggleMenu" href="">Menu</a>
 +
            <ul id="top_ul_my" class="nav">
 +
                <script>
 +
                    function getHover(number){
 +
                        var top_ul_my_lis = $("#top_ul_my").find(">li");
 +
                        console.log(top_ul_my_lis);
 +
                        if(number == 0) top_ul_my_lis[0].setAttribute("class", "active hover");
 +
                        else top_ul_my_lis[0].setAttribute("class", "active");
  
 +
                        for(var i = 1; i < top_ul_my_lis.length; i++){
 +
                            if(i == number) {
 +
                                top_ul_my_lis[i].setAttribute("class", "hover");
 +
                            }else{
 +
                                top_ul_my_lis[i].setAttribute("class", "");
 +
                            }
 +
                        }
 +
                    }
  
<div class="column full_size">
+
$(".header").hover(function(event){
 +
                        event.stopPropagation();
 +
                        $('#top_ul_my li').attr("class","");
 +
                    });
  
 +
                </script>
 +
                <li onmouseover="getHover(0)"><a href="https://2016.igem.org/Team:TJUSLS_China">TJUSLS</a></li>
 +
                <li onmouseover="getHover(1)" class=""><a href="" class="root">project</a>
 +
                    <ul>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Description">Description</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Design">Design</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Experiments">Experiments</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Proof">Proof of Concept</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Demonstrate">Demonstrate</a></li>
  
<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>
+
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Notebook">Notebook</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/PROJECT/PROTOCOLS">Protocols</a></li>
 +
                    </ul>
 +
                </li>
 +
                <li onmouseover="getHover(2)" class=""><a href="https://2016.igem.org/Team:TJUSLS_China/Parts">PARTS</a>
 +
                    <ul>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Basic_Part">Basic Parts</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Composite_Part">Composite Parts</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Part_Collection">Part Collection</a></li>
  
<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>
+
                    </ul>
 +
                </li>
 +
                <li class="active" onmouseover="getHover(3)"><a class="active" href="https://2016.igem.org/Team:TJUSLS_China/Safety">SAFETY</a></li>
 +
                <li onmouseover="getHover(4)" class=""><a href="https://2016.igem.org/Team:TJUSLS_China/Attributions">ATTRIBUTIONS</a>
  
</div>
+
                </li>
  
 +
                <li onmouseover="getHover(5)" class=""><a href="https://2016.igem.org/Team:TJUSLS_China/Human_Practices">HUMAN PRACTICES</a>
 +
                    <ul>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/HP/Silver">Silver</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/HP/Gold">Gold</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Integrated_Practices">Integrated Practices</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Engagement">Engagement</a></li>
 +
                    </ul>
 +
                </li>
 +
                <li onmouseover="getHover(6)" class=""><a href="https://2016.igem.org/Team:TJUSLS_China/Modeling">MODELING</a>
 +
                    <ul>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Modeling">Modeling</a></li>
 +
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Software">Software</a></li>
 +
                    </ul>
 +
                </li>
 +
                <li onmouseover="getHover(7)" class=""><a href="https://2016.igem.org/Team:TJUSLS_China/Team">TEAM</a>
  
<div class="column full_size">
+
                    <ul>
<h5>Safe Project Design</h5>
+
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Team">Team</a></li>
 
+
                        <li><a href="https://2016.igem.org/Team:TJUSLS_China/Collaborations">Collaborations</a></li>
<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>
+
                    </ul>
 
+
                </li>
<ul>
+
            </ul>
<li>Choosing a non-pathogenic chassis</li>
+
            <!--<script type="text/javascript" src="https://2016.igem.org/Team:TJUSLS_China/home/home_nav?action=raw&amp;ctype=text/javascript"></script>-->
<li>Choosing parts that will not harm humans / animals / plants</li>
+
        </div>
<li>Substituting safer materials for dangerous materials in a proof-of-concept experiment</li>
+
        <!-- end h_menu4 -->
<li>Including an "induced lethality" or "kill-switch" device</li>
+
        <div class="clear"></div>
</ul>
+
    </div>
 
+
    <div class="sec-menu">
 +
        <img class="sec-menu-dot" src="https://static.igem.org/mediawiki/2016/f/f9/T--TJUSLS_China--sec-menu.png"/>
 +
<img class="sec-menu-close" src="https://static.igem.org/mediawiki/2016/b/b5/T--TJUSLS_China--sec-menu-close.png"/>
 +
        <ul>
 +
            <li><a href="#part1">Project Design</a></li>
 +
            <li><a href="#part2">Lab Work</a></li>
 +
            <li><a href="#part3">Shipment</a></li>
 +
        </ul>
 +
    </div>
 
</div>
 
</div>
 
+
<!--title-->
<div class="column half_size">
+
<div class="second-title">
<h5>Safe Lab Work</h5>
+
    Safety
 
+
    <div class="second-title-img">
<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>
+
        <img src="https://static.igem.org/mediawiki/2016/8/86/T--TJUSLS_China--second-logo.png"/>
 
+
    </div>
 
</div>
 
</div>
 
+
<!--content-->
<div class="column half_size">
+
<div class="second-content">
<h5>Safe Shipment</h5>
+
    <div class="sec-list-wenzi">
 
+
        <h3 id="part1">Project Design</h3>
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
+
        <div class="sec-wenzi-list">1.  PETase is nontoxic</div>
 +
        <div class="sec-wenzi-content"> Our project is on the basis of PETase and its respective mutants.PETase is isolated from a novel bacterium,Ideonella sakaiensis 201-F6, that is able to use PET as its major energy and carbon source. Thus, we have good reasons to believe there isn't any safety problem about PETase.</div>
 +
        <div class="sec-wenzi-list">2. Our new applications are more environment-friendly</div>
 +
        <div class="sec-wenzi-content">About our Trainning Protein project, there is no doubt that it is environment-friendly. It not only helps to solve the plastic pollution problem, using the ezymolysis way not just landfill, incineration and chemical decomposition, but also enhances its effect.</div>
 +
        <div class="clear"></div>
 +
    </div>
 +
    <div class="sec-list-wenzi">
 +
        <h3 id="part2">Lab Work</h3>
 +
        <div class="sec-wenzi-content">In order to avoid danger and train our team member, everyone accepted the biological safety test even some of our members in charge of wiki. Of course, they all qualified. What’s more, when we formally conducted experiments, every member will be supervised by our instructors and each other. If we found who conducted work nonstandardly, we will punish him/her by being on duty at that day. And all our waste are discarded safely, strictly followed stipulations of our school.</div>
 +
        <div class="sec-wenzi-content">We chose BL21 (DE3) and Pichia Pastoris as our expressing strain, and we first constructed expression vectors in E. coli DH5alpha. In the process, use kits which are safe to extract, construct and transform our plasmids. ALL THE ORGANISM we use in our lab are safety level 1 organisms. We conducted our operations on open clean benches and all the waste contains microorganisms are sterilized before further dispose to ensure safety. According to the situation, we will choose to wear protective equipment.</div>
 +
        <div class="sec-wenzi-ul">
 +
            <div class="wenzi-dt">And the following is our regulations of lab:</div>
 +
            <div class="wenzi-li">Be sure that you have worn protective equipment if necessary.</div>
 +
            <div class="wenzi-li">Be sure that you have informed the instructor of the next step of the experiment plan and gotten the permission of him.</div>
 +
            <div class="wenzi-li">Keep the super clean bench clean and operate correctly.</div>
 +
            <div class="wenzi-li">Properly handle the waste generated in the experiment.</div>
 +
            <div class="wenzi-li">Clean the table after the experiment.</div>
 +
            <div class="wenzi-li">Make the experiment record and finish experiment results in time.</div>
 +
        </div>
 +
        <div class="clear"></div>
 +
    </div>
 +
    <div class="sec-list-wenzi">
 +
        <h3 id="part3">Shipment</h3>
 +
        <div class="sec-wenzi-content">To achieve safe shipment, we followed the iGEM official advice for Teams in China to send the samples to GenScript in Nanjin,China which is quick and convenient.</div>
 +
        <div class="clear"></div>
 +
    </div>
 +
    <div class="wenzi-end"></div>
 +
    <div class="up"><img src="https://static.igem.org/mediawiki/2016/6/62/T--TJUSLS_China--up.jpg"/></div>
 
</div>
 
</div>
 
+
<!--foot-->
 
+
<div class="footer_bg">
 +
    <div class="foot_wrap">
 +
        <div class="footer">
 +
            <div class="footer_btm">
 +
                <div class="copy">
 +
                    <p class="w3-link">Copyright 2013 <span><a href="index.html"> TJUSLS</a></span>. Template by&nbsp; <a href="http://w3layouts.com/"> W3Layouts</a></p>
 +
                </div>
 +
                <div class="clear"></div>
 +
            </div>
 +
        </div>
 +
    </div>
 +
</div>
 +
</body>
 
</html>
 
</html>

Latest revision as of 05:09, 19 October 2016

Menu
Safety

Project Design

1. PETase is nontoxic
Our project is on the basis of PETase and its respective mutants.PETase is isolated from a novel bacterium,Ideonella sakaiensis 201-F6, that is able to use PET as its major energy and carbon source. Thus, we have good reasons to believe there isn't any safety problem about PETase.
2. Our new applications are more environment-friendly
About our Trainning Protein project, there is no doubt that it is environment-friendly. It not only helps to solve the plastic pollution problem, using the ezymolysis way not just landfill, incineration and chemical decomposition, but also enhances its effect.

Lab Work

In order to avoid danger and train our team member, everyone accepted the biological safety test even some of our members in charge of wiki. Of course, they all qualified. What’s more, when we formally conducted experiments, every member will be supervised by our instructors and each other. If we found who conducted work nonstandardly, we will punish him/her by being on duty at that day. And all our waste are discarded safely, strictly followed stipulations of our school.
We chose BL21 (DE3) and Pichia Pastoris as our expressing strain, and we first constructed expression vectors in E. coli DH5alpha. In the process, use kits which are safe to extract, construct and transform our plasmids. ALL THE ORGANISM we use in our lab are safety level 1 organisms. We conducted our operations on open clean benches and all the waste contains microorganisms are sterilized before further dispose to ensure safety. According to the situation, we will choose to wear protective equipment.
And the following is our regulations of lab:
Be sure that you have worn protective equipment if necessary.
Be sure that you have informed the instructor of the next step of the experiment plan and gotten the permission of him.
Keep the super clean bench clean and operate correctly.
Properly handle the waste generated in the experiment.
Clean the table after the experiment.
Make the experiment record and finish experiment results in time.

Shipment

To achieve safe shipment, we followed the iGEM official advice for Teams in China to send the samples to GenScript in Nanjin,China which is quick and convenient.