Difference between revisions of "Team:Evry/Project/Chassis"

(Created page with "<h2>Chassis selection for in vivo DC target</h2> <p class="text-justify">For personalized therapies based on our prediction of target antigen, we need a customizable chassis...")
 
Line 1: Line 1:
 +
{{Evry}}
 +
{{:Team:Evry/Template:SideNavbar}}
 +
<html>
 +
    <!-- Main Content -->
 +
<!-- Parallax div. Uncomment if you want to include one before page content -->
 +
<!--div class='side-body hidden-xs parallax' style="width: calc(100%-250px); height: 550px; background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://static.igem.org/mediawiki/2015/5/5d/Homepage_header_background_optimized.jpg'); background-size: cover;">
 +
      <div style="position: relative; top: 50%; transform: translateY(-50%);  -webkit-transform: translateY(-50%);">
 +
        <p class="text-center" style="font-weight: 300; font-size:4em; color: #ffffff; text-shadow: 0px 0px 8px #222222;">Parallax div big text.</p>
 +
        <p class="text-center" style="color: white;">Parallax div subtitle.</p>
 +
      </div>
 +
</div--> <!-- end parallax div -->
 +
 +
<div class="container">
 +
    <div class="side-body" id="content-body">
 +
        <div id='top-menu-anchor'></div>
 +
        <div id="top-menu"></div>
 +
        <div class="page-header">
 +
 
<h2>Chassis selection for in vivo DC target</h2>
 
<h2>Chassis selection for in vivo DC target</h2>
  
Line 32: Line 50:
  
 
• Pure protein vaccines with DEC205 are far less immunogenic than vaccine with micro-organisms mimicking pathogens and request an additional adjuvant. Moreover, the protein needs a prior step of antigen purification (26), leading us to develop this yeast surface display of DEC205 scFv fused to the antigen. The advantages of our system include better concentration of the yeast due to less diffusion than the protein DEC205 alone, the codelivery of both antigen and adjuvant, the possibility to target multiple DCs compartments at the same time (MHCI and MHC II) and the absence of purification step.
 
• Pure protein vaccines with DEC205 are far less immunogenic than vaccine with micro-organisms mimicking pathogens and request an additional adjuvant. Moreover, the protein needs a prior step of antigen purification (26), leading us to develop this yeast surface display of DEC205 scFv fused to the antigen. The advantages of our system include better concentration of the yeast due to less diffusion than the protein DEC205 alone, the codelivery of both antigen and adjuvant, the possibility to target multiple DCs compartments at the same time (MHCI and MHC II) and the absence of purification step.
 +
 +
</section>
 +
    </div><!-- end .side-body -->
 +
</div> <!-- end .container -->
 +
</div> <!-- end .row -->
 +
  <script defer="defer" type="text/javascript">
 +
// Parallax effect ftw
 +
(function(){
 +
  var parallax = document.querySelectorAll(".parallax"),
 +
      speed = 0.5;
 +
  window.onscroll = function(){
 +
    [].slice.call(parallax).forEach(function(el,i){
 +
      var windowYOffset = window.pageYOffset,
 +
          elBackgrounPos = "50% " + (windowYOffset * speed) + "px";
 +
      el.style.backgroundPosition = elBackgrounPos;
 +
    });
 +
  };
 +
})();
 +
 +
// Please let us add the active class of the 'Team' item on the menu, plus sub-item
 +
$('.side-menu .navbar-nav li').filter(function() { return $.text([this]).indexOf('Project') > -1; }).addClass('active');
 +
</script>
 +
</html>
 +
{{:Team:Evry/Template:Footer}}

Revision as of 21:08, 18 September 2015

Scroll to top To top