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

Line 1: Line 1:
{{China_Tongji}}
+
{{China_Tongji_Head}}
 +
{{China_Tongji_Content}}
  
 
<html>
 
<html>
 +
<head>
  
<head></head>
+
<script type="text/javascript">
  
<body>
+
jQuery(document).ready(function($){
 +
$('#listProjectDesign').click(function(){$('html,body').animate({scrollTop: $('#ProjectDesign').offset().top-78}, 800);});
 +
$('#listLabWork').click(function(){$('html,body').animate({scrollTop: $('#LabWork').offset().top-78}, 800);});
 +
$('#listShipment').click(function(){$('html,body').animate({scrollTop: $('#Shipment').offset().top-78}, 800);});
 +
});
  
 +
window.onscroll = function(){
 +
    var t = document.documentElement.scrollTop || document.body.scrollTop;
 +
    var contentList = document.getElementById( "contentList" );
 +
    if( t >= 200 ) {
 +
        contentList.style.position = "fixed";
 +
contentList.style.top = "78px";
 +
    } else {
 +
        contentList.style.position = "static";
 +
    }
  
<table width="90%" align="center"> <br><br>  
+
var LabWorkST = document.getElementById("LabWork").offsetTop;
 +
var ShipmentST = document.getElementById("Shipment").offsetTop;
 +
 +
if( t<LabWorkST-78 ){
 +
document.getElementById("listProjectDesign").style.color = "#F0F";
 +
}else{
 +
document.getElementById("listProjectDesign").style.color = "#000";
 +
}
 +
 +
if( (t>=LabWorkST-78) ){
 +
document.getElementById("listLabWork").style.color = "#F0F";
 +
if(t>=ShipmentST-78){
 +
document.getElementById("listLabWork").style.color = "#000";
 +
}}else{
 +
document.getElementById("listLabWork").style.color = "#000";
 +
}
 +
 +
if( t>=ShipmentST-78 ){
 +
document.getElementById("listShipment").style.color = "#F0F";
 +
}else{
 +
document.getElementById("listShipment").style.color = "#000";
 +
}
 +
}
 +
</script>
  
<tr><td>
+
</head>
    <h3 align="center" style="font-size:42px; color:teal"><b> Safety </b></h3><br>
+
</td></tr>
+
  
<tr><td>
+
<body>
 
+
<br>
+
<p>Please visit <a href="https://2015.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>
+
 
+
 
+
<h4>Safe Project Design</h4>
+
 
+
<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>Choosing a non-pathogenic chassis</li>
+
<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>
+
 
+
<h4>Safe Lab Work</h4>
+
  
<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>
+
<!--head start-->
 +
<div class="head">
 +
<div id="navLogoLeft">
 +
        <a href="https://igem.org/Team.cgi?year=2015&amp;team_name=China_Tongji">
 +
        <img id="teamLogo" src="https://static.igem.org/mediawiki/2015/5/57/China_Tongji_team-logo-300px.png"/>
 +
        </a>
 +
    </div>
 +
    <div id="navLogoRight">
 +
        <a href="https://2015.igem.org/Main_Page">
 +
            <img id="igemLogo"  src="https://static.igem.org/mediawiki/2015/2/20/China_Tongji_iGEM_logo.png" alt="China_Tongji"/>
 +
        </a>
 +
    </div>
 +
    <div class="nav">
 +
        <div class="navOne" id="divHome"><a class="navOneA" id="Home" href="https://2015.igem.org/Team:China_Tongji">Home</a></div>
 +
        <div class="navOne" id="divProject"><a class="navOneA" id="Project" href="https://2015.igem.org/Team:China_Tongji/Project">Project <img src="https://static.igem.org/mediawiki/2015/0/07/China_Tongji_2015_dropdown_arrow.png"></a>
 +
            <div class="navDrop">
 +
                    <li class="navTwo" id="navOverview"><a href="https://2015.igem.org/Team:China_Tongji/Project">Overview</a></li>
 +
                    <li class="navTwo" id="navBackground"><a href="https://2015.igem.org/Team:China_Tongji/Project">Background</a></li>
 +
                    <li class="navTwo" id="navDesign"><a href="https://2015.igem.org/Team:China_Tongji/Project">Design</a></li>
 +
                    <li class="navTwo" id="navProtocol"><a href="https://2015.igem.org/Team:China_Tongji/Project">Protocol</a></li>
 +
                    <li class="navTwo" id="navSummaryResult"><a href="https://2015.igem.org/Team:China_Tongji/Project">Summary and Result</a></li>
 +
            </div>
 +
        </div>
 +
        <div class="navOne" id="divNotebook"><a class="navOneA" id="Notebook" href="https://2015.igem.org/Team:China_Tongji/Notebook">Notebook <img src="https://static.igem.org/mediawiki/2015/0/07/China_Tongji_2015_dropdown_arrow.png"></a>
 +
            <div class="navDrop">
 +
                <li class="navTwo" id="navRecord"><a href="https://2015.igem.org/Team:China_Tongji/Notebook">Record</a></li>
 +
                <li class="navTwo" id="navTimeline"><a href="https://2015.igem.org/Team:China_Tongji/Notebook">Timeline</a></li>
 +
            </div>
 +
        </div>
 +
        <div class="navOne" id="divAchivement"><a class="navOneA" id="Achivement" href="https://2015.igem.org/Team:China_Tongji/Achivement">Achivement <img src="https://static.igem.org/mediawiki/2015/0/07/China_Tongji_2015_dropdown_arrow.png"></a>
 +
            <div class="navDrop">
 +
                    <li class="navTwo" id="navParts"><a href="https://2015.igem.org/Team:China_Tongji/Achivement">Parts</a></li>
 +
                    <li class="navTwo" id="navEquipment"><a href="https://2015.igem.org/Team:China_Tongji/Achivement">Equipment</a></li>
 +
                    <li class="navTwo" id="navModeling"><a href="https://2015.igem.org/Team:China_Tongji/Achivement">Modeling</a></li>
 +
                    <li class="navTwo" id="navJudgingForm"><a href="https://2015.igem.org/Team:China_Tongji/Achivement">Judging Form</a></li>
 +
            </div>
 +
        </div>
 +
        <div class="navOne" id="divTeam"><a class="navOneA" id="Team" href="https://2015.igem.org/Team:China_Tongji/Team">Team <img src="https://static.igem.org/mediawiki/2015/0/07/China_Tongji_2015_dropdown_arrow.png"></a>
 +
            <div class="navDrop">
 +
                <li class="navTwo" id="navMembers"><a href="https://2015.igem.org/Team:China_Tongji/Team">Members</a></li>
 +
                <li class="navTwo" id="navAttributions"><a href="https://2015.igem.org/Team:China_Tongji/Team">Attributions</a></li>
 +
                <li class="navTwo" id="navAdvisor"><a href="https://2015.igem.org/Team:China_Tongji/Team">Advisor</a></li>
 +
                <li class="navTwo" id="navSponsor"><a href="https://2015.igem.org/Team:China_Tongji/Team">Sponsor</a></li>
 +
                <li class="navTwo" id="navContact"><a href="https://2015.igem.org/Team:China_Tongji/Team">Contact</a></li>
 +
            </div>
 +
        </div>
 +
        <div class="navOne" id="divOutreach"><a class="navOneA" id="Outreach" href="https://2015.igem.org/Team:China_Tongji/Outreach">Outreach <img src="https://static.igem.org/mediawiki/2015/0/07/China_Tongji_2015_dropdown_arrow.png"></a>
 +
            <div class="navDrop">
 +
                <li class="navTwo" id="navHumanPractice"><a href="https://2015.igem.org/Team:China_Tongji/Outreach">Human Practice</a></li>
 +
                <li class="navTwo" id="navCollaboration"><a href="https://2015.igem.org/Team:China_Tongji/Outreach">Collaboration</a></li>
 +
            </div>
 +
        </div>
 +
        <div class="navOne" id="divSafety"><a class="navOneA" id="Safety" href="https://2015.igem.org/Team:China_Tongji/Safety">Safety</a></div>
 +
    </div>   
 +
</div>
  
<h4>Safe Shipment</h4>
+
<!--content start-->
 +
<div class="bigName">
 +
<p align="left">Safety</p>
 +
</div>
  
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
+
<div class="myContent">
 +
<div id="contentList">
 +
        <li class="listOne"><p id="listProjectDesign">Project Design</p></li>
 +
        <li class="listOne"><p id="listLabWork">Lab Work</p></li>
 +
        <li class="listOne"><p id="listShipment">Shipment</p></li>
 +
    </div>
 +
    <div id=mainContent>
 +
    <!-- maincontent start here -->
 +
        <p class="titleOne" id="ProjectDesign">1. Project Design</p> 
 +
        <p class="contentP">
 +
        Cells sense the environment, process information, and make response to stimuli. To make cells work well in complex natural environments, lots of processes have to be preset to react to various signals. However, when well-characterized modules are combined to construct higher order systems, unpredictable behaviors often occur because of the interplay between modules. Another significant problem is that complex integrated systems composed of numerous parts may cause cell overload.</p>
 +
        <center><img class="contentImg" src="https://static.igem.org/mediawiki/2015/5/57/China_Tongji_team-logo-300px.png" ></center>
 +
        <p class="imgName" align="center">Figure 1. Schematic demonstration of HIV</p>
 +
        <p class="contentP">
 +
        We proposed an elegant method to design higher order systems. Instead of merely combining different functional modules, we constructed one integrated processing module with fewer parts by utilizing the common structures between modules. The circuit we designed is a rewirable one and the topological structure of the processing module can be altered to <span style="font-weight:bold;">adapt</span> to environmental change. The basic idea is to rewire the connections between parts and devices to <span style="font-weight:bold;">implement multiple functions</span> with the help of the site-specific recombination systems.</p>
 +
        <p class="contentP">
 +
        Our design approach may lead to a revolutionary step towards <span style="font-weight:bold;">system integration</span> in synthetic biology. Potential fields of application include organism development, living therapeutics and environment improvement.</p>
 +
        <p></p><div class="divider"></div>
 +
       
 +
        <p class="titleOne" id="LabWork">2. Lab Work</p>
 +
        <p class="contentP">
 +
        Cells sense the environment, process information, and make response to stimuli. To make cells work well in complex natural environments, lots of processes have to be preset to react to various signals. However, when well-characterized modules are combined to construct higher order systems, unpredictable behaviors often occur because of the interplay between modules. Another significant problem is that complex integrated systems composed of numerous parts may cause cell overload.</p>
 +
        <center><img class="contentImg" src="https://static.igem.org/mediawiki/2015/2/20/China_Tongji_iGEM_logo.png" ></center>
 +
        <p class="imgName" align="center">Figure 2. China_Tongji_iGEM_logo</p>
 +
        <p class="contentP">
 +
        Our design approach may lead to a revolutionary step towards <span style="font-weight:bold;">system integration</span> in synthetic biology. Potential fields of application include organism development, living therapeutics and environment improvement.</p>
 +
        <p></p><div class="divider"></div>       
  
<br>
+
<p class="titleOne" id="Shipment">3. Shipment</p> 
 +
        <p class="contentP">
 +
        Cells sense the environment, process information, and make response to stimuli. To make cells work well in complex natural environments, lots of processes have to be preset to react to various signals. However, when well-characterized modules are combined to construct higher order systems, unpredictable behaviors often occur because of the interplay between modules. Another significant problem is that complex integrated systems composed of numerous parts may cause cell overload.</p>
 +
        <center><img class="contentImg" src="https://static.igem.org/mediawiki/2015/2/20/China_Tongji_iGEM_logo.png" ></center>
 +
        <p class="imgName" align="center">Figure 2. China_Tongji_iGEM_logo</p>
 +
        <p class="contentP">
 +
        Our design approach may lead to a revolutionary step towards <span style="font-weight:bold;">system integration</span> in synthetic biology. Potential fields of application include organism development, living therapeutics and environment improvement.</p>
 +
 
 +
</div>
 +
</div>
  
</tr></td>
+
</body>
 +
</html>
  
</table> </body> </html>
+
{{China_Tongji_Foot}}

Revision as of 19:51, 28 July 2015

close label

Safety

  • Project Design

  • Lab Work

  • Shipment

  • 1. Project Design

    Cells sense the environment, process information, and make response to stimuli. To make cells work well in complex natural environments, lots of processes have to be preset to react to various signals. However, when well-characterized modules are combined to construct higher order systems, unpredictable behaviors often occur because of the interplay between modules. Another significant problem is that complex integrated systems composed of numerous parts may cause cell overload.

    Figure 1. Schematic demonstration of HIV

    We proposed an elegant method to design higher order systems. Instead of merely combining different functional modules, we constructed one integrated processing module with fewer parts by utilizing the common structures between modules. The circuit we designed is a rewirable one and the topological structure of the processing module can be altered to adapt to environmental change. The basic idea is to rewire the connections between parts and devices to implement multiple functions with the help of the site-specific recombination systems.

    Our design approach may lead to a revolutionary step towards system integration in synthetic biology. Potential fields of application include organism development, living therapeutics and environment improvement.

    2. Lab Work

    Cells sense the environment, process information, and make response to stimuli. To make cells work well in complex natural environments, lots of processes have to be preset to react to various signals. However, when well-characterized modules are combined to construct higher order systems, unpredictable behaviors often occur because of the interplay between modules. Another significant problem is that complex integrated systems composed of numerous parts may cause cell overload.

    Figure 2. China_Tongji_iGEM_logo

    Our design approach may lead to a revolutionary step towards system integration in synthetic biology. Potential fields of application include organism development, living therapeutics and environment improvement.

    3. Shipment

    Cells sense the environment, process information, and make response to stimuli. To make cells work well in complex natural environments, lots of processes have to be preset to react to various signals. However, when well-characterized modules are combined to construct higher order systems, unpredictable behaviors often occur because of the interplay between modules. Another significant problem is that complex integrated systems composed of numerous parts may cause cell overload.

    Figure 2. China_Tongji_iGEM_logo

    Our design approach may lead to a revolutionary step towards system integration in synthetic biology. Potential fields of application include organism development, living therapeutics and environment improvement.