Difference between revisions of "Team:China Tongji"

 
(123 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{China_Tongji}}
+
{{China_Tongji_Head}}
  
 
<html>
 
<html>
 +
<head>
 +
<!-- load css files -->
 +
<link href="https://2015.igem.org/Team:China_Tongji/flexSlider_css?action=raw&ctype=text/css" rel="stylesheet">
 +
<style type="text/css">
 +
#content {
 +
background:#eee;
 +
margin-top:-20px;
 +
padding-top:85px;
 +
/* 颜色左右渐变
 +
background-image: -webkit-linear-gradient(left,#ddd,#fff,#ddd); */
 +
}
 +
.myContent{
 +
width: 1000px;
 +
margin: 0px auto;
 +
min-height: 550px;
 +
padding: 0px;
 +
font-family: "Times New Roman",Georgia, Times, serif;
 +
}
 +
#mainContent{
 +
width:100%;
 +
}
 +
#mainContent .titleOne{
 +
margin-top:15px;
 +
text-align: left;
 +
font-size: 30px;
 +
font-family: Verdana, Tahoma, Arial, Helvetica;
 +
font-weight: bolder;
 +
line-height: 55px;
 +
color:#333;
 +
}
 +
#mainContent .contentP{
 +
text-align:justify;
 +
text-indent: 2%;
 +
font-size: 20px;
 +
font-family: "Palatino Linotype", "MS Serif", "Times New Roman",Georgia, Times, "Book Antiqua";
 +
text-decoration: none;
 +
width:100%;
 +
}
 +
#mainContent .divider{
 +
margin-top:15px;
 +
width:100%;
 +
height:3px;
 +
background:#3A3A1D;
 +
clear:both;
 +
}
 +
.dividerNone{
 +
clear:both;
 +
}
 +
/* 滚动图片样download */
 +
.flexslider {
 +
height: 400px;
 +
border: solid thin #666;
 +
}
 +
.flexslider .slides a img {
 +
height: 400px;
 +
}
 +
/* 标题按钮样式 */
 +
.titleButton{
 +
float: left;
 +
margin:15px 0px;
 +
width:300px;
 +
height:300px;
 +
}
 +
.buttonDivider{
 +
float: left;
 +
display:block;
 +
width: 50px;
 +
height:300px;
 +
}
 +
#buttonProject{
 +
background: url(https://static.igem.org/mediawiki/2015/9/9a/China-Tongji-projectBugButton.png) no-repeat;
 +
background-size:300px 300px;
 +
}
 +
#buttonNotebook{
 +
background: url(https://static.igem.org/mediawiki/2015/0/07/China-Tongji-notebookBugButton.png) no-repeat;
 +
background-size:300px 300px;
 +
}
 +
#buttonAchivement{
 +
background: url(https://static.igem.org/mediawiki/2015/2/2a/China-Tongji-achievementBugButton.png) no-repeat;
 +
background-size:300px 300px;
 +
}
 +
#buttonTeam{
 +
background: url(https://static.igem.org/mediawiki/2015/3/3e/China-Tongji-teamBugButton.png) no-repeat;
 +
background-size:300px 300px;
 +
}
 +
#buttonOutreach{
 +
background: url(https://static.igem.org/mediawiki/2015/e/e4/China-Tongji-outreachBugButton.png) no-repeat;
 +
background-size:300px 300px;
 +
}
 +
#buttonSafety{
 +
background: url(https://static.igem.org/mediawiki/2015/7/7b/China-Tongji-safetyBugButton.png) no-repeat;
 +
background-size:300px 300px;
 +
}
 +
.titleButton a{
 +
font-family: "Comic Sans MS", cursive, Tahoma, Arial, Helvetica;
 +
font-size: 42px;
 +
font-weight: bolder;
 +
color: #FFF;
 +
display:block;
 +
width:100%;
 +
height:100%;
 +
text-align: center;
 +
padding-top:32px;
 +
}
 +
.titleButton:hover{
 +
opacity:0.75;
 +
}
 +
.titleButton a:hover{
 +
text-decoration: none;
 +
}
 +
/* 视频模块样式 */
 +
.myVideoWrapper{
 +
background-color:#36361B;
 +
padding:5px;
 +
padding-bottom:0px;
 +
}
 +
/* 倒计时模块样式 */
 +
#leftTime{
 +
text-align: center;
 +
font-size: 25px;
 +
font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica;
 +
font-weight: bolder;
 +
line-height: 65px;
 +
color:#609;
 +
}
 +
</style>
 +
</head>
 +
<body onLoad="endTime()">
 +
<!--content start-->
 +
<div class="myContent">
 +
    <div id=mainContent>
 +
    <!-- maincontent start here -->
 +
        <!-- 图片轮播 -->
 +
        <br><br>
 +
        <div id="banner_tabsHead" class="flexslider">
 +
            <ul class="slides">
 +
                <li><img src="https://static.igem.org/mediawiki/2015/a/a0/China-Tongji-home-teamMembers.jpg"></li>
 +
                <li><img src="https://static.igem.org/mediawiki/2015/9/9b/China-Tongji-home-takeBug.jpg"></li>
 +
                <li><img src="https://static.igem.org/mediawiki/2015/d/d5/China-Tongji-home-oneMicroscope.jpg"></li>
 +
                <li><img src="https://static.igem.org/mediawiki/2015/6/63/China-Tongji-home-oneBug.jpg"></li>
 +
                <li><img src="https://static.igem.org/mediawiki/2015/6/67/China-Tongji-home-multiBug.jpg"></li>
 +
                <li><img src="https://static.igem.org/mediawiki/2015/7/79/China-Tongji-home-making.jpg"></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="bannerCtrlHead" 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>
 +
                <li class=""><a>5</a></li>
 +
                <li class=""><a>6</a></li>
 +
            </ol>
 +
        </div>
 +
       
 +
        <!-- 倒计时块 -->
 +
        <!--<div id="leftTime">0 days 00:00:00 left to iGEM 2015 Wiki Freeze!</div>-->
 +
       
 +
        <br>
 +
        <!-- 一级标题块 -->
 +
        <div class="titleOneBlock">
 +
        <div class="titleButton" id="buttonProject"><a href="https://2015.igem.org/Team:China_Tongji/Project">Project</a></div>
 +
          <div class="buttonDivider"></div>
 +
          <div class="titleButton" id="buttonNotebook"><a href="https://2015.igem.org/Team:China_Tongji/Notebook">Notebook</a></div>
 +
          <div class="buttonDivider"></div>
 +
          <div class="titleButton" id="buttonAchivement"><a href="https://2015.igem.org/Team:China_Tongji/Achivement">Achivement</a></div>
 +
          <div class="titleButton" id="buttonTeam"><a href="https://2015.igem.org/Team:China_Tongji/Team">Team</a></div>
 +
          <div class="buttonDivider"></div>
 +
          <div class="titleButton" id="buttonOutreach"><a href="https://2015.igem.org/Team:China_Tongji/Outreach">Outreach</a></div>
 +
          <div class="buttonDivider"></div>
 +
          <div class="titleButton" id="buttonSafety"><a href="https://2015.igem.org/Team:China_Tongji/Safety">Safety</a></div>
 +
        </div>
  
<head></head>
+
        <!-- 视频欣赏 -->
 +
<!--        <p class="titleOne" id="VideoAppreciation">Video Appreciation</p>  -->
 +
<div class="dividerNone"></div>
 +
<br>
 +
        <p class="titleOne" id="VideoAppreciation">Video Appreciation</p>
 +
        <div class="myVideoWrapper">
 +
            <video controls width="990">
 +
                <source src="https://static.igem.org/mediawiki/2015/a/aa/China_Tongji_video_on_the_main_page.mp4" type="video/mp4" />Your browser does not support the video tag.
 +
            </video>
 +
        </div>       
 +
        <br>
 +
       
 +
        <!-- 项目介绍 -->
 +
      <div class="dividerNone"></div>
 +
        <p class="titleOne" id="ProjectIntroduction">Project Introduction</p> 
 +
        <div class="divider"></div>
 +
        <p class="contentP">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, thus constructing a movement controlling system and buliding an amusement park of C.elegans.</p>
 +
        <p class="contentP">We will try to design our special parts and express channelrhodopsin in specific C.elegans' neurons. To accomplish our goals to express channelrhodopsin in single neuron, we make the use of cre- loxp system and the overlapping of promoters. We not only use the traditional channelrhodopsin, chR2, but also try to express the novel channelrhodopsin, Blink, and other fancy channelrhodopsins which have never been tested in C.elegans.</p>
 +
        <p class="contentP">And we will also get some parts and assemble those parts into a new equipment which can serve 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.</p>
 +
        <p class="contentP">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.</p>
 +
        <p class="contentP">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.</p>
 +
<br>
 +
  </div>
 +
</div>
  
<body>
+
<!-- ------------javascript code ----------------- -->
 +
<!-- Load javascript code -->
 +
<script src="https://2015.igem.org/Team:China_Tongji/slider_js?action=raw&ctype=text/javascript" type="text/javascript"></script>
 +
<script type="text/javascript">
 +
//文档就绪时触发
 +
jQuery(document).ready(function($){
 +
//单击导航栏后跳转到指定面
 +
$('#divProject').click(function(){ location.href="https://2015.igem.org/Team:China_Tongji/Project"; });
 +
$('#divNotebook').click(function(){ location.href="https://2015.igem.org/Team:China_Tongji/Notebook"; });
 +
$('#divAchivement').click(function(){ location.href="https://2015.igem.org/Team:China_Tongji/Achivement"; });
 +
$('#divTeam').click(function(){ location.href="https://2015.igem.org/Team:China_Tongji/Team"; });
 +
$('#divOutreach').click(function(){ location.href="https://2015.igem.org/Team:China_Tongji/Outreach"; });
 +
//head图片轮播
 +
$(function() {  //$(document).ready(function(){...})的简写形式
 +
var bannerSlider = new Slider($('#banner_tabsHead'), {
 +
time: 3000,
 +
delay: 400,
 +
event: 'hover',
 +
auto: true,
 +
mode: 'fade',
 +
controller: $('#bannerCtrlHead'),
 +
activeControllerCls: 'active'
 +
});
 +
$('#banner_tabsHead .flex-prev').click(function() {
 +
bannerSlider.prev()
 +
});
 +
$('#banner_tabsHead .flex-next').click(function() {
 +
bannerSlider.next()
 +
});
 +
});
  
 
+
});
<table width="90%" align="center"> <br><br>
+
//倒计时模块代码
 
+
var today;
<tr><td>
+
var endDay = new Date();
    <h3 align="center" style="font-size:42px; color:teal"><b> Project Introduction </b></h3><br>
+
endDay.setFullYear(2015,9,18);
</td></tr>
+
var leftDays = 0;
 
+
var leftHours = 0;
<tr><td>
+
var leftMinutes = 0;
 
+
var leftSeconds = 0;
<br> <p>In our project, we will use the technology of optogenetic and use light
+
function endTime()
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
+
today=new Date();
bulid an amusement park of C.elegans.</p> <p>We will try to design our special
+
if(endDay>today)
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-
+
if(today.getMonth()+1<9){
loxp system and the overlapping of promoters. We not only use the traditional
+
leftDays = 31-today.getDate() + 18 -1;
channalrhodopsin,chR2,but also try to express the novel channelrhodopsin, Blink,
+
}else{
and other fancy channelrhodopsins which have never been tested in C.elegans.</p>
+
leftDays = 18 - today.getDate() -1;}
<p>And we will also get some parts and assemble those parts into a new equipment
+
leftHours = 24 - today.getHours() -1;
which can serves as the light source of our experiment.Then we will use computer
+
leftMinutes = 60 - today.getMinutes()-1;
controlling that lightsource to change the light which can activate or suppress
+
leftSeconds = 60 - today.getSeconds();
the channelrhodopsin. By doing that, we can try to control the behaviours of
+
}else{
C.elegans such as moving forwards or twisting more effectively.</p> <p>What's
+
leftDays = 0;
more,we will express GFP,YFP,mcherry in E.coli. By combining
+
leftHours = 0;
the color of microorgasims and C.elegans, we want to construct some interesting
+
leftMinutes = 0;
scenes to form a C.elegans' fancy world. </p> <p>This technology will be helpful
+
leftSeconds = 0;
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
+
leftHours=checkTime(leftHours);
movement defect. </p> <br>
+
leftMinutes=checkTime(leftMinutes);
 
+
leftSeconds=checkTime(leftSeconds);
</tr></td>
+
document.getElementById('leftTime').innerHTML=leftDays+"days "+leftHours+":"+leftMinutes+":"+leftSeconds+" left to iGEM 2015 Wiki Freeze!";
 
+
setTimeout('endTime()',1000);
</table>  
+
}
 +
//个位数前加0
 +
function checkTime(i)
 +
{
 +
if (i<10){
 +
i="0" + i;
 +
}
 +
return i;
 +
}
 +
</script>
 +
</body>
 +
</html>
  
 
{{China_Tongji_Foot}}
 
{{China_Tongji_Foot}}
 
</body> </html>
 

Latest revision as of 21:13, 18 September 2015





Video Appreciation


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, thus constructing a movement controlling system and buliding an amusement park of C.elegans.

We will try to design our special parts and express channelrhodopsin in specific C.elegans' neurons. To accomplish our goals to express channelrhodopsin in single neuron, we make the use of cre- loxp system and the overlapping of promoters. We not only use the traditional channelrhodopsin, 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 serve 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.