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

Line 43: Line 43:
 
<script type="text/javascript">
 
<script type="text/javascript">
 
$(document).ready(function(){
 
$(document).ready(function(){
//修改导航栏中下拉菜单中a标签的href属性
+
//单击导航栏后跳转到指定面
$('#divProject .navDrop .navTwo a').attr("href","https://2015.igem.org/Team:China_Tongji/Project");
+
$('#divProject').click(function(){ location.href="https://2015.igem.org/Team:China_Tongji/Project"; });
$('#divNotebook .navDrop .navTwo a').attr("href","https://2015.igem.org/Team:China_Tongji/Notebook");
+
$('#divNotebook').click(function(){ location.href="https://2015.igem.org/Team:China_Tongji/Notebook"; });
$('#divAchivement .navDrop .navTwo a').attr("href","https://2015.igem.org/Team:China_Tongji/Achivement");
+
$('#divAchivement').click(function(){ location.href="https://2015.igem.org/Team:China_Tongji/Achivement"; });
$('#divTeam .navDrop .navTwo a').attr("href","https://2015.igem.org/Team:China_Tongji/Team");
+
$('#divTeam').click(function(){ location.href="https://2015.igem.org/Team:China_Tongji/Team"; });
$('#divOutreach .navDrop .navTwo a').attr("href","https://2015.igem.org/Team:China_Tongji/Outreach");
+
$('#divOutreach').click(function(){ location.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);});  

Revision as of 19:29, 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.