Difference between revisions of "Team:China Tongji"
Line 3: | Line 3: | ||
<html> | <html> | ||
<head> | <head> | ||
− | |||
− | |||
<style type="text/css"> | <style type="text/css"> | ||
#content { | #content { | ||
Line 35: | Line 33: | ||
text-align: justify; | text-align: justify; | ||
text-indent: 2%; | text-indent: 2%; | ||
− | font-size: | + | font-size: 18px; |
− | font-family: | + | font-family: "Times New Roman",Georgia, Times, "Book Antiqua","MS Serif"; |
text-decoration: none; | text-decoration: none; | ||
+ | width:100%; | ||
} | } | ||
#mainContent .divider{ | #mainContent .divider{ | ||
Line 48: | Line 47: | ||
clear:both; | clear:both; | ||
} | } | ||
− | /* | + | /* 滚动图片样式*/ |
− | + | #oneMorePic{ | |
− | height: | + | width: 100%; |
− | border:solid | + | height: 350px; |
+ | background:url(https://static.igem.org/mediawiki/2015/c/c9/China_Tongji-homePicture-1.png); | ||
+ | margin: 20px 0px; | ||
+ | border:solid 2px #666; | ||
+ | } | ||
+ | .picBackground{ | ||
+ | clear:both; | ||
+ | position:absolute; | ||
+ | } | ||
+ | .picMove{ | ||
+ | width:50px; | ||
+ | height:50px; | ||
+ | opacity:0.7; | ||
+ | margin-top:160px; | ||
+ | } | ||
+ | #moveLeft{ | ||
+ | float:left; | ||
+ | margin-left:20px; | ||
+ | } | ||
+ | #moveRight{ | ||
+ | float:right; | ||
+ | margin-right:20px; | ||
+ | } | ||
+ | .button:hover{ | ||
+ | cursor:pointer; | ||
+ | opacity:0.9; | ||
+ | } | ||
+ | .picPosition{ | ||
+ | position:absolute; | ||
+ | margin-left:480px; | ||
+ | margin-top:320px; | ||
+ | z-index:100; | ||
+ | } | ||
+ | .picPositionIndex{ | ||
+ | width:15px; | ||
+ | height:15px; | ||
+ | opacity:0.6; | ||
+ | margin:5px; | ||
} | } | ||
− | + | #picPosition1{ | |
− | + | opacity:0.9; | |
− | } | + | } |
/* 标题按钮样式 */ | /* 标题按钮样式 */ | ||
.titleButton{ | .titleButton{ | ||
float: left; | float: left; | ||
− | margin: | + | margin:5px 0px; |
− | + | ||
− | + | ||
} | } | ||
#buttonProject{ | #buttonProject{ | ||
− | background: url(https://static.igem.org/mediawiki/2015/ | + | background: url(https://static.igem.org/mediawiki/2015/8/84/China_Tongji-project.png) no-repeat; |
− | + | ||
} | } | ||
#buttonNotebook{ | #buttonNotebook{ | ||
− | background: url(https://static.igem.org/mediawiki/2015/ | + | background: url(https://static.igem.org/mediawiki/2015/b/be/China_Tongji-notebook.png) no-repeat; |
− | + | ||
} | } | ||
#buttonAchivement{ | #buttonAchivement{ | ||
− | + | background: url(https://static.igem.org/mediawiki/2015/3/3b/China_Tongji-achivement.png) no-repeat; | |
− | + | ||
− | + | ||
− | + | ||
− | background: url(https://static.igem.org/mediawiki/2015/3/ | + | |
− | + | ||
} | } | ||
#buttonOutreach{ | #buttonOutreach{ | ||
− | background: url(https://static.igem.org/mediawiki/2015/ | + | background: url(https://static.igem.org/mediawiki/2015/0/09/China_Tongji-outreach.png) no-repeat; |
− | + | ||
} | } | ||
#buttonSafety{ | #buttonSafety{ | ||
− | background: url(https://static.igem.org/mediawiki/2015/ | + | background: url(https://static.igem.org/mediawiki/2015/3/37/China_Tongji-safety.png) no-repeat; |
− | + | ||
} | } | ||
.titleButton a{ | .titleButton a{ | ||
− | font-family: | + | font-family: Tahoma, Arial, Helvetica; |
− | font-size: | + | font-size: 26px; |
− | font-weight: | + | font-weight: bold; |
− | color: # | + | color: #333; |
display:block; | display:block; | ||
− | width: | + | width:200px; |
− | height: | + | height:172px; |
text-align: center; | text-align: center; | ||
− | padding-top: | + | padding-top:28px; |
− | + | opacity:0.80; | |
− | + | ||
− | + | ||
} | } | ||
.titleButton a:hover{ | .titleButton a:hover{ | ||
+ | opacity:1; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 120: | Line 144: | ||
</style> | </style> | ||
</head> | </head> | ||
+ | |||
<body onLoad="endTime()"> | <body onLoad="endTime()"> | ||
<!--content start--> | <!--content start--> | ||
Line 125: | Line 150: | ||
<div id=mainContent> | <div id=mainContent> | ||
<!-- maincontent start here --> | <!-- maincontent start here --> | ||
− | <!-- | + | <!-- 滚动图片 --> |
− | + | <div id="oneMorePic"> | |
− | + | <img class="button picMove" id="moveLeft" src="https://static.igem.org/mediawiki/2015/d/d9/China_Tongji-picLeftMove.png"> | |
− | + | <img class="button picMove" id="moveRight" src="https://static.igem.org/mediawiki/2015/f/f3/China_Tongji-picRightMove.png"> | |
− | + | <div class="picPosition"> | |
− | + | <img class="button picPositionIndex" id="picPosition1" src="https://static.igem.org/mediawiki/2015/2/2c/China_Tongji-picPosition.png"> | |
− | + | <img class="button picPositionIndex" id="picPosition2" src="https://static.igem.org/mediawiki/2015/2/2c/China_Tongji-picPosition.png"> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | </ | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
<!-- 倒计时块 --> | <!-- 倒计时块 --> | ||
Line 153: | Line 163: | ||
<!-- 一级标题块 --> | <!-- 一级标题块 --> | ||
<div class="titleOneBlock"> | <div class="titleOneBlock"> | ||
− | <div class="titleButton" id="buttonProject" | + | <div class="titleButton"><a id="buttonProject" href="https://2015.igem.org/Team:China_Tongji/Project">Project</a></div> |
− | <div class="titleButton" id="buttonNotebook" | + | <div class="titleButton"><a id="buttonNotebook" href="https://2015.igem.org/Team:China_Tongji/Notebook">Notebook</a></div> |
− | <div class="titleButton" id="buttonAchivement" | + | <div class="titleButton"><a id="buttonAchivement" href="https://2015.igem.org/Team:China_Tongji/Achivement">Achivement</a></div> |
− | <div class="titleButton | + | <div class="titleButton"><a id="buttonOutreach" href="https://2015.igem.org/Team:China_Tongji/Outreach">Outreach</a></div> |
− | + | <div class="titleButton"><a id="buttonSafety" href="https://2015.igem.org/Team:China_Tongji/Safety">Safety</a></div> | |
− | <div class="titleButton" id="buttonSafety" | + | |
</div> | </div> | ||
<!-- 项目介绍 --> | <!-- 项目介绍 --> | ||
Line 182: | Line 191: | ||
</div> | </div> | ||
− | + | ||
− | + | ||
− | + | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
− | |||
jQuery(document).ready(function($){ | jQuery(document).ready(function($){ | ||
− | // | + | //修改导航栏中下拉菜单中a标签的href属 |
− | $('#divProject'). | + | $('#divProject .navDrop .navTwo a').attr("href","https://2015.igem.org/Team:China_Tongji/Project"); |
− | $('#divNotebook'). | + | $('#divNotebook .navDrop .navTwo a').attr("href","https://2015.igem.org/Team:China_Tongji/Notebook"); |
− | $('#divAchivement'). | + | $('#divAchivement .navDrop .navTwo a').attr("href","https://2015.igem.org/Team:China_Tongji/Achivement"); |
− | $('#divTeam'). | + | $('#divTeam .navDrop .navTwo a').attr("href","https://2015.igem.org/Team:China_Tongji/Team"); |
− | $('#divOutreach'). | + | $('#divOutreach .navDrop .navTwo a').attr("href","https://2015.igem.org/Team:China_Tongji/Outreach"); |
− | // | + | //图片切换 |
− | $(function() { | + | $('#picPosition1').click(function(){ |
− | + | $('#oneMorePic').css("background","url(https://static.igem.org/mediawiki/2015/c/c9/China_Tongji-homePicture-1.png)"); | |
− | + | $('#picPosition1').css("opacity","0.9"); | |
− | + | $('#picPosition2').css("opacity","0.6"); | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
}); | }); | ||
− | + | $('#picPosition2').click(function(){ | |
− | + | $('#oneMorePic').css("background","url(https://static.igem.org/mediawiki/2015/c/cb/China_Tongji-homePicture-3.png)"); | |
+ | $('#picPosition2').css("opacity","0.9"); | ||
+ | $('#picPosition1').css("opacity","0.6"); | ||
}); | }); | ||
− | + | $('#moveLeft,#moveRight').click(changePic); | |
− | + | //鼠标移动到图片上时,停止自动切换 | |
− | }) | + | $('#oneMorePic').mouseover(function(){ |
− | + | clearInterval(timer); | |
+ | }) | ||
+ | //鼠标离开图片后,继续自动切换 | ||
+ | $('#oneMorePic').mouseleave(function(){ | ||
+ | timer = setInterval('changePic()',intervalTimes); | ||
+ | }) | ||
}); | }); | ||
+ | //图片切换 | ||
+ | var picIndex = 1; | ||
+ | var intervalTimes = 3000; | ||
+ | function changePic(){ | ||
+ | if(picIndex == 1){ | ||
+ | $('#oneMorePic').css("background","url(https://static.igem.org/mediawiki/2015/c/cb/China_Tongji-homePicture-3.png)"); | ||
+ | $('#picPosition2').css("opacity","0.9"); | ||
+ | $('#picPosition1').css("opacity","0.6"); | ||
+ | picIndex = 2; | ||
+ | }else{ | ||
+ | $('#oneMorePic').css("background","url(https://static.igem.org/mediawiki/2015/c/c9/China_Tongji-homePicture-1.png)"); | ||
+ | $('#picPosition1').css("opacity","0.9"); | ||
+ | $('#picPosition2').css("opacity","0.6"); | ||
+ | picIndex = 1;} | ||
+ | } | ||
+ | var timer = setInterval('changePic()',intervalTimes); //自动切换图片 | ||
+ | |||
//倒计时模块代码 | //倒计时模块代码 | ||
var today; | var today; | ||
Line 246: | Line 271: | ||
setTimeout('endTime()',1000); | setTimeout('endTime()',1000); | ||
} | } | ||
− | + | function checkTime(i) //个位数前加0 | |
− | function checkTime(i) | + | |
{ | { | ||
if (i<10){ | if (i<10){ |
Revision as of 13:33, 4 September 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
Copyright © China_Tongji iGEM 2015 | Developer: LiJunWu