Team:Shanghai Metropolis

<link rel="stylesheet" type="text/css"

     href="https://2021.igem.org/Template:Shanghai_Metropolis/SwiperBundle?action=raw&ctype=text/css"/>

<link rel="stylesheet" type="text/css"

     href="https://2021.igem.org/Template:Shanghai_Metropolis/StyleCss?action=raw&ctype=text/css"/>
       <section class="abstract article">

ABSTRACT

Hand, Foot, and Mouth Disease

Hand-foot-and-mouth disease (HFMD) is a contagious viral infection, mostly occurring in children under the age of five. The condition is caused by a series of enteroviruses, including EV71, and VP1 is one of its pathogenic subunits. Since many of the infected children may be afraid of traditional injection-based vaccines, we are trying to develop an EV71 oral vaccine that will gain higher compliance among infant patients. Using E. coli and L. casei as the expressive system, we express the plasmids we constructed, pGEX-6P-1-VP1 and pGEX-6P-1-VP1-LTB. We hope that our project will shed light on the possibility and practicability of the EV71 subunit oral vaccine and pave the way for a much safer, more convenient, and efficient oral vaccine for children to defend against HFMD.

               <img src="https://2021.igem.org/File:T--Shanghai_Metropolis--img_index_1.png" alt="">
       </section>
       <section class="promotional article">

PROMOTIONAL VIDEO

           <video src="https://static.igem.org/mediawiki/2021/9/94/T--Shanghai_Metropolis--video_index_1.mp4" controls
                  preload="metadata"></video>
       </section>
   <script src="swiper-bundle.min.js"></script>
   <script>
       // resizerHeight
       function resizeHeight() {
           var screenWidth = document.body.offsetWidth;
           var swiperHeight = screenWidth * (966 / 1920);
           var logoGifHeight = screenWidth * (896 / 1920)
           document.documentElement.style.setProperty('--swiper-container-height', swiperHeight + "px")
           document.documentElement.style.setProperty('--gif-logo-height', logoGifHeight + "px")
       }
       window.onload = function () {
           // Swiper
           new Swiper('.swiper-container', {
               effect: 'fade',
               pagination: {
                   el: '.swiper-pagination',
                   clickable: true
               },
               autoplay: true,
           });
           // Height
           resizeHeight();
       }
       window.onresize = function () {
           // Height
           resizeHeight();
       }
   </script>

<script type="text/javascript"

       src="https://2021.igem.org/Template:Shanghai_Metropolis/SwiperBundleJS&action=raw&ctype=text/javascript"></script>