Difference between revisions of "Team:CGU Taiwan"

 
(466 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
<head>
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
 
<style>
 
<style>
nav ul ul {
+
        #sideMenu
display: none;
+
        {
}
+
        display:none; /* Disable the display of the annoying side main menu*/
 
+
        }
nav ul li:hover > ul {
+
       
display: block;
+
        #top_title
}
+
        {
nav ul {
+
        display:none; /* Disable the annoying title*/
background: #efefef;
+
        }
background: linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
+
background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
+
background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
+
box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
+
padding: 0 20px;
+
border-radius: 5px; 
+
list-style: none;
+
position: relative;
+
display: inline-table;
+
}
+
nav ul:after {
+
content: ""; clear: both; display: block;
+
}
+
nav ul li {
+
float: left;
+
}
+
nav ul li:hover {
+
background: #4b545f;
+
background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
+
background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
+
background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
+
}
+
nav ul li:hover a {
+
color: #fff;
+
}
+
+
nav ul li a {
+
display: block; padding: 15px 20px;
+
color: #757575; text-decoration: none;
+
}
+
nav ul ul {
+
background: #5f6975; border-radius: 0px; padding: 0;
+
position: absolute; top: 100%;
+
}
+
nav ul ul li {
+
float: none;
+
border-top: 1px solid #6b727c;
+
border-bottom: 1px solid #575f6a;
+
position: relative;
+
                z-index: 1;
+
}
+
nav ul ul li a {
+
padding: 15px 40px;
+
color: #fff;
+
}
+
nav ul ul li a:hover {
+
background: #4b545f;
+
}
+
  
 +
#content { padding:0px; width:100%; margin-left:0%; margin-right:0%;}
 
</style>
 
</style>
<nav>
+
 
<ul>
+
<html>
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Home">HOME</a></li>
+
<head>
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Team">TEAM</a></li>
+
<style>
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Project">PROJECT</a>
+
body {
    <ul>
+
  background-color:white;
        <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Description">DESCRIPTION</a></li>
+
        <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Design">DESIGN</a></li>
+
        <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Proof">PROOF</a></li>
+
    </ul>
+
</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Wet Lab">WET LAB</a>
+
    <ul>
+
        <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Experiments">EXPERIMENTS</a></li>
+
        <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Schedule">SCHEDULE</a></li>
+
        <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Results">RESULTS</a></li>
+
    </ul>
+
</li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Model">MODELING</a>
+
    <ul>
+
        <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Software">SOFTWARE</a></li>
+
    </ul>
+
</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/Attributions">ATTRIBUTION</a></li>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Notebook">NOTEBOOK</a>
+
    <ul>
+
        <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Safety">SAFETY</a></li>
+
        <li><a href="https://2016.igem.org/Team:CGU_Taiwan/News">NEWS</a></li>
+
    </ul>
+
</li>
+
</ul>
+
</nav>
+
<style type="text/css">
+
body{
+
    margin:0px;
+
    background:#000;
+
 
}
 
}
.header-cont {
+
.top {
    width:100%;
+
  position: absolute;
    position:fixed;
+
  top: -1%;
    top:0px;
+
  left: 0%;
 +
  width: 100%;
 +
  box-sizing:border-box;
 +
  height: 115px;
 +
  font-family: Corbel;
 +
  overflow: visible;
 +
  z-index: +1;
 
}
 
}
.header {
+
.mid {
    height:50px;
+
  position: absolute;
    background:#F0F0F0;
+
  left: 5%;
    border:1px solid #CCC;
+
  width: 80%;
    width:960px;
+
  height: 100%;
    margin:0px auto;
+
  font-family: Corbel;
 
}
 
}
.content {
+
.mid2 {
    width:960px;
+
  position: absolute;
    background: #F0F0F0;
+
  left: 0%;
    border: 1px solid #CCC;
+
  width: 100%;
    height: 2000px;
+
  height: 100%;
    margin: 70px auto;
+
  font-family: Corbel;
 
}
 
}
</style>
+
.headline {
</head>
+
     color: #ffe;
<body>
+
    text-align: center;
+
    padding-top: 40px;
<div class="header-cont">
+
    padding-bottom: 60px;
     <div></div>
+
</div>
+
+
<div></div>
+
<meta name="viewport" content="width=device-width, initial-scale=1">
+
 
+
<style>
+
* {box-sizing:border-box}
+
body {font-family: Verdana,sans-serif;margin:0}
+
 
+
/* Slideshow container */
+
.slideshow-container {
+
  max-width: 1000px;
+
  position: relative;
+
  margin: auto;
+
 
}
 
}
  
/* Next & previous buttons */
+
.header-subnav {
.prev, .next {
+
   float: none;
   cursor: pointer;
+
  background: #0D014D;
 
   position: absolute;
 
   position: absolute;
   top: 0;
+
   text-align: center;
   top: 50%;
+
  margin: 0 0;
   width: auto;
+
   top: 100%;
   padding: 16px;
+
   width: 100%;
   margin-top: -22px;
+
  box-sizing: border-box;
   color: white;
+
  font-family: Corbel;
 +
}
 +
.header-subnav li {
 +
  float: none;
 +
  display: inline-block;
 +
}
 +
.header-subnav li a {
 +
   padding: 13px 1rem;
 +
   font-size: 13px;
 +
  text-decoration: none;
 +
   color: #ffe;
 +
  text-transform: uppercase;
 +
  display: block;
 
   font-weight: bold;
 
   font-weight: bold;
   font-size: 18px;
+
   letter-spacing: 1px;
   transition: 0.6s ease;
+
   transition: all 0.35s ease-in-out;
   border-radius: 0 3px 3px 0;
+
}
 +
.header-subnav li a.is-active {
 +
  background: rgba(250, 250, 250, 0.15);
 +
}
 +
.header-subnav li a:hover {
 +
   border-radius: 6px;
 +
  background: #0080ff;
 +
  transition: all 0.35s ease-in-out;
 +
}
 +
.fixed1 {
 +
  position:fixed;
 +
  top: 13px;
 
}
 
}
 
+
.page {
/* Position the "next button" to the right */
+
.next {
+
  right: 0;
+
  border-radius: 3px 0 0 3px;
+
 
}
 
}
 
+
.end {
/* On hover, add a black background color with a little bit see-through */
+
  background-color:#0D014D;
.prev:hover, .next:hover {
+
  position: absolute;
   background-color: rgba(0,0,0,0.8);
+
  left: 0px;
 +
   width: 100%;
 +
  height: 30%;
 +
  font-family: Corbel;
 
}
 
}
 
+
hr {
/* Caption text */
+
  border: 0;
.text {
+
  width: 80%;
   color: #f2f2f2;
+
   color: #140731;
   font-size: 15px;
+
   background-color: #140731;
   padding: 8px 12px;
+
   height: 2px;
 +
}
 +
.end2 {
 +
  background-color:#0D014D;
 
   position: absolute;
 
   position: absolute;
  bottom: 8px;
 
 
   width: 100%;
 
   width: 100%;
   text-align: center;
+
   height: 35%;
 +
  font-family: Corbel;
 
}
 
}
 
+
.sitemap {
/* Number text (1/3 etc) */
+
   background-color:#0D014D;
.numbertext {
+
   color: #f2f2f2;
+
  font-size: 12px;
+
  padding: 8px 12px;
+
 
   position: absolute;
 
   position: absolute;
   top: 0;
+
   width: 20%;
 +
  height: 35%;
 +
  font-family: Corbel;
 
}
 
}
 
+
.list li {
/* The dots/bullets/indicators */
+
   list-style:none;
.dot {
+
   background-image:url(https://static.igem.org/mediawiki/2016/5/58/CGU_Taiwan--sitemap.jpg);  
   cursor:pointer;
+
   background-repeat:no-repeat;  
   height: 13px;
+
   background-position:10px;  
  width: 13px;
+
   background-size:9%;
   margin: 0 2px;
+
   margin-bottom:-20%;
   background-color: #bbb;
+
   border-radius: 50%;
+
   display: inline-block;
+
  transition: background-color 0.6s ease;
+
 
}
 
}
 
+
.list2 li {
.active, .dot:hover {
+
  list-style:none;
   background-color: #717171;
+
  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 {
/* Fading animation */
+
   list-style:none;
.fade {
+
  background-image:url(https://static.igem.org/mediawiki/2016/3/31/CGU_Taiwan--sitemap3.jpg);  
   -webkit-animation-name: fade;
+
   background-repeat:no-repeat;
   -webkit-animation-duration: 1.5s;
+
  background-position:5%;  
   animation-name: fade;
+
   background-size:2%;
   animation-duration: 1.5s;
+
   margin-bottom:-10%;
 
}
 
}
 +
</style>
 +
</head>
  
@-webkit-keyframes fade {
+
<script>
  from {opacity: .4}
+
/* Dynamic top menu positioning
  to {opacity: 1}
+
*
}
+
*/
 +
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');
 +
    }
 +
});
  
@keyframes fade {
 
  from {opacity: .4}
 
  to {opacity: 1}
 
}
 
  
/* On smaller screens, decrease text size */
+
//USE SCROLL WHEEL FOR THIS FIDDLE DEMO
@media only screen and (max-width: 300px) {
+
</script>
  .slprev, .slnext,.text {font-size: 11px}
+
 
}
+
</style>
+
 
<body>
 
<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 class="slideshow-container">
+
<header class="top">
 +
    <div 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><a href="https://2016.igem.org/Team:CGU_Taiwan/Interlab">INTERLAB</a></li>
 +
    <li><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>
 +
  </div>
 +
</header>
 +
<br><br><br>
 +
<div>
 +
<br><br><br><br>
 +
<video margin-top="5%" width="100%" height="700px" controls  autoplay>
 +
<source src="https://static.igem.org/mediawiki/2016/4/41/CGU_Taiwan--video4.mp4" type="video/mp4">
 +
</video>
 +
</div>
  
<div class="mySlides fade">
+
<br><br><br>
  <div class="numbertext">1 / 3</div>
+
<div class="mid">
  <img src="https://static.igem.org/mediawiki/2016/b/b4/Chang_Gung_university.jpeg" style="width:100%">
+
<div style="font-size:60px;color:#140731;text-decoration:none;margin-left:45%;">
  <div class="text">Caption Text</div>
+
<br><br><br><br>
 +
Abstract
 +
</div>
 +
<br></br>
 +
<br></br>
 +
<b style="color:black;font-size:25px;margin-left:10%;">Leijuvant- A Revolutionary Choice of Vaccine Helper</b><br><br>
 +
<div style="color:black;font-size:18px;margin-left:10%;text-align:justify;">
 +
For many infectious diseases that still don’t have an effective vaccine, enhancing T cell immune response may be the key point to solve this problem. Leijuvant represents a whole new perspective 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. Genetically-engineered Leishmania that can be inactivated by light exposure acts as a safe carrier to deliver specific antigens to APCs for activation of T cells and B cell stimulation. Based on this concept, we established a new model system to generate antigen-specific Leishmania adjuvant-- Leijuvant. We further designed a user-friendly MHC peptide prediction software to integrate key protein information and optimize the presentation of antigen peptides by MHC molecules. Our ultimate goal is to introduce Leijuvant as an effective, safe, and antigen-specific adjuvant to the vaccine industry and the general public.
 +
</div>
 +
<br><br>
 
</div>
 
</div>
  
<div class="mySlides fade">
+
<div class="mid2" style="background-color:#d0d0d0;top:130%;">
  <div class="numbertext">2 / 3</div>
+
<div style="font-size:60px;color:#140731;margin-left:35%;margin-top:2%;">
  <img src="img_fjords_wide.jpg" style="width:100%">
+
<br>
  <div class="text">Caption Two</div>
+
Start the Journey
 +
</div>
 +
<br></br>
 +
<br></br>
 +
<a href="https://2016.igem.org/Team:CGU_Taiwan/Description"><img style="border-radius:50%;border:10px solid #140731;padding:5px;width:20%;height:25%;position:absolute;margin-left:10%;" src="https://static.igem.org/mediawiki/2016/4/40/CGU_Taiwan--t4.jpg">
 +
<h2 style="font-size:35px;color:#140731;position:absolute;left:15%;top:490px;z-index:+1;text-decoration:none;">PROJECT</h2></a>
 +
<a href="http://facebook.com/igemcgu"><img style="border-radius:50%;border:10px solid #140731;padding:5px;width:20%;height:25%;position:absolute;margin-left:38%;" src="https://static.igem.org/mediawiki/2016/c/cd/CGU_Taiwan--macrophage.jpg">
 +
<h3 style="font-size:35px;color:#140731;position:absolute;left:45%;top:490px;text-decoration:none;">NEWS</h3></a>
 +
<a href="https://2016.igem.org/Team:CGU_Taiwan/Results"><img style="border-radius:50%;border:10px solid #140731;padding:5px;width:20%;height:25%;position:absolute;margin-left:66%;" src="https://static.igem.org/mediawiki/2016/7/7c/CGU_Taiwan--HA.jpg">
 +
<h4 style="font-size:35px;color:#140731;position:absolute;left:72%;top:490px;text-decoration:none;">RESULTS</h4></a>
 
</div>
 
</div>
  
<div class="mySlides fade">
+
<div class="end" style="top:190%;">
  <div class="numbertext">3 / 3</div>
+
<div style="font-size:20px;color:white;text-decoration:none;margin-left:20%;margin-top:5%;">
  <img src="img_mountains_wide.jpg" style="width:100%">
+
Chang Gung University
  <div class="text">Caption Three</div>
+
 
</div>
 
</div>
 +
<br>
 +
<div style="color:white;font-size:15px;margin-left:10%;text-align:justify;">
 +
No.259, Wenhua 1st Rd., Guishan Dist., Taoyuan City 33302, Taiwan (R.O.C.)
 +
<br>
 +
TEL: +886-3-2118800 FAX:+886-3-2118700
 +
<img src="https://static.igem.org/mediawiki/2016/e/eb/CGU_Taiwan--sponsor0.6.jpg" style="position:absolute;top:0%;margin-left:25%;width:35%;height:45%;margin-top:3%;">
 +
</div>
 +
</div>
 +
<br><br><br><br><br>
  
<a class="prev" onclick="plusSlides(-1)"></a>
+
<div class="end2" style="top:210%;">
<a class="next" onclick="plusSlides(1)"></a>
+
<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:50%;height:90%;position:absolute;margin-left:2%;" src="https://static.igem.org/mediawiki/2016/0/03/CGU_Taiwan--leishmania3.jpg">
 +
</div>
  
 +
<div class="sitemap" style="margin-left:22%;margin-top:-1%;">
 +
<ul class="list" 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>
<br>
 
  
<div style="text-align:center">
+
<div class="sitemap" style="margin-left:40%;margin-top:-2%;">
  <span class="dot" onclick="currentSlide(1)"></span>
+
<ul class="list" class="margin-left:5%;">
  <span class="dot" onclick="currentSlide(2)"></span>
+
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Description"><b style="color:white;font-size:18px;margin-left:20%;">PROJECT</li></a>
  <span class="dot" onclick="currentSlide(3)"></span>
+
<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>
  
<script>
+
<div class="sitemap" style="margin-left:55%;margin-top:-3.5%;">
var slideIndex = 1;
+
<ul class="list" class="margin-left:5%;">
showSlides(slideIndex);
+
<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>
  
function plusSlides(n) {
+
<div class="sitemap" style="margin-left:75%;margin-top:-3.5%;">
  showSlides(slideIndex += n);
+
<ul class="list" 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="list" class="margin-left:1%;">
 +
<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>
  
function currentSlide(n) {
 
  showSlides(slideIndex = n);
 
}
 
  
function showSlides(n) {
+
</div>
  var i;
+
 
  var slides = document.getElementsByClassName("mySlides");
+
  var dots = document.getElementsByClassName("dot");
+
  if (n > slides.length) {slideIndex = 1}
+
  if (n < 1) {slideIndex = slides.length}
+
  for (i = 0; i < slides.length; i++) {
+
      slides[i].style.display = "none";
+
  }
+
  for (i = 0; i < dots.length; i++) {
+
      dots[i].className = dots[i].className.replace(" active", "");
+
  }
+
  slides[slideIndex-1].style.display = "block";
+
  dots[slideIndex-1].className += " active";
+
}
+
</script>
+
  
</body>
 
</head>
 
 
</html>
 
</html>

Latest revision as of 07:04, 2 December 2016















Abstract




Leijuvant- A Revolutionary Choice of Vaccine Helper

For many infectious diseases that still don’t have an effective vaccine, enhancing T cell immune response may be the key point to solve this problem. Leijuvant represents a whole new perspective 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. Genetically-engineered Leishmania that can be inactivated by light exposure acts as a safe carrier to deliver specific antigens to APCs for activation of T cells and B cell stimulation. Based on this concept, we established a new model system to generate antigen-specific Leishmania adjuvant-- Leijuvant. We further designed a user-friendly MHC peptide prediction software to integrate key protein information and optimize the presentation of antigen peptides by MHC molecules. Our ultimate goal is to introduce Leijuvant as an effective, safe, and antigen-specific adjuvant to the vaccine industry and the general public.



Start the Journey




PROJECT

NEWS

RESULTS

Chang Gung University

No.259, Wenhua 1st Rd., Guishan Dist., Taoyuan City 33302, Taiwan (R.O.C.)
TEL: +886-3-2118800 FAX:+886-3-2118700