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

(Prototype team page)
 
 
(8 intermediate revisions by 3 users not shown)
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 - Results</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%;
 +
    }
  
 +
    /*@-webkit-keyframes blinker {
 +
      from { opacity: 1.0; }
 +
      to { opacity: 0.0; }
 +
    }*/
  
<h5> Project Achievements </h5>
+
    .android-header .material-icons {
 +
      color: #388E3C !important;
 +
      /*-webkit-animation-name: blinker;
 +
      -webkit-animation-iteration-count: 5;
 +
      -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
 +
      -webkit-animation-duration: 1.5s;*/
 +
    }
  
<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>
+
    .imagelayout{
 +
      width: 60%;
 +
      opacity: 0.8;
 +
    }
  
<ul>
+
    .chartopacity {
<li>A list of linked bullet points of the successful results during your project</li>
+
      opacity: 0.8;
<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>
+
    }
</ul>
+
  
</div>
+
    @media only screen and (max-device-width: 1200px) {
 +
      .demo-card-wide.mdl-card {
 +
        width: 80%;
 +
        max-width: 1500px
 +
      }
 +
  }
  
 +
    @media only screen and (max-device-width: 900px) {
 +
      .demo-card-wide.mdl-card {
 +
        width: 90%;
 +
      }
 +
      .imagelayout {
 +
        width: 80%;
 +
      }
 +
  }
  
<div class="column half_size" >
+
    @media only screen and (max-device-width: 600px) {
 +
      .demo-card-wide.mdl-card {
 +
        width: 95%;
 +
      }
  
<h5>Inspiration</h5>
+
      .imagelayout {
<p>See how other teams presented their results.</p>
+
        width: 100%;
<ul>
+
      }
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
+
  }
<li><a href="https://2014.igem.org/Team:Imperial/Results">2014 Imperial </a></li>
+
    </style>
<li><a href="https://2014.igem.org/Team:Paris_Bettencourt/Results">2014 Paris Bettencourt </a></li>
+
</ul>
+
  
</div>
+
    <script type="text/javascript">
 +
    // Try to remove weird iGEM side menu and resize the remaining things
 +
    function closeMenuDiv(){
 +
      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>
  
 +
  </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" style="color: #388E3C" href="https://2017.igem.org/Team:Tongji_China">HOME</a>
 +
          <div class="android-drawer-separator"></div>
  
 +
          <a class="mdl-navigation__link" style="color: #388E3C">PROJECT</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Description">Description</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Design">Design</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Results">Results</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Demonstrate">Demonstrate</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Record">Record</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Safety">Safety</a>
 +
          <!-- <div class="android-drawer-separator"></div> -->
  
 +
          <a class="mdl-navigation__link" style="color: #388E3C">LAB</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Parts">Parts</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Experiments">Tests</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/InterLab">InterLab</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Process">Process</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Protocol">Protocol</a>
 +
          <!-- <div class="android-drawer-separator"></div> -->
 +
 +
          <a class="mdl-navigation__link" style="color: #388E3C" href="https://2017.igem.org/Team:Tongji_China/Model">MODEL</a>
 +
          <!-- <div class="android-drawer-separator"></div> -->
 +
 +
          <a class="mdl-navigation__link" style="color: #388E3C" href="https://2017.igem.org/Team:Tongji_China/Human_Practices">HP</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/HP/Silver">Silver</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/HP/Gold_Integrated">Gold</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Engagement">Engagement</a>
 +
          <!-- <div class="android-drawer-separator"></div> -->
 +
 +
          <a class="mdl-navigation__link" style="color: #388E3C">AWARDS</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Model">Model Award</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Judging_Form">Judging Form</a>
 +
          <!-- <div class="android-drawer-separator"></div> -->
 +
 +
          <a class="mdl-navigation__link" style="color: #388E3C">TEAM</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Team">Members</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Collaborations">Collaboration</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Attributions">Attribution</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>
 +
 +
        <!-- 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>
 +
 +
            <div style="width:100%">
 +
              <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-GAL4
 +
                </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/b/b8/2017tongji_wiki_image_process_13.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/0/0a/2017tongji_wiki_image_process_14.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>
 +
 +
        <!-- 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; margin:auto">
 +
              <img src="https://static.igem.org/mediawiki/2017/0/08/2017tongji_wiki_image_result1.png" class="imagelayout chartopacity" 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; margin:auto">
 +
              <img src="https://static.igem.org/mediawiki/2017/e/e4/2017tongji_wiki_image_result2.png" class="imagelayout chartopacity" 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 <i>Drosophila’s</i> 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; margin:auto">
 +
              <img src="https://static.igem.org/mediawiki/2017/4/46/2017tongji_wiki_image_result3.png" class="imagelayout chartopacity" 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; margin:auto">
 +
              <!-- <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; margin:auto">
 +
              <img src="https://static.igem.org/mediawiki/2017/7/76/2017tongji_wiki_image_result4.png" class="imagelayout chartopacity" 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; margin:auto">
 +
              <img src="https://static.igem.org/mediawiki/2017/e/e7/2017tongji_wiki_image_result5.png" class="imagelayout chartopacity" 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; margin:auto">
 +
              <img src="https://static.igem.org/mediawiki/2017/c/ce/2017tongji_wiki_image_result6.png" class="imagelayout chartopacity" 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; margin:auto">
 +
              <img src="https://static.igem.org/mediawiki/2017/5/55/2017tongji_wiki_image_result7.png" class="imagelayout chartopacity" 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; margin:auto">
 +
              <img src="https://static.igem.org/mediawiki/2017/c/c4/2017tongji_wiki_image_result8.png" class="imagelayout chartopacity" 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; margin:auto">
 +
              <img src="https://static.igem.org/mediawiki/2017/4/4f/2017tongji_wiki_image_result9.png" class="imagelayout chartopacity" 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>
 +
 +
        <!-- 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">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/Demonstrate">Demonstrate<i class="material-icons">chevron_right</i>
 +
              </a>
 +
              </p>
 +
            </div>
 +
          </div>
 +
        </div>
 +
 +
      </div>
 +
    </div>
 +
  </body>
 
</html>
 
</html>

Latest revision as of 23:21, 1 November 2017


Tongji iGEM - Results
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’s 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]
Ignis Fly

Tongji_China iGEM 2017 Team
Demonstratechevron_right