Difference between revisions of "Team:Tongji China/HP/Silver"

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.
  
 +
  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
  
<div class="column full_size">
+
      https://www.apache.org/licenses/LICENSE-2.0
  
<h1>Silver Medal Human Practices</h1>
+
  Unless required by applicable law or agreed to in writing, software
<p>iGEM teams are leading in the area of Human Practices because they conduct their projects within a social/environmental context, to better understand issues that might influence the design and use of their technologies.</p>
+
  distributed under the License is distributed on an "AS IS" BASIS,
<p>Teams work with students and advisors from the humanities and social sciences to explore topics concerning ethical, legal, social, economic, safety or security issues related to their work. Consideration of these Human Practices is crucial for building safe and sustainable projects that serve the public interest. </p>
+
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
<p>For more information, please see the <a href="https://2017.igem.org/Competition/Human_Practices">Human Practices page</a>.</p>
+
  See the License for the specific language governing permissions and
</div>
+
  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 - HP Silver</title>
  
<div class="clear"></div>
+
    <script src="https://2017.igem.org/Template:Tongji_China/Javascript?action=raw&ctype=text/javascript"></script>
  
<div class="column half_size">
+
    <!-- Page styles -->
<h3>Silver Medal Criterion #3</h3>
+
    <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Tongji_China/CSS?action=raw&ctype=text/css">
<p>Convince the judges you have thought carefully and creatively about whether your work is safe, responsible and good for the world. You could accomplish this through engaging with your local, national and/or international communities or other approaches. Please note that standard surveys will not fulfill this criteria.</p>
+
    <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Tongji_China/CSS_2?action=raw&ctype=text/css">
</div>
+
    <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Tongji_China/CSS_3?action=raw&ctype=text/css">
  
<div class="column half_size">
+
    <style>
<h5>Some Human Practices topic areas </h5>
+
    #view-source {
<ul>
+
      position: fixed;
<li>Philosophy</li>
+
      display: block;
<li>Public Engagement / Dialogue</li>
+
      right: 0;
<li>Education</li>
+
      bottom: 0;
<li>Product Design</li>
+
      margin-right: 40px;
<li>Scale-Up and Deployment Issues</li>
+
      margin-bottom: 40px;
<li>Environmental Impact</li>
+
      z-index: 900;
<li>Ethics</li>
+
    }
<li>Safety</li>
+
<li>Security</li>
+
<li>Public Policy</li>
+
<li>Law and Regulation</li>
+
<li>Risk Assessment</li>
+
</ul>
+
</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="column half_size">
+
    .mdl-card__title-text {
<h5>What should we write about on this page?</h5>
+
      padding-top: 20px;
<p>On this page, you should write about the Human Practices topics you considered in your project, and document any special activities you did (such as visiting experts, talking to lawmakers, or doing public engagement). This should include all of the work done for the Silver Medal Criterion #3. Details for your Gold medal work and/or work for the two Human Practices special prizes should be put on those specified pages.</p>
+
    }
</div>
+
  
 +
    .mdl-card__supporting-text {
 +
      line-height: 130%;
 +
    }
  
<div class="column half_size">
+
    @media only screen and (max-device-width: 1200px) {
<h5>Inspiration</h5>
+
      .demo-card-wide.mdl-card {
<p>Read what other teams have done:</p>
+
        width: 80%;
<ul>
+
        max-width: 1500px
<li><a href="https://2014.igem.org/Team:Dundee/policypractice/experts">2014 Dundee </a></li>
+
      }
<li><a href="https://2014.igem.org/Team:UC_Davis/Policy_Practices_Overview">2014 UC Davis </a></li>
+
  }
<li><a href="https://2013.igem.org/Team:Manchester/HumanPractices">2013 Manchester </a></li>
+
<li><a href="https://2013.igem.org/Team:Cornell/outreach">2013 Cornell </a></li>
+
</ul>
+
</div>
+
  
 +
    @media only screen and (max-device-width: 900px) {
 +
      .demo-card-wide.mdl-card {
 +
        width: 90%;
 +
      }
 +
  }
  
 +
    @media only screen and (max-device-width: 600px) {
 +
      .demo-card-wide.mdl-card {
 +
        width: 95%;
 +
      }
 +
  }
 +
    </style>
  
 +
    <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" 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;">HP Silver</div>
 +
          <div class="logo-font android-sub-slogan" style="color:#757575;">
 +
            Following is how we helped other teams, visited an hospital and took part in a competition.
 +
            <div style="background:#C0C0C0; height:5px; width:50%; margin:auto"></div>
 +
            <i class="material-icons">expand_more</i>
 +
          </div>
 +
        </div>
 +
 +
        <!-- Self-Improvement -->
 +
        <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">Self-Improvement</h4>
 +
          </div>
 +
          <div class="mdl-card__supporting-text" style="font-size: 115%">
 +
            We should make sure that we ourselves have correct understanding on the genetically-modified technology and synthetic biology, so we took part in some lectures on the topic and visited some laboratories.<br><br>
 +
 +
            Professor Lei Xue specializes in the molecular and genetic mechanism with fruit flies in Tongji University. So we contacted professor Lei Xue who kindly shared relevant knowledge and experimental information on Drosophila used in his lab. At the same time we learned about the biosafety measures used with Drosophila. Professor Xue and other researcher in the lab supervised us and gave us a lot of guidance in the study conducted using the fruit fly.<br>
 +
            Professor Shaorong Gao specializes in the molecular mechanisms of reprogramming. We contacted professor Shaorong Gao and visited his lab to learn about molecular biology experiments and technology.<br><br>
 +
 +
            <div class="demo-card-wide mdl-card mdl-shadow--2dp" style="width:100%; position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/7/7f/2017tongji_image_HP_B.jpg" alt="Learning in Xue's Lab" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Learning in Xue's Lab
 +
              </div>
 +
            </div>
 +
 +
            <br>After analyzing and summing up the relevant literatures, we think that site inspection is an opportunity for learning and improving our project. So we also visited the Center for Disease Control and Prevention and Yangpu Hospital affiliated to Tongji University to know the present situation of diseases transmitted by the insects. There we visited the specimen and dispensing rooms with permission.
 +
          </div>
 +
          <div class="android-drawer-separator"></div>
 +
        </div>
 +
 +
        <!-- Communication -->
 +
        <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">Communication</h4>
 +
          </div>
 +
          <div class="mdl-card__supporting-text" style="font-size: 115%">
 +
            Although some unexpected difficulties arose in the course of our experiment, we overcame the difficulties with the help of another iGEM team and professors. We got some parts from Xiamen University. Thanks to their help we continued our experiment successfully.<br>
 +
            We gave the plasmid BBa_K1922003(wt p53) and BBa_K1922003(htERT-p53) to the Shandong University in order to help them complete their plasmid construction.<br><br>
 +
 +
            <div class="demo-card-wide mdl-card mdl-shadow--2dp" style="width:100%; position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/b/bb/2017tongji_image_HP_D.png" alt="NO DESCRIPTION" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                <!-- NO DESCRIPTION -->
 +
              </div>
 +
            </div>
 +
 +
          </div>
 +
          <div class="android-drawer-separator"></div>
 +
        </div>
 +
 +
        <!-- FAFU Exchange Meeting -->
 +
        <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">FAFU Exchange Meeting</h4>
 +
          </div>
 +
          <div class="mdl-card__supporting-text" style="font-size: 115%">
 +
            We took part in the FAFU‘s exchange meeting and shared our project on August 27th. At this meeting, we showed our project and had a friendly interaction with many Chinese iGEM teams. We shared our experiences and information and made good suggestions for each other's projects.<br><br>
 +
 +
            <div class="demo-card-wide mdl-card mdl-shadow--2dp" style="width:100%; position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/a/aa/2017tongji_image_HP_E.jpg" alt="NO DESCRIPTION" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="font-size: 115%; position: absolute; top:0px; left:0px; color:#0F0F0F">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                <!-- NO DESCRIPTION -->
 +
              </div>
 +
            </div>
 +
          </div>
 +
          <div class="android-drawer-separator"></div>
 +
        </div>
 +
 +
        <!-- Synthetic Biology creative competition -->
 +
        <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">Synthetic Biology creative competition</h4>
 +
          </div>
 +
          <div class="mdl-card__supporting-text" style="font-size: 115%">
 +
            We took part in the synthetic biology creative competition hold by LANJING Biology Company on October the 7th and seny our works to them. We hope our design chart for synthetic biology STEAM education will let more and more people learn easily about Synthetic Biology with interests.<br><br>
 +
 +
            <div class="demo-card-wide mdl-card mdl-shadow--2dp" style="width:100%; position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/6/6e/2017tongji_image_HP_F.jpg" alt="NO DESCRIPTION" style="width:100%">
 +
            </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 19:10, 28 October 2017


Tongji iGEM - HP Silver
TongJi iGEM
TongJi iGEM
HP Silver
Following is how we helped other teams, visited an hospital and took part in a competition.
expand_more

Self-Improvement

We should make sure that we ourselves have correct understanding on the genetically-modified technology and synthetic biology, so we took part in some lectures on the topic and visited some laboratories.

Professor Lei Xue specializes in the molecular and genetic mechanism with fruit flies in Tongji University. So we contacted professor Lei Xue who kindly shared relevant knowledge and experimental information on Drosophila used in his lab. At the same time we learned about the biosafety measures used with Drosophila. Professor Xue and other researcher in the lab supervised us and gave us a lot of guidance in the study conducted using the fruit fly.
Professor Shaorong Gao specializes in the molecular mechanisms of reprogramming. We contacted professor Shaorong Gao and visited his lab to learn about molecular biology experiments and technology.

Learning in Xue's Lab
Learning in Xue's Lab

After analyzing and summing up the relevant literatures, we think that site inspection is an opportunity for learning and improving our project. So we also visited the Center for Disease Control and Prevention and Yangpu Hospital affiliated to Tongji University to know the present situation of diseases transmitted by the insects. There we visited the specimen and dispensing rooms with permission.

Communication

Although some unexpected difficulties arose in the course of our experiment, we overcame the difficulties with the help of another iGEM team and professors. We got some parts from Xiamen University. Thanks to their help we continued our experiment successfully.
We gave the plasmid BBa_K1922003(wt p53) and BBa_K1922003(htERT-p53) to the Shandong University in order to help them complete their plasmid construction.

NO DESCRIPTION

FAFU Exchange Meeting

We took part in the FAFU‘s exchange meeting and shared our project on August 27th. At this meeting, we showed our project and had a friendly interaction with many Chinese iGEM teams. We shared our experiences and information and made good suggestions for each other's projects.

NO DESCRIPTION

Synthetic Biology creative competition

We took part in the synthetic biology creative competition hold by LANJING Biology Company on October the 7th and seny our works to them. We hope our design chart for synthetic biology STEAM education will let more and more people learn easily about Synthetic Biology with interests.

NO DESCRIPTION
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