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

Line 4: Line 4:
 
<html>
 
<html>
 
<head>
 
<head>
 +
<!-- load css files -->
 +
<link href="https://2015.igem.org/Team:China_Tongji/multiPicShow_css?action=raw&ctype=text/css" rel="stylesheet">
  
 
</head>
 
</head>
  
 
<body>
 
<body>
 
 
 
<!--content start-->
 
<!--content start-->
 
<div class="bigName">
 
<div class="bigName">
Line 37: Line 37:
 
</div>
 
</div>
  
 +
<!-- Load javascript code -->
 +
<!-- Placed at the end of the document so the pages load faster -->   
 +
<script src="https://2015.igem.org/Team:China_Tongji/jqueryMultiPicShow_js?action=raw"></script> 
 +
<!-- -----------------script脚本----------------------> 
 
<script type="text/javascript">
 
<script type="text/javascript">
jQuery(document).ready(function($){
+
$(document).ready(function(){
 +
//修改导航栏中下拉菜单中a标签的href属性
 +
$('#divProject .navDrop .navTwo a').attr("href","https://2015.igem.org/Team:China_Tongji/Project");
 +
$('#divNotebook .navDrop .navTwo a').attr("href","https://2015.igem.org/Team:China_Tongji/Notebook");
 +
$('#divAchivement .navDrop .navTwo a').attr("href","https://2015.igem.org/Team:China_Tongji/Achivement");
 +
$('#divOutreach .navDrop .navTwo a').attr("href","https://2015.igem.org/Team:China_Tongji/Outreach");
 +
//侧边栏定位
 
$('#listSafety').click(function(){$('html,body').animate({scrollTop: $('#SafetySub').offset().top-78}, 800);});  
 
$('#listSafety').click(function(){$('html,body').animate({scrollTop: $('#SafetySub').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";
 +
}
 +
document.getElementById("listSafety").style.color = "#F0F";
 +
}
 
});
 
});
  
window.onscroll = function(){
+
jQuery(document).ready(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";
+
    }
+
document.getElementById("listSafety").style.color = "#F0F";
+
}
+
 
</script>
 
</script>
 
</body>
 
</body>

Revision as of 18:30, 28 August 2015

close label

Safety

  • 1. Safety

  • 1. Safety

    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.