Team:HZAU-China

From 2013.igem.org

(Difference between revisions)
 
(24 intermediate revisions not shown)
Line 2: Line 2:
<html>
<html>
<style>
<style>
-
#background{
+
a, a:visited {
-
     background-color: #EDFFFF;
+
     color: #fff;
-
     float: left;
+
}
-
     min-height: 800px;
+
#background11{
-
     width: 960px;
+
    background:url(https://static.igem.org/mediawiki/2013/8/80/Old_wall.jpg);
 +
     float:left;
 +
     min-heiht:200px;
 +
     width: 1000px;
}
}
-
#sidebar {
+
#picture{
     background-color:transparent;
     background-color:transparent;
     clear: both;
     clear: both;
     float: left;
     float: left;
-
     height: 600;
+
     height: auto;
-
     width: 500px;
+
     width: 535px;
-
     padding-top: 5px;
+
     padding-top: 17px;
-
     padding-left: 10px;
+
     padding-left: 20px;
 +
    padding-bottom: 10px;
}
}
-
#paragraphs {
+
#paragraphs00{
-
     background-color: #EDFFFF;
+
     background-color: transparent;
     float: right;
     float: right;
     height: auto;
     height: auto;
-
    margin-bottom: 5px;
+
     padding: 10px;
-
    margin-top: 5px;
+
     padding-right:22px;
-
     padding-bottom: 5px;
+
-
     padding-top:10px;
+
     width: 400px;
     width: 400px;
}
}
-
h1, h2, h3, h4, h5, h6 {
+
#paragraphs01{
-
     border-bottom: none;
+
     background-color: transparent;
-
     font-family:arial, sans-serif;
+
    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>
</style>
 +
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<title>图片轮播,选项卡,图片幻灯片效果</title>
 +
<style type="text/css">
 +
body{padding:0;margin:0;}
 +
        h1{margin:0;}
 +
.box{position:relative;width:525px;margin:0px auto;}
 +
.cont{height:365px;overflow:hidden;}
 +
.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;}
 +
.item a{margin-right:5px;cursor:pointer;text-shadow:0 0 3px ;}
 +
a.seld{color:#ffd017;}
 +
a.hide{display:none;}
 +
</style>
 +
<script src="/ajaxjs/jquery-1.6.2.min.js" type="text/javascript"></script>
 +
<script type="text/javascript">
 +
var n = 0;
 +
$(document).ready(function(){
 +
count=$(".cont a").length;//显示区域的内容长度
 +
$(".item a").click(function(){
 +
$(this).addClass("seld").siblings().removeClass("seld");
 +
var _index=$(this).index();//分屏的数字索引
 +
$(".cont>a").eq(_index).fadeIn(1000).siblings().fadeOut(1000);
 +
});
 +
t = setInterval("showAuto()", 7000);//执行定义好的函数
 +
$(".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>
 +
<body>
<body>
-
<div id="background">
+
<div id="background11">
-
  <div id="sidebar">
+
    <div id="picture">
-
  <p  style="float:left;"><a ><img src="https://static.igem.org/mediawiki/2013/9/9f/Comic_lab_1.jpg"></a></p>
+
<div class="box">
-
  </div>
+
    <div class="cont">
-
 
+
            <a><img src="https://static.igem.org/mediawiki/2013/1/12/Sy5.jpg" width="525" height="365" /></a>
-
  <div id="paragraphs">
+
            <a class="hide"><img src="https://static.igem.org/mediawiki/2013/f/fc/DSC_3720.JPG" width="525" height="365" /></a>
-
<p style="font-size:16px;font-family:arial, sans-serif;">Rabies is a zoonotic diseases of humans and animals. The rabies virus is transmitted through exposure to the infected saliva during either a bite or direct contact with mucosal tissues. Once identified, the mortality rate is almost 100%. Rabies is widely distributed around the world. Over 55000 people die of rabies per year and about 95% of human deaths occur in Asia and Africa[1]. Dogs are the main carriers of rabies and are responsible for most of the human rabies deaths in China[2]. Once the density of dogs reaches 4.5 per km2, the rabies will spread quickly in population [3]. The density of dogs is about 8-20/km2 in China[2], which is much higher than the minimum threshold. Several ways can be used to control rabies epidemics and the most efficient way is to focus on the mass vaccination for dogs[4]. In order to control canine rabies, the vaccination coverage should be over 70% according to the WHO assessment[2]. In China, however, tremendous improvement is needed to reach such a level since the vaccination coverage is low than 3% in the rural areas of China and almost zero for stray dogs[5,6]. This is mainly because of unawareness of rabies and the great cost of vaccination. In sum, it is a big challenge to control and prevent canine rabies in China because of the rapid spread of endemic rabies among the huge numbers of stray dogs that are very hard to register and regulate.</p>
+
            <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>
-
<p style="font-size:16px;font-family:arial, sans-serif;">For this reason, our team has designed a cheap and convenient way to increase the vaccination coverage of dogs by synthetic biology. It is called “safe moving vaccine factory” that can spread Rabies vaccine in the stray dogs rapidly and actively. We hope our design can help in reaching the WHO goal of being free of human rabies by 2020.</p>
+
            <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>
-
<p style="font-size:16px;font-family:arial, sans-serif;">Our idea comes from Yersinia pestis and fleas. Blocked flea can transfer Yersinia pestis to mammalian host and the mechanism has been widely researched. Yersinia pests can build biofilm in the proventricular, which will separate the oesophagus from midgut or stomach, resulting in blockage of fleas. Blocked fleas try to feed repeatedly, causing Yersinia pestis to be regurgitated into blood and thus successfully transferring the bacteria to mammalian host[7,8,9,10]. In our iGEM project, we make use of this interesting mechanism. Bacillus subtilis have already been widely used as vaccine vectors in health and medicine[11]. We chose B. subtilis as our vaccine vector to express the antigen of Rabies. Five proteins are present in rabies virus particles: nucleoprotein, phosphoprotein, matrixprotein, glycoproteinand RNA-dependent RNA polymerase. Because of containing the neutralizing epitopes which are the targets of vaccine-induced immunity, the glycoprotein can stimulate the organism to produce antibody against Rabies[12,13,14]. So once a flea carried our modified B. subtilis which can express glycoprotein to induce immunity of stray dogs, it can be seen as a moving vaccine factory. Taking the safety questionof flea into consideration, our flea will be safe enough through the endogenous or exogenous expression of “Antimicrobial Peptides” by B. subtilis[11], which can make sure our flea is free of Yersinia pestis. So it is a safe moving vaccine factory.   
+
            <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>
 +
        </div>
 +
        <div class="item">
 +
        <a class="seld">·</a>
 +
            <a>·</a>
 +
            <a>·</a>
 +
            <a>·</a>
 +
            <a>·</a>
 +
        </div>
 +
        </div>
 +
 
 +
    </div>
 +
    <div id="paragraphs00">
 +
      <div id="paragraphs01">
 +
      <div id="para1">
 +
          <div id="paragraphs02">
 +
          <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>
 +
          <p><span style="float:right;font-size:26.4px;font-family:Impact;color:#ffd017;line-height: 1.3em;">ABSTRACT</span></p>
 +
          </div>
 +
     
 +
          <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>
 +
    </div>
 +
</div>
 +
 
 +
<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>
</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>
+
    <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>
</div>
-
</body>
 
-
</html>
 
 +
</body>
 +
 +
</html>
{{:Team:HZAU-China/background-footer}}
{{:Team:HZAU-China/background-footer}}
<br/>
<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.