Difference between revisions of "Team:Tongji China/Results"

(Prototype team page)
 
Line 1: Line 1:
{{Tongji_China}}
+
<!-- This document, originally from getmdl.io, was modified -->
<html>
+
  
 +
<!--
 +
  Material Design Lite
 +
  Copyright 2015 Google Inc. All rights reserved.
  
<div class="column full_size" >
+
  Licensed under the Apache License, Version 2.0 (the "License");
 +
  you may not use this file except in compliance with the License.
 +
  You may obtain a copy of the License at
  
<h1>Results</h1>
+
      https://www.apache.org/licenses/LICENSE-2.0
  
<p>Here you can describe the results of your project and your future plans. </p>
+
  Unless required by applicable law or agreed to in writing, software
 +
  distributed under the License is distributed on an "AS IS" BASIS,
 +
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 +
  See the License for the specific language governing permissions and
 +
  limitations under the License
 +
-->
 +
{{Tongji_China/Header}}
 +
<html lang="en">
 +
  <head>
 +
    <meta charset="utf-8">
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
    <meta name="description" content="2017 Tongji iGEM team wiki">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
 +
    <title>Tongji iGEM - InterLab</title>
  
<h5>What should this page contain?</h5>
+
    <script src="https://2017.igem.org/Template:Tongji_China/Javascript?action=raw&ctype=text/javascript"></script>
<ul>
+
<li> Clearly and objectively describe the results of your work.</li>
+
<li> Future plans for the project. </li>
+
<li> Considerations for replicating the experiments. </li>
+
</ul>
+
  
<h5>You should also describe what your results mean: </h5>
+
    <!-- Page styles -->
 +
    <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Tongji_China/CSS?action=raw&ctype=text/css">
 +
    <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Tongji_China/CSS_2?action=raw&ctype=text/css">
 +
    <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Tongji_China/CSS_3?action=raw&ctype=text/css">
  
<ul>
+
    <style>
<li> Interpretation of the results obtained during your project. Don't just show a plot/figure/graph/other, tell us what you think the data means. This is an important part of your project that the judges will look for. </li>
+
    #view-source {
<li> Show data, but remember all measurement and characterization data must be on part pages in the Registry. </li>
+
      position: fixed;
<li> Consider including an analysis summary section to discuss what your results mean. Judges like to read what you think your data means, beyond all the data you have acquired during your project. </li>
+
      display: block;
</ul>
+
      right: 0;
 +
      bottom: 0;
 +
      margin-right: 40px;
 +
      margin-bottom: 40px;
 +
      z-index: 900;
 +
    }
  
</div>
+
    .demo-card-wide.mdl-card {
 +
      margin: auto;
 +
      margin-top: 20px;
 +
      align-items: center;
 +
      width: 70%;
 +
      border-radius:6px
 +
    }
 +
    .demo-card-wide > .mdl-card__title {
 +
      color: #757575;
 +
      align-self: center;
 +
      /*height: 176px;*/
 +
    }
 +
    .demo-card-wide > .mdl-card__menu {
 +
      color: #757575;
 +
    }
  
<div class="clear"></div>
+
    .mdl-card__title-text {
 +
      padding-top: 20px;
 +
    }
  
<div class="column half_size" >
+
    .mdl-card__supporting-text {
 +
      line-height: 130%;
 +
    }
  
 +
    @media only screen and (max-device-width: 1200px) {
 +
      .demo-card-wide.mdl-card {
 +
        width: 80%;
 +
        max-width: 1500px
 +
      }
 +
  }
  
<h5> Project Achievements </h5>
+
    @media only screen and (max-device-width: 900px) {
 +
      .demo-card-wide.mdl-card {
 +
        width: 90%;
 +
      }
 +
  }
  
<p>You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</p>
+
    @media only screen and (max-device-width: 600px) {
 +
      .demo-card-wide.mdl-card {
 +
        width: 95%;
 +
      }
 +
  }
 +
    </style>
  
<ul>
+
    <script type="text/javascript">
<li>A list of linked bullet points of the successful results during your project</li>
+
    // Try to remove weird iGEM side menu and resize the remaining things
<li>A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.</li>
+
    function closeMenuDiv(){
</ul>
+
      document.getElementById("sideMenu").style.display = "none";
 +
      bars_box_active = false;
 +
      document.getElementById('content').setAttribute("style","display:block;width:100%");
 +
      document.getElementById('content').style.width='100%';
 +
    }
 +
    window.setTimeout(closeMenuDiv,50);
 +
    window.setTimeout(closeMenuDiv,100);
 +
    window.setTimeout(closeMenuDiv,500);
 +
    window.setTimeout(closeMenuDiv,1000);
 +
    window.setTimeout(closeMenuDiv,5000);
 +
    window.setTimeout(closeMenuDiv,10000);
 +
    </script>
  
</div>
+
  </head>
 +
  <body>
 +
    <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header" class="main view" style="background:#f9f9f9">
 +
      <!-- Header -->
 +
      <div class="android-header mdl-layout__header mdl-layout__header--waterfall">
 +
        <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 -->
 +
      <div class="android-drawer mdl-layout__drawer">
 +
        <nav class="mdl-navigation">
 +
          <!-- <span class="mdl-navigation__link" href="">Title</span> -->
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China">HOME</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Team">Team</a>
 +
          <div class="android-drawer-separator"></div>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Description">Description</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Design">Design</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Experiments">Experiment</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Model">Model</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Demonstrate">Demonstrate</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Results">Results</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Notebook">Notebook</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Improve">Improve</a>
 +
          <div class="android-drawer-separator"></div>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Parts">Parts</a>
 +
          <div class="android-drawer-separator"></div>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Collaborations">Collaborations</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Human_Practices">Human Practices</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/HP/Silver">HP Silver</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/HP/Gold_Integrated">HP Gold</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Engagement">Education & Public Engagement</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/InterLab">InterLab</a>
 +
          <!-- <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Contribution">Contribution</a> -->
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Safety">Safety</a>
 +
          <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Tongji_China/Attributions">Attributions</a>
 +
          <div class="android-drawer-separator"></div>
 +
          <div class="android-drawer-separator"></div>
 +
        </nav>
 +
      </div>
 +
      <a name="top"></a>
  
 +
      <!-- HERE STARTS THE PAGE -->
 +
      <div class="android-content mdl-layout__content">
 +
        <a name="top"></a>
 +
        <!-- Title and Subtitle -->
 +
        <div class="mdl-typography--text-center" style="margin-bottom:20%">
 +
          <div class="logo-font android-slogan" style="color:#388E3C;">Results</div>
 +
          <div class="logo-font android-sub-slogan" style="color:#757575;">
 +
            The outcomes of our experiments.<br>
 +
            <i class="material-icons">expand_more</i>
 +
          </div>
 +
        </div>
  
<div class="column half_size" >
+
        <!-- Plasmid Construction -->
 +
        <div class="demo-card-wide mdl-card mdl-shadow--2dp">
 +
          <div class="mdl-card__title" style="text-align:center">
 +
            <h4 class="mdl-card__title-text" style="font-size: 250%; color:#5a5a5a">Plasmid Construction</h4>
 +
          </div>
 +
          <div class="mdl-card__supporting-text" style="font-size: 115%">
 +
            We constructed three plasmid successfully: pUAST-pleP-Gal4, pUAST-pleP-Gal80ts and pUAST-UAS-TH.<br>
 +
            This is our digest verification map:<br><br>
  
<h5>Inspiration</h5>
+
            <div style="width:100%">
<p>See how other teams presented their results.</p>
+
              <div class="demo-card-wide mdl-card mdl-shadow--2dp" style="width:30%; float:left; margin:0%; margin-right:5%">
<ul>
+
                <img src="https://static.igem.org/mediawiki/2017/e/e3/2017tongji_wiki_image_process_12.png" alt="1% gel electrophoresis of plasmid" style="width:100%">
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
+
                <div class="mdl-card__supporting-text" style="font-size: 70%; position: absolute; bottom:0px; right:0px; color:#f0f0f0; text-align:right">
<li><a href="https://2014.igem.org/Team:Imperial/Results">2014 Imperial </a></li>
+
                  <!-- white:#f0f0f0 or black:#0F0F0F -->
<li><a href="https://2014.igem.org/Team:Paris_Bettencourt/Results">2014 Paris Bettencourt </a></li>
+
                  pUAST-pleP-Gal4
</ul>
+
                </div>
 +
              </div>
 +
              <div class="demo-card-wide mdl-card mdl-shadow--2dp" style="width:30%; float:left; margin:0%; margin-right:5%">
 +
                <img src="https://static.igem.org/mediawiki/2017/e/e3/2017tongji_wiki_image_process_12.png" alt="1% gel electrophoresis of plasmid" style="width:100%">
 +
                <div class="mdl-card__supporting-text" style="font-size: 70%; position: absolute; bottom:0px; right:0px; color:#f0f0f0; text-align:right">
 +
                  <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                  pUAST-pleP-Gal80ts
 +
                </div>
 +
              </div>
 +
              <div class="demo-card-wide mdl-card mdl-shadow--2dp" style="width:30%; float:left; margin:0%;">
 +
                <img src="https://static.igem.org/mediawiki/2017/e/e3/2017tongji_wiki_image_process_12.png" alt="1% gel electrophoresis of plasmid" style="width:100%">
 +
                <div class="mdl-card__supporting-text" style="font-size: 70%; position: absolute; bottom:0px; right:0px; color:#f0f0f0; text-align:right">
 +
                  <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                  pUAST-UAS-TH
 +
                </div>
 +
              </div>
 +
            </div>
 +
          </div>
 +
          <div class="android-drawer-separator"></div>
 +
        </div>
  
</div>
+
        <!-- Behavior Tests -->
 +
        <div class="demo-card-wide mdl-card mdl-shadow--2dp">
 +
          <div class="mdl-card__title" style="text-align:center">
 +
            <h4 class="mdl-card__title-text" style="font-size: 250%; color:#5a5a5a">Behavior Tests</h4>
 +
          </div>
 +
          <div class="mdl-card__supporting-text" style="font-size: 115%">
  
 +
            <b>Experiment 1: Use real-time PCR to determine whether the expression of TH is higher at 29°C</b><br><br>
 +
            <div class="mdl-card__supporting-text" style="font-size: 75%; text-align:center">
 +
              <img src="https://static.igem.org/mediawiki/2017/0/08/2017tongji_wiki_image_result1.png" style="width:100%" alt="TH expression">
 +
              <div style="height:16px"></div>
 +
              Figure 1 - The relative expression of TH in modified fruit flies increased significantly.
 +
            </div>
 +
            <div class="android-drawer-separator"></div><br>
  
  
 +
            <b>Experiment 2: Detect male-male courtship when raising the temperature</b><br><br>
 +
            Mating index (the relative time that the fruit fly use for mating):
 +
            <div class="mdl-card__supporting-text" style="font-size: 75%; text-align:center">
 +
              <img src="https://static.igem.org/mediawiki/2017/e/e4/2017tongji_wiki_image_result2.png" style="width:100%" alt="Mating Index">
 +
              <div style="height:16px"></div>
 +
              Figure 2 - The mating index of the treated group rises significantly in at 29°C.<br>
 +
              [time=5minutes, n=5, P<0.01]
 +
            </div>
 +
            <div class="android-drawer-separator"></div><br>
 +
 +
            <b>Experiment 3: Test the modified Drosophila’ gender preferences</b><br><br>
 +
            Comparison of time that the fruit flies use for mating male or female flies:
 +
            <div class="mdl-card__supporting-text" style="font-size: 75%; text-align:center">
 +
              <img src="https://static.igem.org/mediawiki/2017/4/46/2017tongji_wiki_image_result3.png" style="width:100%" alt="male-male and male-female mating">
 +
              <div style="height:16px"></div>
 +
              Figure 3 - The modified fruit flies had no preference for males and females when mating.<br>
 +
              [time=10minutes, n=8, P>0.5]
 +
            </div>
 +
            <div class="android-drawer-separator"></div><br>
 +
 +
            <b>Experiment 4: Test whether the modified fruit flies increase their appeal for males</b><br><br>
 +
            The time that the fruit fly use for mating in five minutes:<br>
 +
            There was <b>no</b> courtship in all groups.
 +
            <div class="mdl-card__supporting-text" style="font-size: 75%; text-align:center">
 +
              <!-- <img src="" style="width:100%" alt=""> -->
 +
              <!-- <div style="height:16px"></div> -->
 +
              <!-- There was <b>no</b> courtship in all groups.<br> -->
 +
              [time=5minutes, n=5]
 +
            </div>
 +
            <div class="android-drawer-separator"></div><br>
 +
 +
            <b>Experiment 5: Does the co-culture of wild-type and modified fruit flies influence their courtship with wild-type females?</b><br><br>
 +
            Comparison of time that the fruit flies use for mating male or female flies:
 +
            <div class="mdl-card__supporting-text" style="font-size: 75%; text-align:center">
 +
              <img src="https://static.igem.org/mediawiki/2017/7/76/2017tongji_wiki_image_result4.png" style="width:100%" alt="male-male and male-female mating">
 +
              <div style="height:16px"></div>
 +
              Figure 4 - The co-culture of wild-type and modified fruit flies did not affect the courtship of wild-type flies.<br>
 +
              [time=5minutes, n=5, P>0.5]
 +
            </div>
 +
            <div class="android-drawer-separator"></div><br>
 +
 +
            <b>Experiment 6: Is the viability of modified fruit flies affected?</b><br><br>
 +
            The number of live flies in the absence of food and water:
 +
            <div class="mdl-card__supporting-text" style="font-size: 75%; text-align:center">
 +
              <img src="https://static.igem.org/mediawiki/2017/e/e7/2017tongji_wiki_image_result5.png" style="width:100%" alt="survival without food or water">
 +
              <div style="height:16px"></div>
 +
              Figure 5 - The survival curve of fruit flies in the absence of food and water
 +
            </div>
 +
            The number of live flies in high temperatures (37°C):
 +
            <div class="mdl-card__supporting-text" style="font-size: 75%; text-align:center">
 +
              <img src="https://static.igem.org/mediawiki/2017/c/ce/2017tongji_wiki_image_result6.png" style="width:100%" alt="survival in high temperature">
 +
              <div style="height:16px"></div>
 +
              Figure 6 - The survival curve of fruit flies under high temperature<br>
 +
              [T=37°C]
 +
            </div>
 +
            The seismo-tube experiment:
 +
            <div class="mdl-card__supporting-text" style="font-size: 75%; text-align:center">
 +
              <img src="https://static.igem.org/mediawiki/2017/5/55/2017tongji_wiki_image_result7.png" style="width:100%" alt="survival without food or water">
 +
              <div style="height:16px"></div>
 +
              Figure 7 - The modified fruit flies crawl higher in the seismo-tube experiment
 +
            </div>
 +
            <div class="android-drawer-separator"></div><br>
 +
 +
            <b>Experiment 7: The reproductive curve of the modified fruit fly.</b><br><br>
 +
            <div class="mdl-card__supporting-text" style="font-size: 75%; text-align:center">
 +
              <img src="https://static.igem.org/mediawiki/2017/c/c4/2017tongji_wiki_image_result8.png" style="width:100%" alt="male-male and male-female mating">
 +
              <div style="height:16px"></div>
 +
              Figure 8 - The reproduction curve of the modified fruit fly<br>
 +
              [n=5]
 +
            </div>
 +
            <div class="android-drawer-separator"></div><br>
 +
 +
            <b>Experiment 8: Does the proportion of modified flies have an impact on mating rates of population?</b><br><br>
 +
            <div class="mdl-card__supporting-text" style="font-size: 75%; text-align:center">
 +
              <img src="https://static.igem.org/mediawiki/2017/4/4f/2017tongji_wiki_image_result9.png" style="width:100%" alt="male-male and male-female mating">
 +
              <div style="height:16px"></div>
 +
              Figure 9 - The impact that proportion of modified flies have on mating rates of population<br>
 +
              [n=5]
 +
            </div>
 +
          </div>
 +
          <div class="android-drawer-separator"></div>
 +
        </div>
 +
 +
        <!-- HERE ENDS THE PAGE -->
 +
        <!-- Go back Home -->
 +
        <div class="android-wear-section" style="height:250px">
 +
          <div class="android-wear-band">
 +
            <div class="android-wear-band-text">
 +
              <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">
 +
                This page has sadly ended, if you want you can go back
 +
              </p>
 +
              <p>
 +
                <a class="mdl-typography--font-regular mdl-typography--text-uppercase android-alt-link" href="">
 +
                  Home&nbsp;<i class="material-icons">chevron_right</i>
 +
                </a>
 +
              </p>
 +
            </div>
 +
          </div>
 +
        </div>
 +
 +
        <!-- <div class="android-customized-section">
 +
          <div class="android-customized-section-text">
 +
            <div class="mdl-typography--font-light mdl-typography--display-1-color-contrast">We would like to thanks those who helped us</div>
 +
            <p class="mdl-typography--font-light">
 +
              Like our fantastic advisors, some other people and maybe even a couple of companies!
 +
              <br>
 +
              <a href="" class="android-link mdl-typography--font-light">Find out about our team and our friends</a>
 +
            </p>
 +
          </div>
 +
          <div class="android-customized-section-image"></div>
 +
        </div> -->
 +
 +
        <!-- Quick links -->
 +
        <div class="android-more-section">
 +
          <div class="android-section-title mdl-typography--display-1-color-contrast">Or follow these links for more awesomeness!</div>
 +
          <div class="android-card-container mdl-grid">
 +
            <div class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp">
 +
              <!-- <div class="mdl-card__media">
 +
                <img src="2017tongji_images/more-from-1.png">
 +
              </div> -->
 +
              <div class="mdl-card__title">
 +
                <h4 class="mdl-card__title-text">Team</h4>
 +
              </div>
 +
              <div class="mdl-card__supporting-text">
 +
                <span class="mdl-typography--font-light mdl-typography--subhead">Meet the people behind the project</span>
 +
              </div>
 +
              <div class="mdl-card__actions">
 +
                <a class="android-link mdl-button mdl-js-button mdl-typography--text-uppercase" href="https://2017.igem.org/Team:Tongji_China/Team">
 +
                  Say hi
 +
                  <i class="material-icons">chevron_right</i>
 +
                </a>
 +
              </div>
 +
            </div>
 +
 +
            <div class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp">
 +
              <!-- <div class="mdl-card__media">
 +
                <img src="2017tongji_images/more-from-4.png">
 +
              </div> -->
 +
              <div class="mdl-card__title">
 +
                <h4 class="mdl-card__title-text">Project</h4>
 +
              </div>
 +
              <div class="mdl-card__supporting-text">
 +
                <span class="mdl-typography--font-light mdl-typography--subhead">Here you can find the project details</span>
 +
              </div>
 +
              <div class="mdl-card__actions">
 +
                <a class="android-link mdl-button mdl-js-button mdl-typography--text-uppercase" href="https://2017.igem.org/Team:Tongji_China/Description">
 +
                  Discover more
 +
                  <i class="material-icons">chevron_right</i>
 +
                </a>
 +
              </div>
 +
            </div>
 +
 +
            <div class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp">
 +
              <!-- <div class="mdl-card__media">
 +
                <img src="2017tongji_images/more-from-2.png">
 +
              </div> -->
 +
              <div class="mdl-card__title">
 +
                <h4 class="mdl-card__title-text">Parts</h4>
 +
              </div>
 +
              <div class="mdl-card__supporting-text">
 +
                <span class="mdl-typography--font-light mdl-typography--subhead">Parts are the heart of iGEM</span>
 +
              </div>
 +
              <div class="mdl-card__actions">
 +
                <a class="android-link mdl-button mdl-js-button mdl-typography--text-uppercase" href="https://2017.igem.org/Team:Tongji_China/Parts">
 +
                  Discover ours
 +
                  <i class="material-icons">chevron_right</i>
 +
                </a>
 +
              </div>
 +
            </div>
 +
 +
            <div class="mdl-cell mdl-cell--3-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp">
 +
              <!-- <div class="mdl-card__media">
 +
                <img src="2017tongji_images/more-from-3.png">
 +
              </div> -->
 +
              <div class="mdl-card__title">
 +
                <h4 class="mdl-card__title-text">Attributions</h4>
 +
              </div>
 +
              <div class="mdl-card__supporting-text">
 +
                <span class="mdl-typography--font-light mdl-typography--subhead">Many people are involved in the project</span>
 +
              </div>
 +
              <div class="mdl-card__actions">
 +
                <a class="android-link mdl-button mdl-js-button mdl-typography--text-uppercase" href="">
 +
                  Find out more
 +
                  <i class="material-icons">chevron_right</i>
 +
                </a>
 +
              </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 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">This page was adapted from a template from getmdl.io</p>
 +
          </div>
 +
 +
          <!-- <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>
 +
  </body>
 
</html>
 
</html>

Revision as of 14:28, 29 October 2017


Tongji iGEM - InterLab
Tongji iGEM
TongJi iGEM
Results
The outcomes of our experiments.
expand_more

Plasmid Construction

We constructed three plasmid successfully: pUAST-pleP-Gal4, pUAST-pleP-Gal80ts and pUAST-UAS-TH.
This is our digest verification map:

1% gel electrophoresis of plasmid
pUAST-pleP-Gal4
1% gel electrophoresis of plasmid
pUAST-pleP-Gal80ts
1% gel electrophoresis of plasmid
pUAST-UAS-TH

Behavior Tests

Experiment 1: Use real-time PCR to determine whether the expression of TH is higher at 29°C

TH expression
Figure 1 - The relative expression of TH in modified fruit flies increased significantly.

Experiment 2: Detect male-male courtship when raising the temperature

Mating index (the relative time that the fruit fly use for mating):
Mating Index
Figure 2 - The mating index of the treated group rises significantly in at 29°C.
[time=5minutes, n=5, P<0.01]

Experiment 3: Test the modified Drosophila’ gender preferences

Comparison of time that the fruit flies use for mating male or female flies:
male-male and male-female mating
Figure 3 - The modified fruit flies had no preference for males and females when mating.
[time=10minutes, n=8, P>0.5]

Experiment 4: Test whether the modified fruit flies increase their appeal for males

The time that the fruit fly use for mating in five minutes:
There was no courtship in all groups.
[time=5minutes, n=5]

Experiment 5: Does the co-culture of wild-type and modified fruit flies influence their courtship with wild-type females?

Comparison of time that the fruit flies use for mating male or female flies:
male-male and male-female mating
Figure 4 - The co-culture of wild-type and modified fruit flies did not affect the courtship of wild-type flies.
[time=5minutes, n=5, P>0.5]

Experiment 6: Is the viability of modified fruit flies affected?

The number of live flies in the absence of food and water:
survival without food or water
Figure 5 - The survival curve of fruit flies in the absence of food and water
The number of live flies in high temperatures (37°C):
survival in high temperature
Figure 6 - The survival curve of fruit flies under high temperature
[T=37°C]
The seismo-tube experiment:
survival without food or water
Figure 7 - The modified fruit flies crawl higher in the seismo-tube experiment

Experiment 7: The reproductive curve of the modified fruit fly.

male-male and male-female mating
Figure 8 - The reproduction curve of the modified fruit fly
[n=5]

Experiment 8: Does the proportion of modified flies have an impact on mating rates of population?

male-male and male-female mating
Figure 9 - The impact that proportion of modified flies have on mating rates of population
[n=5]
That's it!

This page has sadly ended, if you want you can go back

Home chevron_right

Or follow these links for more awesomeness!

Team

Meet the people behind the project

Project

Here you can find the project details

Parts

Parts are the heart of iGEM

Attributions

Many people are involved in the project