Team:HZAU-China

From 2013.igem.org

(Difference between revisions)
 
(30 intermediate revisions not shown)
Line 1: Line 1:
{{:Team:HZAU-China/background-head}}
{{:Team:HZAU-China/background-head}}
<html>
<html>
-
<b>
+
<style>
-
<p  style="text-align:center;"><a ><img src="https://static.igem.org/mediawiki/2013/9/9f/Comic_lab_1.jpg"></a></p>
+
a, a:visited {
-
</b>
+
    color: #fff;
-
</html>
+
}
-
<!--- 实验流程图 --->
+
#background11{
-
 
+
    background:url(https://static.igem.org/mediawiki/2013/8/80/Old_wall.jpg);
-
 
+
    float:left;
-
 
+
    min-heiht:200px;
 +
    width: 1000px;
 +
}
 +
#picture{
 +
    background-color:transparent;
 +
    clear: both;
 +
    float: left;
 +
    height: auto;
 +
    width: 535px;
 +
    padding-top: 17px;
 +
    padding-left: 20px;
 +
    padding-bottom: 10px;
 +
}
 +
#paragraphs00{
 +
    background-color: transparent;
 +
    float: right;
 +
    height: auto;
 +
    padding: 10px;
 +
    padding-right:22px;
 +
    width: 400px;
 +
}
 +
#paragraphs01{
 +
    background-color: transparent;
 +
    float: right;
 +
    height: auto;
 +
    width: 400px;
 +
    font-family: Arial,Helvetica,sans-serif;
 +
    font-size: 20px;
 +
    text-align: justify;
 +
 
 +
}
 +
p{
 +
    line-height: 1.3em;
 +
}
 +
#paragraphs02{
 +
    background-color: transparent;
 +
    float: right;
 +
    height: auto;
 +
    width: 420px;
 +
    margin:0;
 +
}
 +
#para1{
 +
    background-color: transparent;
 +
    float: right;
 +
    height: auto;
 +
    width: 400px;
 +
    margin:0;
 +
}
 +
#background12{
 +
    background:url(https://static.igem.org/mediawiki/2013/8/80/Old_wall.jpg);
 +
    float:left;
 +
    heiht:300px;
 +
    width: 1000px;
 +
    padding-bottom:3px;
 +
}
 +
#sidebar{
 +
    background-color:transparent;
 +
    height: auto;
 +
    float:left;
 +
    width: 200px;
 +
}
 +
#sidebar1{
 +
    background-color:#81aa29;
 +
    clear: both;
 +
    height: 119;
 +
    width: 200px;
 +
}
 +
#sidebar2{
 +
    background-color:#bbee4c;
 +
    clear: both;
 +
    height:396px;
 +
    padding-bottom:8px;
 +
    width: 200px;
 +
}
 +
#sidebar3{
 +
    background:url(https://static.igem.org/mediawiki/2013/archive/d/d7/20131028225958%2110001.png);
 +
    clear: both;
 +
    height: 119;
 +
    width: 200px;
 +
}
 +
#sidebar4{
 +
    background-color:#abd658;
 +
    clear: both;
 +
    height: 399px;
 +
    width: 200px;
 +
    padding-bottom:5px;
 +
}
 +
</style>
-
<html>
 
<head>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
<title>jquery动态导航菜单效果</title>
+
<title>图片轮播,选项卡,图片幻灯片效果</title>
-
<style type="text/css" media="screen">
+
<style type="text/css">
-
body{
+
body{padding:0;margin:0;}
-
+
        h1{margin:0;}
-
}
+
.box{position:relative;width:525px;margin:0px auto;}
-
a{ color:#FFCC00;}
+
.cont{height:365px;overflow:hidden;}
-
#menuBar{
+
.item{background:rgba(0,0,0,0.5);color:#fff;font-size:40px;position:absolute;left:0;bottom:0;width:100%;text-align:right;line-height:20px;height:20px;}
-
overflow:hidden;
+
.item a{margin-right:5px;cursor:pointer;text-shadow:0 0 3px ;}
-
width:870px;
+
a.seld{color:#ffd017;}
-
height:250px;
+
a.hide{display:none;}
-
+
</style>
-
margin:0 auto;
+
<script src="/ajaxjs/jquery-1.6.2.min.js" type="text/javascript"></script>
-
border:0px solid #111;
+
<script type="text/javascript">
-
}
+
var n = 0;
-
+
$(document).ready(function(){
-
#menuBar ul{
+
count=$(".cont a").length;//显示区域的内容长度
-
width:916px;
+
$(".item a").click(function(){
-
margin:0 auto;
+
$(this).addClass("seld").siblings().removeClass("seld");
-
list-style-type: none;
+
var _index=$(this).index();//分屏的数字索引
-
}
+
$(".cont>a").eq(_index).fadeIn(1000).siblings().fadeOut(1000);
-
#menuBar ul li{
+
});
-
float:left;
+
t = setInterval("showAuto()", 7000);//执行定义好的函数
-
padding-right:59px;
+
$(".box").hover(function(){clearInterval(t)}, function(){t = setInterval("showAuto()", 7000);});/*当鼠标划向图片时终止定时器,离开时再调用定时器*/
-
}
+
})
 +
function showAuto()
 +
{
 +
n = n >=(count - 1)?0: ++n;
 +
$(".item a").eq(n).trigger('click');
 +
}
 +
</script>
 +
</head>
-
#menuBar a{
+
<body>
-
width:170px;
+
<div id="background11">
-
height:170px;
+
    <div id="picture">
-
display:block;
+
<div class="box">
-
background: transparent url(https://static.igem.org/mediawiki/2013/6/64/%E6%8C%89%E9%92%AE%E6%B5%85.jpg) no-repeat scroll ;
+
    <div class="cont">
-
padding-top:280px;
+
            <a><img src="https://static.igem.org/mediawiki/2013/1/12/Sy5.jpg" width="525" height="365" /></a>
-
                               
+
            <a class="hide"><img src="https://static.igem.org/mediawiki/2013/f/fc/DSC_3720.JPG" width="525" height="365" /></a>
-
color:#000;
+
            <a class="hide"><img src="https://static.igem.org/mediawiki/2013/9/90/DSC_3472_%E5%89%AF%E6%9C%AC_%E5%89%AF%E6%9C%AC.jpg" width="525" height="365" /></a>
-
font-family: Arial, "MS Trebuchet", sans-serif;
+
            <a class="hide"><img src="https://static.igem.org/mediawiki/2013/7/7d/DSC_3546_%E5%89%AF%E6%9C%AC_%E5%89%AF%E6%9C%AC.jpg" width="525" height="365" /></a>
-
text-decoration: none;
+
            <a class="hide"><img src="https://static.igem.org/mediawiki/2013/5/5a/DSC_3461_%E5%89%AF%E6%9C%AC2_%E5%89%AF%E6%9C%AC2.jpg" width="525" height="365" /></a>
-
font-size:20pt;
+
        </div>
-
font-weight:bold;
+
        <div class="item">
-
outline:none;
+
        <a class="seld">·</a>
-
}
+
            <a>·</a>
-
#menuBar a:hover{
+
            <a>·</a>
-
background-image:url(https://static.igem.org/mediawiki/2013/7/7c/%E6%8C%89%E9%92%AE%E6%B7%B1.jpg);
+
            <a>·</a>
-
}
+
            <a>·</a>
-
#menuBar a#Home{
+
        </div>
-
background-position:-00px top;
+
        </div>
-
}
+
-
#menuBar a#About{
+
-
background-position:-229px top;
+
-
}
+
-
#menuBar a#Gallery{
+
-
background-position:-458px top;
+
-
}
+
-
#menuBar a#Contact{
+
-
background-position:-687px top;
+
-
}
+
-
                     
+
-
</style>
+
-
</head>
+
-
<body>
+
-
<div id="menuBar">
+
-
<ul>
+
-
<li><a href="#" id="Home">Achievement</a></li>
+
-
<li><a href="#" id="About">Safety</a></li>
+
-
<li><a href="#" id="Gallery">Human practice</a></li>
+
-
<li><a href="#" id="Contact">Project</a></li>
+
-
                             
+
-
</ul>
+
-
</div><br />
+
-
</body>
+
    </div>
-
<script type="text/javascript" src="/ajaxjs/jquery-1.7.2.min.js"></script>
+
    <div id="paragraphs00">
-
<script type="text/javascript" charset="utf-8">
+
      <div id="paragraphs01">
-
$(document).ready(function() {
+
      <div id="para1">
-
$("a").mouseover(function(){
+
          <div id="paragraphs02">
-
var selected = "#"+$(this).attr("id");
+
          <p><span style="float:right;font-size:26.4px;font-family:Impact;color:#000000;line-height: 1.3em;">PROJECT: Safe Moving Vaccine Factory</span></p>
-
$(selected).animate({paddingTop:"185px"}, 100);
+
          <p><span style="float:right;font-size:26.4px;font-family:Impact;color:#ffd017;line-height: 1.3em;">ABSTRACT</span></p>
-
}).mouseout(function(){
+
          </div>
-
var selected = "#"+$(this).attr("id");
+
     
-
$(selected).animate({paddingTop:"260px"}, 100);
+
          <p style="font-family:times new roman;">Our idea comes from <i>Yersinia pestis</i> and fleas. We make use of fleas as our moving injector. When fleas feed on blood from dogs, our vaccine vector <i>Bacillus subtilis</i> will be regurgitated into blood and successfully transferred to mammalian host. <i>Bacillus subtilis</i> can express antigens which can stimulate the immunity of dogs. Meanwhile, endogenous or exogenous expression of "Antimicrobial Peptides" by <i>B. subtilis</i> can kill <i>Yersinia pestis</i> in fleas. In this way we achieved a safe moving vaccine factory.</p>
-
});
+
      </div>
-
});
+
      </div>
-
</script>
+
    </div>
-
</body>
+
</div>
-
</html>
+
 +
<div id="background12">
 +
    <div id="sidebar">
 +
      <div id="sidebar3">
 +
      <p  style="font-family:Arial,Helvetica,sans-serif;font-size:30px;font-color:#fff;text-align:center; padding:20px;margin:0px;"><a href="https://2013.igem.org/Team:HZAU-China/Project">Overview of our project </a></p>
 +
      </div>
 +
      <div id="sidebar4">
 +
        <p  style="font-family:Arial,Helvetica,sans-serif;font-size:17px;font-color:#000;text-align:justify; padding:10px;margin:0px;">55000 people die of rabies per year and about 95% of human deaths occur in Asia and Africa. We hope our project can help in reaching the WHO goal of being free of human rabies by 2020. This section shows the core consideration of our project.
 +
</p>
 +
      </div>     
 +
    </div>
 +
    <div id="sidebar">
 +
      <div id="sidebar1">
 +
      <p  style="font-family:Arial,Helvetica,sans-serif;font-size:30px;font-color:#fff;text-align:center; padding-left:8px;padding-right:8px;padding-top:1px;margin:0px;"><a href="https://2013.igem.org/Team:HZAU-China/Project/Flea_and_Yersinia_pestis">Yersinia pestis and flea</a></p>
 +
      </div>
 +
      <div id="sidebar2">
 +
        <p  style="font-family:Arial,Helvetica,sans-serif;font-size:17px;font-color:#000;text-align:justify;padding:10px; margin:0px;">Yersinia pestis can form biofilms to colonize the proventricular of flea. Blocked fleas can transfer Yersinia pestis to host. The mechanism has been widely researched. Although it is too early for us to release clean fleas, we do spend a lot of time in thinking of this mechanism. You can find the details of this interesting mechanism in this section.</p>
 +
      </div>     
 +
    </div>
 +
    <div id="sidebar">
 +
      <div id="sidebar3">
 +
      <p  style="font-family:Arial,Helvetica,sans-serif;font-size:30px;font-color:#fff;text-align:center;padding:20px; margin:0px;"><a href="https://2013.igem.org/Team:HZAU-China/Modeling/Cellular_automata">Cellular automaton</a></p>
 +
      </div>
 +
      <div id="sidebar4">
 +
        <p  style="font-family:Arial,Helvetica,sans-serif;font-size:17px;font-color:#000;text-align:justify;padding:10px; margin:0px;">In order to know whether safe moving vaccine factory can reach 70% vaccination coverage of dogs, Cellular automaton model has been used to simulate the spread of immunity.</p>
 +
      </div>     
 +
    </div>
 +
    <div id="sidebar">
 +
      <div id="sidebar1">
 +
      <p  style="font-family:Arial,Helvetica,sans-serif;font-size:30px;font-color:#fff;text-align:center;padding:20px; margin:0px;"><a href="https://2013.igem.org/Team:HZAU-China/Achievement/judgement">Judging form </a></p>
 +
      </div>
 +
      <div id="sidebar2">
 +
        <p  style="font-family:Arial,Helvetica,sans-serif;font-size:17px;font-color:#000;text-align:justify;padding:10px; margin:0px;">This year is the first time we attend iGEM. And we applied to attend this competition on April 27,2013. It must be a big challenge for anyone to finish iGEM in just six months. We finished this hard work with trial and error. From our judging form, you can know what we have done in six months.</p>
 +
      </div>     
 +
    </div>
 +
    <div id="sidebar">
 +
      <div id="sidebar3">
 +
      <p  style="font-family:Arial,Helvetica,sans-serif;font-size:30px;font-color:#fff;text-align:center;padding:20px; padding-left:22px;padding-right:22px;margin:0px;"><a href="https://2013.igem.org/Team:HZAU-China/Collaboration">Helpful Ideas</a></p>
 +
      </div>
 +
      <div id="sidebar4">
 +
        <p  style="font-family:Arial,Helvetica,sans-serif;font-size:17px;font-color:#000;text-align:justify;padding:10px; margin:0px;">We are iGEMers this year! It is a big challenge for us to finish the assessment of safety at the beginning of our work. We think every new iGEMer will face this kind of challenge. So we made suggestions on safety assessment for your new iGEMer guys! We hope these helpful ideas can provide some useful information for safety assessment. </p>
 +
      </div>     
 +
    </div>
 +
</div>
 +
</body>
 +
 +
</html>
{{:Team:HZAU-China/background-footer}}
{{:Team:HZAU-China/background-footer}}
 +
<br/>

Latest revision as of 11:22, 9 November 2013

图片轮播,选项卡,图片幻灯片效果

PROJECT: Safe Moving Vaccine Factory

ABSTRACT

Our idea comes from Yersinia pestis and fleas. We make use of fleas as our moving injector. When fleas feed on blood from dogs, our vaccine vector Bacillus subtilis will be regurgitated into blood and successfully transferred to mammalian host. Bacillus subtilis can express antigens which can stimulate the immunity of dogs. Meanwhile, endogenous or exogenous expression of "Antimicrobial Peptides" by B. subtilis can kill Yersinia pestis in fleas. In this way we achieved a safe moving vaccine factory.