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

Line 1: Line 1:
<html>
+
{{China_Tongji_Head}}
 +
{{China_Tongji_Content}}
  
 +
<html>
 
<head>
 
<head>
 +
    <style type="text/css">
 +
.hoverHand:hover{
 +
cursor:pointer;
 +
}
 +
#advisorImg{
 +
border:solid 2px #CCC;
 +
margin-right:10px;
 +
}
 +
.divTeam p{
 +
text-align: justify;
 +
font-family: "Palatino Linotype", "MS Serif", Verdana;
 +
font-size: 14px;
 +
}
 +
.fontPala{
 +
font-family: "Palatino Linotype", "MS Serif", Verdana;
 +
}
  
<style type="text/css">
+
    </style>
#content {
+
 
background:#eee;
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
/* 颜色左右渐变
+
<script type="text/javascript">
background-image: -webkit-linear-gradient(left,#ddd,#fff,#ddd);*/
+
 
}
+
jQuery(document).ready(function($){
 +
$('#listMembers').click(function(){$('html,body').animate({scrollTop: $('#Members').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");
 +
});
 +
});
 +
});
  
.bigName p{
+
window.onscroll = function(){
z-index: 3;
+
    var t = document.documentElement.scrollTop || document.body.scrollTop;
background:#B7B700;
+
    var contentList = document.getElementById( "contentList" );
color: #FFF;
+
    if( t >= 200 ) {
text-align: left;
+
        contentList.style.position = "fixed";
margin:60px 0px 0px 0px;
+
contentList.style.top = "78px";
padding:0px;
+
    } else {
padding-left:8%;
+
        contentList.style.position = "static";
line-height: 200px;
+
    }
font-size: 90px;
+
 
font-family: Verdana, Geneva, sans-serif;
+
var AttributionsST = document.getElementById("Attributions").offsetTop;
font-weight: bolder;
+
var AdvisorST = document.getElementById("Advisor").offsetTop;
text-transform: uppercase;
+
var SponsorST = document.getElementById("Sponsor").offsetTop;
 +
var ContactST = document.getElementById("Contact").offsetTop;
 +
 
 +
 +
if( t<AttributionsST-78 ){
 +
document.getElementById("listMembers").style.color = "#F0F";
 +
}else{
 +
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>=ContactST-78 ){
 +
document.getElementById("listContact").style.color = "#F0F";
 +
}else{
 +
document.getElementById("listContact").style.color = "#000";
 +
}
 
}
 
}
.myContent{
+
</script>
width: 1000px;
+
margin: 0px auto;
+
min-height: 300px;
+
padding: 0px;
+
font-family: "Times New Roman",Georgia, Times, serif;
+
}
+
#contentList{
+
margin-top:20px;
+
float: left;
+
width: 15%;
+
font-family: Arial, Helvetica, sans-serif;
+
font-size: 14px;
+
}
+
.listOne{
+
list-style-type: none;
+
font-size: 15px;
+
}
+
.listOne p:hover{
+
border-left: 3px solid #F0F;
+
padding-left:10px;
+
}
+
.listOneDrop{
+
display:none;
+
}
+
.listTwo{
+
list-style-type: none;
+
margin-left: 15px;
+
}
+
.listTwo:hover{
+
border-left: 2px solid #F0F;
+
padding-left:5px;
+
}
+
#mainContent{
+
float:right;
+
width:80%;
+
}
+
#mainContent .titleOne{
+
margin-top:15px;
+
text-align: center;
+
font-size: 30px;
+
font-family: Verdana, Tahoma, Arial, Helvetica;
+
font-weight: bolder;
+
line-height: 55px;
+
background:#B7B700;
+
color: #FFF;
+
}
+
#mainContent .titleTwo{
+
text-align: left;
+
font-size: 24px;
+
font-family: Arial,Verdana,Helvetica,Tahoma;
+
font-weight: bold;
+
line-height: 40px;
+
}
+
#mainContent .contentP{
+
text-align: justify;
+
text-indent: 3%;
+
font-size: 18px;
+
font-family: "Times New Roman",Georgia, Times, "Book Antiqua","MS Serif";
+
text-decoration: none;
+
}
+
#mainContent .divider{
+
margin-top:15px;
+
width:100%;
+
height:3px;
+
background:#C3C3C3;
+
}
+
.imgName{
+
font-size: 14px;
+
text-align:center;
+
margin:5px;
+
}
+
 
+
</style>
+
  
 
</head>
 
</head>
  
 
<body>
 
<body>
 +
 +
<!--head start-->
 +
<div class="head">
 +
<div id="navLogoLeft">
 +
        <a href="https://igem.org/Team.cgi?year=2015&amp;team_name=China_Tongji" target="_blank">
 +
        <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" target="_blank">
 +
            <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>Members</a></li>
 +
                <li class="navTwo" id="navAttributions"><a>Attributions</a></li>
 +
                <li class="navTwo" id="navAdvisor"><a>Advisor</a></li>
 +
                <li class="navTwo" id="navSponsor"><a>Sponsor</a></li>
 +
                <li class="navTwo" id="navContact"><a>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>
 +
 +
<!--content start-->
 +
<div class="bigName">
 +
<p align="left">Team</p>
 +
</div>
 +
 +
<div class="myContent">
 +
<div id="contentList">
 +
        <li class="listOne"><p id="listMembers">Members</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 id=mainContent>
 +
    <!-- maincontent start here -->
 +
        <p class="titleOne" id="Members">1. Members</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="Attributions">2. Attributions</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 hoverHand" 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>Field of Study:</b> Electronic Information Engineering</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><br><br></p>
 +
        <div class="divider"></div>
 +
       
 +
<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">
 +
        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>
 +
  
 
</body>
 
</body>
 
 
</html>
 
</html>
 +
 +
{{China_Tongji_Foot}}

Revision as of 20:56, 18 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

    Field of Study: Electronic Information Engineering

    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.