Difference between revisions of "Team:CGU Taiwan/Proof"

(Prototype team page)
 
 
(55 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{CGU_Taiwan}}
 
 
 
<html>
 
<html>
 +
<meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
<style>
 +
        #sideMenu
 +
        {
 +
        display:none; /* Disable the display of the annoying side main menu*/
 +
        }
 +
       
 +
        #top_title
 +
        {
 +
        display:none; /* Disable the annoying title*/
 +
        }
  
 +
#content { padding:0px; width:100%; margin-left:0%; margin-right:0%;}
 +
</style>
 +
<!-- ////////////////////// START  TOP HEADER /////////////////////// -->
 +
<head>
 +
<style>
 +
body {
 +
  background-color:white;
 +
}
 +
.top {
 +
  position: absolute;
 +
  top: -1%;
 +
  left: 0%;
 +
  width: 100%;
 +
  box-sizing:border-box;
 +
  height: 115px;
 +
  font-family: Corbel;
 +
  overflow:visible;
 +
  z-index: +1;
 +
}
 +
.mid {
 +
  position: absolute;
 +
  left: 5%;
 +
  width: 80%;
 +
  height: 100%;
 +
  font-family: Corbel;
 +
}
 +
.headline {
 +
  color: #ffe;
 +
  text-align: center;
 +
  padding-top: 40px;
 +
  padding-bottom: 60px;
 +
}
 +
.header-subnav  {
 +
  background: #0D014D;
 +
  width: 100%;
 +
  position: absolute;
 +
  text-align: center;
 +
  margin: 0 auto;
 +
  top: 116%;
 +
  left: 0%;
 +
  font-family: Corbel;
 +
  z-index:-1;
 +
}
 +
.header-subnav li {
 +
  float: none;
 +
  display: inline-block;
 +
}
 +
.header-subnav li a {
 +
  padding: 15px 1rem;
 +
  font-size: 13px;
 +
  text-decoration: none;
 +
  color: #ffe;
 +
  text-transform: uppercase;
 +
  display: block;
 +
  font-weight: bold;
 +
  letter-spacing: 1px;
 +
  transition: all 0.35s ease-in-out;
 +
  border-radius: 4px;
 +
}
 +
.header-subnav li a.is-active {
 +
  background: rgba(250, 250, 250, 0.15);
 +
}
 +
.header-subnav li a:hover {
 +
  background: #d0d0d0;
 +
  color: #140731;
 +
  transition: all 0.35s ease-in-out;
 +
}
 +
.fixed1 {
 +
  position: fixed;
 +
  top: 13px;
 +
}
 +
.circle {
 +
  position:absolute;
 +
  left: 85.5%;
 +
  top: 70%;
 +
  width: 180px;
 +
  height: 180px;
 +
  background: #0D014D;
 +
  -moz-border-radius: 90px;
 +
  -webkit-border-radius: 90px;
 +
  border-radius: 90px;
 +
}
 +
.left {
 +
  padding: 10px;
 +
  height:200px;
 +
  border-color:#140731;
 +
  border-radius:8px;
 +
  border-width:2px;
 +
  border-style:solid;
 +
  position: absolute;
 +
  left: 25px;
 +
  top: 230px;
 +
  font-family: Corbel;
 +
  background: rgba(250, 250, 250, 0.15);
 +
  width: 170px;
 +
  z-index:+1;
 +
}
  
<div class="column full_size judges-will-not-evaluate">
+
.left-tab {
<h3>★  ALERT! </h3>
+
  background-color: rgba(250, 250, 250, 0.1);
<p>This page is used by the judges to evaluate your team for the <a href="https://2016.igem.org/Judging/Medals">gold medal criterion for proof of concept</a>. </p>
+
  display: block;
 +
  font-size: 20px;
 +
  color: #140731;
 +
  -webkit-transition-duration: 0.4s;
 +
  transition-duration: 0.4s;
 +
  padding-right: 40px;
 +
  padding-left: 5px;
 +
  padding-top: 5px;
 +
  padding-bottom: 5px;
 +
  z-index:+1;
 +
}
 +
.left-tab:hover {
 +
  background-color: #FF8800;
 +
  color: #140731;
 +
  font-size: 20px;
 +
  -webkit-transition-duration: 0.4s;
 +
  transition-duration: 0.4s;
 +
  padding-right: -20px;
 +
  padding-left: 5px;
 +
  border-radius: 4px;
 +
}
 +
.fixed2 {
 +
  position: fixed;
 +
  top: 68px;
 +
}
  
 +
.button {
 +
  background-color: rgba(250, 250, 250, 0.1);
 +
  display: block;
 +
  font-size: 16px;
 +
  color: #140731;
 +
  -webkit-transition-duration: 0.4s;
 +
  transition-duration: 0.4s;
 +
  padding-right: 40px;
 +
  padding-left: 5px;
 +
  padding-top: 5px;
 +
  padding-bottom: 5px;
 +
  z-index:+1;
 +
}
 +
.wrapper {
 +
  background: white;
 +
  width: 900px;
 +
  height: 500px;
 +
  border-radius: 5px;
 +
  position: relative;
 +
  overflow: hidden;
 +
  backface-visibility: hidden;
 +
}
  
<p> Delete this box in order to be evaluated for this medal. See more information at <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions"> Instructions for Pages for awards</a>.</p>
+
.frame{
 +
  background: transparent;
 +
  width: 600px;
 +
  height: 500px;
 +
  border-top: solid 45px white;
 +
  border-right: solid 5px white;
 +
  border-bottom: solid 5px white;
 +
  border-left: solid 5px white;
 +
  position: absolute;
 +
  z-index: 1;
 +
}
 +
 
 +
input[type='radio'] {
 +
  -webkit-appearance: none;
 +
  background: #FF8800;
 +
  border-radius: 4px;
 +
  border-color: #FF8800;
 +
  width: 119px;
 +
  height: 35px;
 +
  margin: 5px 0 5px 5px;
 +
  background-size: 225px 70px;
 +
  position: relative;
 +
  left: 200px;
 +
  float: left;
 +
  display: inline;
 +
  top: 0;
 +
  border-radius: 5px;
 +
  z-index: 99999;
 +
  cursor: pointer;
 +
}
 +
 
 +
input[type='radio']:before{
 +
  content: attr(data-tooltip);
 +
  color: black;
 +
  font-size: 20px;
 +
  font-family: Corbel;
 +
  font-weight:bold;
 +
  text-align:center;
 +
  position: absolute;
 +
  top:5px;
 +
  left:25px;
 +
}
 +
 
 +
input[type='radio']:hover{
 +
  background: white; 
 +
  color: #FF8800;
 +
  border-color: #FF8800;
 +
}
 +
 
 +
input[type='radio']:checked{
 +
  background: white;
 +
  border-color: #FF8800;
 +
}
 +
.tab {
 +
  margin-left: -20px;
 +
  transition: .3s ease-out;
 +
}
 +
.tab li{
 +
  background: #fff;
 +
  color: black;
 +
  width: 1000px;
 +
  height: 500px;
 +
  display: inline;
 +
  float: left;
 +
  bottom: 0;
 +
  z-index: -1;
 +
}
 +
.tab1:checked ~ ul{
 +
  transform: translateY(0);
 +
}
 +
 
 +
.tab2:checked ~ ul{
 +
  transform: translateY(-500px);
 +
}
 +
 
 +
.tab3:checked ~ ul{
 +
  transform: translateY(-1000px);
 +
}
 +
 
 +
.tab4:checked ~ ul{
 +
  transform: translateY(-1500px);
 +
}
 +
 
 +
hr1 {
 +
  border: 0;
 +
  width: 80%;
 +
  color: #140731;
 +
  background-color: #140731;
 +
  height: 2px;
 +
}
 +
 
 +
hr {
 +
  border: 0;
 +
  width: 80%;
 +
  color: #FF8800;
 +
  background-color: #FF8800;
 +
  height: 2px;
 +
}
 +
.list li {
 +
  list-style:none;
 +
  background-image:url(https://static.igem.org/mediawiki/2016/b/ba/CGU_Taiwan--point.jpg);
 +
  background-repeat:no-repeat;
 +
  background-position:-10 5px;
 +
  padding-left:3%;
 +
  background-size:2.5%;
 +
}
 +
.end2 {
 +
  background-color:#0D014D;
 +
  position: absolute;
 +
  width: 100%;
 +
  height:290%;
 +
  font-family: Corbel;
 +
  z-index:+1;
 +
}
 +
.sitemap {
 +
  background-color:#0D014D;
 +
  position: absolute;
 +
  width: 20%;
 +
  height: 39%;
 +
  font-family: Corbel;
 +
}
 +
.list1 li {
 +
  list-style:none;
 +
  background-image:url(https://static.igem.org/mediawiki/2016/5/58/CGU_Taiwan--sitemap.jpg);
 +
  background-repeat:no-repeat;
 +
  background-position:10px;
 +
  background-size:9%;
 +
    margin-bottom:-20%;
 +
}
 +
.list2 li {
 +
  list-style:none;
 +
  background-image:url(https://static.igem.org/mediawiki/2016/2/2f/CGU_Taiwan--sitemap2.jpg);
 +
  background-repeat:no-repeat;
 +
  background-position:6px;
 +
  background-size:7%;
 +
  margin-bottom:-10%;
 +
}
 +
.list3 li {
 +
  list-style:none;
 +
  background-image:url(https://static.igem.org/mediawiki/2016/3/31/CGU_Taiwan--sitemap3.jpg);
 +
  background-repeat:no-repeat;
 +
  background-position:5%;
 +
  background-size:2%;
 +
  margin-bottom:-10%;
 +
}
 +
</style>
 +
</head>
 +
 
 +
<script>
 +
/* Dynamic top menu positioning
 +
*
 +
*/
 +
var num = 110; //number of pixels before modifying styles
 +
$(window).bind('scroll', function () {
 +
    if ($(window).scrollTop() > num) {
 +
        $('.header-subnav').addClass('fixed1');
 +
    } else {
 +
        $('.header-subnav').removeClass('fixed1');
 +
    }
 +
});
 +
var num = 132; //number of pixels before modifying styles
 +
$(window).bind('scroll', function () {
 +
    if ($(window).scrollTop() > num) {
 +
        $('.left').addClass('fixed2');
 +
    } else {
 +
        $('.left').removeClass('fixed2');
 +
    }
 +
});
 +
 
 +
 
 +
//USE SCROLL WHEEL FOR THIS FIDDLE DEMO
 +
 
 +
 
 +
</script>
 +
<script>
 +
var slideIndex = 1;
 +
showDivs(slideIndex);
 +
 
 +
function plusDivs(n) {
 +
  showDivs(slideIndex += n);
 +
}
 +
 
 +
function currentDiv(n) {
 +
  showDivs(slideIndex = n);
 +
}
 +
 
 +
function showDivs(n) {
 +
  var i;
 +
  var x = document.getElementsByClassName("mySlides");
 +
  var dots = document.getElementsByClassName("demo");
 +
  if (n > x.length) {slideIndex = 1}
 +
  if (n < 1) {slideIndex = x.length}
 +
  for (i = 0; i < x.length; i++) {
 +
    x[i].style.display = "none";
 +
  }
 +
  for (i = 0; i < dots.length; i++) {
 +
    dots[i].className = dots[i].className.replace(" w3-border-red", "");
 +
  }
 +
  x[slideIndex-1].style.display = "block";
 +
  dots[slideIndex-1].className += " w3-border-red";
 +
}
 +
</script>
 +
 
 +
<body>
 +
<a name='anchor1'></a>
 +
<div class="top">
 +
<img style="margin-top:-2%;width:100%;height:140%;position:absolute;" src="https://static.igem.org/mediawiki/2016/0/0b/CGU_Taiwan--top.jpg">
 +
</div>
 
</div>
 
</div>
  
 +
<header class="top">
 +
<ul class="header-subnav">
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan">HOME</a></li>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Achievements">ACHIEVEMENTS</a></li>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Description">PROJECT</a></li>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Software">MODELING</a></li>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices">HUMAN PRACTICES</a></li>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Team">PEOPLE</a></li>
 +
<li class="dropdown"><a href="https://2016.igem.org/Team:CGU_Taiwan/Interlab">INTERLAB</a></li>
 +
<li class="dropdown"><a href="https://2016.igem.org/Team:CGU_Taiwan/Safety">SAFETY</a></li>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Parts">PARTS</a></li>
 +
</ul>
 +
<div class="circle"><img style="position:absolute;z-index:+1;width:90%;height:95%;margin-left:3%;margin-top:2%;" src="https://static.igem.org/mediawiki/2016/8/8a/CGU_Taiwan--logo9.jpg"></div>
 +
</header>
  
 +
<div class="left">
 +
<a href="#anchor1"><section class="left-tab" style="top:240px;" id="myP" onmousedown="mouseDown()" onmouseup="mouseUp()"><b>TOP</b></section></a>
 +
<a href="https://2016.igem.org/Team:CGU_Taiwan/Description"><section class="left-tab" style="top:275px;left:50px;">Overview</section></a>
 +
<a href="https://2016.igem.org/Team:CGU_Taiwan/Design"><section class="left-tab" style="top:310px;left:50px;">Design</section></a>
 +
<a href="https://2016.igem.org/Team:CGU_Taiwan/Background"><section class="left-tab" style="top:345px;left:50px;">Background</section></a>
 +
<a href="https://2016.igem.org/Team:CGU_Taiwan/Results"><section class="left-tab" style="top:380px;left:50px;">Results</section></a>
 +
<a href="https://2016.igem.org/Team:CGU_Taiwan/Proof"><section class="left-tab" style="top:415px;left:50px;">Proof</section></a>
 +
<a href="https://2016.igem.org/Team:CGU_Taiwan/Notebook"><section class="left-tab" style="top:450px;left:50px;">Notebook</section></a>
 +
</div>
  
  
  
<div class="column full_size">
+
<div class="mid" style="top:180px;margin-left:15%;margin-top:6%;">
 +
<br>
 +
<div style="font-size:60px;color:#66B3FF;text-decoration:none;">
 +
Proof of Concept
 +
</div>
 +
<br><br>
  
 +
<b><font size="5px">1. We established stable Leishmania transfectants and <br>proved the function of
 +
promotor with hygromycin drug selection gene</font></b>
 +
<div style="color:black;text-decoration:none;font-size:18px;margin-left:70px;margin-right:15%;"><br>
 +
The promoter and the ribosomal binding site of Leishmania genome has not
 +
been elucidated yet. We selected the 5'- untranslated region of a highly expressed
 +
gene, P36, to be the promoter, RBS binding site and other extra function needed for
 +
Leishmania protein expression. We also added a hygromycin resist gene to serve as a
 +
dual functional biobrick of regulatory and selection marker. We provide the user with
 +
the regulation of protein expression and also the drug selection system that is most
 +
commonly and effectively used in Leishmania experiments.
 +
The pSB1C3-5'HYG-OVA-3'UTR was transfected into Leishmania 12-DT strain,
 +
and the transfectants were selected by hygromycin. We obtained the
 +
hygromycin-resistant Leishmania transfectants (Figure 1. B, C). In the negative control
 +
group (Figure 1. A), we could see that almost all cells were dead and the shape of
 +
Leishmania was not normal. It showed that Leishmania transfectants were resistant
 +
to high concentration of hygromycin. The function of 5’HYG was assayed more
 +
precisely in figure 2.
 +
<img src="https://static.igem.org/mediawiki/2016/3/37/Proof1.jpeg" width=850px height=500px margin-right=15%></img><br><br>
 +
</div><br>
  
<p>
 
iGEM teams are great at making things work! We value teams not only doing an incredible job with theoretical models and experiments, but also in taking the first steps to make their project real.
 
</p>
 
  
 +
<br><br>
  
<h4> What should we do for our proof of concept? </h4>
+
<b><font size="6px">2. Successfully expressed Hemagglutinin of H1N1</font></b>
<p>  
+
<div style="color:black;text-decoration:none;font-size:18px;margin-left:70px;margin-right:15%;"><br>
You can assemble a device from BioBricks and show it works. You could build some equipment if you're competing for the hardware award. You can create a working model of your software for the software award. Please note that this not an exhaustive list of activities you can do to fulfill the gold medal criterion. As always, your aim is to impress the judges!
+
Since we are performing immunology experiments, it is very important that the
</p>
+
antigen is correctly expressed. We used BL21 competent cell to express the HA
 +
sequence and detect the protein by Western blot analysis.<br>
 +
The pSB1C3-J04500-HA can is checked by Western blot analysis. We successfully
 +
recognize the HA protein from Western blot analysis (approximately 62.3kd) when
 +
induced by IPTG (Figure 3.).<br><br>
 +
<img src="https://static.igem.org/mediawiki/2016/4/4e/Proof2.jpeg" width=850px height=500px margin-right=15%></img><br><br>
 +
</div>
 +
<br><br>
  
 +
<b><font size="6px">3. The antibody production of Leijuvant in mice</font></b>
 +
<div style="color:black;text-decoration:none;font-size:18px;margin-left:70px;margin-right:15%;"><br>
 +
The IgG1 antibody titer increased drastically after the second boost on the 15<sup>th</sup> day.
 +
And the antibody titer reached to peak on the 25<sup>th</sup> day <b>(Figure 4A.)</b>. Inactivated
 +
Leishmania can achieve over 60% of the antibody titer. As for OVA-expressing
 +
inactivated Leishmania, the antibody titer can reach to 70% on the 25<sup>th</sup> day. The
 +
IgG2a antibody titer of inactivated Leishmania increased extremely on the 20<sup>th</sup> day
 +
and is significantly higher compare to Alum on the 25<sup>th</sup> day<b>(Figure 4B.)</b>. <b>Leijuvant</b> is a
 +
potential <b>bi-pathway</b> adjuvant that can stimulate both Th1 and Th2 immune
 +
responses.<br><br>
 +
<img src="https://static.igem.org/mediawiki/2016/5/5a/CGU_Taiwan_result_final.png" width=850px height=500px margin-right=15%></img><br><br>
 +
<br>
 +
</div>
 
</div>
 
</div>
  
  
  
 +
<div class="end2" style="margin-top:220%;">
 +
<br>
 +
<ul class="list3" class="margin-left:1%;margin-top:2%;">
 +
<li><a href="#anchor1"><b style="color:white;font-size:28px;margin-left:7%;">TOP</a></li>
 +
</ul>
 +
<br>
 +
<div class="sitemap" style="margin-left:5%;">
 +
<br>
 +
<b style="color:white;font-size:28px;margin-top:5%;margin-left:4%;text-decoration:none;">SITE MAP</b><br>
 +
<br><br>
 +
<img style="background-color:#0D014D;margin-left:20%;border-radius:50%;border:6px solid white;padding:5px;width:40%;height:70%;position:absolute;margin-left:2%;" src="https://static.igem.org/mediawiki/2016/0/03/CGU_Taiwan--leishmania3.jpg">
 
</div>
 
</div>
 +
<br>
 +
 +
<div class="sitemap" style="margin-left:22%;margin-top:-1%;">
 +
<ul class="list1" class="margin-left:5%;">
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan"><b style="color:white;font-size:18px;margin-left:20%;">HOME</li></a>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Achievements"><b style="color:white;font-size:18px;margin-left:20%;">ACHIEVEMENTS</li></a>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Interlab"><b style="color:white;font-size:18px;margin-left:20%;">INTERLAB</li></a>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Safety"><b style="color:white;font-size:18px;margin-left:20%;">SAFETY</li></a>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Parts"><b style="color:white;font-size:18px;margin-left:20%;">PARTS</li></a>
 +
</ul>
 +
</div>
 +
 +
<div class="sitemap" style="margin-left:40%;margin-top:-2%;">
 +
<ul class="list1" class="margin-left:5%;">
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Description"><b style="color:white;font-size:18px;margin-left:20%;">PROJECT</li></a>
 +
<br><br>
 +
<ul class="list2" class="margin-left:6%;margin-top:50%;">
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Design"><b style="color:white;font-size:17px;margin-left:10%;">Design</li></a>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Background"><b style="color:white;font-size:17px;margin-left:10%;">Background</li></a>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Results"><b style="color:white;font-size:17px;margin-left:10%;">Results</li></a>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Proof"><b style="color:white;font-size:17px;margin-left:10%;">Proof</li></a>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Notebook"><b style="color:white;font-size:17px;margin-left:10%;">Notebook</li></a>
 +
<br><br>
 +
</ul>
 +
</ul>
 +
</div>
 +
 +
<div class="sitemap" style="margin-left:55%;margin-top:-3.5%;">
 +
<ul class="list1" class="margin-left:5%;">
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices"><b style="color:white;font-size:18px;margin-left:20%;">HUMAN PRACTICES</li></a>
 +
<br><br>
 +
<ul class="list2" class="margin-left:6%;margin-top:50%;">
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Survey"><b style="color:white;font-size:17px;margin-left:10%;">Survey</li></a>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Education"><b style="color:white;font-size:17px;margin-left:10%;">Education</li></a>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Communication"><b style="color:white;font-size:17px;margin-left:10%;">Communication</li></a>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Entrepreneurship"><b style="color:white;font-size:17px;margin-left:10%;">Entrepreneurship</li></a>
 +
</ul>
 +
</ul>
 +
</div>
 +
 +
<div class="sitemap" style="margin-left:75%;margin-top:-3.5%;">
 +
<ul class="list1" class="margin-left:5%;">
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Software"><b style="color:white;font-size:18px;margin-left:20%;">MODELING</li></a>
 +
<br><br>
 +
<ul class="list2" class="margin-left:6%;">
 +
<li><a href="http://163.25.92.36/igemcgu/igemwebhome.htm"><b style="color:white;font-size:17px;margin-left:10%;">McHug</li></a>
 +
</ul>
 +
</ul>
 +
<ul class="list1" class="margin-left:1%;margin-top:-10%;">
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Team"><b style="color:white;font-size:18px;margin-left:20%;">OUR TEAM</li></a>
 +
<br><br>
 +
<ul class="list2" class="margin-left:6%;margin-top:-5%;">
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Collaborations"><b style="color:white;font-size:17px;margin-left:10%;">Collaborations</li></a>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Attributions"><b style="color:white;font-size:17px;margin-left:10%;">Attributions</li></a>
 +
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Team#anchor2"><b style="color:white;font-size:17px;margin-left:10%;">Sponsors</li></a>
 +
</ul>
 +
</ul>
 +
</div>
 +
</div>
 +
 +
  
 +
</body>
 
</html>
 
</html>

Latest revision as of 06:01, 2 December 2016


Proof of Concept


1. We established stable Leishmania transfectants and
proved the function of promotor with hygromycin drug selection gene

The promoter and the ribosomal binding site of Leishmania genome has not been elucidated yet. We selected the 5'- untranslated region of a highly expressed gene, P36, to be the promoter, RBS binding site and other extra function needed for Leishmania protein expression. We also added a hygromycin resist gene to serve as a dual functional biobrick of regulatory and selection marker. We provide the user with the regulation of protein expression and also the drug selection system that is most commonly and effectively used in Leishmania experiments. The pSB1C3-5'HYG-OVA-3'UTR was transfected into Leishmania 12-DT strain, and the transfectants were selected by hygromycin. We obtained the hygromycin-resistant Leishmania transfectants (Figure 1. B, C). In the negative control group (Figure 1. A), we could see that almost all cells were dead and the shape of Leishmania was not normal. It showed that Leishmania transfectants were resistant to high concentration of hygromycin. The function of 5’HYG was assayed more precisely in figure 2.




2. Successfully expressed Hemagglutinin of H1N1

Since we are performing immunology experiments, it is very important that the antigen is correctly expressed. We used BL21 competent cell to express the HA sequence and detect the protein by Western blot analysis.
The pSB1C3-J04500-HA can is checked by Western blot analysis. We successfully recognize the HA protein from Western blot analysis (approximately 62.3kd) when induced by IPTG (Figure 3.).





3. The antibody production of Leijuvant in mice

The IgG1 antibody titer increased drastically after the second boost on the 15th day. And the antibody titer reached to peak on the 25th day (Figure 4A.). Inactivated Leishmania can achieve over 60% of the antibody titer. As for OVA-expressing inactivated Leishmania, the antibody titer can reach to 70% on the 25th day. The IgG2a antibody titer of inactivated Leishmania increased extremely on the 20th day and is significantly higher compare to Alum on the 25th day(Figure 4B.). Leijuvant is a potential bi-pathway adjuvant that can stimulate both Th1 and Th2 immune responses.