Difference between revisions of "Team:Tongji China/test do not link"

Line 42: Line 42:
 
       margin-bottom: 40px;
 
       margin-bottom: 40px;
 
       z-index: 900;
 
       z-index: 900;
 +
    }
 +
 +
    a {
 +
      text-decoration: none;
 +
      color: rgba(20,20,20,1);
 +
    }
 +
    /* unvisited link */
 +
    a:link {
 +
      color: green;
 +
    }
 +
 +
    /* visited link */
 +
    a:visited {
 +
      color: DarkGreen;
 +
    }
 +
 +
    /* mouse over link */
 +
    a:hover {
 +
      color: red;
 +
    }
 +
 +
    /* selected link */
 +
    a:active {
 +
      color: blue;
 
     }
 
     }
  
Line 90: Line 114:
  
 
     .logolayout{
 
     .logolayout{
      width: 22% !important;
+
        width: 22% !important;
      margin: 1.5% !important;
+
        margin: 1.5% !important;
 
     }
 
     }
  
     .dropdown {
+
     @font-face {
    position: relative;
+
        font-family: NewCustomFont;
    display: inline-block;
+
        src: url(https://static.igem.org/mediawiki/2017/8/87/2017tongji_fonts_homepage.ttf) format('truetype');
 
     }
 
     }
  
     .desktopview {
+
     /*DROPDOWN*/
    }
+
  
     .mobileview-header {
+
     .dropdown {
 +
        position: relative;
 +
        display: inline-block;
 +
        vertical-align: bottom;
 +
        width: 100px;
 +
        height: 150px;
 +
        top: 50px;
 +
        padding-left: 10px;
 +
        padding-right: 10px;
 
     }
 
     }
 
+
     .dropdown a {
     .mobileview-drawer {
+
        /*color: black;*/
    }
+
        /*padding: 16px;*/
 
+
        text-align: center;
    .mobileview-title {
+
        text-decoration: none;
      padding-top: 100px
+
        /*display: block;*/
 +
        font-family: NewCustomFont;
 
     }
 
     }
 +
    /*.dropdown:hover {
 +
        background-color: rgba(255,255,255,0.66);
 +
    }*/
 +
    /*.dropdown a {
 +
      vertical-align: bottom;
 +
      z-index: 999;
 +
    }*/
 +
    /*.dropdown-back {
 +
        position: absolute;
 +
        bottom: 0px;
 +
        left: 0px;
 +
        background-color: rgba(255,255,255,0);
 +
        width: 100%;
 +
        height: 100px;
 +
    }*/
 +
    /*.dropdown:hover .dropdown-back {
 +
        background-color: rgba(255,255,255,0.66);
 +
    }*/
  
 
     .dropdown-content {
 
     .dropdown-content {
Line 116: Line 166:
 
         position: absolute;
 
         position: absolute;
 
         background-color: rgba(255,255,255,0.5);
 
         background-color: rgba(255,255,255,0.5);
         width: 100px;
+
         width: 140px;
 
         /*min-width: 160px;*/
 
         /*min-width: 160px;*/
 
         /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
 
         /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
 
         z-index: 1;
 
         z-index: 1;
 
     }
 
     }
 
 
     .dropdown-content a {
 
     .dropdown-content a {
 
         /*color: black;*/
 
         /*color: black;*/
         padding: 16px;
+
         padding-top: 8px;
 +
        padding-bottom: 8px;
 +
        /*padding-left: 8px;*/
 +
        /*padding-right: 8px;*/
 
         text-decoration: none;
 
         text-decoration: none;
 
         display: block;
 
         display: block;
 +
        /*font-size: 120%;*/
 +
        font-family: NewCustomFont;
 
     }
 
     }
 
 
     .dropdown:hover .dropdown-content {
 
     .dropdown:hover .dropdown-content {
 
         display: block;
 
         display: block;
 
     }
 
     }
 +
    .dropdown-content a:hover {background-color: rgba(255,255,255,0.8)}
  
     .dropdown:hover {
+
     .dropdown-title {
         background-color: rgba(255,255,255,0.66);
+
         width: 140px;
 
     }
 
     }
 +
    .dropdown-title a {
 +
      padding-top: 8px;
 +
      padding-bottom: 8px;
 +
      padding-left: 16px;
 +
      padding-right: 16px;
 +
      text-decoration: none;
 +
      display: block;
 +
      font-size: 130%;
 +
      font-family: NewCustomFont;
 +
    }
 +
    .dropdown:hover .dropdown-title {
 +
        background-color: rgba(255,255,255,0.5);
 +
    }
 +
    .dropdown-title a:hover {background-color: rgba(255,255,255,0.8)}
  
     .dropdown-content a:hover {background-color: rgba(255,255,255,0.8)}
+
     .dropdown-image {
 +
      padding-left: 20px;
 +
      padding-right: 20px;
 +
    }
 +
 
 +
    .desktopview {
 +
      position: relative;
 +
      height: 800px;
 +
      width: auto;
 +
      background-color: #f3f3f3;
 +
      background: url('https://static.igem.org/mediawiki/2017/9/9f/2017_tongji_wiki_image_homepage_backgroud2.png') center no-repeat;
 +
      background-size: cover;
 +
    }
 +
 
 +
    .mobileview-header {
 +
    }
 +
 
 +
    .mobileview-drawer {
 +
    }
 +
 
 +
    .mobileview-title {
 +
      padding-top: 100px
 +
    }
  
 
     @media only screen and (max-device-width: 1200px) {
 
     @media only screen and (max-device-width: 1200px) {
Line 176: Line 266:
 
         top: -1000px !important;
 
         top: -1000px !important;
 
         display: none !important;
 
         display: none !important;
 +
        background: none;
 
       }
 
       }
 
       /*.mobileview-header {
 
       /*.mobileview-header {
Line 208: Line 299:
 
       document.getElementById('content').style.width='100%';
 
       document.getElementById('content').style.width='100%';
 
     }
 
     }
 +
    window.setTimeout(closeMenuDiv,0);
 +
    window.setTimeout(closeMenuDiv,10);
 +
    window.setTimeout(closeMenuDiv,20);
 
     window.setTimeout(closeMenuDiv,50);
 
     window.setTimeout(closeMenuDiv,50);
 
     window.setTimeout(closeMenuDiv,100);
 
     window.setTimeout(closeMenuDiv,100);
 +
    window.setTimeout(closeMenuDiv,200);
 
     window.setTimeout(closeMenuDiv,500);
 
     window.setTimeout(closeMenuDiv,500);
 
     window.setTimeout(closeMenuDiv,1000);
 
     window.setTimeout(closeMenuDiv,1000);
 +
    window.setTimeout(closeMenuDiv,2000);
 
     window.setTimeout(closeMenuDiv,5000);
 
     window.setTimeout(closeMenuDiv,5000);
 
     window.setTimeout(closeMenuDiv,10000);
 
     window.setTimeout(closeMenuDiv,10000);
 +
    window.setTimeout(closeMenuDiv,20000);
  
 
     function playIntroVideo(){
 
     function playIntroVideo(){
Line 246: Line 343:
 
           </div>
 
           </div>
 
           <span class="android-mobile-title mdl-layout-title">
 
           <span class="android-mobile-title mdl-layout-title">
             <div class="logo-font">TongJi iGEM</div>
+
             <div class="logo-font">Tongji iGEM</div>
 
           </span>
 
           </span>
 
         </div>
 
         </div>
Line 304: Line 401:
  
 
         <!-- Title and Subtitle -->
 
         <!-- Title and Subtitle -->
         <div class="mdl-typography--text-center mobileview-title" style="height:800px; background:url('https://static.igem.org/mediawiki/2017/9/9f/2017_tongji_wiki_image_homepage_backgroud2.png') center no-repeat; background-size:cover;">
+
         <div class="mdl-typography--text-center mobileview-title" style="height:700px; background:url('https://static.igem.org/mediawiki/2017/9/9f/2017_tongji_wiki_image_homepage_backgroud2.png') center no-repeat; background-size:cover;">
 
           <div class="logo-font android-slogan" style="color:#388E3C;">Ignis Fly</div>
 
           <div class="logo-font android-slogan" style="color:#388E3C;">Ignis Fly</div>
 
           <div class="logo-font android-sub-slogan" style="color:#757575;">
 
           <div class="logo-font android-sub-slogan" style="color:#757575;">
 
             Welcome to our wiki!<br>
 
             Welcome to our wiki!<br>
             <i class="material-icons">expand_more</i>
+
             <!-- <i class="material-icons">expand_more</i> -->
 
           </div>
 
           </div>
 
         </div>
 
         </div>
  
 
         <!-- DESKTOP VIEW -->
 
         <!-- DESKTOP VIEW -->
         <div class="desktopview" style="position:relative; height:750px; width:auto; background-color:#f3f3f3; background:url('https://static.igem.org/mediawiki/2017/9/9f/2017_tongji_wiki_image_homepage_backgroud2.png') center no-repeat; background-size:cover;">
+
         <div class="desktopview" style="">
  
           <!-- Ignis Fly Logo -->
+
           <!-- Ignis Fly Title -->
           <div style="position:absolute; margin:auto; left:0; right:0; bottom:0; top:0; width:50%; height:auto; text-align:center; vertical-align:middle;">
+
           <div style="position:relative; margin:auto; left:0; right:0; bottom:0; top:0; width:100%; height:100%; text-align:center; vertical-align:middle;">
             <div style="position:absolute; margin:auto; left:0; right:0; bottom:0; top:200">
+
             <img style="margin-top:250px; width:600px" src="https://static.igem.org/mediawiki/2017/1/15/2017_tongji_wiki_homepage_title.png" alt="Ignis Fly">
              <img width="100%" style="" src="https://static.igem.org/mediawiki/2017/1/15/2017_tongji_wiki_homepage_title.png" alt="Ignis Fly">
+
            <!-- <div style="vertical-align: middle;">Something</div> -->
+
              Hello
+
            </div>
+
 
           </div>
 
           </div>
 +
 +
          <!-- Tongji iGEM Logo -->
 +
          <!-- <div style="position:absolute; left:0; top:0; width:150px; height:auto;">
 +
            <img width="100%" style="" src="https://static.igem.org/mediawiki/2017/8/82/2017_tongji_wiki_image_homepage_logo_of_tongji.png" alt="Ignis Fly">
 +
          </div> -->
  
 
           <!-- Icons -->
 
           <!-- Icons -->
           <div style="position:absolute; top:0px; width:100%; height:200px; text-align:center">
+
           <div style="position:absolute; top:0px; left:0px; width:100%; height:170px; text-align:center">
  
             <div style="position:absolute; bottom:0px; width:100%; height:150px;  background:rgba(255,255,255,0.4);">
+
             <div style="position:absolute; bottom:0px; left:0px; width:100%; height:85px;  background:rgba(255,255,255,0.5);">
 
             </div>
 
             </div>
  
             <div style="position:absolute; bottom:0px; width:100%; height:150px; text-align:center">
+
             <div style="position:absolute; bottom:0px; left:0px; width:100%; height:200px; text-align:center; margin-right: 40px">
               <div class="dropdown" style="display:inline-block; vertical-align:bottom; width:100px; height:150px">
+
 
                 <a href="https://2017.igem.org/Team:Tongji_China/Team">
+
               <div class="dropdown">
                   <img src="https://dummyimage.com/300x600/fff/000" alt="Trolltunga Norway" width="100%" height="100%" style="opacity:0">
+
                <div class="dropdown-back"></div>
 +
                 <a href="https://2017.igem.org/Team:Tongji_China/Model">
 +
                   <img class="dropdown-image" src="https://static.igem.org/mediawiki/2017/3/30/2017_tongji_wiki_homepage_image_MODEL2.png" alt="Model" width="100%" height="100%">
 +
                  <!-- <div class="dropdown-title">Model</div> -->
 
                 </a>
 
                 </a>
                 <div class="dropdown-content">
+
                 <div class="dropdown-title">
                   <a href="https://2017.igem.org/Team:Tongji_China/Team">
+
                  <a href="https://2017.igem.org/Team:Tongji_China/Model" style="font-family: NewCustomFont;">
 +
                    Model
 +
                  </a>
 +
                </div>
 +
                <!-- <div class="dropdown-content">
 +
                   <a href="https://2017.igem.org/Team:Tongji_China/Team" style="font-family: NewCustomFont;">
 
                     Team
 
                     Team
 
                   </a>
 
                   </a>
                   <a href="https://2017.igem.org/Team:Tongji_China/Attributions">
+
                   <a href="https://2017.igem.org/Team:Tongji_China/Attributions" style="font-family: NewCustomFont;">
 
                     Attributions
 
                     Attributions
 +
                  </a>
 +
                </div> -->
 +
              </div>
 +
 +
              <div class="dropdown">
 +
                <div class="dropdown-back"></div>
 +
                <a href="https://2017.igem.org/Team:Tongji_China/Judging_Form">
 +
                  <img class="dropdown-image" src="https://static.igem.org/mediawiki/2017/5/5c/2017_tongji_wiki_homepage_image_awards.png" alt="Awards" width="100%" height="100%">
 +
                  <!-- <div class="dropdown-title">Awards</div> -->
 +
                </a>
 +
                <div class="dropdown-title">
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Judging_Form" style="font-family: NewCustomFont;">
 +
                    Awards
 +
                  </a>
 +
                </div>
 +
                <div class="dropdown-content">
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Judging_Form" style="font-family: NewCustomFont;">
 +
                    Judging Form
 +
                  </a>
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Model" style="font-family: NewCustomFont;">
 +
                    Model
 
                   </a>
 
                   </a>
 
                 </div>
 
                 </div>
 
               </div>
 
               </div>
  
               <div class="dropdown" style="display:inline-block; vertical-align:bottom; width:100px; height:150px">
+
               <div class="dropdown">
                 <a href="https://2017.igem.org/Team:Tongji_China/Team">
+
                <div class="dropdown-back"></div>
                   <img src="https://dummyimage.com/300x600/fff/000" alt="Trolltunga Norway" width="100%" height="100%" style="opacity:1">
+
                 <a href="https://2017.igem.org/Team:Tongji_China/Human_Practices">
 +
                   <img class="dropdown-image" src="https://static.igem.org/mediawiki/2017/d/d1/2017_tongji_wiki_homepage_image_HP2.png" alt="Human Practices" width="100%" height="100%" style="">
 +
                  <!-- <div class="dropdown-title">HP</div> -->
 
                 </a>
 
                 </a>
 +
                <div class="dropdown-title">
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Human_Practices" style="font-family: NewCustomFont;">
 +
                    HP
 +
                  </a>
 +
                </div>
 
                 <div class="dropdown-content">
 
                 <div class="dropdown-content">
                   <a href="https://2017.igem.org/Team:Tongji_China/Team">
+
                   <a href="https://2017.igem.org/Team:Tongji_China/HP/Silver" style="font-family: NewCustomFont;">
 +
                    HP Silver
 +
                  </a>
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/HP/Gold_Integrated" style="font-family: NewCustomFont;">
 +
                    HP Gold
 +
                  </a>
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Engagement" style="font-family: NewCustomFont;">
 +
                    Engagement
 +
                  </a>
 +
                </div>
 +
              </div>
 +
 
 +
              <div class="dropdown">
 +
                <!-- <div class="dropdown-back"></div> -->
 +
                <a href="https://2017.igem.org/Team:Tongji_China">
 +
                  <img class="dropdown-image" src="https://static.igem.org/mediawiki/2017/a/a6/2017_tongji_wiki_homepage_image_home2.png" alt="HOME" width="100%" height="100%" style="">
 +
                </a>
 +
                <!-- <div class="dropdown-content">
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Team" style="font-family: NewCustomFont;">
 
                     Team
 
                     Team
 
                   </a>
 
                   </a>
                   <a href="https://2017.igem.org/Team:Tongji_China/Attributions">
+
                   <a href="https://2017.igem.org/Team:Tongji_China/Attributions" style="font-family: NewCustomFont;">
 
                     Attributions
 
                     Attributions
 +
                  </a>
 +
                </div> -->
 +
              </div>
 +
 +
              <div class="dropdown">
 +
                <div class="dropdown-back"></div>
 +
                <a href="https://2017.igem.org/Team:Tongji_China/Description">
 +
                  <img class="dropdown-image" src="https://static.igem.org/mediawiki/2017/9/92/2017_tongji_wiki_homepage_image_PROJECT2.png" alt="Project" width="100%" height="100%" style="">
 +
                  <!-- <div class="dropdown-title">Project</div> -->
 +
                </a>
 +
                <div class="dropdown-title">
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Description" style="font-family: NewCustomFont;">
 +
                    Project
 +
                  </a>
 +
                </div>
 +
                <div class="dropdown-content">
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Description" style="font-family: NewCustomFont;">
 +
                    Description
 +
                  </a>
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Design" style="font-family: NewCustomFont;">
 +
                    Design
 +
                  </a>
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Results" style="font-family: NewCustomFont;">
 +
                    Results
 
                   </a>
 
                   </a>
 
                 </div>
 
                 </div>
 
               </div>
 
               </div>
  
               <div class="dropdown" style="display:inline-block; vertical-align:bottom; width:100px; height:150px">
+
               <div class="dropdown">
 +
                <div class="dropdown-back"></div>
 
                 <a href="https://2017.igem.org/Team:Tongji_China/Team">
 
                 <a href="https://2017.igem.org/Team:Tongji_China/Team">
                   <img src="https://dummyimage.com/300x600/fff/000" alt="Trolltunga Norway" width="100%" height="100%" style="opacity:1">
+
                   <img class="dropdown-image" src="https://static.igem.org/mediawiki/2017/5/57/2017_tongji_wiki_homepage_image_TEAM2.png" alt="Team" width="100%" height="100%" style="">
 +
                  <!-- <div class="dropdown-title">Team</div> -->
 
                 </a>
 
                 </a>
                 <div class="dropdown-content">
+
                 <div class="dropdown-title">
                   <a href="https://2017.igem.org/Team:Tongji_China/Team">
+
                   <a href="https://2017.igem.org/Team:Tongji_China/Team" style="font-family: NewCustomFont;">
 
                     Team
 
                     Team
 
                   </a>
 
                   </a>
                   <a href="https://2017.igem.org/Team:Tongji_China/Attributions">
+
                </div>
 +
                <div class="dropdown-content">
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Team" style="font-family: NewCustomFont;">
 +
                    Members
 +
                  </a>
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Collaborations" style="font-family: NewCustomFont;">
 +
                    Collaborations
 +
                  </a>
 +
                   <a href="https://2017.igem.org/Team:Tongji_China/Attributions" style="font-family: NewCustomFont;">
 
                     Attributions
 
                     Attributions
 
                   </a>
 
                   </a>
 
                 </div>
 
                 </div>
 
               </div>
 
               </div>
            </div>
 
  
 +
              <div class="dropdown" style="margin-right: 40px">
 +
                <div class="dropdown-back"></div>
 +
                <a href="https://2017.igem.org/Team:Tongji_China/Experiments">
 +
                  <img class="dropdown-image" src="https://static.igem.org/mediawiki/2017/3/35/2017_tongji_wiki_homepage_image_LAB2.png" alt="Lab" width="100%" height="100%" style="">
 +
                  <!-- <div class="dropdown-title">Lab</div> -->
 +
                </a>
 +
                <div class="dropdown-title">
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Experiments" style="font-family: NewCustomFont;">
 +
                    Lab
 +
                  </a>
 +
                </div>
 +
                <div class="dropdown-content">
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Experiments" style="font-family: NewCustomFont;">
 +
                    Experiments
 +
                  </a>
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Parts" style="font-family: NewCustomFont;">
 +
                    Parts
 +
                  </a>
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/InterLab" style="font-family: NewCustomFont;">
 +
                    InterLab
 +
                  </a>
 +
                </div>
 +
              </div>
 +
 +
            </div>
 
           </div>
 
           </div>
 
         </div>
 
         </div>
  
 
         <!-- Video -->
 
         <!-- Video -->
         <div style="position:relative">
+
         <div class="demo-card-wide mdl-card mdl-shadow--2dp">
 
           <video width="100%" poster="https://static.igem.org/mediawiki/2017/a/aa/2017tongji_images_home_introduction_poster.jpg" id="IntroVideo" controls>
 
           <video width="100%" poster="https://static.igem.org/mediawiki/2017/a/aa/2017tongji_images_home_introduction_poster.jpg" id="IntroVideo" controls>
 
             <source src="https://static.igem.org/mediawiki/2017/5/52/2017tongji_video_home_introduction.mp4" type="video/mp4">
 
             <source src="https://static.igem.org/mediawiki/2017/5/52/2017tongji_video_home_introduction.mp4" type="video/mp4">
Line 389: Line 599:
 
         <div class="demo-card-wide mdl-card mdl-shadow--2dp">
 
         <div class="demo-card-wide mdl-card mdl-shadow--2dp">
 
           <div class="mdl-card__title" style="text-align:center">
 
           <div class="mdl-card__title" style="text-align:center">
             <h4 class="mdl-card__title-text" style="font-size: 250%; color:#5a5a5a">Description2</h4>
+
             <h4 class="mdl-card__title-text" style="font-size: 250%; color:#5a5a5a">The Project</h4>
 
           </div>
 
           </div>
 
           <div class="mdl-card__supporting-text" style="font-size: 115%">
 
           <div class="mdl-card__supporting-text" style="font-size: 115%">
             EVEN MORE INFORMATION
+
             There are many people who die of diseases that are spread by mosquitoes such as malaria, dengue fever and Zika. According to a WHO’s report, there are 429,000 deaths from malaria occurred in 2015. With our project we hope to help them.<br><br>
             EDITME
+
 
 +
            We had the idea for our project after we found an article reporting that pharmacological manipulation of dopamine levels could alter the sexual behaviour of fruits flies. Since mosquitoes and fruit flies both belong to Diptera, the system that was used in flies could also be used in mosquitos. We realised that this could be a way to control the mosquito population, giving use greater control over disease carrying mosquitos without wiping them out entirely.
 +
            For this reason we used the specificity promoter pleP that is only activated in dopaminergic neuron and the Gal80ts protein that is only activated in low temperature condition, and the UAS-GAL4 system to alter the sexual behaviour of fruits flies and control their population.<br><br>
 +
 
 +
             We are proud to say that our system has given promising results in our experiments and model. This is not the end though, we can continue to optimise our system. For example, we could put the constructs in a single chromosome. We could also extend our system to make it work at different temperatures (and thus environments). This way we will join Oxitec and Wolbachia in the fight against disease carrying mosquitoes!
 
           </div>
 
           </div>
 
           <div class="android-drawer-separator"></div>
 
           <div class="android-drawer-separator"></div>
 
         </div>
 
         </div>
 +
        <div style="clear:both"></div>
  
 
         <!-- Logos -->
 
         <!-- Logos -->
         <div style="text-align: center">
+
         <!-- <div style="text-align: center">
           <!-- One Logo -->
+
           One Logo
 
           <div class="demo-card-wide mdl-card mdl-shadow--2dp logolayout" style="text-align:left; display:inline-block; vertical-align:top; min-height:0px">
 
           <div class="demo-card-wide mdl-card mdl-shadow--2dp logolayout" style="text-align:left; display:inline-block; vertical-align:top; min-height:0px">
 
             <img src="LINK TO LOGO EDITME" alt="LOGO NAME EDITME" style="width:100%">
 
             <img src="LINK TO LOGO EDITME" alt="LOGO NAME EDITME" style="width:100%">
 
           </div>
 
           </div>
           <!-- One Logo -->
+
           One Logo
 
           <div class="demo-card-wide mdl-card mdl-shadow--2dp logolayout" style="text-align:left; display:inline-block; vertical-align:top; min-height:0px">
 
           <div class="demo-card-wide mdl-card mdl-shadow--2dp logolayout" style="text-align:left; display:inline-block; vertical-align:top; min-height:0px">
 
             <img src="LINK TO LOGO EDITME" alt="LOGO NAME EDITME" style="width:100%">
 
             <img src="LINK TO LOGO EDITME" alt="LOGO NAME EDITME" style="width:100%">
 
           </div>
 
           </div>
           <!-- One Logo -->
+
           One Logo
 
           <div class="demo-card-wide mdl-card mdl-shadow--2dp logolayout" style="text-align:left; display:inline-block; vertical-align:top; min-height:0px">
 
           <div class="demo-card-wide mdl-card mdl-shadow--2dp logolayout" style="text-align:left; display:inline-block; vertical-align:top; min-height:0px">
 
             <img src="LINK TO LOGO EDITME" alt="LOGO NAME EDITME" style="width:100%">
 
             <img src="LINK TO LOGO EDITME" alt="LOGO NAME EDITME" style="width:100%">
 
           </div>
 
           </div>
           <!-- One Logo -->
+
           One Logo
 
           <div class="demo-card-wide mdl-card mdl-shadow--2dp logolayout" style="text-align:left; display:inline-block; vertical-align:top; min-height:0px">
 
           <div class="demo-card-wide mdl-card mdl-shadow--2dp logolayout" style="text-align:left; display:inline-block; vertical-align:top; min-height:0px">
 
             <img src="LINK TO LOGO EDITME" alt="LOGO NAME EDITME" style="width:100%">
 
             <img src="LINK TO LOGO EDITME" alt="LOGO NAME EDITME" style="width:100%">
 
           </div>
 
           </div>
 +
        </div> -->
 +
        <!-- <div style="clear:both"></div> -->
 +
 +
        <div style="text-align: center; margin: 10px; margin-top:30px; width: 100%">
 +
          <img class="imagelayout" style="width: 25%" src="https://static.igem.org/mediawiki/2017/8/82/2017_tongji_wiki_image_homepage_logo_of_tongji.png" alt="Ignis Fly">
 +
          <br>
 +
          <img class="imagelayout" src="https://static.igem.org/mediawiki/2017/b/b6/2017_tongji_wiki_image_homepage_logo.png">
 
         </div>
 
         </div>
        <div style="clear:both"></div>
+
 
 +
 
 +
 
  
  
Line 423: Line 647:
 
         <!-- Go back Home -->
 
         <!-- Go back Home -->
 
         <div class="android-wear-section" style="height:250px">
 
         <div class="android-wear-section" style="height:250px">
           <div class="android-wear-band">
+
           <div class="android-wear-band"  style="position: relative">
 
             <div class="android-wear-band-text">
 
             <div class="android-wear-band-text">
               <div class="mdl-typography--display-2 mdl-typography--font-thin">That's it!</div>
+
               <div class="mdl-typography--display-2 mdl-typography--font-thin">Ignis Fly</div>
 
               <p class="mdl-typography--headline mdl-typography--font-thin" style="margin-bottom:0px">
 
               <p class="mdl-typography--headline mdl-typography--font-thin" style="margin-bottom:0px">
                This page has sadly ended, if you want you can go back
+
              Tongji_China iGEM 2017 Team<br>
 +
              <a class="mdl-typography--font-regular mdl-typography--text-uppercase android-alt-link" href="https://2017.igem.org/Team:Tongji_China/Description">Project<i class="material-icons">chevron_right</i>
 +
              </a>
 
               </p>
 
               </p>
               <p>
+
            </div>
                <a class="mdl-typography--font-regular mdl-typography--text-uppercase android-alt-link" href="">
+
            <div class="android-wear-band-text" style="position:absolute; text-align:right; margin: auto; right:0;>
                  Home&nbsp;<i class="material-icons">chevron_right</i>
+
              <div class="mdl-typography--display-2 mdl-typography--font-thin">Ignis Fly</div>
                </a>
+
               <p class="mdl-typography--headline mdl-typography--font-thin" style="margin-bottom:0px">
 +
              Tongji_China iGEM 2017 Team<br>
 +
              <a class="mdl-typography--font-regular mdl-typography--text-uppercase android-alt-link" href="https://2017.igem.org/Team:Tongji_China/Description">Project<i class="material-icons">chevron_right</i>
 +
              </a>
 
               </p>
 
               </p>
 
             </div>
 
             </div>
Line 438: Line 667:
 
         </div>
 
         </div>
  
        <footer class="android-footer mdl-mega-footer">
 
          <div class="mdl-mega-footer--top-section">
 
            <!-- <div class="mdl-mega-footer--left-section">
 
              <button class="mdl-mega-footer--social-btn"></button>
 
              &nbsp;
 
              <button class="mdl-mega-footer--social-btn"></button>
 
              &nbsp;
 
              <button class="mdl-mega-footer--social-btn"></button>
 
            </div> -->
 
            <div class="mdl-mega-footer--right-section">
 
              <a class="mdl-typography--font-light" href="#top">
 
                Back to Top
 
                <i class="material-icons">expand_less</i>
 
              </a>
 
            </div>
 
          </div>
 
  
           <div class="mdl-mega-footer--middle-section">
+
        <!-- <footer class="android-footer mdl-mega-footer" style="margin:0px; padding:0px">
             <p class="mdl-typography--font-light" style="text-align:right">This page was adapted from a template from getmdl.io</p>
+
           <div class="mdl-mega-footer--middle-section" style="margin:0px; padding:0px">
 +
             <p class="mdl-typography--font-light" style="text-align:right; margin:4px; margin-right:16px">This page was adapted from a template from getmdl.io</p>
 
           </div>
 
           </div>
 
+
        </footer> -->
          <!-- <div class="mdl-mega-footer--bottom-section">
+
            <a class="android-link android-link-menu mdl-typography--font-light" id="version-dropdown">
+
              iGEM quicklinks
+
              <i class="material-icons">arrow_drop_up</i>
+
            </a>
+
            <ul class="mdl-menu mdl-js-menu mdl-menu--top-left mdl-js-ripple-effect" for="version-dropdown">
+
              <li class="mdl-menu__item" href="https://2017.igem.org/Main_Page">Home Page</li>
+
              <li class="mdl-menu__item" href="https://twitter.com/iGEM">Twitter</li>
+
              <li class="mdl-menu__item" href="https://www.instagram.com/igem_hq/">Instagram</li>
+
              <li class="mdl-menu__item" href="https://www.facebook.com/iGEMFoundation/">Facebook</li>
+
            </ul>
+
            <a class="android-link android-link-menu mdl-typography--font-light" id="developers-dropdown">
+
              Another expandable
+
              <i class="material-icons">arrow_drop_up</i>
+
            </a>
+
            <ul class="mdl-menu mdl-js-menu mdl-menu--top-left mdl-js-ripple-effect" for="developers-dropdown">
+
              <li class="mdl-menu__item" href="">Info</li>
+
              <li class="mdl-menu__item" href="">Info 2</li>
+
              <li class="mdl-menu__item" href="">More</li>
+
              <li class="mdl-menu__item" href="">More2</li>
+
            </ul>
+
            <a class="android-link mdl-typography--font-light" href="">Blog</a>
+
            <a class="android-link mdl-typography--font-light" href="">Privacy Policy</a>
+
          </div> -->
+
 
+
        </footer>
+
 
       </div>
 
       </div>
 
     </div>
 
     </div>
 
   </body>
 
   </body>
 
</html>
 
</html>

Revision as of 01:00, 2 November 2017


Tongji iGEM
Tongji iGEM
Tongji iGEM
Ignis Fly
Welcome to our wiki!

The Project

There are many people who die of diseases that are spread by mosquitoes such as malaria, dengue fever and Zika. According to a WHO’s report, there are 429,000 deaths from malaria occurred in 2015. With our project we hope to help them.

We had the idea for our project after we found an article reporting that pharmacological manipulation of dopamine levels could alter the sexual behaviour of fruits flies. Since mosquitoes and fruit flies both belong to Diptera, the system that was used in flies could also be used in mosquitos. We realised that this could be a way to control the mosquito population, giving use greater control over disease carrying mosquitos without wiping them out entirely. For this reason we used the specificity promoter pleP that is only activated in dopaminergic neuron and the Gal80ts protein that is only activated in low temperature condition, and the UAS-GAL4 system to alter the sexual behaviour of fruits flies and control their population.

We are proud to say that our system has given promising results in our experiments and model. This is not the end though, we can continue to optimise our system. For example, we could put the constructs in a single chromosome. We could also extend our system to make it work at different temperatures (and thus environments). This way we will join Oxitec and Wolbachia in the fight against disease carrying mosquitoes!
Ignis Fly
Ignis Fly

Tongji_China iGEM 2017 Team
Projectchevron_right

Ignis Fly

Tongji_China iGEM 2017 Team
Projectchevron_right