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

Line 4: Line 4:
 
<html>
 
<html>
 
<head>
 
<head>
 
+
    <style type="text/css">
<!-- load css files -->
+
.hoverHand:hover{
<link href="https://2015.igem.org/Team:China_Tongji/flexSlider_css?action=raw&ctype=text/css" rel="stylesheet">  
+
cursor:pointer;
 +
}
 +
.fontPala{
 +
font-family: "Palatino Linotype", "MS Serif", Verdana;
 +
text-decoration: none;
 +
}
 +
#advisorImg{
 +
border:solid 2px #CCC;
 +
margin-right:15px;
 +
}
 +
.teamImgRight{
 +
border:solid 2px #CCC;
 +
margin-left:15px;
 +
}
 +
.divTeam{
 +
padding-top:10px;
 +
}
 +
.divTeam p{
 +
text-align: justify;
 +
font-family: "Times New Roman","Palatino Linotype", "MS Serif", Verdana;
 +
font-size: 18px;
 +
}
 +
 +
#showPicBac{
 +
display:none;
 +
position:fixed;
 +
left:0px;
 +
top:0px;
 +
z-index:500px;
 +
width:100%;
 +
height:100%;
 +
background:url(https://static.igem.org/mediawiki/2015/e/e7/China_Tongji-showPicBac.png);
 +
text-align:center;
 +
padding-top:100px;
 +
}
 +
#picAndWords{
 +
background:#FFF;
 +
width:200px;
 +
height:200px;
 +
overflow:hidden;
 +
padding:20px;
 +
margin:0px auto;
 +
text-align:left;
 +
}
 +
#picClose{
 +
padding-top:5px;
 +
}
 +
    </style>
  
 
<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);});  
+
$('#listAdvisor').click(function(){$('html,body').animate({scrollTop: $('#Advisor').offset().top-78}, 800);});
 +
$('#listInstructor').click(function(){$('html,body').animate({scrollTop: $('#Instructor').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");
 +
});
 
});
 
});
  
Line 25: Line 83:
 
     }
 
     }
  
var CollaborationST = document.getElementById("Collaboration").offsetTop;
+
var AdvisorST = document.getElementById("Advisor").offsetTop;
 +
var InstructorST = document.getElementById("Instructor").offsetTop;
 +
var SponsorST = document.getElementById("Sponsor").offsetTop;
 +
var ContactST = document.getElementById("Contact").offsetTop;
 +
 
 +
if( t<AdvisorST-78 ){
 +
document.getElementById("listMembers").style.color = "#F0F";
 +
}else{
 +
document.getElementById("listMembers").style.color = "#000";
 +
}
 +
 
 +
if( (t>=AdvisorST-78) ){
 +
document.getElementById("listAdvisor").style.color = "#F0F";
 +
if(t>=InstructorST-78){
 +
document.getElementById("listAdvisor").style.color = "#000";
 +
}}else{
 +
document.getElementById("listAdvisor").style.color = "#000";
 +
}
 +
 +
if( (t>=InstructorST-78) ){
 +
document.getElementById("listInstructor").style.color = "#F0F";
 +
document.getElementById("listDropInstructor").style.display = "block";
 +
if(t>=SponsorST-78){
 +
document.getElementById("listInstructor").style.color = "#000";
 +
document.getElementById("listDropInstructor").style.display = "none";
 +
}}else{
 +
document.getElementById("listInstructor").style.color = "#000";
 +
document.getElementById("listDropInstructor").style.display = "none";
 +
}
 
 
if( t<=CollaborationST-78 ){
+
if( (t>=SponsorST-78) ){
document.getElementById("listHumanPractice").style.color = "#F0F";
+
document.getElementById("listSponsor").style.color = "#F0F";
document.getElementById("listDropHumanPractice").style.display = "block";
+
document.getElementById("listDropSponsor").style.display = "block";
}else if((t<CollaborationST-78) || (t>=CollaborationST-78)){
+
if(t>=ContactST-78){
document.getElementById("listHumanPractice").style.color = "#000";
+
document.getElementById("listSponsor").style.color = "#000";
document.getElementById("listDropHumanPractice").style.display = "none";
+
document.getElementById("listDropSponsor").style.display = "none";
 +
}}else{
 +
document.getElementById("listSponsor").style.color = "#000";
 +
document.getElementById("listDropSponsor").style.display = "none";
 
}
 
}
 
 
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 86: Line 175:
 
         <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="navAdvisor"><a>Advisor</a></li>
                 <li class="navTwo" id="navAdvisor"><a href="https://2015.igem.org/Team:China_Tongji/Team">Advisor</a></li>
+
                 <li class="navTwo" id="navInstructor"><a>Instructor</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 105: Line 194:
 
<!--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 class="listOne"><p id="listMembers">Members</p></li>
            <ul class="listOneDrop" id="listDropHumanPractice">
+
        <li class="listOne"><p id="listAdvisor">Advisor</p></li>
                <li class="listTwo" onClick="window.scrollTo(0,document.getElementById('First1').offsetTop)">1.1 Three Teams Communication Meeting 1</li>
+
        <li class="listOne"><p id="listInstructor">Instructor</p>
                <li class="listTwo" onClick="window.scrollTo(0,document.getElementById('First2').offsetTop)">1.2 Three Teams Communication Meeting 2</li>
+
            <ul class="listOneDrop" id="listDropInstructor">
                <li class="listTwo" onClick="window.scrollTo(0,document.getElementById('First3').offsetTop)">1.3 Popularize Scientific Knowledge about Synthetic Biology</li>
+
                 <li class="listTwo" onClick="window.scrollTo(0,document.getElementById('third1').offsetTop)">3.1 Songcheng Zhu</li>
                 <li class="listTwo" onClick="window.scrollTo(0,document.getElementById('First4').offsetTop)">1.4 Communication Meeting with SYSU-China</li>
+
                 <li class="listTwo" onClick="window.scrollTo(0,document.getElementById('third2').offsetTop)">3.2 Wei Li</li>
                 <li class="listTwo" onClick="window.scrollTo(0,document.getElementById('First5').offsetTop)">1.5 Exhibition at Shanghai Technology Museum</li>
+
 
             </ul>
 
             </ul>
 
         </li>
 
         </li>
         <li class="listOne"><p id="listCollaboration">Collaboration</p></li>
+
         <li class="listOne"><p id="listSponsor">Sponsor</p>
 +
            <ul class="listOneDrop" id="listDropSponsor">
 +
                <li class="listTwo" onClick="window.scrollTo(0,document.getElementById('fourth1').offsetTop)">4.1 Genewiz</li>
 +
                <li class="listTwo" onClick="window.scrollTo(0,document.getElementById('fourth2').offsetTop)">4.2 Thorlabs</li>
 +
            </ul>
 +
        </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" id="First1">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>
+
<div class="divider"></div>
                </li>
+
<p class="titleOne" id="Advisor">2. Advisor</p>  
                <li style="position: absolute; left: 0px; top: 0px; display: none;">
+
        <div class="divTeam" id="advisor">
                    <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>
+
            <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>
                </li>
+
            <p><b>Codename:</b> Master Li</p>
            </ul>
+
             <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>
            <ul class="flex-direction-nav">
+
      </div>
                <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>
 
         <div class="divider"></div>
        <p class="titleTwo" id="First2">1.2 Three Teams Communication Meeting 2 -- 2015.6.8</p>
+
<p class="titleOne" id="Instructor">3. Instructor</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>
 
         <div class="divider"></div>
         <p class="titleTwo" id="First3">1.3 Popularize Scientific Knowledge about Synthetic Biology -- 2015.6.22</p>
+
         <p class="titleTwo" id="third1">3.1 Songcheng Zhu</p>            
<p class="contentP">
+
         <div class="">
         On June 22nd,we had a class in Tongji primary school.</p>
+
            <p><img class="teamImgRight" width="300" src="https://static.igem.org/mediawiki/2015/2/20/China_Tongji_iGEM_logo.png" alt="" align="right"/></p>
<p class="contentP">
+
            <p class="contentP">I am Songcheng Zhu, an Associate Professor at Life School of Tongji University.I like music, travelling, sports and stay with my kids in my spare time.My major is Biochemistry and I love those molecules in the body of life, particularly DNA, RNA and Protein. I am very interesting in how a protein is located to the right place in the the right time in a cell.</p>
        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">Happy to be a teacher in An University, where I can work and study with young students.Even more happy to work with our iGEM team, it is a diligent and enthusiastic unit I have ever seen.</p>
<p class="contentP">
+
             <p class="contentP">Good luck to our team.</p>
        After this class, these kids had more knowledge about synthetic biology and iGEM. We achieved our goal that popularizing scientific knowledge.</p>
+
      </div>
        <!-- 图片轮播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>
 
         <div class="divider"></div>
         <p class="titleTwo" id="First4">1.4 Communication Meeting with SYSU-China -- 2015.7.11</p>
+
         <p class="titleTwo" id="third2">3.2 Wei Li</p>            
<p class="contentP">
+
        <div class="">
        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><img class="teamImgRight" width="300" src="https://static.igem.org/mediawiki/2015/2/20/China_Tongji_iGEM_logo.png" alt="" align="right"/></p>
<p class="contentP">
+
            <p class="contentP">Dr. Li joined the faculty of the School of Life Sciences and Technology in 2012. Li received her Ph.D. degree in Biophysics from Huazhong University of Science and Technology. Prior to joining Tongji University, Li completed her post-doctoral training at the University of Michigan, where she was awarded the American Heart Association Postdoctoral Fellowship.</p>
        We showed our logo and gave some advice to each other. What’s more, we talked about the construction of our wikis.</p>
+
            <p class="contentP">The Li lab combines the genetic model organism C.elegans and mammalian system to study the mechanisms of mechanosensation and pain, and uses a multidisciplinary approach of molecular genetics, functional imaging, electrophysiology, optogenetics and behavioral analysis.</p>
        <!-- 图片2015.7.11 -->
+
      </div>
        <center><img class="contentImg" src="https://static.igem.org/mediawiki/2015/8/8b/China-Tongji-humanPractice-20150711-1.jpg" ></center>
+
       
 
         <div class="divider"></div>
 
         <div class="divider"></div>
        <p class="titleTwo" id="First5">1.5 Exhibition at Shanghai Technology Museum -- 2015.8.8</p>
+
  <p class="titleOne" id="Sponsor">4. Sponsor</p>  
<p class="contentP">
+
<div class="divider"></div>
         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="titleTwo" id="fourth1">4.1 GENEWIZ</p>
<p class="contentP">
+
        <p class="contentP">
         Teams include: NYU-Shanghai, Tongji, FDU, SJTU, SJTU-software, XJTLU, ZJU.</p>
+
         Excelling in both science and service, GENEWIZ is the largest trusted partner for DNA services. Since 1999, our commitment is to advance research productivity through our distinctive combination of fast, reliable results, specialized expertise, competitive pricing, excellent project management and easy access to award-winning, friendly technical support.</p>
         <!-- 图片2015.8.8 -->
+
         <p class="contentP">
        <!-- 图片轮播 -->
+
        With state-of-the-art facilities at the local, national, and international levels, we value our loyal customers who have made GENEWIZ an industry leader. Together, we can make a difference in the pursuit of scientific discoveries, better medicines, a greener environment, and abundant healthy food supplies.</p>
        <div id="banner_tabs0808" class="flexslider">
+
        <p class="contentP">
            <ul class="slides">
+
        It's easy to work with GENEWIZ!</p>
                <li style="position: absolute; left: 0px; top: 0px; display: list-item;">
+
        <center><a href="http://www.genewiz.com" target="_blank">
                    <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>
+
        <img class="contentImg" width="800px" src="https://static.igem.org/mediawiki/2015/9/96/China-Tongji-Team-sponser-GENEWIZ.jpg" >
                </li>
+
      </a></center>
                <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>
+
  
        <div class="divider"></div>
+
<div class="divider"></div>
<p class="titleOne" id="Collaboration">2. Collaboration</p>            
+
        <p class="titleTwo" id="fourth2">4.2 THORLABS</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">
 +
        Thorlabs, Inc. is a privately held optical equipment company headquartered in Newton, New Jersey. The company was founded by Alex Cable, who serves as its current president and CEO. As of 2013, Thorlabs employed about 1,000 people directly or indirectly and has sales of approximately $200 million.The company has offices in multiple American States, Brazil, Canada, China, France, Germany, Japan, Sweden, and the United Kingdom. It sells approximately 20,000 different products.</p>
 +
        <p class="contentP">
 +
        Thorlabsdesigns and manufactures products in the areas of breath analysis technology, fiber optics, lasers, optical instrumentation, optomechanics, photonics, and vibration isolation. Approximately 90% of the products it sells are manufactured in-house.</p>
 +
        <center><a href="http://www.thorlabs.com" target="_blank">
 +
        <img class="contentImg" width="800px" src="https://static.igem.org/mediawiki/2015/f/f5/China-Tongji-Team-sponser-THORLABS.jpg" >
 +
        </a></center>
 +
 
 +
<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 259: Line 287:
 
         <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 -->  
+
<div id="showPicBac">
    <script src="https://2015.igem.org/Team:China_Tongji/slider_js?action=raw"></script>
+
    <div id="picAndWords">
 +
            <p><img id="bigImage" src="https://static.igem.org/mediawiki/2015/8/88/China_Tongji-lijunwu-1.png" alt="advisor big image"/></p>
 +
        <h2 class="fontPala">Master Li in a restaurant at Budapest.<img class="hoverHand" id="picClose" src="https://static.igem.org/mediawiki/2015/9/95/China_Tongji-PicClose.gif" alt="close label" align="right"/></h2>
 +
        </div>
 +
    </div>
 
      
 
      
    <script type="text/javascript">
+
<script type="text/javascript">
//0419图片轮播控制
+
$(document).ready(function(){
$(function() {
+
$('#bigImage').ready(function(){
var bannerSlider = new Slider($('#banner_tabs0419'), {
+
$('#advisorImg').click(function(){
time: 3000,
+
$('#showPicBac').css("padding-top","125px");
delay: 400,
+
$('#showPicBac').css("display","block");
event: 'hover',
+
$('#picAndWords').animate({width:600},750);
auto: true,
+
$('#picAndWords').animate({height:470},300);
mode: 'fade',
+
});
controller: $('#bannerCtrl0419'),
+
$('#picClose').click(function(){
activeControllerCls: 'active'
+
$('#showPicBac').css("display","none");
});
+
$('#picAndWords').css("width","100px");
$('#banner_tabs0419 .flex-prev').click(function() {
+
$('#picAndWords').css("height","100px");
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>
 
</script>
  

Revision as of 08:10, 24 August 2015

close label

Team

  • Members

  • Advisor

  • Instructor

    • 3.1 Songcheng Zhu
    • 3.2 Wei Li
  • Sponsor

    • 4.1 Genewiz
    • 4.2 Thorlabs
  • 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. 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.

    3. Instructor

    3.1 Songcheng Zhu

    I am Songcheng Zhu, an Associate Professor at Life School of Tongji University.I like music, travelling, sports and stay with my kids in my spare time.My major is Biochemistry and I love those molecules in the body of life, particularly DNA, RNA and Protein. I am very interesting in how a protein is located to the right place in the the right time in a cell.

    Happy to be a teacher in An University, where I can work and study with young students.Even more happy to work with our iGEM team, it is a diligent and enthusiastic unit I have ever seen.

    Good luck to our team.

    3.2 Wei Li

    Dr. Li joined the faculty of the School of Life Sciences and Technology in 2012. Li received her Ph.D. degree in Biophysics from Huazhong University of Science and Technology. Prior to joining Tongji University, Li completed her post-doctoral training at the University of Michigan, where she was awarded the American Heart Association Postdoctoral Fellowship.

    The Li lab combines the genetic model organism C.elegans and mammalian system to study the mechanisms of mechanosensation and pain, and uses a multidisciplinary approach of molecular genetics, functional imaging, electrophysiology, optogenetics and behavioral analysis.

    4.1 GENEWIZ

    Excelling in both science and service, GENEWIZ is the largest trusted partner for DNA services. Since 1999, our commitment is to advance research productivity through our distinctive combination of fast, reliable results, specialized expertise, competitive pricing, excellent project management and easy access to award-winning, friendly technical support.

    With state-of-the-art facilities at the local, national, and international levels, we value our loyal customers who have made GENEWIZ an industry leader. Together, we can make a difference in the pursuit of scientific discoveries, better medicines, a greener environment, and abundant healthy food supplies.

    It's easy to work with GENEWIZ!

    4.2 THORLABS

    Thorlabs, Inc. is a privately held optical equipment company headquartered in Newton, New Jersey. The company was founded by Alex Cable, who serves as its current president and CEO. As of 2013, Thorlabs employed about 1,000 people directly or indirectly and has sales of approximately $200 million.The company has offices in multiple American States, Brazil, Canada, China, France, Germany, Japan, Sweden, and the United Kingdom. It sells approximately 20,000 different products.

    Thorlabsdesigns and manufactures products in the areas of breath analysis technology, fiber optics, lasers, optical instrumentation, optomechanics, photonics, and vibration isolation. Approximately 90% of the products it sells are manufactured in-house.

    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.

    advisor big image

    Master Li in a restaurant at Budapest.close label