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

(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.
  
 +
  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
  
 +
      https://www.apache.org/licenses/LICENSE-2.0
  
<div class="column full_size" >
+
  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 - Team</title>
  
<h1>Team</h1>
+
    <script src="https://2017.igem.org/Template:Tongji_China/Javascript?action=raw&ctype=text/javascript"></script>
<p>In this page you can introduce your team members, instructors, and advisors. </p>
+
</div>
+
  
<div class="clear"></div>
+
    <!-- 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">
  
<div class="column half_size" >
+
    <style>
<h5>Inspiration</h5>
+
    #view-source {
<p>You can look at what other teams did to get some inspiration! <br />
+
      position: fixed;
Here are a few examples:</p>
+
      display: block;
<ul>
+
      right: 0;
<li><a href="https://2014.igem.org/Team:METU_Turkey_team">METU Turkey </a></li>
+
      bottom: 0;
<li><a href="https://2014.igem.org/Team:Colombia/Members">Colombia</a></li>
+
      margin-right: 40px;
<li><a href="https://2014.igem.org/Team:Stony_Brook/Team">Stony Brook</a></li>
+
      margin-bottom: 40px;
<li><a href="https://2014.igem.org/Team:OUC-China/Team">OUC-China</a></li>
+
      z-index: 900;
</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 this page contain?</h5>
+
      padding-top: 20px;
<ul>
+
    }
<li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
+
<li>You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.</li>
+
<li>Take team pictures! Show us your school, your lab and little bit of your city.</li>
+
<li>Remember that image galleries can help you showcase many pictures while saving space.</li>
+
</ul>
+
</div>
+
  
 +
    .mdl-card__supporting-text {
 +
      line-height: 130%;
 +
    }
  
 +
    /*@-webkit-keyframes blinker {
 +
      from { opacity: 1.0; }
 +
      to { opacity: 0.0; }
 +
    }*/
  
</div>
+
    .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;*/
 +
    }
 +
 
 +
    .imagelayout{
 +
      width: 60%;
 +
    }
 +
 
 +
    .teamcardlayout{
 +
      width: 30% !important;
 +
      margin: 1.5% !important;
 +
    }
 +
 
 +
    .chartopacity {
 +
      opacity: 0.8;
 +
    }
 +
 
 +
    @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%;
 +
      }
 +
      .teamcardlayout{
 +
        width: 45% !important;
 +
        margin: 2% !important;
 +
      }
 +
  }
 +
 
 +
    @media only screen and (max-device-width: 600px) {
 +
      .demo-card-wide.mdl-card {
 +
        width: 95%;
 +
      }
 +
      .imagelayout {
 +
        width: 100%;
 +
      }
 +
      .teamcardlayout{
 +
        width: 90% !important;
 +
        margin-right: 0%;
 +
      }
 +
  }
 +
    </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" 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>
 +
          <!-- <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" 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">AWARDS</a>
 +
          <a class="mdl-navigation__link" style="margin-left:8px;" href="https://2017.igem.org/Team:Tongji_China/Model_Award">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;">Team</div>
 +
          <div class="logo-font android-sub-slogan" style="color:#757575;">
 +
            Meet us and our instructors!<br>
 +
            <i class="material-icons">expand_more</i>
 +
          </div>
 +
        </div>
 +
 
 +
        <!-- Introduction -->
 +
        <div class="demo-card-wide mdl-card mdl-shadow--2dp" style="min-height: 0px; text-align: center">
 +
          <div class="mdl-card__supporting-text" style="font-size: 115%">
 +
            Here you can find the information about the people who have contributed to the project. We would like to express our gratitude to our instructors for their continuous support and encouragement, and we would like to acknowledge all the others who provided valuable advice and essential support.<br>
 +
            The following is our amazing team, Tongji_China.
 +
          </div>
 +
        </div>
 +
 
 +
        <!-- Group Picture -->
 +
        <div class="demo-card-wide mdl-card mdl-shadow--2dp" style="width:100%; position: relative; border-radius:0px">
 +
          <img src="https://static.igem.org/mediawiki/2017/a/a2/2017tongji_images_HP_A.jpg" alt="Group Picture" style="width:100%">
 +
        </div>
 +
 
 +
        <!-- Team -->
 +
        <div style="text-align: center">
 +
          <div class="demo-card-wide mdl-card mdl-shadow--2dp teamcardlayout" style="text-align:left; display:inline-block; vertical-align:top">
 +
            <div style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/4/4f/2017tongji_image_member_ZHOU.jpeg" alt="Jianfeng Zhou" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="width:100%; font-size: 140%; position: absolute; bottom:0px; left:0px; color:#f0f0f0; text-transform: uppercase; background:rgba(15,15,15,0.4)">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Jianfeng Zhou
 +
              </div>
 +
            </div>
 +
            <div class="mdl-card__supporting-text" style="font-size: 115%;">
 +
              <!-- <b style="font-size: 125%;">Jianfeng Zhou</b><br><br> -->
 +
              I’m a Junior student of Tongji University, majoring in biotechnology. I was keen on life science since I was in high school. Last year, I applied for being an intern of team Tongji SHANGHAI, having learned a lot about iGEM and its operation pattern. In iGEM 2017, I am the captain of team Tongji China, involved in almost every part of the project, hoping to explore more about synthetic biology, together with my team members.
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="demo-card-wide mdl-card mdl-shadow--2dp teamcardlayout" style="text-align:left; display:inline-block; vertical-align:top;">
 +
            <div style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/e/e7/2017tongji_image_member_Zeng.jpeg" alt="Qian Zeng" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="width:100%; font-size: 140%; position: absolute; bottom:0px; left:0px; color:#f0f0f0; text-transform: uppercase; background:rgba(15,15,15,0.4)">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Qian Zeng
 +
              </div>
 +
            </div>
 +
            <div class="mdl-card__supporting-text" style="font-size: 115%;">
 +
              <!-- <b style="font-size: 125%;">Qian Zeng</b><br><br> -->
 +
              I’m a junior student of School of Life Science and Technology, Tongji University. I am interested in synthetic biology, which drives me to take part in iGEM. I have a good logical sense and I am good at giving fresh ideas during our brain storms. I really cherish this great chance to cooperate with such a nice team, and to solve various problems during plasmids construction experiments.
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="demo-card-wide mdl-card mdl-shadow--2dp teamcardlayout" style="text-align:left; display:inline-block; vertical-align:top">
 +
            <div style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/3/3c/2017tongji_image_member_Zhang.jpeg" alt="Cichen Zhang" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="width:100%; font-size: 140%; position: absolute; bottom:0px; left:0px; color:#f0f0f0; text-transform: uppercase; background:rgba(15,15,15,0.4)">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Cichen Zhang
 +
              </div>
 +
            </div>
 +
            <div class="mdl-card__supporting-text" style="font-size: 115%;">
 +
              <!-- <b style="font-size: 125%;">Cichen Zhang</b><br><br> -->
 +
              I am a junior student who is majoring in biotechnology and an iGEMer who is enthusiastic and confident about all unknown things all the time. During the project, I was responsible for the behavior test about drosophila and also participated in human practice. I enjoyed working with an efficient team and really learned a lot from this project. Out of the lab, I like to spend my spare time in reading novels, watching movies and playing ping-pong.
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="demo-card-wide mdl-card mdl-shadow--2dp teamcardlayout" style="text-align:left; display:inline-block; vertical-align:top">
 +
            <div style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/8/81/2017tongji_image_member_Zhu.jpeg" alt="Wei Zhu" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="width:100%; font-size: 140%; position: absolute; bottom:0px; left:0px; color:#f0f0f0; text-transform: uppercase; background:rgba(15,15,15,0.4)">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Wei Zhu
 +
              </div>
 +
            </div>
 +
            <div class="mdl-card__supporting-text" style="font-size: 115%;">
 +
              <!-- <b style="font-size: 125%;">Wei Zhu</b><br><br> -->
 +
              I am an undergraduate from the School of Life Science, Tongji University. I’m responsible for the behavioral experiment. I also play an important role in the interlab work. The most intresting things for me is to study new things. I thinks it is a honour for me to take part in iGEM.
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="demo-card-wide mdl-card mdl-shadow--2dp teamcardlayout" style="text-align:left; display:inline-block; vertical-align:top">
 +
            <div style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/f/f5/2017tongji_image_member_Song.jpeg" alt="Chenyu Song" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="width:100%; font-size: 140%; position: absolute; bottom:0px; left:0px; color:#f0f0f0; text-transform: uppercase; background:rgba(15,15,15,0.4)">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Chenyu Song
 +
              </div>
 +
            </div>
 +
            <div class="mdl-card__supporting-text" style="font-size: 115%;">
 +
              <!-- <b style="font-size: 125%;">Chenyu Song</b><br><br> -->
 +
              I am a third year student in Tongji University at Shanghai. Since I heard about synthetic biology and all its possibilities, I wanted to take part in a project from scratch and build a complete system. That’s why I joined the iGEM team. During the summer, I specifically worked on doing the modeling of the behavior of drosophila. I am glad to help the team making real discoveries after a modelling work and numerical calculations. This iGEM contest experience was therefore a good training exercise of teamwork and software development.
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="demo-card-wide mdl-card mdl-shadow--2dp teamcardlayout" style="text-align:left; display:inline-block; vertical-align:top">
 +
            <div style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/6/64/2017tongji_image_member_Shi.jpeg" alt="Zhifei Shi" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="width:100%; font-size: 140%; position: absolute; bottom:0px; left:0px; color:#f0f0f0; text-transform: uppercase; background:rgba(15,15,15,0.4)">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Zhifei Shi
 +
              </div>
 +
            </div>
 +
            <div class="mdl-card__supporting-text" style="font-size: 115%;">
 +
              <!-- <b style="font-size: 125%;">Zhifei Shi</b><br><br> -->
 +
              Nice to meet ya! I'm Zhifei Shi, the Hp director of team Tongji China. It's my honor to join iGEM party and work with my best teammates. Except doing experiments, my work is to generalize synthetic biology to people form every group and cooperation to other iGEM teams. I hope more and more young people can explore synthetic biology with us and become a new star.
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="demo-card-wide mdl-card mdl-shadow--2dp teamcardlayout" style="text-align:left; display:inline-block; vertical-align:top">
 +
            <div style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/0/07/2017tongji_image_member_Chen.jpeg" alt="Xinran Chen" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="width:100%; font-size: 140%; position: absolute; bottom:0px; left:0px; color:#f0f0f0; text-transform: uppercase; background:rgba(15,15,15,0.4)">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Xinran Chen
 +
              </div>
 +
            </div>
 +
            <div class="mdl-card__supporting-text" style="font-size: 115%;">
 +
              <!-- <b style="font-size: 125%;">Xinran Chen</b><br><br> -->
 +
              I am Xinran Chen, a junior student in Tongji. I majored in life science and technology when I first came to Tongji university, but later I changed my major and now I major in water supply and drainage science and engineering. But my classmates in the former college are my good friends so I'm very glad to prepare the iGEM competition with them this time. I love painting very much, so I’m responsible for the design of the team logo, team clothes, poster and so on. Hope we can have a wonderful journey in America!
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="demo-card-wide mdl-card mdl-shadow--2dp teamcardlayout" style="text-align:left; display:inline-block; vertical-align:top">
 +
            <div style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/4/48/2017tongji_image_member_Xu.jpeg" alt="Ruimin Xu" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="width:100%; font-size: 140%; position: absolute; bottom:0px; left:0px; color:#f0f0f0; text-transform: uppercase; background:rgba(15,15,15,0.4)">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Ruimin Xu
 +
              </div>
 +
            </div>
 +
            <div class="mdl-card__supporting-text" style="font-size: 115%;">
 +
              <!-- <b style="font-size: 125%;">Ruimin Xu</b><br><br> -->
 +
              This is my last year as an undergraduate student in Tongji University. I used to spend most time in my lab, doing experiments limited to my researches, which would definitely be a little pity for me if I didn’t join iGEM 2017. iGEM provides a best platform for students like me, to broaden our horizons and temper ourselves. This experience makes my college years more colorful. The tougher the problem we met, the deeper impression it left me.
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="demo-card-wide mdl-card mdl-shadow--2dp teamcardlayout" style="text-align:left; display:inline-block; vertical-align:top">
 +
            <div style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/3/3e/2017tongji_image_member_Wu.jpeg" alt="Huan Wu" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="width:100%; font-size: 140%; position: absolute; bottom:0px; left:0px; color:#f0f0f0; text-transform: uppercase; background:rgba(15,15,15,0.4)">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Huan Wu
 +
              </div>
 +
            </div>
 +
            <div class="mdl-card__supporting-text" style="font-size: 115%;">
 +
              <!-- <b style="font-size: 125%;">Huan Wu</b><br><br> -->
 +
              Hello, I am Huan Wu from Tongji University. As a student majored in biotechnology, I’d like to exploring undiscovered biological phenomena and explaining how life works. During the three years of learning, I found that researching is not as right as rain. Sometimes, I think dream is perfect but reality is very skinny. However, skinny is just for that someone without target, I believe if I hold on to my dream, the best is always yet to come. Where there is a will, there is a way.
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="demo-card-wide mdl-card mdl-shadow--2dp teamcardlayout" style="text-align:left; display:inline-block; vertical-align:top">
 +
            <div style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/e/e4/2017tongji_image_member_Giovanni.jpg" alt="Giovanni Riva" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="width:100%; font-size: 140%; position: absolute; bottom:0px; left:0px; color:#f0f0f0; text-transform: uppercase; background:rgba(15,15,15,0.4)">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Giovanni Riva
 +
              </div>
 +
            </div>
 +
            <div class="mdl-card__supporting-text" style="font-size: 115%;">
 +
              <!-- <b style="font-size: 125%;">Giovanni Riva</b><br><br> -->
 +
              I joined the Tongji iGEM team while part of a double degree program in China between Politecnico di Milano and Tongji University. I’m interested in how software can enable other fields to understand and design more complex systems. This has unsurprisingly led me to explore Biology and the intricate mechanisms that govern it, starting from the Code Of Life.
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="demo-card-wide mdl-card mdl-shadow--2dp teamcardlayout" style="text-align:left; display:inline-block; vertical-align:top">
 +
            <div style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/5/53/2017tongji_image_member_Wang.jpeg" alt="Yihao Wang" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="width:100%; font-size: 140%; position: absolute; bottom:0px; left:0px; color:#f0f0f0; text-transform: uppercase; background:rgba(15,15,15,0.4)">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Yihao Wang
 +
              </div>
 +
            </div>
 +
            <div class="mdl-card__supporting-text" style="font-size: 115%;">
 +
              <!-- <b style="font-size: 125%;">Yihao Wang</b><br><br> -->
 +
              Hey! I'm Yihao Wang, the biggest fan of Biology and it's so nice to meet you guys~ My major is Machinery which is a new way to be connected to iGem. Communicating with GIANTs and getting this chance to this competition is my pleasure! Besides, I learn German and mean to study further in Germany. In my spare time I usually hang out with my friends or playing the piano... Thank all of you again!
 +
            </div>
 +
          </div>
 +
        </div>
 +
        <div style="clear:both"></div>
 +
 
 +
        <!-- Instructors -->
 +
        <!-- Background and Design -->
 +
        <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">Instructors</h4>
 +
          </div>
 +
          <div class="mdl-card__supporting-text" style="font-size: 115%">
 +
            This section is dedicated to our instructors. Most of our team members are still bachelor students and had no, or only minor, knowledge about how to actually work in a lab before getting in touch with iGEM. Our instructors played an important role in starting our project.<br>
 +
            They guided us in the long process of shaping our abstract ideas into real, scientific strategies and are the reason why we can now proudly say that we are able to organize and execute our own experiments. Here, we want to tell you how each of them supported our project.
 +
          </div>
 +
          <div class="android-drawer-separator"></div>
 +
        </div>
 +
 
 +
        <div style="text-align: center">
 +
          <div class="demo-card-wide mdl-card mdl-shadow--2dp teamcardlayout" style="text-align:left; display:inline-block; vertical-align:top">
 +
            <div style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/0/0e/2017tongji_image_teacher_Du.jpeg" alt="Changsheng Du" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="width:100%; font-size: 140%; position: absolute; bottom:0px; left:0px; color:#f0f0f0; text-transform: uppercase; background:rgba(15,15,15,0.4)">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Changsheng Du
 +
              </div>
 +
            </div>
 +
            <div class="mdl-card__supporting-text" style="font-size: 115%;">
 +
              <!-- <b style="font-size: 125%;">Changsheng Du</b><br><br> -->
 +
              I am a professor of School of Life Science and Technology in Tongji University, the primary PI of the iGEM team. During the year, I guided the iGEMers to do realize the importance of biosafety while doing experiments. Since my research field is molecular immunity and signal transduction, I also gave them quite a lot suggestions on plasmids construction and primer designing. I strongly feel that these young iGEMers are keen on life science and synthetic biology, which drives them to work really hard which may finally lead to a great success.
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="demo-card-wide mdl-card mdl-shadow--2dp teamcardlayout" style="text-align:left; display:inline-block; vertical-align:top;">
 +
            <div style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/c/c6/2017tongji_image_teacher_Leng.jpeg" alt="Ye Leng" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="width:100%; font-size: 140%; position: absolute; bottom:0px; left:0px; color:#f0f0f0; text-transform: uppercase; background:rgba(15,15,15,0.4)">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Ye Leng
 +
              </div>
 +
            </div>
 +
            <div class="mdl-card__supporting-text" style="font-size: 115%;">
 +
              <!-- <b style="font-size: 125%;">Ye Leng</b><br><br> -->
 +
              I am the second PI of the iGEM team, a professor of School of Life Science and Technology in Tongji University. My research mainly focuses on the signal and epigenetic mechanisms of the occurrence and development of tumor, based on tumor cells. I gave the iGEMers advice during brainstorms and kept following the process. I’m happy to work with our iGEM team, the iGEMers are quite diligent and enthusiastic. Good luck to our team.
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="demo-card-wide mdl-card mdl-shadow--2dp teamcardlayout" style="text-align:left; display:inline-block; vertical-align:top">
 +
            <div style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/0/00/2017tongji_image_teacher_Xue.jpeg" alt="Lei Xue" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="width:100%; font-size: 140%; position: absolute; bottom:0px; left:0px; color:#f0f0f0; text-transform: uppercase; background:rgba(15,15,15,0.4)">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Lei Xue
 +
              </div>
 +
            </div>
 +
            <div class="mdl-card__supporting-text" style="font-size: 115%;">
 +
              <!-- <b style="font-size: 125%;">Lei Xue</b><br><br> -->
 +
              I am a professor of School of Life Science and Technology in Tongji University. My research field is molecular genetics, using fruit fly as a model animal. One day, the iGEMers came to me, saying that they were curious about the homosexual behavior of fruit fly. I gave them my suggestions and guide them to read large amounts of relevant documents. We also keep in touch during the whole behavioral experiments. The iGEMers have strong animation and enthusiasm, which helped them to the final success. Wish them good luck!
 +
            </div>
 +
          </div>
 +
 
 +
          <div class="demo-card-wide mdl-card mdl-shadow--2dp teamcardlayout" style="text-align:left; display:inline-block; vertical-align:top">
 +
            <div style="position: relative">
 +
              <img src="https://static.igem.org/mediawiki/2017/a/a0/2017tongji_image_teacher_Chen.jpeg" alt="Jiayu Chen" style="width:100%">
 +
              <div class="mdl-card__supporting-text" style="width:100%; font-size: 140%; position: absolute; bottom:0px; left:0px; color:#f0f0f0; text-transform: uppercase; background:rgba(15,15,15,0.4)">
 +
                <!-- white:#f0f0f0 or black:#0F0F0F -->
 +
                Jiayu Chen
 +
              </div>
 +
            </div>
 +
            <div class="mdl-card__supporting-text" style="font-size: 115%;">
 +
              <!-- <b style="font-size: 125%;">Jiayu Chen</b><br><br> -->
 +
              I am an assistant professor of School of Life Science and Technology in Tongji University. It's really a great honor for me to join the iGEM this year. I will be the guiding teacher of the 2017 iGEM representative team of Tongji University. I have strong confidence in all of the members, for their extraordinary courage and dedication. While what really matters to us is nothing but the precious experience. Wish them enjoy the Jamboree in Boston!
 +
            </div>
 +
          </div>
 +
        </div>
 +
        <div style="clear:both"></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>
 +
 
 +
        <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 01:11, 31 October 2017


Tongji iGEM - Team
Tongji iGEM
TongJi iGEM
Team
Meet us and our instructors!
expand_more
Here you can find the information about the people who have contributed to the project. We would like to express our gratitude to our instructors for their continuous support and encouragement, and we would like to acknowledge all the others who provided valuable advice and essential support.
The following is our amazing team, Tongji_China.
Group Picture
Jianfeng Zhou
Jianfeng Zhou
I’m a Junior student of Tongji University, majoring in biotechnology. I was keen on life science since I was in high school. Last year, I applied for being an intern of team Tongji SHANGHAI, having learned a lot about iGEM and its operation pattern. In iGEM 2017, I am the captain of team Tongji China, involved in almost every part of the project, hoping to explore more about synthetic biology, together with my team members.
Qian Zeng
Qian Zeng
I’m a junior student of School of Life Science and Technology, Tongji University. I am interested in synthetic biology, which drives me to take part in iGEM. I have a good logical sense and I am good at giving fresh ideas during our brain storms. I really cherish this great chance to cooperate with such a nice team, and to solve various problems during plasmids construction experiments.
Cichen Zhang
Cichen Zhang
I am a junior student who is majoring in biotechnology and an iGEMer who is enthusiastic and confident about all unknown things all the time. During the project, I was responsible for the behavior test about drosophila and also participated in human practice. I enjoyed working with an efficient team and really learned a lot from this project. Out of the lab, I like to spend my spare time in reading novels, watching movies and playing ping-pong.
Wei Zhu
Wei Zhu
I am an undergraduate from the School of Life Science, Tongji University. I’m responsible for the behavioral experiment. I also play an important role in the interlab work. The most intresting things for me is to study new things. I thinks it is a honour for me to take part in iGEM.
Chenyu Song
Chenyu Song
I am a third year student in Tongji University at Shanghai. Since I heard about synthetic biology and all its possibilities, I wanted to take part in a project from scratch and build a complete system. That’s why I joined the iGEM team. During the summer, I specifically worked on doing the modeling of the behavior of drosophila. I am glad to help the team making real discoveries after a modelling work and numerical calculations. This iGEM contest experience was therefore a good training exercise of teamwork and software development.
Zhifei Shi
Zhifei Shi
Nice to meet ya! I'm Zhifei Shi, the Hp director of team Tongji China. It's my honor to join iGEM party and work with my best teammates. Except doing experiments, my work is to generalize synthetic biology to people form every group and cooperation to other iGEM teams. I hope more and more young people can explore synthetic biology with us and become a new star.
Xinran Chen
Xinran Chen
I am Xinran Chen, a junior student in Tongji. I majored in life science and technology when I first came to Tongji university, but later I changed my major and now I major in water supply and drainage science and engineering. But my classmates in the former college are my good friends so I'm very glad to prepare the iGEM competition with them this time. I love painting very much, so I’m responsible for the design of the team logo, team clothes, poster and so on. Hope we can have a wonderful journey in America!
Ruimin Xu
Ruimin Xu
This is my last year as an undergraduate student in Tongji University. I used to spend most time in my lab, doing experiments limited to my researches, which would definitely be a little pity for me if I didn’t join iGEM 2017. iGEM provides a best platform for students like me, to broaden our horizons and temper ourselves. This experience makes my college years more colorful. The tougher the problem we met, the deeper impression it left me.
Huan Wu
Huan Wu
Hello, I am Huan Wu from Tongji University. As a student majored in biotechnology, I’d like to exploring undiscovered biological phenomena and explaining how life works. During the three years of learning, I found that researching is not as right as rain. Sometimes, I think dream is perfect but reality is very skinny. However, skinny is just for that someone without target, I believe if I hold on to my dream, the best is always yet to come. Where there is a will, there is a way.
Giovanni Riva
Giovanni Riva
I joined the Tongji iGEM team while part of a double degree program in China between Politecnico di Milano and Tongji University. I’m interested in how software can enable other fields to understand and design more complex systems. This has unsurprisingly led me to explore Biology and the intricate mechanisms that govern it, starting from the Code Of Life.
Yihao Wang
Yihao Wang
Hey! I'm Yihao Wang, the biggest fan of Biology and it's so nice to meet you guys~ My major is Machinery which is a new way to be connected to iGem. Communicating with GIANTs and getting this chance to this competition is my pleasure! Besides, I learn German and mean to study further in Germany. In my spare time I usually hang out with my friends or playing the piano... Thank all of you again!

Instructors

This section is dedicated to our instructors. Most of our team members are still bachelor students and had no, or only minor, knowledge about how to actually work in a lab before getting in touch with iGEM. Our instructors played an important role in starting our project.
They guided us in the long process of shaping our abstract ideas into real, scientific strategies and are the reason why we can now proudly say that we are able to organize and execute our own experiments. Here, we want to tell you how each of them supported our project.
Changsheng Du
Changsheng Du
I am a professor of School of Life Science and Technology in Tongji University, the primary PI of the iGEM team. During the year, I guided the iGEMers to do realize the importance of biosafety while doing experiments. Since my research field is molecular immunity and signal transduction, I also gave them quite a lot suggestions on plasmids construction and primer designing. I strongly feel that these young iGEMers are keen on life science and synthetic biology, which drives them to work really hard which may finally lead to a great success.
Ye Leng
Ye Leng
I am the second PI of the iGEM team, a professor of School of Life Science and Technology in Tongji University. My research mainly focuses on the signal and epigenetic mechanisms of the occurrence and development of tumor, based on tumor cells. I gave the iGEMers advice during brainstorms and kept following the process. I’m happy to work with our iGEM team, the iGEMers are quite diligent and enthusiastic. Good luck to our team.
Lei Xue
Lei Xue
I am a professor of School of Life Science and Technology in Tongji University. My research field is molecular genetics, using fruit fly as a model animal. One day, the iGEMers came to me, saying that they were curious about the homosexual behavior of fruit fly. I gave them my suggestions and guide them to read large amounts of relevant documents. We also keep in touch during the whole behavioral experiments. The iGEMers have strong animation and enthusiasm, which helped them to the final success. Wish them good luck!
Jiayu Chen
Jiayu Chen
I am an assistant professor of School of Life Science and Technology in Tongji University. It's really a great honor for me to join the iGEM this year. I will be the guiding teacher of the 2017 iGEM representative team of Tongji University. I have strong confidence in all of the members, for their extraordinary courage and dedication. While what really matters to us is nothing but the precious experience. Wish them enjoy the Jamboree in Boston!
That's it!

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

Home chevron_right