Difference between revisions of "Team:Tongji China"

 
(32 intermediate revisions by 4 users not shown)
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;
 +
    }
 +
 
 +
    @font-face {
 +
        font-family: NewCustomFont;
 +
        src: url(https://static.igem.org/mediawiki/2017/8/87/2017tongji_fonts_homepage.ttf) format('truetype');
 +
    }
 +
 
 +
    /*DROPDOWN*/
 +
 
 +
    .dropdown {
 +
        position: relative;
 +
        display: inline-block;
 +
        vertical-align: bottom;
 +
        width: 100px;
 +
        height: 150px;
 +
        top: 50px;
 +
        padding-left: 10px;
 +
        padding-right: 10px;
 +
    }
 +
    .dropdown a {
 +
        /*color: black;*/
 +
        /*padding: 16px;*/
 +
        text-align: center;
 +
        text-decoration: none;
 +
        /*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 {
 +
        display: none;
 +
        position: absolute;
 +
        background-color: rgba(255,255,255,0.5);
 +
        width: 140px;
 +
        /*min-width: 160px;*/
 +
        /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
 +
        z-index: 1;
 +
    }
 +
    .dropdown-content a {
 +
        /*color: black;*/
 +
        padding-top: 8px;
 +
        padding-bottom: 8px;
 +
        /*padding-left: 8px;*/
 +
        /*padding-right: 8px;*/
 +
        text-decoration: none;
 +
        display: block;
 +
        /*font-size: 120%;*/
 +
        font-family: NewCustomFont;
 +
    }
 +
    .dropdown:hover .dropdown-content {
 +
        display: block;
 +
    }
 +
    .dropdown-content a:hover {background-color: rgba(255,255,255,0.8)}
 +
 
 +
    .dropdown-title {
 +
        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-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
 +
    }
 +
 
 +
    .disappear-on-mobile {
 
     }
 
     }
  
Line 100: Line 238:
 
       }
 
       }
 
   }
 
   }
 +
 +
    @media only screen and (min-device-width: 900px) {
 +
      .mobileview-header {
 +
        position: absolute !important;
 +
        top: -1000px !important;
 +
      }
 +
      .mobileview-drawer {
 +
        position: absolute !important;
 +
        top: -1000px !important;
 +
      }
 +
      .mobileview-title {
 +
        position: absolute !important;
 +
        top: -1000px !important;
 +
      }
 +
    }
  
 
     @media only screen and (max-device-width: 900px) {
 
     @media only screen and (max-device-width: 900px) {
Line 112: Line 265:
 
         margin: 3% !important;
 
         margin: 3% !important;
 
       }
 
       }
 +
      .desktopview {
 +
        position: absolute !important;
 +
        top: -1000px !important;
 +
        display: none !important;
 +
        background: none;
 +
      }
 +
      /*.mobileview-header {
 +
        display: flex !important;
 +
      }
 +
      .mobileview-drawer {
 +
        display: block !important;
 +
      }*/
 
   }
 
   }
  
Line 125: Line 290:
 
         width: 45% !important;
 
         width: 45% !important;
 
         margin: 2% !important;
 
         margin: 2% !important;
 +
      }
 +
      .disappear-on-mobile {
 +
        display:none !important;
 
       }
 
       }
 
   }
 
   }
Line 137: Line 305:
 
       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 150: Line 324:
 
     </script>
 
     </script>
  
 
<style>
 
#sideMenu{display:none;}
 
#firstHeading{display:none;}
 
.logo_2017{display:none;}
 
#content{width:100%;margin:0;padding:0;}
 
 
.bottom{position:relative}
 
.bar{width:100%;margin-top:1.4em;height:125px;top:0px;position:fixed;box-shadow:5px 2px 6px #dddddd;z-index:3;}
 
.bottom .bg{position:static;z-index:-1;background: transparent;}
 
 
.menuDiv {vertical-align:top;display:inline-block;position:relative;margin-left:5%;margin-top:0.5%;overflow:hidden;float:left;font-family:Arial,sans-serif,"josefin-sans","Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";z-index:1;height:280px;}
 
.menuDiv a{text-decoration: none;    transition: 0.2s all;-webkit-transition: 0.2s all;-moz-transition: 0.2s all; -o-transition: 0.2s all;}
 
.menuDiv ul,.menuDiv li {list-style: none;margin:0px;float: left;position:relative; }
 
.menuDiv > ul > li > ul {position: absolute;display: none;}
 
.menuDiv > ul > li > ul > li {float: none;margin:0px;}
 
.menuDiv > ul > li:hover ul { display: block;}
 
.menuDiv > ul > li > a {width:4.6em;margin:0px;line-height:2.8em;color: black;background-color:#f6f6f6;text-align: center;border-left: none;display: block;font-size:20px;letter-spacing:0.05em; background: transparent;}
 
.menuDiv > ul > li:first-child > a { border-left-style:none; background: transparent;}
 
.menuDiv > ul > li > a:hover {color:#0FC7B8; background-color: rgba(0,0,0,0.2);}
 
.menuDiv > ul > li > ul > li > a {width:10em;font-size:1.3em;line-height:38px;color:#2B2B2B;
 
background-color:#f6f6f6;opacity:0.3;text-align:center;border:none;display: block;margin-left:-20%;letter-spacing:0.04em;}
 
.menuDiv > ul > li > ul > li:first-child > a {border-top-style:none;}
 
.menuDiv > ul > li > ul > li > a:hover {color:#0FC7B8;}
 
 
</style>
 
 
   </head>
 
   </head>
   <body id="top">
+
   <body>
 +
    <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header" class="main view" style="background:#f9f9f9">
 +
      <a name="top"></a>
  
<div class="bar">
+
      <!-- MOBILE VIEW -->
  <div class="logo"><img src="https://static.igem.org/mediawiki/2017/8/82/2017_tongji_wiki_image_homepage_logo_of_tongji.png" style="width:150px;height:auto;margin-left:1%;margin-top:3.5em;display:inline-block;float:left;vertical-align:center;"></div>
+
  <div class="menuDiv">
+
      <ul>
+
        <li> <a href="https://2017.igem.org/Team:Tongji_China/Model"><img src="https://static.igem.org/mediawiki/2017/3/30/2017_tongji_wiki_homepage_image_MODEL2.png" width="90" height="120">Model</a></li>
+
        <li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>
+
        <li> <a href="https://2017.igem.org/Team:Tongji_China/Awards"><img src="https://static.igem.org/mediawiki/2017/5/5c/2017_tongji_wiki_homepage_image_awards.png" width="90" height="120">Awards</a>
+
            <ul>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Model">Model Award</a></li>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Judging Form">Judging Form</a></li>
+
          </ul>
+
        </li>
+
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>
+
        <li> <a href="https://2017.igem.org/Team:Tongji_China/Human_Practices"><img src="https://static.igem.org/mediawiki/2017/d/d1/2017_tongji_wiki_homepage_image_HP2.png" width="90" height="120">HP</a>
+
          <ul>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/HP/Silver">HP Silver</a></li>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/HP/Gold_Integrated">HP Gold</a></li>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Engagement">Engagement</a></li>
+
          </ul>
+
        </li>
+
 
+
        <li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>
+
        <li> <a href="https://2017.igem.org/Team:Tongji_China"><img src="https://static.igem.org/mediawiki/2017/a/a6/2017_tongji_wiki_homepage_image_home2.png" width="90" height="120">home</a></li>
+
        <li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>
+
        <li> <a href="https://2017.igem.org/Team:Tongji_China/Description"><img src="https://static.igem.org/mediawiki/2017/9/92/2017_tongji_wiki_homepage_image_PROJECT2.png" width="90" height="120">project</a>
+
            <ul>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Description">Description</a></li>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Design">Design</a></li>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Results">Result</a></li>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Demonstrate">Demonstrate</a></li>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Record">Record</a></li>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Safety">Safety</a></li>
+
        <li> <a href="https://2017.igem.org/Team:Tongji_China/Safety">Safety</a></li>
+
          </ul>
+
        </li>
+
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>
+
        <li> <a href="https://2017.igem.org/Team:Tongji_China/Team"><img src="https://static.igem.org/mediawiki/2017/5/57/2017_tongji_wiki_homepage_image_TEAM2.png" width="90" height="120">team</a>
+
          <ul>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Team">Members</a></li>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Collaborations">Collaborations</a></li>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Attributions">Attributions</a></li>
+
          </ul>
+
        </li>
+
        <li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>
+
        <li> <a href="https://2017.igem.org/Team:Tongji_China/Parts"><img src="https://static.igem.org/mediawiki/2017/3/35/2017_tongji_wiki_homepage_image_LAB2.png" width="90" height="120">lab</a>
+
          <ul>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Parts">Parts</a></li>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Experiments">Test</a></li>
+
              <li><a href="https://2017.igem.org/Team:Tongji_China/InterLab">InterLab</a></li>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Process">Process</a></li>
+
            <li><a href="https://2017.igem.org/Team:Tongji_China/Protocol">Protocol</a></li>
+
     
+
          </ul>
+
        </li>
+
 
+
  </ul>
+
</div>
+
   
+
         
+
</div>
+
 
+
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header" class="main view" style="background:#f9f9f9">
+
 
       <!-- Header -->
 
       <!-- Header -->
+
      <div class="android-header mdl-layout__header mdl-layout__header--waterfall mobileview-header">
 +
        <div class="mdl-layout__header-row">
 +
          <span class="android-title mdl-layout-title">
 +
            <div class="logo-font">Tongji iGEM</div>
 +
          </span>
 +
          <!-- Add spacer, to align navigation to the right in desktop -->
 +
          <div class="android-header-spacer mdl-layout-spacer"></div>
 +
          <!-- Navigation -->
 +
          <div class="android-navigation-container">
 +
            <nav class="android-navigation mdl-navigation">
 +
              <!-- Links in the top right -->
 +
              <a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://2017.igem.org/Team:Tongji_China">Home</a>
 +
              <a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://2017.igem.org/Team:Tongji_China/Description">Project</a>
 +
              <a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://2017.igem.org/Team:Tongji_China/Team">Team</a>
 +
              <a class="mdl-navigation__link mdl-typography--text-uppercase" href="https://2017.igem.org/Team:Tongji_China/Results">Results</a>
 +
            </nav>
 +
          </div>
 +
          <span class="android-mobile-title mdl-layout-title">
 +
            <div class="logo-font">Tongji iGEM</div>
 +
          </span>
 +
        </div>
 +
      </div>
 
       <!-- Drawer -->
 
       <!-- Drawer -->
       <div class="android-drawer mdl-layout__drawer">
+
       <div class="android-drawer mdl-layout__drawer mobileview-drawer">
 
         <nav class="mdl-navigation">
 
         <nav class="mdl-navigation">
 
           <!-- <span class="mdl-navigation__link" href="">Title</span> -->
 
           <!-- <span class="mdl-navigation__link" href="">Title</span> -->
Line 291: Line 401:
 
         </nav>
 
         </nav>
 
       </div>
 
       </div>
      <a name="top"></a>
 
  
 
       <!-- HERE STARTS THE PAGE -->
 
       <!-- HERE STARTS THE PAGE -->
 
       <div class="android-content mdl-layout__content">
 
       <div class="android-content mdl-layout__content">
 
         <a name="top"></a>
 
         <a name="top"></a>
 +
 
         <!-- Title and Subtitle -->
 
         <!-- Title and Subtitle -->
         <div class="mdl-typography--text-center" 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;">
                      <img src="https://static.igem.org/mediawiki/2017/8/88/2017_tongji_wiki_homepage_image_title.png" style="width:50%;margin-top:20%">
+
          <div class="logo-font android-slogan" style="color:#388E3C;">Ignis Fly</div>
 +
          <div class="logo-font android-sub-slogan" style="color:#757575;">
 +
            Welcome to our wiki!<br>
 +
            <!-- <i class="material-icons">expand_more</i> -->
 +
          </div>
 
         </div>
 
         </div>
      <div background:url('https://static.igem.org/mediawiki/2017/9/9f/2017_tongji_wiki_image_homepage_backgroud2.png') center no-repeat; background-size:cover;">
+
 
                   
+
        <!-- DESKTOP VIEW -->
 +
        <div class="desktopview" style="">
 +
 
 +
          <!-- Ignis Fly Title -->
 +
          <div style="position:relative; margin:auto; left:0; right:0; bottom:0; top:0; width:100%; height:100%; text-align:center; vertical-align:middle;">
 +
            <img style="margin-top:250px; width:600px; opacity:0.8" src="https://static.igem.org/mediawiki/2017/3/3b/2017_tongji_wiki_homepage_title-NEW.png" alt="Ignis Fly">
 +
          </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 -->
 +
          <div style="position:absolute; top:0px; left:0px; width:100%; height:170px; text-align:center">
 +
 
 +
            <div style="position:absolute; bottom:0px; left:0px; width:100%; height:85px;  background:rgba(255,255,255,0.5);">
 +
            </div>
 +
 
 +
            <div style="position:absolute; bottom:0px; left:0px; width:100%; height:200px; text-align:center; margin-right: 40px">
 +
 
 +
              <div class="dropdown">
 +
                <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>
 +
                <div class="dropdown-title">
 +
                  <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
 +
                  </a>
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Attributions" style="font-family: NewCustomFont;">
 +
                    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>
 +
                </div>
 +
              </div>
 +
 
 +
              <div class="dropdown">
 +
                <div class="dropdown-back"></div>
 +
                <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>
 +
                <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">
 +
                  <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
 +
                  </a>
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Attributions" style="font-family: NewCustomFont;">
 +
                    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>
 +
                </div>
 +
              </div>
 +
 
 +
              <div class="dropdown">
 +
                <div class="dropdown-back"></div>
 +
                <a href="https://2017.igem.org/Team:Tongji_China/Team">
 +
                  <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>
 +
                <div class="dropdown-title">
 +
                  <a href="https://2017.igem.org/Team:Tongji_China/Team" style="font-family: NewCustomFont;">
 +
                    Team
 +
                  </a>
 +
                </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
 +
                  </a>
 +
                </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;">
 +
                    Tests
 +
                  </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>
 +
 
         <!-- Video -->
 
         <!-- Video -->
 
         <div class="demo-card-wide mdl-card mdl-shadow--2dp">
 
         <div class="demo-card-wide mdl-card mdl-shadow--2dp">
          <div class="mdl-card__supporting-text" style="font-size: 115%">
 
                  <div style="position:relative">
 
 
           <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 313: Line 601:
 
           <button id="playbutton" style="position:absolute; top:0; left:0; opacity:0; width:100%; height:100%" onclick="playIntroVideo()" type="button"></button>
 
           <button id="playbutton" style="position:absolute; top:0; left:0; opacity:0; width:100%; height:100%" onclick="playIntroVideo()" type="button"></button>
 
         </div>
 
         </div>
          </div>
 
          <div class="android-drawer-separator"></div>
 
        </div>
 
 
  
 
         <!-- Description -->
 
         <!-- Description -->
 
         <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">Description</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%">
             There are many people who dead of disease that are spread by mosquitoes such as malaria, dengue fever and Zika. According to WHO’s report, there are 429,000 deaths from malaria occurred in 2015. <br><br>
+
             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>
  
             We find an article reported that pharmacological manipulation of dopamine could alter fruits fly’s sexual behavior. Mosquito and fruit fly all belong to Diptera, the system that was used in fly can also be used in mosquitos. Finally we used a specificity promoter pleP that is only activated in dopaminergic neuron and Gal80ts protein that is only activated in low temperature condition, and UAS-GAL4 system to alter fruits fly’s sexual behavior to control the population of fly or mosquitoes.<br><br>
+
             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 can continue to optimize our system. For example, we can put these parts in one chromosome. We can also use different mutant that is applicable for different temperature zone. And this way can combine with Oxitec and Wolbachia to improve the effect of reduce population.<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 Mosquito 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">
             <img src="https://static.igem.org/mediawiki/2017/b/b6/2017_tongji_wiki_image_homepage_logo.png" align="center" style="width:70%"><br>
+
             <img src="LINK TO LOGO EDITME" alt="LOGO NAME EDITME" style="width:100%">
Address:1239 Siping Road, Shanghai, P.R China <br>
+
Tel:+86-21-65982200<br><br>
+
Contact us:
+
<br>email:tju_igem_2017@163.com
+
<br>Twitter:Twitter@iGEM_Tongji_CN
+
 
           </div>
 
           </div>
 +
          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">
 +
            <img src="LINK TO LOGO EDITME" alt="LOGO NAME EDITME" style="width:100%">
 +
          </div>
 +
          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">
 +
            <img src="LINK TO LOGO EDITME" alt="LOGO NAME EDITME" style="width:100%">
 +
          </div>
 +
          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">
 +
            <img src="LINK TO LOGO EDITME" alt="LOGO NAME EDITME" style="width:100%">
 +
          </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>
 
  
<a href="#top" target="_self">返回顶部</a> 
+
 
 +
 
 +
 
 +
 
 
         <!-- HERE ENDS THE PAGE -->
 
         <!-- HERE ENDS THE PAGE -->
 
         <!-- 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">
             <div class="android-wear-band-text">
+
             <div class="android-wear-band-text"  style="position: relative">
               <div class="mdl-typography--display-2 mdl-typography--font-thin">That's it!</div>
+
 
              <p class="mdl-typography--headline mdl-typography--font-thin" style="margin-bottom:0px">
+
              <div class="disappear-on-mobile" style="position:absolute; text-align:right; margin: auto; top 20px; right:0; font-size: 80%; line-height: 130%">
                 This page has sadly ended, if you want you can go back
+
                Contact us:<br>
              </p>
+
                Tel: +86-21-65982200<br>
              <p>
+
                Email: <a style="padding:0" href="mailto:tju_igem_2017@163.com?Subject=iGEM" target="_top">tju_igem_2017@163.com</a><br>
                 <a class="mdl-typography--font-regular mdl-typography--text-uppercase android-alt-link" href="https://2017.igem.org/Team:Tongji_China">
+
                Twitter: <a style="padding:0" href="https://twitter.com/iGEM_Tongji_CN">@iGEM_Tongji_CN</a>
                  Home&nbsp;<i class="material-icons">chevron_right</i>
+
              </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">
 +
                 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>
 
                 </a>
              </p>
+
              </p>
            </div>
+
              </div>
          </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>
            <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">
 
            <p class="mdl-typography--font-light" style="text-align:right; opacity:0.3">This page was adapted from a template from getmdl.io</p>
 
 
           </div>
 
           </div>
 +
        </div>
  
          <!-- <div class="mdl-mega-footer--bottom-section">
+
        <!-- <footer class="android-footer mdl-mega-footer" style="margin:0px; padding:0px">
            <a class="android-link android-link-menu mdl-typography--font-light" id="version-dropdown">
+
          <div class="mdl-mega-footer--middle-section" style="margin:0px; padding:0px">
              iGEM quicklinks
+
             <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>
              <i class="material-icons">arrow_drop_up</i>
+
           </div>
            </a>
+
         </footer> -->
            <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>
</ht
+
</html>

Latest revision as of 02:54, 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 Mosquito and Wolbachia in the fight against disease carrying mosquitoes!
Ignis Fly
Contact us:
Tel: +86-21-65982200
Email: tju_igem_2017@163.com
Twitter: @iGEM_Tongji_CN
Ignis Fly

Tongji_China iGEM 2017 Team
Projectchevron_right