Difference between revisions of "Team:China Tongji/Outreach"
Line 4: | Line 4: | ||
<html> | <html> | ||
<head> | <head> | ||
− | + | <style type="text/css"> | |
− | < | + | .hoverHand:hover{ |
− | + | 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($){ | ||
− | $('# | + | $('#listMembers').click(function(){$('html,body').animate({scrollTop: $('#Members').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 | + | 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 | + | if( (t>=SponsorST-78) ){ |
− | document.getElementById(" | + | document.getElementById("listSponsor").style.color = "#F0F"; |
− | document.getElementById(" | + | document.getElementById("listDropSponsor").style.display = "block"; |
− | + | if(t>=ContactST-78){ | |
− | document.getElementById(" | + | document.getElementById("listSponsor").style.color = "#000"; |
− | document.getElementById(" | + | document.getElementById("listDropSponsor").style.display = "none"; |
+ | }}else{ | ||
+ | document.getElementById("listSponsor").style.color = "#000"; | ||
+ | document.getElementById("listDropSponsor").style.display = "none"; | ||
} | } | ||
− | if( t>= | + | if( t>=ContactST-78 ){ |
− | document.getElementById(" | + | document.getElementById("listContact").style.color = "#F0F"; |
}else{ | }else{ | ||
− | document.getElementById(" | + | 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 | + | <li class="navTwo" id="navMembers"><a>Members</a></li> |
− | <li class="navTwo" id=" | + | <li class="navTwo" id="navAdvisor"><a>Advisor</a></li> |
− | <li class="navTwo" id=" | + | <li class="navTwo" id="navInstructor"><a>Instructor</a></li> |
− | <li class="navTwo" id="navSponsor"><a | + | <li class="navTwo" id="navSponsor"><a>Sponsor</a></li> |
− | <li class="navTwo" id="navContact"><a | + | <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"> | + | <p align="left">Team</p> |
</div> | </div> | ||
<div class="myContent"> | <div class="myContent"> | ||
<div id="contentList"> | <div id="contentList"> | ||
− | <li class="listOne"><p id=" | + | <li class="listOne"><p id="listMembers">Members</p></li> |
− | + | <li class="listOne"><p id="listAdvisor">Advisor</p></li> | |
− | + | <li class="listOne"><p id="listInstructor">Instructor</p> | |
− | + | <ul class="listOneDrop" id="listDropInstructor"> | |
− | + | <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(' | + | <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(' | + | |
</ul> | </ul> | ||
</li> | </li> | ||
− | <li class="listOne"><p id=" | + | <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=" | + | <p class="titleOne" id="Members">1. Members</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> | |
− | < | + | <center><img class="contentImg" src="https://static.igem.org/mediawiki/2015/5/57/China_Tongji_team-logo-300px.png" ></center> |
− | <p class=" | + | <p class="imgName" align="center">Figure 1. Schematic demonstration of HIV</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> | |
− | < | + | <p class="contentP"> |
− | <div | + | 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> | |
− | + | ||
− | + | <div class="divider"></div> | |
− | + | <p class="titleOne" id="Advisor">2. 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>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> | |
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<div class="divider"></div> | <div class="divider"></div> | ||
− | + | <p class="titleOne" id="Instructor">3. Instructor</p> | |
− | <p class=" | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<div class="divider"></div> | <div class="divider"></div> | ||
− | <p class="titleTwo" id=" | + | <p class="titleTwo" id="third1">3.1 Songcheng Zhu</p> |
− | + | <div class=""> | |
− | + | <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">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">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">Good luck to our team.</p> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<div class="divider"></div> | <div class="divider"></div> | ||
− | <p class="titleTwo" id=" | + | <p class="titleTwo" id="third2">3.2 Wei Li</p> |
− | + | <div class=""> | |
− | + | <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">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">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> | |
− | + | </div> | |
− | + | ||
<div class="divider"></div> | <div class="divider"></div> | ||
− | + | <p class="titleOne" id="Sponsor">4. Sponsor</p> | |
− | < | + | <div class="divider"></div> |
− | + | <p class="titleTwo" id="fourth1">4.1 GENEWIZ</p> | |
− | + | <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> | |
− | < | + | <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> | |
− | + | <p class="contentP"> | |
− | + | It's easy to work with GENEWIZ!</p> | |
− | + | <center><a href="http://www.genewiz.com" target="_blank"> | |
− | + | <img class="contentImg" width="800px" src="https://static.igem.org/mediawiki/2015/9/96/China-Tongji-Team-sponser-GENEWIZ.jpg" > | |
− | + | </a></center> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div class="divider"></div> | |
− | + | <p class="titleTwo" id="fourth2">4.2 THORLABS</p> | |
− | <p class="contentP"> | + | <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> | ||
− | + | <!--动态展示大图--> | |
− | + | <div id="showPicBac"> | |
− | + | <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"> | |
− | + | $(document).ready(function(){ | |
− | $( | + | $('#bigImage').ready(function(){ |
− | + | $('#advisorImg').click(function(){ | |
− | + | $('#showPicBac').css("padding-top","125px"); | |
− | + | $('#showPicBac').css("display","block"); | |
− | + | $('#picAndWords').animate({width:600},750); | |
− | + | $('#picAndWords').animate({height:470},300); | |
− | + | }); | |
− | + | $('#picClose').click(function(){ | |
− | + | $('#showPicBac').css("display","none"); | |
− | + | $('#picAndWords').css("width","100px"); | |
− | $('# | + | $('#picAndWords').css("height","100px"); |
− | + | }); | |
− | + | }); | |
− | + | }); | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | }); | + | |
− | + | ||
</script> | </script> | ||
Revision as of 08:10, 24 August 2015
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
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. Sponsor
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.
Master Li in a restaurant at Budapest.
Copyright © China_Tongji iGEM 2015 | Developer: LiJunWu