JackieLiao (Talk | contribs) |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
− | |||
<style> | <style> | ||
#sideMenu | #sideMenu | ||
Line 15: | Line 14: | ||
#content { padding:0px; width:100%; margin-left:0%; margin-right:0%;} | #content { padding:0px; width:100%; margin-left:0%; margin-right:0%;} | ||
</style> | </style> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- ////////////////////// START TOP HEADER /////////////////////// --> | <!-- ////////////////////// START TOP HEADER /////////////////////// --> | ||
<head> | <head> | ||
Line 29: | Line 22: | ||
.top { | .top { | ||
position: absolute; | position: absolute; | ||
− | top: - | + | top: -1%; |
− | left: | + | left: 0%; |
− | + | ||
width: 100%; | width: 100%; | ||
− | height: | + | box-sizing:border-box; |
+ | height: 115px; | ||
font-family: Corbel; | font-family: Corbel; | ||
− | overflow: visible; | + | overflow:visible; |
+ | z-index: +1; | ||
} | } | ||
.mid { | .mid { | ||
position: absolute; | position: absolute; | ||
− | left: | + | left: 5%; |
− | width: | + | width: 80%; |
height: 100%; | height: 100%; | ||
font-family: Corbel; | font-family: Corbel; | ||
− | |||
} | } | ||
.headline { | .headline { | ||
Line 52: | Line 45: | ||
} | } | ||
.header-subnav { | .header-subnav { | ||
− | background: # | + | background: #0D014D; |
width: 100%; | width: 100%; | ||
position: absolute; | position: absolute; | ||
text-align: center; | text-align: center; | ||
margin: 0 auto; | margin: 0 auto; | ||
− | top: | + | top: 117%; |
− | + | left: 0%; | |
font-family: Corbel; | font-family: Corbel; | ||
+ | z-index:-1; | ||
} | } | ||
.header-subnav li { | .header-subnav li { | ||
Line 91: | Line 85: | ||
.circle { | .circle { | ||
position:absolute; | position:absolute; | ||
− | left: | + | left: 85.5%; |
− | top: | + | top: 70%; |
width: 180px; | width: 180px; | ||
height: 180px; | height: 180px; | ||
− | background: # | + | background: #0D014D; |
-moz-border-radius: 90px; | -moz-border-radius: 90px; | ||
-webkit-border-radius: 90px; | -webkit-border-radius: 90px; | ||
Line 102: | Line 96: | ||
.left { | .left { | ||
position: fixed; | position: fixed; | ||
− | left: | + | left: 25px; |
− | top: | + | top: 230px; |
font-family: Corbel; | font-family: Corbel; | ||
background: rgba(250, 250, 250, 0.15); | background: rgba(250, 250, 250, 0.15); | ||
− | width: | + | width: 170px; |
z-index:+1; | z-index:+1; | ||
} | } | ||
Line 252: | Line 246: | ||
background-color: #FF8800; | background-color: #FF8800; | ||
height: 2px; | 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%; | ||
} | } | ||
</style> | </style> | ||
Line 271: | Line 273: | ||
//USE SCROLL WHEEL FOR THIS FIDDLE DEMO | //USE SCROLL WHEEL FOR THIS FIDDLE DEMO | ||
+ | |||
+ | |||
</script> | </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> | <body> | ||
<div class="top"> | <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"> | |
− | <img | + | </div> |
− | + | ||
− | + | ||
</div> | </div> | ||
<header class="top"> | <header class="top"> | ||
− | |||
<ul class="header-subnav"> | <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">HOME</a></li> | ||
Line 295: | Line 323: | ||
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Parts">PARTS</a></li> | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Parts">PARTS</a></li> | ||
</ul> | </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> | </header> | ||
− | <div class="left" style="height: | + | <div class="left" style="height:40%; border-color:#140731; border-radius:8px;border-width:2px;border-style:solid;"> |
− | <a href="#anchor0"><section class="left-tab" style="position:fixed;top: | + | <a href="#anchor0"><section class="left-tab" style="position:fixed;top:240px;left:35px;" id="myP" onmousedown="mouseDown()" onmouseup="mouseUp()">TOP</section> |
− | + | <a href="#anchor1"><section class="left-tab" style="position:fixed;top:275px;left:50px;">Overview</section> | |
− | + | <a href="https://2016.igem.org/Team:CGU_Taiwan/Design"><section class="left-tab" style="position:fixed;top:310px;left:50px;">Design</section> | |
− | <a href="#anchor1"><section class="left-tab" style="position:fixed;top: | + | <a href="https://2016.igem.org/Team:CGU_Taiwan/Background"><section class="left-tab" style="position:fixed;top:345px;left:50px;">Background</section> |
− | <a href="https://2016.igem.org/Team:CGU_Taiwan/Design"><section class="left-tab" style="position:fixed;top: | + | <a href="https://2016.igem.org/Team:CGU_Taiwan/Results"><section class="left-tab" style="position:fixed;top:380px;left:50px;">Results</section> |
− | <a href="https://2016.igem.org/Team:CGU_Taiwan/Background"><section class="left-tab" style="position:fixed;top: | + | <a href="https://2016.igem.org/Team:CGU_Taiwan/Proof"><section class="left-tab" style="position:fixed;top:415px;left:50px;">Proof concept</section> |
− | <a href="https://2016.igem.org/Team:CGU_Taiwan/Results"><section class="left-tab" style="position:fixed;top: | + | <a href="https://2016.igem.org/Team:CGU_Taiwan/Notebook"><section class="left-tab" style="position:fixed;top:450px;left:50px;">Notebook</section> |
− | <a href="https://2016.igem.org/Team:CGU_Taiwan/Proof"><section class="left-tab" style="position:fixed;top: | + | |
− | <a href="https://2016.igem.org/Team:CGU_Taiwan/Notebook"><section class="left-tab" style="position:fixed;top: | + | |
</div> | </div> | ||
− | |||
− | |||
− | |||
<br><br><br> | <br><br><br> | ||
− | < | + | <div class="mid"> |
− | + | <div style="font-size:60px;color:#FF8800;text-decoration:none;margin-left:18%;margin-top:15%;"> | |
− | + | Design | |
− | + | </div> | |
− | + | <br><br><br> | |
− | + | <b style="color:black;font-size:20px;margin-left:18%;">Project Design</b> | |
− | + | <div style="color:black;font-size:18px;margin-left:18%;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. 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. | |
− | + | </div> | |
− | 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. 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. | + | <br><br> |
− | + | ||
− | + | ||
− | </div> | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | + | <div class="mid" style="margin-top:40%;"> | |
+ | <br><br> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/2/25/CGU_Taiwan--design1.jpg" style="float:left;width:34%;height:480%;margin-left:18%;margin-right:8%;"> | ||
+ | <div style="color:black;font-size:18px;margin-left:18%;margin-right:5%;text-align:justify;text-decoration:none;"> | ||
+ | Photo-inactivated Leishmania has been proven to activate CD8 and CD4 T cells. 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. | ||
+ | </div> | ||
+ | <br><br> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 02:42, 21 November 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. 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.
Photo-inactivated Leishmania has been proven to activate CD8 and CD4 T cells. 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.