Difference between revisions of "Team:China Tongji"

Line 175: Line 175:
 
$('#oneMorePic').mouseleave(function(){
 
$('#oneMorePic').mouseleave(function(){
 
timer = setInterval('changePic()',intervalTimes);  
 
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);
 +
}
 
});
 
});
  
Line 195: Line 228:
 
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>

Revision as of 07:43, 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