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

Line 4: Line 4:
 
<html>
 
<html>
 
<head>
 
<head>
    <style type="text/css">
+
 
.hoverHand:hover{
+
<!-- load css files -->
cursor:pointer;
+
<link href="https://2015.igem.org/Team:China_Tongji/flexSlider_css?action=raw&ctype=text/css" rel="stylesheet">  
}
+
.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($){
$('#listMembers').click(function(){$('html,body').animate({scrollTop: $('#Members').offset().top-78}, 800);});  
+
$('#listHumanPractice').click(function(){$('html,body').animate({scrollTop: $('#HumanPractice').offset().top-78}, 800);});  
$('#listAdvisor').click(function(){$('html,body').animate({scrollTop: $('#Advisor').offset().top-78}, 800);});
+
$('#listCollaboration').click(function(){$('html,body').animate({scrollTop: $('#Collaboration').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 83: Line 25:
 
     }
 
     }
  
var AdvisorST = document.getElementById("Advisor").offsetTop;
+
var CollaborationST = document.getElementById("Collaboration").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>=SponsorST-78) ){
+
if( t<=CollaborationST-78 ){
document.getElementById("listSponsor").style.color = "#F0F";
+
document.getElementById("listHumanPractice").style.color = "#F0F";
document.getElementById("listDropSponsor").style.display = "block";
+
document.getElementById("listDropHumanPractice").style.display = "block";
if(t>=ContactST-78){
+
}else if((t<CollaborationST-78) || (t>=CollaborationST-78)){
document.getElementById("listSponsor").style.color = "#000";
+
document.getElementById("listHumanPractice").style.color = "#000";
document.getElementById("listDropSponsor").style.display = "none";
+
document.getElementById("listDropHumanPractice").style.display = "none";
}}else{
+
document.getElementById("listSponsor").style.color = "#000";
+
document.getElementById("listDropSponsor").style.display = "none";
+
 
}
 
}
 
 
if( t>=ContactST-78 ){
+
if( t>=CollaborationST-78 ){
document.getElementById("listContact").style.color = "#F0F";
+
document.getElementById("listCollaboration").style.color = "#F0F";
 
}else{
 
}else{
document.getElementById("listContact").style.color = "#000";
+
document.getElementById("listCollaboration").style.color = "#000";
 
}
 
}
 
}
 
}
Line 175: Line 86:
 
         <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>Members</a></li>
+
                 <li class="navTwo" id="navMembers"><a href="https://2015.igem.org/Team:China_Tongji/Team">Members</a></li>
                 <li class="navTwo" id="navAdvisor"><a>Advisor</a></li>
+
                 <li class="navTwo" id="navAttributions"><a href="https://2015.igem.org/Team:China_Tongji/Team">Attributions</a></li>
                 <li class="navTwo" id="navInstructor"><a>Instructor</a></li>
+
                 <li class="navTwo" id="navAdvisor"><a href="https://2015.igem.org/Team:China_Tongji/Team">Advisor</a></li>
                 <li class="navTwo" id="navSponsor"><a>Sponsor</a></li>
+
                 <li class="navTwo" id="navSponsor"><a href="https://2015.igem.org/Team:China_Tongji/Team">Sponsor</a></li>
                 <li class="navTwo" id="navContact"><a>Contact</a></li>
+
                 <li class="navTwo" id="navContact"><a href="https://2015.igem.org/Team:China_Tongji/Team">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 href="https://2015.igem.org/Team:China_Tongji/Outreach">Human Practice</a></li>
+
                 <li class="navTwo" id="navHumanPractice"><a>Human Practice</a></li>
                 <li class="navTwo" id="navCollaboration"><a href="https://2015.igem.org/Team:China_Tongji/Outreach">Collaboration</a></li>
+
                 <li class="navTwo" id="navCollaboration"><a>Collaboration</a></li>
 
             </div>
 
             </div>
 
         </div>
 
         </div>
Line 194: Line 105:
 
<!--content start-->
 
<!--content start-->
 
<div class="bigName">
 
<div class="bigName">
<p align="left">Team</p>
+
<p align="left">Outreach</p>
 
</div>
 
</div>
  
 
<div class="myContent">
 
<div class="myContent">
 
<div id="contentList">
 
<div id="contentList">
         <li class="listOne"><p id="listMembers">Members</p></li>
+
         <li class="listOne"><p id="listHumanPractice">Human Practice</p>
        <li class="listOne"><p id="listAdvisor">Advisor</p></li>
+
            <ul class="listOneDrop" id="listDropHumanPractice">
        <li class="listOne"><p id="listInstructor">Instructor</p>
+
                <li class="listTwo" onClick="window.scrollTo(0,document.getElementById('First1').offsetTop)">1.1 Three Teams Communication Meeting 1</li>
            <ul class="listOneDrop" id="listDropInstructor">
+
                <li class="listTwo" onClick="window.scrollTo(0,document.getElementById('First2').offsetTop)">1.2 Three Teams Communication Meeting 2</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('First3').offsetTop)">1.3 Popularize Scientific Knowledge about Synthetic Biology</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('First4').offsetTop)">1.4 Communication Meeting with SYSU-China</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="listSponsor">Sponsor</p>
+
         <li class="listOne"><p id="listCollaboration">Collaboration</p></li>
            <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="Members">1. Members</p>   
+
         <p class="titleOne" id="HumanPractice">1. Human Practice</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>
+
         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>
         <center><img class="contentImg" src="https://static.igem.org/mediawiki/2015/5/57/China_Tongji_team-logo-300px.png" ></center>
+
         <div class="divider"></div>
         <p class="imgName" align="center">Figure 1. Schematic demonstration of HIV</p>
+
         <p class="titleTwo" id="First1">1.1 Three Teams Communication Meeting 1 -- 2015.4.19</p>
 
         <p class="contentP">
 
         <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>
+
         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>
         <p class="contentP">
+
         <!-- 图片轮播2015.4.19 -->
        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 id="banner_tabs0419" class="flexslider">
         <p></p><div class="divider"></div>
+
            <ul class="slides">
 
+
                <li style="position: absolute; left: 0px; top: 0px; display: list-item;">
<div class="divider"></div>
+
                    <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>
<p class="titleOne" id="Advisor">2. Advisor</p>  
+
                </li>
        <div class="divTeam" id="advisor">
+
                <li style="position: absolute; left: 0px; top: 0px; display: none;">
            <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>
+
                    <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><b>Codename:</b> Master Li</p>
+
                </li>
             <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>
      </div>
+
            <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>
 
         <div class="divider"></div>
<p class="titleOne" id="Instructor">3. Instructor</p>
+
        <p class="titleTwo" id="First2">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>
 
         <div class="divider"></div>
         <p class="titleTwo" id="third1">3.1 Songcheng Zhu</p>            
+
         <p class="titleTwo" id="First3">1.3 Popularize Scientific Knowledge about Synthetic Biology -- 2015.6.22</p>
         <div class="">
+
<p class="contentP">
            <p><img class="teamImgRight" width="300" src="https://static.igem.org/mediawiki/2015/2/20/China_Tongji_iGEM_logo.png" alt="" align="right"/></p>
+
         On June 22nd,we had a class in Tongji primary school.</p>
            <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>
+
<p class="contentP">
             <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>
+
        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">Good luck to our team.</p>
+
<p class="contentP">
      </div>
+
        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>
 
         <div class="divider"></div>
         <p class="titleTwo" id="third2">3.2 Wei Li</p>            
+
         <p class="titleTwo" id="First4">1.4 Communication Meeting with SYSU-China -- 2015.7.11</p>
        <div class="">
+
<p class="contentP">
            <p><img class="teamImgRight" width="300" src="https://static.igem.org/mediawiki/2015/2/20/China_Tongji_iGEM_logo.png" alt="" align="right"/></p>
+
        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">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>
+
<p class="contentP">
            <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>
+
        We showed our logo and gave some advice to each other. What’s more, we talked about the construction of our wikis.</p>
      </div>
+
        <!-- 图片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>
 
         <div class="divider"></div>
  <p class="titleOne" id="Sponsor">4. Sponsor</p>  
+
        <p class="titleTwo" id="First5">1.5 Exhibition at Shanghai Technology Museum -- 2015.8.8</p>
<div class="divider"></div>
+
<p class="contentP">
         <p class="titleTwo" id="fourth1">4.1 GENEWIZ</p>
+
         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">
+
<p class="contentP">
         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>
+
         Teams include: NYU-Shanghai, Tongji, FDU, SJTU, SJTU-software, XJTLU, ZJU.</p>
         <p class="contentP">
+
         <!-- 图片2015.8.8 -->
        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>
+
        <!-- 图片轮播 -->
        <p class="contentP">
+
        <div id="banner_tabs0808" class="flexslider">
        It's easy to work with GENEWIZ!</p>
+
            <ul class="slides">
        <center><a href="http://www.genewiz.com" target="_blank">
+
                <li style="position: absolute; left: 0px; top: 0px; display: list-item;">
        <img class="contentImg" width="800px" src="https://static.igem.org/mediawiki/2015/9/96/China-Tongji-Team-sponser-GENEWIZ.jpg" >
+
                    <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>
      </a></center>
+
                </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>
  
<div class="divider"></div>
+
        <div class="divider"></div>
        <p class="titleTwo" id="fourth2">4.2 THORLABS</p>
+
<p class="titleOne" id="Collaboration">2. Collaboration</p>            
         <p class="contentP">
+
         <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>      
        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 287: Line 259:
 
         <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 -->
<div id="showPicBac">
+
    <!-- Placed at the end of the document so the pages load faster -->  
    <div id="picAndWords">
+
    <script src="https://2015.igem.org/Team:China_Tongji/slider_js?action=raw"></script>
            <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">
$(document).ready(function(){
+
//0419图片轮播控制
$('#bigImage').ready(function(){
+
$(function() {
$('#advisorImg').click(function(){
+
var bannerSlider = new Slider($('#banner_tabs0419'), {
$('#showPicBac').css("padding-top","125px");
+
time: 3000,
$('#showPicBac').css("display","block");
+
delay: 400,
$('#picAndWords').animate({width:600},750);
+
event: 'hover',
$('#picAndWords').animate({height:470},300);
+
auto: true,
});
+
mode: 'fade',
$('#picClose').click(function(){
+
controller: $('#bannerCtrl0419'),
$('#showPicBac').css("display","none");
+
activeControllerCls: 'active'
$('#picAndWords').css("width","100px");
+
});
$('#picAndWords').css("height","100px");
+
$('#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>
 
</script>
  

Revision as of 08:52, 24 August 2015

close label

Outreach

  • Human Practice

    • 1.1 Three Teams Communication Meeting 1
    • 1.2 Three Teams Communication Meeting 2
    • 1.3 Popularize Scientific Knowledge about Synthetic Biology
    • 1.4 Communication Meeting with SYSU-China
    • 1.5 Exhibition at Shanghai Technology Museum
  • Collaboration

  • 1. Human Practice

    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.

    1.1 Three Teams Communication Meeting 1 -- 2015.4.19

    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.

    1.2 Three Teams Communication Meeting 2 -- 2015.6.8

    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.

    1.3 Popularize Scientific Knowledge about Synthetic Biology -- 2015.6.22

    On June 22nd,we had a class in Tongji primary school.

    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.

    After this class, these kids had more knowledge about synthetic biology and iGEM. We achieved our goal that popularizing scientific knowledge.

    1.4 Communication Meeting with SYSU-China -- 2015.7.11

    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.

    We showed our logo and gave some advice to each other. What’s more, we talked about the construction of our wikis.

    1.5 Exhibition at Shanghai Technology Museum -- 2015.8.8

    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!

    Teams include: NYU-Shanghai, Tongji, FDU, SJTU, SJTU-software, XJTLU, ZJU.

    2. Collaboration

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

    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.