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

 
(62 intermediate revisions by 4 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: 117%;
 +
  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;
 +
}
  
<h3>★  ALERT! </h3>
+
.left-tab {
<p>This page is used by the judges to evaluate your team for the <a href="https://2016.igem.org/Judging/Awards#Special_Prizes"> design special prize</a>. </p>
+
  background-color: rgba(250, 250, 250, 0.1);
 +
  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{
</div>
+
  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;
 +
}
  
<div class="column full_size">
+
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);
 +
}
  
<p>
+
.tab2:checked ~ ul{
By talking about your design work on this page, there is one medal criterion that you can attempt to meet, and one award that you can apply for. If your team is going for a gold medal by building a functional prototype, you should tell us what you did on this page.
+
  transform: translateY(-500px);
</p>
+
}
  
 +
.tab3:checked ~ ul{
 +
  transform: translateY(-1000px);
 +
}
  
<p>This is a prize for the team that has developed a synthetic biology product to solve a real world problem in the most elegant way. The students will have considered how well the product addresses the problem versus other potential solutions, how the product integrates or disrupts other products and processes, and how its lifecycle can more broadly impact our lives and environments in positive and negative ways.</p>
+
.tab4:checked ~ ul{
 +
  transform: translateY(-1500px);
 +
}
  
<p>
+
hr1 {
If you are working on art and design as your main project, please join the art and design track. If you are integrating art and design into the core of your main project, please apply for the award by completing this page.
+
  border: 0;
</p>
+
  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%;
 +
}
  
<p>Teams who want to focus on art and design should be in the art and design special track. If you want to have a sub-project in this area, you should compete for this award.</p>
+
.end2 {
 +
  background-color:#0D014D;
 +
  position: absolute;
 +
  width: 100%;
 +
  height: 200%;
 +
  font-family: Corbel;
 +
  z-index:+1;
 +
}
 +
.sitemap {
 +
  background-color:#0D014D;
 +
  position: absolute;
 +
  width: 20%;
 +
  height: 40%;
 +
  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="https://2016.igem.org/Team:CGU_Taiwan/Description"><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>
  
  
 +
<br><br><br>
 +
<div class="mid">
 +
<div style="font-size:60px;color:#FF8800;text-decoration:none;margin-left:22%;margin-top:20%;">
 +
Design
 +
</div>
 +
<br><br><br>
 +
<b style="color:#0D014D;font-size:28px;margin-left:22%;">Project Design</b>
 +
<br><br>
 +
<div style="color:black;font-size:18px;margin-left:22%;margin-right:5%;text-align:justify;text-decoration:none;">
 +
Leijuvant is a whole new kind of adjuvant that uses Leishmania as an effective T cell stimulator. Leishmania is a parasite that specifically lives within macrophage, a professional antigen presenting cell (APC). As a potential vaccine adjuvant, Leishmania possess many advantages, including APC recruitment, pattern recognition receptor (PRR) activation, inflammasome activation, activation of MHC-presenting pathway and most important of all, T cell activation<sup>[1],[2],[3]</sup>. We adapted a combinational approach by loading the Leishmania DT mutants both endogenously and exogenously with different chemicals. After the chemicals are illuminated by specific wavelength of light, double-photo inactivation will kill Leishmania thoroughly. Thus, transgenic mutant of Leishmania that can be inactivated by light exposure acts as a safe carrier to deliver specific antigens to APCs<sup>[4]</sup>.
 +
</div>
 +
<br><br>
 +
<img src="https://static.igem.org/mediawiki/2016/2/25/CGU_Taiwan--design1.jpg" style="float:left;width:40%;height:160%;margin-left:22%;margin-right:7%;">
 +
<div style="color:black;font-size:18px;margin-left:22%;margin-right:5%;text-align:justify;text-decoration:none;">
 +
Photo-inactivated Leishmania has been proven to activate CD8 and CD4 T cells<sup>[5]</sup>. However, further activation of B cells has not been confirmed. As a vaccine adjuvant, persistent antibody production against specific antigen is an essential parameter in evaluating vaccine efficacy. B cell needs the stimulation from both the intact antigen and antigen-specific CD4 T cell simultaneously in order to differentiate into plasma cell in producing antibodies.Therefore, we hypothesized that genetically engineered Leishmania that express specific antigen can serve as an adjuvant that deliver antigens into APCs.
 +
<br><br>
 +
The photo-inactivated Leishmania will be engulfed by APCs and activate T cells via MHC molecules. With the company of intact vaccine antigen, they can stimulate B cell form both ways and induce antibody production.
 +
</div>
 +
<br><br>
 +
<b style="color:#0D014D;font-size:28px;margin-left:22%;">Experimental design</b>
 +
<br><br>
 +
<b style="color:#0D014D;font-size:20px;margin-left:22%;">Our experiments can be divided into four main parts:</b>
 +
<br>
 +
<div style="color:black;font-size:18px;margin-left:24%;margin-right:5%;text-align:justify;text-decoration:none;">
 +
<ol>
 +
<li>Ecoli-Leishmania shuttle vector-the Leishmania antigen expression system</li>
 +
<li>In vivo test for validation of our concept of LEIJUVANT</li>
 +
<li>In vitro test for proving our software prediction system, McHug, and our concept</li>
 +
<li>As for the social experiments, we designed questionnaires to study the public's general knowledge level on vaccines</li></ol>
 +
<br><br>
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2016/d/d8/CGU_Taiwan--design2.jpg" style="width:50%;height:200%;margin-left:35%;">
 +
<br><br>
 +
<div style="color:black;font-size:18px;margin-left:22%;margin-right:5%;text-align:justify;text-decoration:none;">
 +
In order to use Leishmania to deliver antigen into APCs to further activate immune response, we designed an E. coli-Leishmania shuttle vector to carry the antigen sequence into Leishmania through electroporation. Successfully tranfected Leishmania was isolated by drug selection and then subjected to double-photo inactivation. After insuring the death of Leishmania, we tested its effects on antibody production and T cell response through in vivo experiments. We co-injected Leijuvant with OVA protein subcutaneously into C57BL/6 mice. We also performed in vitro experiments to identify antigen peptide sequences binding to MHC molecules by mass spectrometry. It will validate the accuracy of our McHug prediction system.
 +
</div>
 +
<br><br>
 +
<img src="https://static.igem.org/mediawiki/2016/f/fa/CGU_Taiwan--design3.jpg" style="width:50%;height:180%;margin-left:35%;">
 +
<br><br>
 +
<div style="color:black;font-size:18px;margin-left:22%;margin-right:5%;text-align:justify;text-decoration:none;">
 +
To launch a medical product, it must go through multiple processes including R&D, scale-up production, risk-benefit assessment, and public perception survey. Thus, we visited professionals in different divisions of vaccine industries to learn more details about vaccine research and development as well as their opinions on our project. We also carried out a survey to acquire public perception toward our product and their knowledge on vaccines.
 +
<br><br><br><br>
 +
<div style="font-size:12px;">
 +
References:<br>
 +
1. Lima-Junior, D.S., et al., Inflammasome-derived IL-1[beta] production induces nitric oxide-mediated resistance to Leishmania. Nat Med, 2013. 19(7): p. 909-915.<br>
 +
2. Srivastava, S., et al., Leishmania expressed lipophosphoglycan interacts with Toll-like receptor (TLR)-2 to decrease TLR-9 expression and reduce anti-leishmanial responses. Clin Exp Immunol, 2013. 172(3): p. 403-9.<br>
 +
3. Lang, T., et al., Distribution of MHC class I and of MHC class II molecules in macrophages infected with Leishmania amazonensis. J Cell Sci, 1994. 107 ( Pt 1): p. 69-82.<br>
 +
4. Dutta, S., K. Waki, and K.P. Chang, Combinational sensitization of Leishmania with uroporphyrin and aluminum phthalocyanine synergistically enhances their photodynamic inactivation in vitro and in vivo. Photochem Photobiol, 2012. 88(3): p. 620-5.<br>
 +
5. Dutta, S., et al., Intracellular targeting specificity of novel phthalocyanines assessed in a host-parasite model for developing potential photodynamic medicine. PLoS One, 2011. 6(6): p. e20786.<br>
 +
</div>
 +
 +
</div>
 +
<br><br>
 +
</div>
 +
 +
<div class="end2" style="margin-top:230%;">
 +
<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>
 +
<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:43, 2 December 2016




Design



Project Design

Leijuvant is a whole new kind of adjuvant that uses Leishmania as an effective T cell stimulator. Leishmania is a parasite that specifically lives within macrophage, a professional antigen presenting cell (APC). As a potential vaccine adjuvant, Leishmania possess many advantages, including APC recruitment, pattern recognition receptor (PRR) activation, inflammasome activation, activation of MHC-presenting pathway and most important of all, T cell activation[1],[2],[3]. We adapted a combinational approach by loading the Leishmania DT mutants both endogenously and exogenously with different chemicals. After the chemicals are illuminated by specific wavelength of light, double-photo inactivation will kill Leishmania thoroughly. Thus, transgenic mutant of Leishmania that can be inactivated by light exposure acts as a safe carrier to deliver specific antigens to APCs[4].


Photo-inactivated Leishmania has been proven to activate CD8 and CD4 T cells[5]. However, further activation of B cells has not been confirmed. As a vaccine adjuvant, persistent antibody production against specific antigen is an essential parameter in evaluating vaccine efficacy. B cell needs the stimulation from both the intact antigen and antigen-specific CD4 T cell simultaneously in order to differentiate into plasma cell in producing antibodies.Therefore, we hypothesized that genetically engineered Leishmania that express specific antigen can serve as an adjuvant that deliver antigens into APCs.

The photo-inactivated Leishmania will be engulfed by APCs and activate T cells via MHC molecules. With the company of intact vaccine antigen, they can stimulate B cell form both ways and induce antibody production.


Experimental design

Our experiments can be divided into four main parts:
  1. Ecoli-Leishmania shuttle vector-the Leishmania antigen expression system
  2. In vivo test for validation of our concept of LEIJUVANT
  3. In vitro test for proving our software prediction system, McHug, and our concept
  4. As for the social experiments, we designed questionnaires to study the public's general knowledge level on vaccines




In order to use Leishmania to deliver antigen into APCs to further activate immune response, we designed an E. coli-Leishmania shuttle vector to carry the antigen sequence into Leishmania through electroporation. Successfully tranfected Leishmania was isolated by drug selection and then subjected to double-photo inactivation. After insuring the death of Leishmania, we tested its effects on antibody production and T cell response through in vivo experiments. We co-injected Leijuvant with OVA protein subcutaneously into C57BL/6 mice. We also performed in vitro experiments to identify antigen peptide sequences binding to MHC molecules by mass spectrometry. It will validate the accuracy of our McHug prediction system.




To launch a medical product, it must go through multiple processes including R&D, scale-up production, risk-benefit assessment, and public perception survey. Thus, we visited professionals in different divisions of vaccine industries to learn more details about vaccine research and development as well as their opinions on our project. We also carried out a survey to acquire public perception toward our product and their knowledge on vaccines.



References:
1. Lima-Junior, D.S., et al., Inflammasome-derived IL-1[beta] production induces nitric oxide-mediated resistance to Leishmania. Nat Med, 2013. 19(7): p. 909-915.
2. Srivastava, S., et al., Leishmania expressed lipophosphoglycan interacts with Toll-like receptor (TLR)-2 to decrease TLR-9 expression and reduce anti-leishmanial responses. Clin Exp Immunol, 2013. 172(3): p. 403-9.
3. Lang, T., et al., Distribution of MHC class I and of MHC class II molecules in macrophages infected with Leishmania amazonensis. J Cell Sci, 1994. 107 ( Pt 1): p. 69-82.
4. Dutta, S., K. Waki, and K.P. Chang, Combinational sensitization of Leishmania with uroporphyrin and aluminum phthalocyanine synergistically enhances their photodynamic inactivation in vitro and in vivo. Photochem Photobiol, 2012. 88(3): p. 620-5.
5. Dutta, S., et al., Intracellular targeting specificity of novel phthalocyanines assessed in a host-parasite model for developing potential photodynamic medicine. PLoS One, 2011. 6(6): p. e20786.