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

Line 4: Line 4:
 
<html>
 
<html>
 
<head>
 
<head>
 +
    <style type="text/css">
 +
.hoverHand:hover{
 +
cursor:pointer;
 +
}
 +
.fontPala{
 +
font-family: "Palatino Linotype", "MS Serif", Verdana;
 +
}
 +
#advisorImg{
 +
border:solid 2px #CCC;
 +
margin-right:10px;
 +
}
 +
.divTeam{
 +
padding-top:10px;
 +
}
 +
.divTeam p{
 +
text-align: justify;
 +
font-family: "Palatino Linotype", "MS Serif", Verdana;
 +
font-size: 15px;
 +
}
  
<!-- load css files -->
 
<link href="https://2015.igem.org/Team:China_Tongji/flexSlider_css?action=raw&ctype=text/css" rel="stylesheet">
 
  
 +
    </style>
 +
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
 
<script type="text/javascript">
 
<script type="text/javascript">
  
 
jQuery(document).ready(function($){
 
jQuery(document).ready(function($){
$('#listHumanPractice').click(function(){$('html,body').animate({scrollTop: $('#HumanPractice').offset().top-78}, 800);});  
+
$('#listMembers').click(function(){$('html,body').animate({scrollTop: $('#Members').offset().top-78}, 800);});  
$('#listCollaboration').click(function(){$('html,body').animate({scrollTop: $('#Collaboration').offset().top-78}, 800);});  
+
$('#listAttributions').click(function(){$('html,body').animate({scrollTop: $('#Attributions').offset().top-78}, 800);});
 +
$('#listAdvisor').click(function(){$('html,body').animate({scrollTop: $('#Advisor').offset().top-78}, 800);});
 +
$('#listSponsor').click(function(){$('html,body').animate({scrollTop: $('#Sponsor').offset().top-78}, 800);});
 +
$('#listContact').click(function(){$('html,body').animate({scrollTop: $('#Contact').offset().top-78}, 800);});
 +
 +
//动态展示大图片
 +
$('#advisorImg').mouseenter(function(){
 +
$('#advisorImg').attr("src","https://static.igem.org/mediawiki/2015/2/27/China_Tongji-lijunwu-2-300px.png");
 +
}); 
 +
$('#advisorImg').mouseleave(function(){
 +
$('#advisorImg').attr("src","https://static.igem.org/mediawiki/2015/f/fa/China_Tongji-lijunwu-1-300px.png");
 +
});
 +
$('#bigImage').load(function(){
 +
var picWidth = this.width;
 +
var picHeight = this.height;
 +
var windowHeight = $(window).height();
 +
var paddingTop = (windowHeight-picHeight-88)/2;
 +
$('#advisorImg').click(function(){
 +
$('#showPicBac').css("padding-top",paddingTop);
 +
$('#showPicBac').css("display","block");
 +
$('#picAndWords').animate({width:picWidth},750);
 +
$('#picAndWords').animate({height:picHeight+88},300);
 +
});
 +
$('#picClose').click(function(){
 +
$('#showPicBac').css("display","none");
 +
$('#picAndWords').css("width","100px");
 +
$('#picAndWords').css("height","100px");
 +
});
 +
});
 
});
 
});
  
Line 25: Line 73:
 
     }
 
     }
  
var CollaborationST = document.getElementById("Collaboration").offsetTop;
+
var AttributionsST = document.getElementById("Attributions").offsetTop;
 +
var AdvisorST = document.getElementById("Advisor").offsetTop;
 +
var SponsorST = document.getElementById("Sponsor").offsetTop;
 +
var ContactST = document.getElementById("Contact").offsetTop;
 +
 
 
 
if( t<CollaborationST-78 ){
+
if( t<AttributionsST-78 ){
document.getElementById("listHumanPractice").style.color = "#F0F";
+
document.getElementById("listMembers").style.color = "#F0F";
 
}else{
 
}else{
document.getElementById("listHumanPractice").style.color = "#000";
+
document.getElementById("listMembers").style.color = "#000";
 +
}
 +
 +
if( (t>=AttributionsST-78) ){
 +
document.getElementById("listAttributions").style.color = "#F0F";
 +
if(t>=AdvisorST-78){
 +
document.getElementById("listAttributions").style.color = "#000";
 +
}}else{
 +
document.getElementById("listAttributions").style.color = "#000";
 +
}
 +
 +
if( (t>=AdvisorST-78) ){
 +
document.getElementById("listAdvisor").style.color = "#F0F";
 +
if(t>=SponsorST-78){
 +
document.getElementById("listAdvisor").style.color = "#000";
 +
}}else{
 +
document.getElementById("listAdvisor").style.color = "#000";
 +
}
 +
 +
if( (t>=SponsorST-78) ){
 +
document.getElementById("listSponsor").style.color = "#F0F";
 +
if(t>=ContactST-78){
 +
document.getElementById("listSponsor").style.color = "#000";
 +
}}else{
 +
document.getElementById("listSponsor").style.color = "#000";
 
}
 
}
 
 
if( t>=CollaborationST-78 ){
+
if( t>=ContactST-78 ){
document.getElementById("listCollaboration").style.color = "#F0F";
+
document.getElementById("listContact").style.color = "#F0F";
 
}else{
 
}else{
document.getElementById("listCollaboration").style.color = "#000";
+
document.getElementById("listContact").style.color = "#000";
 
}
 
}
 
}
 
}
Line 84: Line 160:
 
         <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="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">
 
             <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="navMembers"><a>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="navAttributions"><a>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="navAdvisor"><a>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="navSponsor"><a>Sponsor</a></li>
                 <li class="navTwo" id="navContact"><a href="https://2015.igem.org/Team:China_Tongji/Team">Contact</a></li>
+
                 <li class="navTwo" id="navContact"><a>Contact</a></li>
 
             </div>
 
             </div>
 
         </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="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">
 
             <div class="navDrop">
                 <li class="navTwo" id="navHumanPractice"><a>Human Practice</a></li>
+
                 <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>Collaboration</a></li>
+
                 <li class="navTwo" id="navCollaboration"><a href="https://2015.igem.org/Team:China_Tongji/Outreach">Collaboration</a></li>
 
             </div>
 
             </div>
 
         </div>
 
         </div>
Line 103: Line 179:
 
<!--content start-->
 
<!--content start-->
 
<div class="bigName">
 
<div class="bigName">
<p align="left">Outreach</p>
+
<p align="left">Team</p>
 
</div>
 
</div>
  
 
<div class="myContent">
 
<div class="myContent">
 
<div id="contentList">
 
<div id="contentList">
         <li class="listOne"><p id="listHumanPractice">Human Practice</p></li>
+
         <li class="listOne"><p id="listMembers">Members</p></li>
         <li class="listOne"><p id="listCollaboration">Collaboration</p></li>
+
         <li class="listOne"><p id="listAttributions">Attributions</p></li>
 +
        <li class="listOne"><p id="listAdvisor">Advisor</p></li>
 +
        <li class="listOne"><p id="listSponsor">Sponsor</p></li>
 +
        <li class="listOne"><p id="listContact">Contact</p></li>
 
     </div>
 
     </div>
 
     <div id=mainContent>
 
     <div id=mainContent>
 
     <!-- maincontent start here -->
 
     <!-- maincontent start here -->
         <p class="titleOne" id="HumanPractice">1. Human Practice</p>   
+
         <p class="titleOne" id="Members">1. Members</p>   
 
         <p class="contentP">
 
         <p class="contentP">
         This year, our team mainly focus on communicating with other iGEM teams and raising public awareness towards synthetic biology. Through our practice, we have learned more from each other and built sincere friendship among our team and other teams. Moreover, we promoted the public’s understanding of iGEM and our project.</p>
+
         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>
         <div class="divider"></div>
+
         <center><img class="contentImg" src="https://static.igem.org/mediawiki/2015/5/57/China_Tongji_team-logo-300px.png" ></center>
         <p class="titleTwo">1.1 Three Teams Communication Meeting 1 -- 2015.4.19</p>
+
         <p class="imgName" align="center">Figure 1. Schematic demonstration of HIV</p>
 
         <p class="contentP">
 
         <p class="contentP">
         On April 19th, we went to Shanghai Jiaotong University to have a communication meeting .Three teams including SJTU-BioX-Shanghai,NJAU_China and Tongji have attended. In this meeting, we first introduced our project respectively. Then we raised some question and gave some advice on other teams projects. We not only considered these suggestions and perfected our projects but made friends with each other as well.</p>
+
         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>
        <!-- 图片轮播2015.4.19 -->
+
         <p class="contentP">
        <div id="banner_tabs0419" class="flexslider">
+
         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>
            <ul class="slides">
+
        <p></p><div class="divider"></div>
                <li style="position: absolute; left: 0px; top: 0px; display: list-item;">
+
                    <a><img width="800" height="533" alt="" style="background: url(https://static.igem.org/mediawiki/2015/0/0d/China-Tongji-humanPractice-20150419-1.jpg) no-repeat center;"></a>
+
                </li>
+
                <li style="position: absolute; left: 0px; top: 0px; display: none;">
+
                    <a><img width="800" height="533" alt="" style="background: url(https://static.igem.org/mediawiki/2015/9/92/China-Tongji-humanPractice-20150419-2.jpg) no-repeat center;"></a>
+
                </li>
+
            </ul>
+
            <ul class="flex-direction-nav">
+
                <li><a class="flex-prev" href="javascript:;">Previous</a></li>
+
                <li><a class="flex-next" href="javascript:;">Next</a></li>
+
            </ul>
+
            <ol id="bannerCtrl0419" class="flex-control-nav flex-control-paging">
+
                <li class="active"><a>1</a></li>
+
                <li class=""><a>2</a></li>
+
            </ol>
+
        </div>
+
        <div class="divider"></div>
+
        <p class="titleTwo">1.2 Three Teams Communication Meeting 2 -- 2015.6.8</p>
+
<p class="contentP">
+
        On Jun 8th we had a meet-up with NYU Shanghai, SJTU and a behalf from ITB, at NYU Shanghai. This culture-mixed gathering covered not only those topics on our projects, but exchanging of our daily experiences as well. After this happy meeting, we had a general understanding about each other’s idea and set up a long-term union for mutual assistance.</p>
+
        <!-- 图片轮播2015.6.08 -->
+
        <div id="banner_tabs0608" class="flexslider">
+
            <ul class="slides">
+
                <li style="position: absolute; left: 0px; top: 0px; display: list-item;">
+
                    <a><img width="800" height="533" alt="" style="background: url(https://static.igem.org/mediawiki/2015/6/6f/China-Tongji-humanPractice-20150608-1.jpg) no-repeat center;"></a>
+
                </li>
+
                <li style="position: absolute; left: 0px; top: 0px; display: none;">
+
                    <a><img width="800" height="533" alt="" style="background: url(https://static.igem.org/mediawiki/2015/3/3b/China-Tongji-humanPractice-20150608-2.jpg) no-repeat center;"></a>
+
                </li>
+
                <li style="position: absolute; left: 0px; top: 0px; display: none;">
+
                    <a><img width="800" height="533" alt="" style="background: url(https://static.igem.org/mediawiki/2015/8/8a/China-Tongji-humanPractice-20150608-3.jpg) no-repeat center;"></a>
+
                </li>
+
            </ul>
+
            <ul class="flex-direction-nav">
+
                <li><a class="flex-prev" href="javascript:;">Previous</a></li>
+
                <li><a class="flex-next" href="javascript:;">Next</a></li>
+
            </ul>
+
            <ol id="bannerCtrl0608" class="flex-control-nav flex-control-paging">
+
                <li class="active"><a>1</a></li>
+
                <li class=""><a>2</a></li>
+
                <li class=""><a>3</a></li>
+
            </ol>
+
        </div>
+
        <div class="divider"></div>
+
        <p class="titleTwo">1.3 Popularize Scientific Knowledge about Synthetic Biology -- 2015.6.22</p>
+
<p class="contentP">
+
         On June 22nd,we had a class in Tongji primary school.</p>
+
<p class="contentP">
+
         Firstly, we introduced iGEM and synthetic biology to them. Then, we briefly explained our project. We had adapted our project for a interesting story. So in this class, we showed them this story by PPT and our explanation. They were very interested about C.elegans and asked many questions about it.</p>
+
<p class="contentP">
+
        After this class, these kids had more knowledge about synthetic biology and iGEM. We achieved our goal that popularizing scientific knowledge.</p>
+
        <!-- 图片轮播2015.6.22 -->
+
        <div id="banner_tabs0622" class="flexslider">
+
            <ul class="slides">
+
                <li style="position: absolute; left: 0px; top: 0px; display: list-item;">
+
                    <a><img width="800" height="533" alt="" style="background: url(https://static.igem.org/mediawiki/2015/5/51/China-Tongji-humanPractice-20150622-1.jpg) no-repeat center;"></a>
+
                </li>
+
                <li style="position: absolute; left: 0px; top: 0px; display: none;">
+
                    <a><img width="800" height="533" alt="" style="background: url(https://static.igem.org/mediawiki/2015/5/51/China-Tongji-humanPractice-20150622-2.jpg) no-repeat center;"></a>
+
                </li>
+
                <li style="position: absolute; left: 0px; top: 0px; display: none;">
+
                    <a><img width="800" height="533" alt="" style="background: url(https://static.igem.org/mediawiki/2015/e/e6/China-Tongji-humanPractice-20150622-3.jpg) no-repeat center;"></a>
+
                </li>
+
            </ul>
+
            <ul class="flex-direction-nav">
+
                <li><a class="flex-prev" href="javascript:;">Previous</a></li>
+
                <li><a class="flex-next" href="javascript:;">Next</a></li>
+
            </ul>
+
            <ol id="bannerCtrl0622" class="flex-control-nav flex-control-paging">
+
                <li class="active"><a>1</a></li>
+
                <li class=""><a>2</a></li>
+
                <li class=""><a>3</a></li>
+
            </ol>
+
        </div>
+
        <div class="divider"></div>
+
        <p class="titleTwo">1.4 Communication Meeting with SYSU-China -- 2015.7.11</p>
+
<p class="contentP">
+
        On July 11st, we communicated with the captain of SYSU-China. We exchanged some problems and difficulties that we met in our experimental process. This led us to make a summing up of the experience and lessons.</p>
+
<p class="contentP">
+
        We showed our logo and gave some advice to each other. What’s more, we talked about the construction of our wikis.</p>
+
        <!-- 图片2015.7.11 -->
+
        <center><img class="contentImg" src="https://static.igem.org/mediawiki/2015/8/8b/China-Tongji-humanPractice-20150711-1.jpg" ></center>
+
        <div class="divider"></div>
+
        <p class="titleTwo">1.5 Exhibition at Shanghai Technology Museum -- 2015.8.8</p>
+
<p class="contentP">
+
        On Aug 8th, with 6 other iGEM teams, we made an exhibition at Shanghai Technology Museum. We introduced our project and the iGEM competition to the people who visited the museum that day. More than 5000 people have seen our project, what’s more, we had a good communication with other teams about our projects!</p>
+
<p class="contentP">
+
        Teams include: NYU-Shanghai, Tongji, FDU, SJTU, SJTU-software, XJTLU, ZJU.</p>
+
        <!-- 图片2015.8.8 -->
+
        <!-- 图片轮播 -->
+
        <div id="banner_tabs0808" class="flexslider">
+
            <ul class="slides">
+
                <li style="position: absolute; left: 0px; top: 0px; display: list-item;">
+
                    <a><img width="800" height="533" alt="" style="background: url(https://static.igem.org/mediawiki/2015/1/1f/China-Tongji-humanPractice-20150808-1.jpg) no-repeat center;"></a>
+
                </li>
+
                <li style="position: absolute; left: 0px; top: 0px; display: none;">
+
                    <a><img width="800" height="533" alt="" style="background: url(https://static.igem.org/mediawiki/2015/7/77/China-Tongji-humanPractice-20150808-2.jpg) no-repeat center;"></a>
+
                </li>
+
                <li style="position: absolute; left: 0px; top: 0px; display: none;">
+
                    <a><img width="800" height="533" alt="" style="background: url(https://static.igem.org/mediawiki/2015/8/8c/China-Tongji-humanPractice-20150808-3.jpg) no-repeat center;"></a>
+
                </li>
+
                <li style="position: absolute; left: 0px; top: 0px; display: none;">
+
                    <a><img width="800" height="533" alt="" style="background: url(https://static.igem.org/mediawiki/2015/3/3d/China-Tongji-humanPractice-20150808-4.jpg) no-repeat center;"></a>
+
                </li>
+
            </ul>
+
            <ul class="flex-direction-nav">
+
                <li><a class="flex-prev" href="javascript:;">Previous</a></li>
+
                <li><a class="flex-next" href="javascript:;">Next</a></li>
+
            </ul>
+
            <ol id="bannerCtrl0808" class="flex-control-nav flex-control-paging">
+
                <li class="active"><a>1</a></li>
+
                <li class=""><a>2</a></li>
+
                <li class=""><a>3</a></li>
+
                <li class=""><a>4</a></li>
+
            </ol>
+
        </div>
+
  
 
+
<p class="titleOne" id="Attributions">2. Attributions</p>               
<p class="titleOne" id="Collaboration">2. Collaboration</p>               
+
         <p class="contentP">Since its inception more than a decade ago, synthetic biology has undergone considerable development and has attained significant achievements with the help of the engineering slant. However, there are still obstacles to build a cell. Engineers try to abstract the DNA sequences into some standard functional parts and assemble them using some principles in electrical engineering. So far, the limited understanding of biological system prevents us to combine parts and modules to create larger scale systems. The complexity of synthetic systems didn’t increase rapidly as the Moore’s law (Purnick and Weiss, 2009). </p>
         <p class="contentP">Since its inception more than a decade ago, synthetic biology has undergone considerable development and has attained significant achievements with the help of the engineering slant. However, there are still obstacles to build a cell. Engineers try to abstract the DNA sequences into some standard functional parts and assemble them using some principles in electrical engineering. So far, the limited understanding of biological system prevents us to combine parts and modules to create larger scale systems. The complexity of synthetic systems didn’t increase rapidly as the Moore’s law (Purnick and Weiss, 2009). </p>       
+
        <p class="contentP">We designed a time-sharing system that can process information according to the input signal. Cells rewire its synthetic circuit to <span style="font-weight:bold;">alter the topological structure of regulatory pathway</span> when they receive the corresponding stimuli. In this way, we <span style="font-weight:bold;">reuse the existing synthetic module</span> rather than add a new one to implement another function, which reduces the resource cost in running unnecessary function and prevents the interplay between parallel modules. After overcoming these two big problems, our engineered cells are more <span style="font-weight:bold;">versatile</span> and <span style="font-weight:bold;">flexible</span> in information processing. </p>
 +
        <p></p><div class="divider"></div>
 +
       
 +
<p class="titleOne" id="Advisor">3. Advisor</p> 
 +
        <div class="divTeam" id="advisor">
 +
            <p><img class="teamImg" id="advisorImg" src="https://static.igem.org/mediawiki/2015/f/fa/China_Tongji-lijunwu-1-300px.png" alt="advisor image" align="left"/></p>
 +
            <p><b>Codename:</b> Master Li</p>
 +
            <p><b>Self-introduction:</b> Hi,I am Junwu Li. This is my first time to contact iGEM, I think it is a very meaningful competition. I am very interested in programming, I think it is amazing to realize my ideas by computer language. I feel honored to have chance to design Wiki page for Tongji University Team of China in 2015, meanwhile, I can learn a lot relevant knowledge in the process of designing web page.Anyway, I will try my best to design the wiki page, ensure that the content is easy to read and the interface is beautiful.</p>
 +
       </div>
 +
        <p><br></p>
 +
       
 +
<p class="titleOne" id="Sponsor">4. Sponsor</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>
 +
        <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="Contact">5. Contact</p> 
 
         <p class="contentP">
 
         <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>
 
         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>
Line 249: Line 230:
 
         <p class="contentP">
 
         <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>
 
         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>
 
</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/slider_js?action=raw"></script>
 
   
 
    <script type="text/javascript">
 
//0419图片轮播控制
 
$(function() {
 
var bannerSlider = new Slider($('#banner_tabs0419'), {
 
time: 3000,
 
delay: 400,
 
event: 'hover',
 
auto: true,
 
mode: 'fade',
 
controller: $('#bannerCtrl0419'),
 
activeControllerCls: 'active'
 
});
 
$('#banner_tabs0419 .flex-prev').click(function() {
 
bannerSlider.prev()
 
});
 
$('#banner_tabs0419 .flex-next').click(function() {
 
bannerSlider.next()
 
});
 
})
 
//0608图片轮播控制
 
$(function() {
 
var bannerSlider = new Slider($('#banner_tabs0608'), {
 
time: 3000,
 
delay: 400,
 
event: 'hover',
 
auto: true,
 
mode: 'fade',
 
controller: $('#bannerCtrl0608'),
 
activeControllerCls: 'active'
 
});
 
$('#banner_tabs0608 .flex-prev').click(function() {
 
bannerSlider.prev()
 
});
 
$('#banner_tabs0608 .flex-next').click(function() {
 
bannerSlider.next()
 
});
 
})
 
//0622图片轮播控制
 
$(function() {
 
var bannerSlider = new Slider($('#banner_tabs0622'), {
 
time: 3000,
 
delay: 400,
 
event: 'hover',
 
auto: true,
 
mode: 'fade',
 
controller: $('#bannerCtrl0622'),
 
activeControllerCls: 'active'
 
});
 
$('#banner_tabs0622 .flex-prev').click(function() {
 
bannerSlider.prev()
 
});
 
$('#banner_tabs0622 .flex-next').click(function() {
 
bannerSlider.next()
 
});
 
})
 
//0808图片轮播控制
 
$(function() {
 
var bannerSlider = new Slider($('#banner_tabs0808'), {
 
time: 3000,
 
delay: 400,
 
event: 'hover',
 
auto: true,
 
mode: 'fade',
 
controller: $('#bannerCtrl0808'),
 
activeControllerCls: 'active'
 
});
 
$('#banner_tabs0808 .flex-prev').click(function() {
 
bannerSlider.prev()
 
});
 
$('#banner_tabs0808 .flex-next').click(function() {
 
bannerSlider.next()
 
});
 
})
 
</script>
 
  
 
</body>
 
</body>

Revision as of 18:50, 21 August 2015

close label

Team

  • Members

  • Attributions

  • Advisor

  • Sponsor

  • Contact

  • 1. Members

    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. Attributions

    Since its inception more than a decade ago, synthetic biology has undergone considerable development and has attained significant achievements with the help of the engineering slant. However, there are still obstacles to build a cell. Engineers try to abstract the DNA sequences into some standard functional parts and assemble them using some principles in electrical engineering. So far, the limited understanding of biological system prevents us to combine parts and modules to create larger scale systems. The complexity of synthetic systems didn’t increase rapidly as the Moore’s law (Purnick and Weiss, 2009).

    We designed a time-sharing system that can process information according to the input signal. Cells rewire its synthetic circuit to alter the topological structure of regulatory pathway when they receive the corresponding stimuli. In this way, we reuse the existing synthetic module rather than add a new one to implement another function, which reduces the resource cost in running unnecessary function and prevents the interplay between parallel modules. After overcoming these two big problems, our engineered cells are more versatile and flexible in information processing.

    3. Advisor

    advisor image

    Codename: Master Li

    Self-introduction: Hi,I am Junwu Li. This is my first time to contact iGEM, I think it is a very meaningful competition. I am very interested in programming, I think it is amazing to realize my ideas by computer language. I feel honored to have chance to design Wiki page for Tongji University Team of China in 2015, meanwhile, I can learn a lot relevant knowledge in the process of designing web page.Anyway, I will try my best to design the wiki page, ensure that the content is easy to read and the interface is beautiful.


    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.

    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.

    5. Contact

    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.