Difference between revisions of "Team:ZJU-China/Team"

(Prototype team page)
 
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ZJU-China}}
+
<html lang="zh-CN">
  
<html>
+
  <head>
  
  
 +
<!-- Bootstrap core CSS -->
  
<div class="column full_size" >
+
<!-- <link href="css/bootstrap.css" rel="stylesheet"> -->
 +
<!-- <link href='css/bootstrap.css' rel='stylesheet' type='text/css'> -->
 +
<link href="https://2017.igem.org/Zju/css/bootstrap?action=raw&amp;ctype=text/css" rel="stylesheet" media="screen" />
 +
  <!-- Optional Bootstrap Theme -->
 +
<link href="https://2017.igem.org/Zju/css/team?action=raw&amp;ctype=text/css" rel="stylesheet" media="screen" />
  
<h1>Team</h1>
+
<!-- <link href="css/bootstrap-theme.css" rel="stylesheet" id="bs-theme-stylesheet"> -->
<p>In this page you can introduce your team members, instructors, and advisors. </p>
+
<link href="https://2017.igem.org/Zju/css/bootstraptheme?action=raw&amp;ctype=text/css" rel="stylesheet" id="bs-theme-stylesheet">
</div>
+
  
<div class="clear"></div>
+
<!-- 按钮的字体 -->
 +
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700' rel='stylesheet' type='text/css'>
 +
<!-- 按钮的字体end -->
  
<div class="column half_size" >
+
<!-- Documentation extras -->
<h5>Inspiration</h5>
+
<p>You can look at what other teams did to get some inspiration! <br />
+
Here are a few examples:</p>
+
<ul>
+
<li><a href="https://2014.igem.org/Team:METU_Turkey_team">METU Turkey </a></li>
+
<li><a href="https://2014.igem.org/Team:Colombia/Members">Colombia</a></li>
+
<li><a href="https://2014.igem.org/Team:Stony_Brook/Team">Stony Brook</a></li>
+
<li><a href="https://2014.igem.org/Team:OUC-China/Team">OUC-China</a></li>
+
</ul>
+
  
</div>
+
<link href="https://2017.igem.org/Zju/css/docs/min?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css"/>
  
<div class="column half_size" >
+
<link href="https://2017.igem.org/Zju/css/doc-style?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css"/>
<h5>What should this page contain?</h5>
+
<!-- <link href="https://2017.igem.org/Zju/css/doc-style?action=raw&amp;ctype=text/css" rel="stylesheet"> -->
<ul>
+
<link href="https://2017.igem.org/Zju/css/responsive/min?action=raw&amp;ctype=text/css" rel="stylesheet">
<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>
+
  
 +
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
 +
<!-- <link rel="icon" href="/favicon.ico"> -->
  
 +
<script>
 +
  var _hmt = _hmt || [];
 +
</script>
 +
  </head>
  
 +
 +
<style>
 +
/*Override default CSS*/
 +
#sideMenu, #top_title {display:none;}
 +
#content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;background-color: transparent;}
 +
 +
 +
/* set all basic objects to neutral formatting*/
 +
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
 +
    margin: 0;
 +
    padding: 0;
 +
    border: 0;
 +
    outline: 0;
 +
    font-size: 100%;
 +
    vertical-align: baseline;
 +
    background: transparent;
 +
}
 +
 +
#globalWrapper {
 +
    margin: 0;
 +
    padding: 0;
 +
    border: 0;
 +
    outline: 0;
 +
    font-size: 100%;
 +
    vertical-align: baseline;
 +
    background: transparent;
 +
}
 +
 +
 +
/* set page to fill window*/
 +
html{
 +
  height: 100%;
 +
}
 +
body {
 +
  min-height: 100%;
 +
  background-color: #FFFFFF;
 +
}
 +
 +
 +
#content_wrapper {
 +
    position: relative;
 +
  top: 0px;
 +
  left: 0px; 
 +
  margin: 0px;
 +
    width: 100%;
 +
    height: 100%;
 +
  text-align:center;
 +
    background-color: #FFFFFF;
 +
}
 +
 +
#content_wrapper p {
 +
    font-family: 'Yanone Kaffeesatz',Tahoma, Geneva, sans-serif;
 +
}
 +
 +
#content_wrapper a {
 +
    color:#004789;
 +
}
 +
 +
 +
.footer {
 +
    position:absolute;   
 +
    bottom: 0px;
 +
    left: 0px;
 +
    width: 100%;
 +
    margin-top: 0px;
 +
    background-color: #000000;
 +
    text-align: center;
 +
}
 +
 +
.center {
 +
  width: 60%;
 +
    margin-top: 16px;
 +
  min-width: 500px;
 +
    padding-bottom:32px;
 +
  display: inline-block;       
 +
}
 +
 +
.TextContent { 
 +
  text-align: left;
 +
  vertical-align: baseline;
 +
  font-size: 0.875em;
 +
  font-family:'Yanone Kaffeesatz', verdana, sans-serif;
 +
}
 +
 +
.TextContent h1{
 +
  text-align: center;
 +
  font-size: 1.5rem;
 +
  margin-bottom: 1em;
 +
  margin-top: 0.2em;
 +
  color: #3399ff;
 +
  font-family:'Yanone Kaffeesatz', verdana, sans-serif;
 +
}
 +
 +
.TextContent h2{
 +
  line-height: 1.6;
 +
  margin-bottom: 0em;
 +
  margin-top: 1em;
 +
  text-align: left;
 +
  font-family:'Yanone Kaffeesatz', verdana, sans-serif;
 +
}
 +
 +
.TextContent p{
 +
  margin-bottom: 1.2em;
 +
  font-family:'Yanone Kaffeesatz', verdana, sans-serif;
 +
}
 +
 +
.Page_Wide { 
 +
  width:100%;
 +
}
 +
 +
.Quarter_Image {
 +
  width:25%;
 +
  max-height:250px;
 +
  float:left;
 +
}
 +
 +
.Quarter_Image img {
 +
    display:block;
 +
    margin:auto;
 +
    max-height: 250px; 
 +
    width: auto;
 +
}
 +
 +
.SocialMediaIconWrapper {
 +
    width:100%;
 +
}
 +
 +
.SocialMediaIcon {
 +
    width:4%;
 +
    height:auto;
 +
    margin-left:20px;
 +
    display: inline-block;
 +
    float:left;
 +
 +
}
 +
 +
.SocialMediaIcon img{
 +
    max-width:100%;
 +
  height:auto
 +
}
 +
 +
.TeamImage {
 +
  width:100%;
 +
}
 +
 +
.TeamImage img { 
 +
    max-width:100%;
 +
  height:auto
 +
}
 +
 +
.sponsors {
 +
  width: 100%; 
 +
}
 +
 +
.sponsor_row {   
 +
  width: 100%;
 +
}
 +
 +
.sponsor_img {   
 +
  width: 16.6666667%;
 +
  float:left;   
 +
}
 +
 +
.sponsor_img img{ 
 +
  max-width:100%;
 +
  height:auto
 +
}
 +
 +
.clear {
 +
    clear:both;
 +
}
 +
 +
.clear.extra_space {
 +
    height: 20px;
 +
}
 +
 +
.line_divider {
 +
    border-top: 1px solid #d3d3d3;
 +
    width: 98%;
 +
    margin: auto;
 +
}
 +
 +
.copyright{
 +
    color: #888888;
 +
    font-size: 13px;
 +
    text-align: center !important;
 +
}
 +
 +
 +
.copyright a{
 +
    color: #d2ebe3;
 +
    border-bottom: dotted 1px #a5d8c7;
 +
}
 +
 +
</style>
 +
 +
  <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
 +
  <div class="page-loader"></div>
 +
      <!-- Docs master nav -->
 +
                  <!-- <h1><a class="navbar-brand" href="index.html">MuMei Lab</a></h1> -->
 +
  <div class="container">
 +
      <!-- header -->
 +
      <div class="header-w3layouts">
 +
          <!-- Navigation -->
 +
          <nav class="navbar navbar-default navbar-fixed-top">
 +
              <div class="navbar-header page-scroll">
 +
                  <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
 +
                  </button>
 +
 +
                  <a href="https://2017.igem.org/Team:ZJU-China">
 +
                      <img style="margin-top:11px" class="navbar-brand"  src="https://static.igem.org/mediawiki/2017/d/d5/ZJUChina_logo.png">
 +
                  </a>
 +
 +
                  <!-- <h1><a class="navbar-brand" href="index.html">My Design</a></h1> -->
 +
 +
              </div>
 +
              <!-- Collect the nav links, forms, and other content for toggling -->
 +
              <div class="collapse navbar-collapse navbar-ex1-collapse">
 +
                  <ul class="nav navbar-nav navbar-right cl-effect-15">
 +
                      <!-- Hidden li included to remove active class from about link when scrolled up past about section -->
 +
                      <li class="hidden"><a class="page-scroll" href="#page-top"></a> </li>
 +
 +
                      <li class="m_nav_item dropdown">
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Overview<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Overview">Description</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Demonstrate">Demonstrate</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Applied_Design">Applied Design</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Achievements">Achievements</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Improve">Improve Parts</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/InterLab">InterLab</a></li>
 +
 +
                          </ul>
 +
                      </li>
 +
 +
                      <li class="m_nav_item dropdown">
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Project<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Project/tp">Trichoderma Proof</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Project/voc">VOC sensors</a></li>
 +
                              <li><a style="font-size: 0.7em!important;" href="https://2017.igem.org/Team:ZJU-China/Project/st">Chemical Signal Transduction</a></li>
 +
                              <li><a style="font-size: 0.7em!important;" href="https://2017.igem.org/Team:ZJU-China/Project/mt">Medium Wave Transduction</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Project/Downstream">Downstream</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Project/conclusion">Conclusions</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Notebook">Notebook</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Protocols">Protocols</a></li>
 +
                          </ul>
 +
                      </li>
 +
 +
                      <li class="m_nav_item dropdown" >
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Model<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <!--<li><a href="https://2017.igem.org/Team:ZJU-China/Model">Summery</a></li>-->
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Model">VOC analysis</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Model/Coculture">Coculture</a></li>
 +
 +
                          </ul>
 +
                      </li>
 +
 +
                      <li class="m_nav_item dropdown">
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Parts<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Parts">All Parts</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Basic_Part">Basic Parts</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Composite_Part">Composite Parts</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Part_Collection">Part Collection</a></li>
 +
 +
 +
 +
 +
                          </ul>
 +
                      </li>
 +
 +
                      <li class="m_nav_item dropdown" >
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Hardware<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Hardware">Overview</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Hardware/Device">Device</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Hardware/Improvements">Improvements</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Hardware/MediumWave">Medium Wave</a></li>
 +
                          </ul>
 +
                      </li>
 +
 +
                      <li class="m_nav_item dropdown" >
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Safety<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Safety">Environment</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Safety/Lab">Laboratory</a></li>
 +
                          </ul>
 +
                      </li>
 +
 +
                      <li class="m_nav_item dropdown">
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">HP<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Human_Practices">Summary</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/HP/Silver">Silver</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/HP/Gold_Integrated">Gold Integrated</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Engagement">Engagement</a></li>
 +
                          </ul>
 +
                      </li>
 +
 +
                      <li class="m_nav_item dropdown" >
 +
                          <a href="#" class="dropdown-toggle link" data-toggle="dropdown">Team<b class="caret"></b></a>
 +
                          <ul class="dropdown-menu ">
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Team">Teammates</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Attributions">Attribution</a></li>
 +
                              <li><a href="https://2017.igem.org/Team:ZJU-China/Collaborations">Collaboration</a></li>
 +
                          </ul>
 +
                      </li>
 +
                  </ul>
 +
              </div>
 +
          </nav>
 +
      </div>
 +
  </div>
 +
 +
 +
 +
 +
<div style="margin:0 auto;z-index:50;">
 +
    <div style="text-align: center!important; width: 100% !important; background-color:#FBD469 !important;">
 +
  <img src="https://static.igem.org/mediawiki/2017/d/d4/ZJU_China_Team_Head.jpg" usemap="#teammap" style="width: 1260px !important;" >
 +
    </div>
 +
        <map name="teammap" id="teammap">
 +
 +
    <area
 +
    shape="circle"
 +
    coords="178,353,100"
 +
    href ="#jqj"
 +
    alt="jqj" />
 +
 +
    <area
 +
    shape="circle"
 +
    coords="472,350,100"
 +
    href ="#yjb"
 +
    alt="yjb" />
 +
 +
    <area
 +
    shape="circle"
 +
    coords="200,596,108"
 +
    href ="#zyh"
 +
    alt="zyh" />
 +
 +
    <area
 +
    shape="circle"
 +
    coords="500,583,108"
 +
    href ="#qjm"
 +
    alt="qjm" />
 +
 +
    <area
 +
    shape="circle"
 +
    coords="787,591,108"
 +
    href ="#sc"
 +
    alt="sc" />
 +
 +
    <area
 +
    shape="circle"
 +
    coords="1082,593,108"
 +
    href ="#lss"
 +
    alt="lss" />
 +
 +
    <area
 +
    shape="circle"
 +
    coords="206,1203,108"
 +
    href ="#wzc"
 +
    alt="wzc" />
 +
 +
    <area
 +
    shape="circle"
 +
    coords="504,1199,108"
 +
    href ="#xzf"
 +
    alt="xzf" />
 +
 +
    <area
 +
    shape="circle"
 +
    coords="793,1193,108"
 +
    href ="#cyx"
 +
    alt="cyx" />
 +
 +
    <area
 +
    shape="circle"
 +
    coords="1090,1205,108"
 +
    href ="#lsd"
 +
    alt="lsd" />
 +
 +
    <area
 +
    shape="circle"
 +
    coords="222,1447,123"
 +
    href ="#wtz"
 +
    alt="wtz" />
 +
 +
    <area
 +
    shape="circle"
 +
    coords="509,1725,123"
 +
    href ="#zrf"
 +
    alt="zrf" />
 +
 +
    <area
 +
    shape="circle"
 +
    coords="788,1446,123"
 +
    href ="#zzl"
 +
    alt="zzl" />
 +
 +
    <area
 +
    shape="circle"
 +
    coords="1087,1719,123"
 +
    href ="#fh"
 +
    alt="fh" />
 +
 +
 
 +
  </map>
 
</div>
 
</div>
 +
 +
 +
 +
 
 +
  <!-- TEAM页开始 -->
 +
  <!-- about -->
 +
  <div class="about">
 +
    <div class="container">
 +
 +
 +
    <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
              <div class="w3layouts_about_grid_left_pos grid_left_colorA">
 +
                <img  id="jqj" src="https://static.igem.org/mediawiki/2017/6/6b/ZJUChina_team_jqj.jpg" alt=" " class="img-responsive" />
 +
              </div>
 +
            </div>
 +
            <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
              <h4>We do our best to salute to the future.</h4>
 +
              <h5>Qianjing Jiang</h5>
 +
              <p>Once ever, chasing purest things was my purpose, pure freedom, pure science, pure nature… it’s all about purest life. Now, participating in iGEM gives me the chance to experiencing putting science into life, it’s happy especially when it happens with a group of interesting guys.</p>
 +
              <p id="yjb"></p>
 +
            </div>
 +
            <div class="clearfix"> </div>
 +
 +
 +
        <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
          <div class="w3layouts_about_grid_left_pos grid_left_colorB">
 +
            <img src="https://static.igem.org/mediawiki/2017/e/e2/ZJUChina_team_yjb.jpg" alt=" " class="img-responsive" />
 +
          </div>
 +
        </div>
 +
        <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
          <h4>As long as you are young.</h4>
 +
          <h5>Junbo Yang</h5>
 +
          <p>I’m Junbo Yang, a sophomore at ZheJiang University. I have worked in lab since my freshman year, and focus on the molecular and cell biology. However, the involvement in iGem is my first initiative research project. In my spare time, I enjoy long riding on the roads on sunny days and coming up with creative nicknames for others.</p>
 +
          <p  id="cyx" ></p>
 +
        </div>
 +
        <div class="clearfix"> </div>
 +
 +
        <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
          <div class="w3layouts_about_grid_left_pos grid_left_colorC">
 +
            <img src="https://static.igem.org/mediawiki/2017/c/c8/ZJUChina_team_cyx.jpg" alt=" " class="img-responsive" />
 +
          </div>
 +
        </div>
 +
        <div class="col-md-7 col-sm-6 col-sm-7 w3layouts_about_grid_right">
 +
          <h4>Appreciate the beauty of life.</h4>
 +
          <h5>Yuxing Chen</h5>
 +
          <p>My name is Yuxing Chen. As a student from ZJU-iGEM Team, I major in clinical medicine. During spare time, my enthusiasm lies in the playing basketball and chess.
 +
          Of course, being outgoing, I love talking with others about some topics. Since medicine has close relationship with synthetic biology, I cooperate with these interesting guys to get better understanding of knowledge in a new field.
 +
          Anyway, keep calm and go ahead!
 +
          </p><p id="wzc" ></p>
 +
        </div>
 +
        <div class="clearfix"> </div>
 +
 +
        <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
          <div class="w3layouts_about_grid_left_pos grid_left_colorD">
 +
            <img  src="https://static.igem.org/mediawiki/2017/4/49/ZJUChina_team_wzc.jpg" alt=" " class="img-responsive" />
 +
          </div>
 +
        </div>
 +
        <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
          <h4> </h4>
 +
          <h5>Zicong Wang</h5>
 +
          <p>I am Zicong Wang, a sophomore majoring in chemistry. I love photography and reading, as well as baking cakes and desserts. I have done a month of research at the Institute of Micro analysis. I am mainly responsible for making the device in the team and I  proposed the idea to check whether the plants are ill by detecting their VOCs.</p>
 +
          <p id="xzf" ></p>
 +
        </div>
 +
        <div class="clearfix"> </div>
 +
 +
                <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
          <div class="w3layouts_about_grid_left_pos grid_left_colorE">
 +
            <img src="https://static.igem.org/mediawiki/2017/e/e6/ZJUChina_team_xzf.jpg" alt=" " class="img-responsive" />
 +
          </div>
 +
        </div>
 +
        <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
          <h4>No pains, no gains</h4>
 +
          <h5>Zifan Xie</h5>
 +
          <p>Hello everyone, I am Xie Zifan, a third-year student majoring in Applied Biology. I took part in experiments of the Remote-control of Trichoderma.  How lucky I am to have the chance to take part in the game and have such an awesome experience. I’m glad to meet these guys, who love biology deeply and have wonderful ideals, and learn a lot on them.
 +
          </p><p id="zyh" ></p>
 +
        </div>
 +
        <div class="clearfix"> </div>
 +
 +
 +
        <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
          <div class="w3layouts_about_grid_left_pos grid_left_colorA">
 +
            <img  src="https://static.igem.org/mediawiki/2017/b/b7/ZJUChina_team_zyh.jpg" alt=" " class="img-responsive" />
 +
          </div>
 +
        </div>
 +
        <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
          <h4>Nothing that is not there and the nothing that is.</h4>
 +
          <h5>Yihe Zhang</h5>
 +
          <p style="line-height: 20px !important;">I am a second year applied biology student whose duty in our project is to domesticate the Trichoderma. From random insertion to basic homologous recombination, I have witnessed the process that we can apply the technology of synthetic biology to the new chassis, Trichoderma. I am interested in the connection between the engineered bacteria with plants according to endophyte. Our wet lab is the place where I spend most of my time. What I love to do is to discuss new ideas with my team partners, and our brainstorm usually gives me a surprise!</p>
 +
            <p id="qjm"  ></p>
 +
        </div>
 +
        <div class="clearfix"> </div>
 +
 +
 +
        <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
          <div class="w3layouts_about_grid_left_pos grid_left_colorB">
 +
            <img src="https://static.igem.org/mediawiki/2017/c/c7/ZJUChina_team_qjm.jpg" alt=" " class="img-responsive" />
 +
          </div>
 +
        </div>
 +
        <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
          <h4>Life is like a box of chocolates, you never know what you’re gonna get.</h4>
 +
          <h5>Junming Qian</h5>
 +
          <p style="line-height: 20px !important;">I am Junming Qian, a sophomore majoring in biology. I was passionate about various creatures when I was a little boy. When I entered university, luckily, I had a chance to encounter with Synthetic Biology. Modularizing and standardizing genes, and connecting them to construct an artificial biological systems are really attractive to me, since it calls into fully play one's imagination and creativity. I love the idea of synthetic biology, and that’s the reason why I participate in iGEM. During this time, I am glad to develop a deep friendship with other 13 people in ZJU-CHINA 2017 and learn a lot.</p>
 +
            <p id="sc" ></p>
 +
        </div>
 +
        <div class="clearfix"> </div>
 +
 +
        <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
          <div class="w3layouts_about_grid_left_pos grid_left_colorC">
 +
            <img src="https://static.igem.org/mediawiki/2017/5/5a/ZJUChina_team_sc.jpg" alt=" " class="img-responsive" />
 +
          </div>
 +
        </div>
 +
        <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
          <h4> </h4>
 +
          <h5>Cheng Shen</h5>
 +
          <p>I major in biology and I regard it as interesting. On thinking that all the animals, large and small, including ourselves,obey the same rules of nature no matter how they look like, I will really appreciate it that the mother nature forms such a colorful world. </p>
 +
            <p  id="lss" ></p>
 +
        </div>
 +
        <div class="clearfix"> </div>
 +
 +
        <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
          <div class="w3layouts_about_grid_left_pos grid_left_colorD">
 +
            <img src="https://static.igem.org/mediawiki/2017/5/55/ZJUChina_team_lss.jpg" alt=" " class="img-responsive" />
 +
          </div>
 +
        </div>
 +
        <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
          <h4> </h4>
 +
          <h5>Shisheng Li</h5>
 +
          <p>I'm a second year biology student and it's also my second year participating iGEM. I enjoy playing table tennis in my spare time. Being a part of ZJU-China and working with our team members in this summer can be the best experience for me.</p>
 +
            <p id="wzy" ></p>
 +
        </div>
 +
        <div class="clearfix"> </div>
 +
 +
 +
 +
        <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
          <div class="w3layouts_about_grid_left_pos grid_left_colorE">
 +
            <img src="https://static.igem.org/mediawiki/2017/2/20/ZJUChina_team_wzy.jpg" alt=" " class="img-responsive" />
 +
          </div>
 +
        </div>
 +
        <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
          <h4> </h4>
 +
          <h5>Zhanyu Wang</h5>
 +
        <p>This is my second year as an iGEMer. You can find my self introduction on the website of ZJUChina 2016. This year I serve as the advisor of this team. Through their selection, brainstorm and wet lab work, It feels just like the old times. Sometimes crazy, sometimes disapointed, but stay enthusiastic all the time and the friendship is forever. That's iGEMers. Indeed, I feel very honored to be part of this team and believe they will get the reward they deserve. Good luck to their trip to Boston!
 +
        </p><p id="lsd" ></p>
 +
        </div>
 +
        <div class="clearfix"> </div>
 +
 +
 +
 +
        <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
          <div class="w3layouts_about_grid_left_pos grid_left_colorA">
 +
            <img src="https://static.igem.org/mediawiki/2017/e/e3/ZJUChina_team_lsd.jpg" alt=" " class="img-responsive" />
 +
          </div>
 +
        </div>
 +
        <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
          <h4> </h4>
 +
          <h5>Sida Li</h5>
 +
          <p>I’m a junior student majoring in bioscience. Interested in photographing, birding and frisbee. Hoping to make the invisible microbial world more fascinating through synthetic biology.</p>
 +
          <p id="fh" ></p>
 +
        </div>
 +
        <div class="clearfix"> </div>
 +
 +
        <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
              <div class="w3layouts_about_grid_left_pos grid_left_colorB">
 +
                <img src="https://static.igem.org/mediawiki/2017/4/4d/ZJUChina_team_fh.jpg" alt=" " class="img-responsive" />
 +
              </div>
 +
            </div>
 +
            <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
              <h4>The absence of desire leaves one free to purse other things</h4>
 +
              <h5>Hao Fang</h5>
 +
              <p>I am a second year bachelor student and major in computer science. What fascinates me is solving problem using information technology and IGEM is such an awesome competition. In the project, I'm responsible for device design, data analysis and other programming work. Surely the IGEM experience will be the unforgettable one in my college life.</p>
 +
              <p id="wtz" ></p>
 +
            </div>
 +
            <div class="clearfix"> </div>
 +
 +
 +
        <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
          <div class="w3layouts_about_grid_left_pos grid_left_colorC">
 +
            <img src="https://static.igem.org/mediawiki/2017/9/9a/ZJUChina_team_wtz.jpg" alt=" " class="img-responsive" />
 +
          </div>
 +
        </div>
 +
        <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
          <h4>Where there is a will, there is a way</h4>
 +
          <h5>Tianze Wang</h5>
 +
          <p style="line-height: 22px !important;">Hello! I’m Wang Tianze, a sophomore that major in physics. Having a strong interest in interdisciplinary and biology, I enjoy exploring new fields and brainstorming with others. Learning the laws behind things and life both attract me. In the daily life, I’m an optimistic and easy-going girl. I love listening to others attentively to get what they think, what they have experienced. I’ve learned a lot during this project, and it will be an unforgettable memory.</p>
 +
          <p id="zrf" ></p>
 +
        </div>
 +
        <div class="clearfix"> </div>
 +
 +
            <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
              <div class="w3layouts_about_grid_left_pos grid_left_colorD">
 +
                <img src="https://static.igem.org/mediawiki/2017/9/95/ZJUChina_team_zrf.jpg" alt=" " class="img-responsive" />
 +
              </div>
 +
            </div>
 +
            <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
              <h4>Life is just a series of trying to make up your mind.</h4>
 +
              <h5>Ruofei Zhang</h5>
 +
              <p>My name is Ruofei Zhang, a sophomore that major in Digital Media Technology. The reason why I join the IGEM competition is that I want to exit myself from the safe area and look for more magnificent scenery. I am mainly responsible for art work in our team and I also try something I never heard before. It's nice to meet our fun and powerful companions.</p>
 +
              <p id="zzl" ></p>
 +
            </div>
 +
            <div class="clearfix"> </div>
 +
 +
 +
        <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
          <div class="w3layouts_about_grid_left_pos grid_left_colorE">
 +
            <img src="https://static.igem.org/mediawiki/2017/6/6b/ZJUChina_team_zzl.jpg" alt=" " class="img-responsive" />
 +
          </div>
 +
        </div>
 +
        <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
          <h4>Seeking Truth and Pursuing Innovation:)</h4>
 +
          <h5>Zhiling Zhou</h5>
 +
          <p>My name is Zhiling Zhou, a sophomore in Zhejiang University that major in computer science and technology.
 +
          The reason for which I chose this major is that, having long been amazed by the rapid development of artificial intelligence and data analysis, I'm wondering, to which degree can computer change human's future. I feel it a great privilege to be a member of ZJU-CHINA, to work and do research with you guys!</p>
 +
            <p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>
 +
        </div>
 +
        <div class="clearfix"> </div>
 +
 +
        <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
            <div class="w3layouts_about_grid_left_pos grid_left_colorA">
 +
                <img src="https://static.igem.org/mediawiki/2017/6/65/ZJUChina_team_cm.jpg" alt=" " class="img-responsive" />
 +
            </div>
 +
        </div>
 +
        <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
            <h4>ADVISOR</h4>
 +
            <h5>Ming Chen</h5>
 +
            <p></p>
 +
            <p id="cm" >Prof. Chen is our instructor who built the connection between our team and the HQ of iGEM, also he did great job in our team construction.</p>
 +
        </div>
 +
        <div class="clearfix"> </div>
 +
 +
        <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
            <div class="w3layouts_about_grid_left_pos grid_left_colorB">
 +
                <img src="https://static.igem.org/mediawiki/2017/4/45/ZJU_China_Team_dm.jpg" alt=" " class="img-responsive" />
 +
            </div>
 +
        </div>
 +
        <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
            <h4>ADVISOR</h4>
 +
            <h5>Ming Ding</h5>
 +
            <p>Mr. Ding is in charge of the lab in which we worked helped us a lot with daily experiment work, keeping the whole lab in order.
 +
            </p>
 +
            <p id="dm" ></p>
 +
        </div>
 +
        <div class="clearfix"> </div>
 +
        <div class="col-md-5 col-sm-6 w3layouts_about_grid_left">
 +
            <div class="w3layouts_about_grid_left_pos grid_left_colorC">
 +
                <img src="https://static.igem.org/mediawiki/2017/2/2a/ZJUChina_team_zcl.jpg" alt=" " class="img-responsive" />
 +
            </div>
 +
        </div>
 +
        <div class="col-md-7 col-sm-6 w3layouts_about_grid_right">
 +
            <h4>ADVISOR</h4>
 +
            <h5>Chulong Zhang</h5>
 +
            <p></p>
 +
            <p id="zcl" >Professor Chulong Zhang provided us with the Trichoderma.atroviride and Agrobacterium strain,which enables us to use T.atroviride as our new chassis, as well as some protocols about filamentous fungi.</p>
 +
        </div>
 +
        <div class="clearfix"> </div>
 +
 +
        <div style="height: 100px;"></div>
 +
    </div>
 +
 +
  <div class="footer"  style="background-color: #000000">
 +
      <div class="copyright container text-center">
 +
          <p><br></p>
 +
          <p class="copyright">Copyright &copy; 2017 ZJU-IGEM | <a href="http://www.zju.edu.cn/">Zhejiang University</a> |</p>
 +
          <p><br></p>
 +
      </div>
 +
  </div></div>
 +
  <!-- End footer -->
 +
<!-- Bootstrap core JavaScript
 +
================================================== -->
 +
<!-- Placed at the end of the document so the pages load faster -->
 +
 +
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
 +
  <!--script src="js/bootstrap.min.js"></script-->
 +
  <script src="https://static.igem.org/mediawiki/2017/8/85/ZJUChina_js_docsmin.txt"></script>
 +
  <!--script src="js/button.js"></script-->
 +
  <script src="https://static.igem.org/mediawiki/2017/2/22/ZJUChina_bootstrap.min.txt"></script>
 +
  <script src="https://static.igem.org/mediawiki/2017/3/32/ZJUChina_docs.min.txt"></script>
 +
  <script src="https://static.igem.org/mediawiki/2017/e/e0/ZJUChina_button.txt"></script>
 +
 +
 +
  <script src="https://static.igem.org/mediawiki/2017/9/92/ZJUChina_scrolling-nav.txt"></script> 
 +
  <script src="https://static.igem.org/mediawiki/2017/c/c0/ZJUChina_txtSmoothScroll.min.txt"></script>
 +
 +
  </body>
 
</html>
 
</html>

Latest revision as of 16:52, 1 November 2017

jqj yjb zyh qjm sc lss wzc xzf cyx lsd wtz zrf zzl fh

We do our best to salute to the future.

Qianjing Jiang

Once ever, chasing purest things was my purpose, pure freedom, pure science, pure nature… it’s all about purest life. Now, participating in iGEM gives me the chance to experiencing putting science into life, it’s happy especially when it happens with a group of interesting guys.

As long as you are young.

Junbo Yang

I’m Junbo Yang, a sophomore at ZheJiang University. I have worked in lab since my freshman year, and focus on the molecular and cell biology. However, the involvement in iGem is my first initiative research project. In my spare time, I enjoy long riding on the roads on sunny days and coming up with creative nicknames for others.

Appreciate the beauty of life.

Yuxing Chen

My name is Yuxing Chen. As a student from ZJU-iGEM Team, I major in clinical medicine. During spare time, my enthusiasm lies in the playing basketball and chess. Of course, being outgoing, I love talking with others about some topics. Since medicine has close relationship with synthetic biology, I cooperate with these interesting guys to get better understanding of knowledge in a new field. Anyway, keep calm and go ahead!

Zicong Wang

I am Zicong Wang, a sophomore majoring in chemistry. I love photography and reading, as well as baking cakes and desserts. I have done a month of research at the Institute of Micro analysis. I am mainly responsible for making the device in the team and I proposed the idea to check whether the plants are ill by detecting their VOCs.

No pains, no gains

Zifan Xie

Hello everyone, I am Xie Zifan, a third-year student majoring in Applied Biology. I took part in experiments of the Remote-control of Trichoderma. How lucky I am to have the chance to take part in the game and have such an awesome experience. I’m glad to meet these guys, who love biology deeply and have wonderful ideals, and learn a lot on them.

Nothing that is not there and the nothing that is.

Yihe Zhang

I am a second year applied biology student whose duty in our project is to domesticate the Trichoderma. From random insertion to basic homologous recombination, I have witnessed the process that we can apply the technology of synthetic biology to the new chassis, Trichoderma. I am interested in the connection between the engineered bacteria with plants according to endophyte. Our wet lab is the place where I spend most of my time. What I love to do is to discuss new ideas with my team partners, and our brainstorm usually gives me a surprise!

Life is like a box of chocolates, you never know what you’re gonna get.

Junming Qian

I am Junming Qian, a sophomore majoring in biology. I was passionate about various creatures when I was a little boy. When I entered university, luckily, I had a chance to encounter with Synthetic Biology. Modularizing and standardizing genes, and connecting them to construct an artificial biological systems are really attractive to me, since it calls into fully play one's imagination and creativity. I love the idea of synthetic biology, and that’s the reason why I participate in iGEM. During this time, I am glad to develop a deep friendship with other 13 people in ZJU-CHINA 2017 and learn a lot.

Cheng Shen

I major in biology and I regard it as interesting. On thinking that all the animals, large and small, including ourselves,obey the same rules of nature no matter how they look like, I will really appreciate it that the mother nature forms such a colorful world.

Shisheng Li

I'm a second year biology student and it's also my second year participating iGEM. I enjoy playing table tennis in my spare time. Being a part of ZJU-China and working with our team members in this summer can be the best experience for me.

Zhanyu Wang

This is my second year as an iGEMer. You can find my self introduction on the website of ZJUChina 2016. This year I serve as the advisor of this team. Through their selection, brainstorm and wet lab work, It feels just like the old times. Sometimes crazy, sometimes disapointed, but stay enthusiastic all the time and the friendship is forever. That's iGEMers. Indeed, I feel very honored to be part of this team and believe they will get the reward they deserve. Good luck to their trip to Boston!

Sida Li

I’m a junior student majoring in bioscience. Interested in photographing, birding and frisbee. Hoping to make the invisible microbial world more fascinating through synthetic biology.

The absence of desire leaves one free to purse other things

Hao Fang

I am a second year bachelor student and major in computer science. What fascinates me is solving problem using information technology and IGEM is such an awesome competition. In the project, I'm responsible for device design, data analysis and other programming work. Surely the IGEM experience will be the unforgettable one in my college life.

Where there is a will, there is a way

Tianze Wang

Hello! I’m Wang Tianze, a sophomore that major in physics. Having a strong interest in interdisciplinary and biology, I enjoy exploring new fields and brainstorming with others. Learning the laws behind things and life both attract me. In the daily life, I’m an optimistic and easy-going girl. I love listening to others attentively to get what they think, what they have experienced. I’ve learned a lot during this project, and it will be an unforgettable memory.

Life is just a series of trying to make up your mind.

Ruofei Zhang

My name is Ruofei Zhang, a sophomore that major in Digital Media Technology. The reason why I join the IGEM competition is that I want to exit myself from the safe area and look for more magnificent scenery. I am mainly responsible for art work in our team and I also try something I never heard before. It's nice to meet our fun and powerful companions.

Seeking Truth and Pursuing Innovation:)

Zhiling Zhou

My name is Zhiling Zhou, a sophomore in Zhejiang University that major in computer science and technology. The reason for which I chose this major is that, having long been amazed by the rapid development of artificial intelligence and data analysis, I'm wondering, to which degree can computer change human's future. I feel it a great privilege to be a member of ZJU-CHINA, to work and do research with you guys!






ADVISOR

Ming Chen

Prof. Chen is our instructor who built the connection between our team and the HQ of iGEM, also he did great job in our team construction.

ADVISOR

Ming Ding

Mr. Ding is in charge of the lab in which we worked helped us a lot with daily experiment work, keeping the whole lab in order.

ADVISOR

Chulong Zhang

Professor Chulong Zhang provided us with the Trichoderma.atroviride and Agrobacterium strain,which enables us to use T.atroviride as our new chassis, as well as some protocols about filamentous fungi.