Difference between revisions of "Team:China Tongji"

Line 3: Line 3:
 
<html>
 
<html>
 
<head>
 
<head>
<title>China_Tongji 2015 iGEM</title>
+
 
 +
<link rel="shortcut icon" type="image/x-icon" href="http://www.iswweb.com/images/favicon.ico" media="screen" />
  
 
<style type="text/css">
 
<style type="text/css">
Line 140: Line 141:
 
background-color:#5E5E1C;
 
background-color:#5E5E1C;
 
padding:5px;
 
padding:5px;
 +
}
 +
 +
/* 倒计时模块样式 */
 +
#leftTime{
 +
text-align: center;
 +
font-size: 25px;
 +
font-family: Verdana, Tahoma, Arial, Helvetica;
 +
font-weight: bolder;
 +
line-height: 55px;
 +
color:#960;
 
}
 
}
 
</style>
 
</style>
Line 183: Line 194:
  
 
var timer = setInterval('changePic()',intervalTimes);  //自动切换图片
 
var timer = setInterval('changePic()',intervalTimes);  //自动切换图片
 +
 +
//倒计时模块代码
 +
var today;
 +
var endDay = new Date();
 +
endDay.setFullYear(2015,9,18);
 +
var leftDays = 0;
 +
var leftHours = 0;
 +
var leftMinutes = 0;
 +
var leftSeconds = 0;
 +
function endTime()
 +
{
 +
today=new Date();
 +
if(endDay>today)
 +
{
 +
if(today.getMonth()+1<9){
 +
leftDays = 31-today.getDate() + 18 -1;
 +
}else{
 +
leftDays = 18 - today.getDate() -1;}
 +
leftHours = 24 - today.getHours() -1;
 +
leftMinutes = 60 - today.getMinutes()-1;
 +
leftSeconds = 60 - today.getSeconds();
 +
}else{
 +
leftDays = 0;
 +
leftHours = 0;
 +
leftMinutes = 0;
 +
leftSeconds = 0;
 +
}
 +
leftHours=checkTime(leftHours);
 +
leftMinutes=checkTime(leftMinutes);
 +
leftSeconds=checkTime(leftSeconds);
 +
document.getElementById('leftTime').innerHTML=leftDays+"days "+leftHours+":"+leftMinutes+":"+leftSeconds+" left to iGEM 2015 Wiki Freeze!";
 +
setTimeout('endTime()',500);
 +
}
  
 
</script>
 
</script>
Line 192: Line 236:
 
<div class="head">
 
<div class="head">
 
<div id="navLogoLeft">
 
<div id="navLogoLeft">
         <a href="https://igem.org/Team.cgi?year=2015&amp;team_name=China_Tongji">
+
         <a href="https://igem.org/Team.cgi?year=2015&amp;team_name=China_Tongji" target="_blank">
 
         <img id="teamLogo" src="https://static.igem.org/mediawiki/2015/5/57/China_Tongji_team-logo-300px.png"/>
 
         <img id="teamLogo" src="https://static.igem.org/mediawiki/2015/5/57/China_Tongji_team-logo-300px.png"/>
 
         </a>
 
         </a>
 
     </div>
 
     </div>
 
     <div id="navLogoRight">
 
     <div id="navLogoRight">
         <a href="https://2015.igem.org/Main_Page">
+
         <a href="https://2015.igem.org/Main_Page" target="_blank">
 
             <img id="igemLogo"  src="https://static.igem.org/mediawiki/2015/2/20/China_Tongji_iGEM_logo.png" alt="China_Tongji"/>
 
             <img id="igemLogo"  src="https://static.igem.org/mediawiki/2015/2/20/China_Tongji_iGEM_logo.png" alt="China_Tongji"/>
 
         </a>
 
         </a>
Line 260: Line 304:
 
             </div>
 
             </div>
 
         </div>
 
         </div>
 +
        <!-- 倒计时块 -->
 +
        <div id="leftTime"></div>
 
         <!-- 一级标题块 -->
 
         <!-- 一级标题块 -->
 
         <div class="titleOneBlock">
 
         <div class="titleOneBlock">

Revision as of 07:40, 13 August 2015

Project Introduction

In our project, we will use the technology of optogenetic and use light of different wave produced by the special light source assembled by ourselves to control the moving of C.elegans, construct a movement controlling system and bulid an amusement park of C.elegans.

We will try to design our special parts and express channalrhodopsin in specific C.elegans' neurons. To accomplish our goals to express channalrhodopsin in single neuron, we make the use of cre- loxp system and the overlapping of promoters. We not only use the traditional channalrhodopsin,chR2,but also try to express the novel channelrhodopsin, Blink, and other fancy channelrhodopsins which have never been tested in C.elegans.

And we will also get some parts and assemble those parts into a new equipment which can serves as the light source of our experiment.Then we will use computer controlling that lightsource to change the light which can activate or suppress the channelrhodopsin. By doing that, we can try to control the behaviours of C.elegans such as moving forwards or twisting more effectively.

What's more,we will express GFP,YFP,mcherry in E.coli. By combining the color of microorgasims and C.elegans, we want to construct some interesting scenes to form a C.elegans' fancy world.

This technology will be helpful in the research on neuron's function and interaction. In the future, this technology may also be used in mechanical controlling system and the theraphy of movement defect.

Video Appreciation