Difference between revisions of "Team:USTC/Team"

(Prototype team page)
 
Line 2: Line 2:
 
<html>
 
<html>
  
<div class="column two_thirds_size" >
+
<head>
 +
  <!-- Bootstrap CSS -->
 +
  <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:USTC/BScss?action=raw&amp;ctype=text/css">
 +
  <!-- Scrollbal Custom CSS -->
 +
  <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:USTC/customScrollbarCSS?action=raw&amp;ctype=text/css">
 +
  <!-- Custom CSS -->
 +
  <!--<link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:USTC/CSS/mobile?action=raw&amp;ctype=text/css">-->
 +
  <link rel="stylesheet" type="text/css" href="style3.css">
 +
  <!-- Font Awsome CSS -->
 +
  <link rel="stylesheet" type="text/css" href="fontawesome-free-5.4.1-web/fontawesome-free-5.4.1-web/css/all.css">
  
<h1>Team</h1>
 
<p>In this page you can introduce your team members, instructors, and advisors. </p>
 
  
 +
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
</head>
  
<h3>What should this page contain?</h3>
 
<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>
 
  
  
 +
<body>
 +
  <div class="wrapper">
 +
    <!-- Sidebar  -->
 +
    <nav id="sidebar">
 +
      <div id="dismiss">
 +
        <i class="fas fa-arrow-left"></i>
 +
      </div>
 +
 +
      <div class="navbar-brand">
 +
        <img width="270px" src="https://static.igem.org/mediawiki/2018/1/1e/T--USTC--sidenav-logo.png" />
 +
      </div>
 +
      <ul class="list-unstyled components">
 +
        <li>
 +
          <a href="#">HOME</a>
 +
        </li>
 +
        <li>
 +
          <a href="#projectSubmenu" data-toggle="collapse" aria-expanded="false">PROJECT <i class="fa fa-caret-down"></i></a>
 +
          <ul class="collapse list-unstyled" id="projectSubmenu">
 +
            <li>
 +
              <a href="#">Description</a>
 +
            </li>
 +
            <li>
 +
              <a href="#">Design</a>
 +
            </li>
 +
            <li>
 +
              <a href="#">Results</a>
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <!--Project-->
 +
        <li class="active">
 +
          <a href="#modelSubmenu" data-toggle="collapse" aria-expanded="false">MODEL <i class="fa fa-caret-down"></i></a>
 +
          <ul class="collapse list-unstyled" id="modelSubmenu">
 +
            <li>
 +
              <a href="#">Overview</a>
 +
            </li>
 +
            <li class="active">
 +
              <a href="#">Single-cell Model</a>
 +
            </li>
 +
            <li>
 +
              <a href="#">System Analysis</a>
 +
            </li>
 +
            <li>
 +
              <a href="#">Effectiveness</a>
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <!--Model-->
 +
        <li>
 +
          <a href="#">INTERLAB</a>
 +
        </li>
 +
        <!--Interlab-->
 +
        <li>
 +
          <a href="#partsSubmenu" data-toggle="collapse" aria-expanded="false">PARTS <i class="fa fa-caret-down"></i></a>
 +
          <ul class="collapse list-unstyled" id="partsSubmenu">
 +
            <li>
 +
              <a href="#">Basic Parts</a>
 +
            </li>
 +
            <li>
 +
              <a href="#">Composite Parts</a>
 +
            </li>
 +
            <li>
 +
              <a href="#">Contributions</a>
 +
            </li>
 +
            <li>
 +
              <a href="#">Improve</a>
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <!--Parts-->
 +
        <li>
 +
          <a href="#notebookSubmenu" data-toggle="collapse" aria-expanded="false">NOTEBOOK <i class="fa fa-caret-down"></i></a>
 +
          <ul class="collapse list-unstyled" id="notebookSubmenu">
 +
            <li>
 +
              <a href="#">Monthly Diary</a>
 +
            </li>
 +
            <li>
 +
              <a href="#">Protocols</a>
 +
            </li>
 +
            <li>
 +
              <a href="#">Materials</a>
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <!--Notebook-->
 +
        <li>
 +
          <a href="#HPSubmenu" data-toggle="collapse" aria-expanded="false">HUMAN PRACTICE <i class="fa fa-caret-down"></i></a>
 +
          <ul class="collapse list-unstyled" id="HPSubmenu">
 +
            <li>
 +
              <a href="#">Overview</a>
 +
            </li>
 +
            <li>
 +
              <a href="#">Survey</a>
 +
            </li>
 +
            <li>
 +
              <a href="#">Analyze</a>
 +
            </li>
 +
            <li>
 +
              <a href="#">Practice</a>
 +
            </li>
 +
            <li>
 +
              <a href="#">Teamwork</a>
 +
            </li>
 +
          </ul>
 +
        </li>
 +
        <!--Human practice-->
 +
        <li>
 +
          <a href="#">COLLABORATION</a>
 +
        </li>
 +
        <li>
 +
          <a href="#">TEAM</a>
 +
        </li>
 +
      </ul>
 +
    </nav>
 +
  </div>
 +
 +
    <!-- Page Content  -->
 +
    <div id="content">
 +
 +
      <nav class="navbar navbar-expand-lg navbar-light bg-light shadow-lg sticky-top" id="navId">
 +
        <div class="container-fluid">
 +
 +
          <button type="button" id="sidebarCollapse" class="btn btn-info">
 +
            <i class="fas fa-align-left"></i>
 +
            <span>Nav</span>
 +
          </button>
 +
          <img height="40px" src="https://static.igem.org/mediawiki/2018/5/5b/T--USTC--mobile-title.png">
 +
          <div class="collapse navbar-collapse" id="navbarSupportedContent">
 +
            <ul class="nav navbar-nav ml-auto">
 +
              <li class="nav-item">
 +
                <a class="nav-link" href="#p1">Leader</a>
 +
              </li>
 +
              <li class="nav-item">
 +
                <a class="nav-link" href="#p2">Art</a>
 +
              </li>
 +
              <li class="nav-item">
 +
                <a class="nav-link" href="#p3">Experiment</a>
 +
              </li>
 +
              <li class="nav-item">
 +
                <a class="nav-link" href="#p4">Human Practice</a>
 +
              </li>
 +
              <li class="nav-item">
 +
                <a class="nav-link" href="#p5">Modeling</a>
 +
              </li>
 +
              <li class="nav-item">
 +
                <a class="nav-link" href="#p6">Wiki</a>
 +
              </li>
 +
            </ul>
 +
          </div>
 +
          <button class="btn btn-dark d-inline-block d-lg-none ml-auto" type="button" data-toggle="collapse"
 +
            data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
 +
            aria-label="Toggle navigation">
 +
            <i class="fas fa-align-justify"></i>
 +
          </button>
 +
        </div>
 +
      </nav>
 +
      <div class="container">
 +
            <div class="alert alert-success" role="alert">
 +
            <h3 class="alert-heading text-center">
 +
            Team
 +
            </h3>
 +
            </div> 
 +
   
 +
  <!--轮播效果--> 
 +
  <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
 +
    <ol class="carousel-indicators">
 +
      <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
 +
      <li data-target="#carousel-example-generic" data-slide-to="1"></li>
 +
      <li data-target="#carousel-example-generic" data-slide-to="2"></li>
 +
    </ol>
 +
    <div class="carousel-inner" role="listbox">
 +
      <div class="carousel-item active">
 +
        <img data-src="https://static.igem.org/mediawiki/2018/f/fe/T--USTC--Photo_Captain_USTC.jpg" alt="First slide">
 +
      </div>
 +
      <div class="carousel-item">
 +
        <img data-src="https://static.igem.org/mediawiki/2018/f/fe/T--USTC--Photo_Captain_USTC.jpg" alt="Second slide">
 +
      </div>
 +
      <div class="carousel-item">
 +
        <img data-src="https://static.igem.org/mediawiki/2018/f/fe/T--USTC--Photo_Captain_USTC.jpg" alt="Third slide">
 +
      </div>
 +
    </div>
 +
    <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
 +
      <span class="icon-prev" aria-hidden="true"></span>
 +
      <span class="sr-only">Previous</span>
 +
    </a>
 +
    <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
 +
      <span class="icon-next" aria-hidden="true"></span>
 +
      <span class="sr-only">Next</span>
 +
    </a>
 +
  </div>       
 +
 
 +
 +
 +
 +
        <!--P1-->
 +
 +
          <div class="card mb-3" id="p1">
 +
              <div class="card-body">
 +
                <h4 class="card-title">Leader</h4>
 +
                <hr>
 +
                <div class="card-group">
 +
                  <div class="card">
 +
                    <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/f/fe/T--USTC--Photo_Captain_USTC.jpg" alt="YuWenfei">
 +
                    <div class="card-block">
 +
                      <h4 class="card-title">YuWenfei</h4>
 +
                      <p class="card-text"> He’s a hardworking leader, who is quite responsible for the team and really devotes himself all in the project. He takes an active part in almost every phase and aspect of the entire procedure of this project. It’s quite lucky to have such a excellent leader.</p>
 +
                    </div>
 +
                  </div>
 +
                  <div class="card">
 +
                    <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/4/42/T--USTC--PHOTO_ZLW.jpg" alt="ZhangLiwen">
 +
                    <div class="card-block">
 +
                      <h4 class="card-title">ZhangLiwen</h4>
 +
                      <p class="card-text"> As team manager, he is initiative, independent and has good communication skill. He has dealt with much boring but important work for our convenience. And as a co-leader he is the one who can take in charge of the atmosphere and make the our lab relax in daily life.</p>
 +
                    </div>
 +
                  </div>
 +
                  <div class="card">
 +
                  </div>
 +
                </div>   
 +
   
 +
            </div>
 +
          </div>
 +
 +
            <div class="card mb-3" id="p2">
 +
            <div class="card-body">
 +
            <h4 class="card-title">Art</h4>
 +
            <hr>
 +
            <div class="card-group">
 +
              <div class="card">
 +
                <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/7/7f/T--USTC--Photo_QJK.jpg" alt="QingJingkun">
 +
                <div class="card-block">
 +
                  <h4 class="card-title">QingJingkun</h4>
 +
                  <p class="card-text">He is a cool boy who has a great sense of art, and contributes a lot in making wonderful posters.</p>     
 +
              </div>
 +
              </div>
 +
              <div class="card">
 +
                <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/4/4f/T--USTC--Photo_LWD.jpg" alt="LinWeidong">
 +
                <div class="card-block">
 +
                  <h4 class="card-title">LinWeidong</h4>
 +
                  <p class="card-text">Lin is just like a big brother of the team, he is always calm to everything and makes beautiful PPT</p>
 +
                </div>
 +
              </div>
 +
              <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/1/1c/T--USTC--Photo_TD.jpg" alt="TaoKaiyue">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">TaoKaiyue</h4>
 +
                    <p class="card-text">He’s really good at photoshop、premiere and taking photos, we really admire his wonderful work to make our pjoject vivid.</p>
 +
                  </div>
 +
              </div>
 +
            </div>
 +
            <div class="card-group">
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/b/b1/T--USTC--Photo_WPS.jpg" alt="WangPing">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">WangPing</h4>
 +
                    <p class="card-text">Sister Ping is cool and outgoing. She nearly participates in every part of our team work, and use her passion to effects everyone in our team.</p>
 +
                  </div>
 +
                </div>
 +
                <div class="card">
 +
                  </div>
 +
                  <div class="card">
 +
                    </div>
 +
            </div>
 +
 +
          </div>
 +
        </div>
 +
 +
         
 +
        <!--P3-->
 +
        <div class="card mb-3" id="p3">
 +
          <div class="card-body">
 +
            <h4 class="card-title">Experiment</h4>
 +
            <hr>
 +
 +
            <div class="card-group">
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/4/47/T--USTC--Photo_TET.jpg" alt="TangErting">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">TangErting</h4>
 +
                    <p class="card-text">TangErting is a creative and scrupulous girl. She always has clear mind and provides a lot of guidance for the project design.</p>     
 +
                </div>
 +
                </div>
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/7/7b/T--USTC--Photo_KXT.jpg" alt="KongXiangtian">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">KongXiangtian</h4>
 +
                    <p class="card-text">As one of the second-year attenders, she shows great patience to freshman. As a co-leader, she is very conscientious and always reminds headman of ddls.</p>
 +
                  </div>
 +
                </div>
 +
                <div class="card">
 +
                    <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/8/86/T--USTC--Photo_GHY.jpg" alt="GaoHeyu">
 +
                    <div class="card-block">
 +
                      <h4 class="card-title">GaoHeyu</h4>
 +
                      <p class="card-text">GaoHeyu is a girl who has great passion for science, she’s also quite friendly and optimistic who brings our lab much fun in daily life.</p>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
 +
            <div class="card-group">
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/2/27/T--USTC--Photo_YHQ.jpg" alt="YuHujia">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">YuHujia</h4>
 +
                    <p class="card-text"> It’s quite nomal to pronounce his name mistakenly, but he always let it go. Yu is a great man to take in charge of the atmosphere and tube cleaning.</p>     
 +
                </div>
 +
                </div>
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/1/1c/T--USTC--Photo_Sunshine_Boy.jpg" alt="Hechen">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">Hechen</h4>
 +
                    <p class="card-text">A sunny boy whose face stays smiling, he works hard with high efficiency. It's pleasant to have such a partner.</p>
 +
                  </div>
 +
                </div>
 +
                <div class="card">
 +
                    <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/4/4c/T--USTC--Photo_SEZ.jpg" alt="SunErzhuo">
 +
                    <div class="card-block">
 +
                      <h4 class="card-title">SunErzhuo</h4>
 +
                      <p class="card-text">Sun is a responsible man, though his major is physics, he still has a great passion for life science.</p>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
 +
            <div class="card-group">
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/4/4d/T--USTC--Photo_AYY.jpg" alt="AnYongyan">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">AnYongyan</h4>
 +
                    <p class="card-text">She is full of enthusiasm for biology and makes a great contribution to our project.</p>     
 +
                </div>
 +
                </div>
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/1/10/T--USTC--Photo_XDS.jpg" alt="XieFangting">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">XieFangting</h4>
 +
                    <p class="card-text">Though as a student of computer science, she works in lab nearly everyday. She is also quite friendly and establishes a close relationship with other lab members.</p>
 +
                  </div>
 +
                </div>
 +
                <div class="card">
 +
                    <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/a/a5/T--USTC--Photo_Syy.jpg" alt="ShiYingying">
 +
                    <div class="card-block">
 +
                      <h4 class="card-title">ShiYingying</h4>
 +
                      <p class="card-text">A girl who never dare to express her standpoint. She shows walm-heart and confidence to everyone.</p>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
 +
            <div class="card-group">
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/c/c4/T--USTC--Photo_LYB.jpg" alt="LiYuebai">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">LiYuebai</h4>
 +
                    <p class="card-text">As a junior attender, she almost joined in all of our experiments and provided a lot of precious suggestions to the experiments.</p>     
 +
                </div>
 +
                </div>
 +
                <div class="card">
 +
                  <img class="card-img-top" scr=" https://static.igem.org/mediawiki/2018/1/18/T--USTC--Photo_WYY.jpg" alt="WangYuyang">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">WangYuyang</h4>
 +
                    <p class="card-text">He is responsible for his group and always come up with intelligent ideas for the experiment and project.</p>
 +
                  </div>
 +
                </div>
 +
                <div class="card">
 +
                    <img class="card-img-top" scr="" alt="JiangZhenyu">
 +
                    <div class="card-block">
 +
                      <h4 class="card-title">JiangZhenyu</h4>
 +
                      <p class="card-text">We usually call him ‘God Jiang’ for his understanding GPA , and he is conscientious in experiment and try his best to get a better result.</p>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
 +
            <div class="card-group">
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/0/09/T--USTC--Photo_ZBN.jpg" alt="ZhangBonan">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">ZhangBonan</h4>
 +
                    <p class="card-text">ZhangBonan is a girl with impressive capacity for thinking, she provide quite much valuable idea to our project.</p>     
 +
                </div>
 +
                </div>
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/5/5c/T--USTC--Photo_XDG.jpg" alt="LuoLiudong">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">LuoLiudong</h4>
 +
                    <p class="card-text">As a senior attender, he devotes much time for our project, but we are gald to see he still has new gains from the team.</p>
 +
                  </div>
 +
                </div>
 +
                <div class="card">
 +
                    <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/5/5a/T--USTC--Photo_KLZ.jpg" alt="KongLinzhen">
 +
                    <div class="card-block">
 +
                      <h4 class="card-title">KongLinzhen</h4>
 +
                      <p class="card-text"> She is a very hard-working girl, who joined nearly most of our experiment and offer some precious suggestion.</p>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
 +
            <div class="card-group">
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/7/74/T--USTC--Photo_HQC.jpg" alt="HuQiuchen">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">HuQiuchen</h4>
 +
                    <p class="card-text">He’s a very active and cheerful person and everyone feels happy to work with him because of his circumspection</p>     
 +
                </div>
 +
                </div>
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/7/7c/T--USTC--Photo_LTT.jpg" alt="LiangTingting">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">LiangTingting</h4>
 +
                    <p class="card-text">She is a shy girl who is conscientious in experiment and try his best to get a better result.</p>
 +
                  </div>
 +
                </div>
 +
                <div class="card">
 +
                    <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/e/ee/T--USTC--Photo_XGY.jpg" alt="XuGuiyang">
 +
                    <div class="card-block">
 +
                      <h4 class="card-title">XuGuiyang</h4>
 +
                      <p class="card-text">Xu is both good at singing and picking single colony. .You may feel at ease working with him.</p>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
 +
            <div class="card-group">
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/4/4e/T--USTC--PHOTO_ZHY.jpg" alt="ZhongHaoyue">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">ZhongHaoyue</h4>
 +
                    <p class="card-text">She’s a quiet girl who is full of enthusiasm for biology and finish her own part well.</p>     
 +
                </div>
 +
                </div>
 +
                <div class="card">
 +
                </div>
 +
                <div class="card">
 +
                </div>
 +
            </div>
 +
 +
 +
            </div>
 +
        </div>
 +
   
 +
 +
        <!--P4-->
 +
        <div class="card mb-3" id="p4">
 +
          <div class="card-body">
 +
            <h4 class="card-title">Human Practice</h4>
 +
            <hr>
 +
<div class="card-group">
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/1/1e/T--USTC--Photo_HXD.jpg" alt="HeXudong">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">HeXudong</h4>
 +
                    <p class="card-text">He who always affectionately called “Dongdong” by us has great patient and friendness to the world. He makes everyone feels comfort to work with him.</p>     
 +
                </div>
 +
                </div>
 +
                <div class="card"></div>
 +
                <div class="card"></div>
 +
            </div>
 +
 +
        </div>
 +
        </div>
 +
 +
<!--P5-->
 +
        <div class="card mb-3" id="p5">
 +
          <div class="card-body">
 +
            <h4 class="card-title">Modeling</h4>
 +
            <hr>
 +
            <div class="card-group">
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/3/3a/T--USTC--Photo_HXM.jpg" alt="HuangXinmeng">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">HuangXinmeng</h4>
 +
                    <p class="card-text">HuangXinmeng is quiet man who does a lot but talks little. He is of great talent in mathematics and contributes much in our modeling.</p>     
 +
                </div>
 +
                </div>
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/4/43/T--USTC--Photo_DYH.jpg" alt="DuYihui">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">DuYihui</h4>
 +
                    <p class="card-text">DuYihui is a independent a girl, she’s quite responsible for her part of work and warmly dicuss her point of view with others.</p>
 +
                  </div>
 +
                </div>
 +
                <div class="card">
 +
                    <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018 /7/73/T--USTC--Photo_LY.jpg" alt="LiuYu">
 +
                    <div class="card-block">
 +
                      <h4 class="card-title">LiuYu</h4>
 +
                      <p class="card-text">He is the one who devotes most of his time to the modeling and experiment of our project.Yu is also quite easygoing and friendly.He may also be the best Zoe player in our lab.</p>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
 +
            <div class="card-group">
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/1/1d/T--USTC--Photo_LJM.jpg" alt="LvJiameng">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">LvJiameng</h4>
 +
                    <p class="card-text">He stays great interests in math as a student of biology, and contributes much for our modeling work.</p>     
 +
                </div>
 +
                </div>
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/8/84/T--USTC--Photo_chairman.jpg" alt="ZhuShihan">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">ZhuShihan</h4>
 +
                    <p class="card-text">We are so grateful for his selfless contribution in modeling as a senior student, and his guidance truly help us push on our project. We will always rember him as ‘chairman’.</p>
 +
                  </div>
 +
                </div>
 +
                <div class="card">
 +
                </div>
 +
            </div>
 +
 +
        </div>
 +
        </div>
 +
 +
        <div class="card mb-3" id="p6">
 +
          <div class="card-body">
 +
            <h4 class="card-title">Wiki</h4>
 +
            <hr>
 +
            <div class="card-group">
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/b/ba/T--USTC--Photo_CJZ.jpg" alt="ChenJinze">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">ChenJinze</h4>
 +
                    <p class="card-text">Jinze is a talented and handsome boy,who is skillful at coding. Those web pages he built feels just as smooth as silk.</p>     
 +
                </div>
 +
                </div>
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/0/0c/T--USTC--Photo_ZYM.jpg" alt="ZengYiming">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">ZengYiming</h4>
 +
                    <p class="card-text">Zeng really designs beautiful websites. She can finish her work proactively .</p>
 +
                  </div>
 +
                </div>
 +
                <div class="card">
 +
                    <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/c/ca/T--USTC--PHOTO_JJD.jpg" alt="JinJidong">
 +
                    <div class="card-block">
 +
                      <h4 class="card-title">JinJidong</h4>
 +
                      <p class="card-text">We are surprised by him for that even as a student from the school of engineering science , he still shows great intereting of biology , and zealouslly taking part in our project.</p>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
            <div class="card-group">
 +
                <div class="card">
 +
                  <img class="card-img-top" scr="https://static.igem.org/mediawiki/2018/3/36/T--USTC--Photo_WYM.jpg" alt="WangYiming">
 +
                  <div class="card-block">
 +
                    <h4 class="card-title">WangYiming</h4>
 +
                    <p class="card-text">As you can tell from the picture, Yiming is of great sense of humour and always make the work relaxing. He’s also a good programmer of our team and devoted lots of time and efforts for our wiki.</p>     
 +
                </div>
 +
                </div>
 +
                <div class="card"></div>
 +
                <div class="card"></div>
 +
            </div>
 +
 +
        </div>
 +
        </div>
  
<div class="column third_size" >
 
<div class="highlight decoration_A_full">
 
<h3>Inspiration</h3>
 
<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">2014 METU Turkey </a></li>
 
<li><a href="https://2014.igem.org/Team:Colombia/Members">2014 Colombia</a></li>
 
<li><a href="https://2014.igem.org/Team:Stony_Brook/Team">2014 Stony Brook</a></li>
 
<li><a href="https://2014.igem.org/Team:OUC-China/Team">2014 OUC-China</a></li>
 
</ul>
 
</div>
 
 
</div>
 
</div>
 +
  <div class="overlay"></div>
 +
 +
  <!-- jQuery -->
 +
  <script type="text/javascript" src="https://2018.igem.org/Team:USTC/jquery?action=raw&amp;ctype=text/javascript"></script>
 +
 +
  <!-- Popper.JS -->
 +
  <script type="text/javascript" src="https://2018.igem.org/Team:USTC/Popperjs?action=raw&amp;ctype=text/javascript"></script>
 +
  <!-- Bootstrap JS -->
 +
  <script type="text/javascript" src="https://2018.igem.org/Team:USTC/BSjs?action=raw&amp;ctype=text/javascript"></script>
 +
  <!-- jQuery Custom Scroller -->
 +
  <script type="text/javascript" src="https://2018.igem.org/Team:USTC/customScrollbarJS?action=raw&amp;ctype=text/javascript"></script>
 +
 +
 +
  <script type="text/javascript">
 +
    $(document).ready(function () {
 +
      $("#sidebar").mCustomScrollbar({
 +
        theme: "minimal"
 +
      });
 +
      $(".card-link").click();
 +
      $('#dismiss, .overlay').on('click', function () {
 +
        $('#sidebar').removeClass('active');
 +
        $('.overlay').removeClass('active');
 +
        $('li:not(".active") a[aria-expanded=true]').click();
 +
      });
 +
 +
      $('#sidebarCollapse').on('click', function () {
 +
        $('#sidebar').addClass('active');
 +
        $('.overlay').addClass('active');
 +
        $('.collapse.in').toggleClass('in');
 +
      });
 +
      $("#top_title").hide();
 +
      $("body").scrollspy({ target: "#navId", offset: 50 });
 +
      $("li.active a").click();
 +
    });
 +
  </script>
 +
</body>
 
</html>
 
</html>

Revision as of 11:17, 17 October 2018

Leader


YuWenfei

YuWenfei

He’s a hardworking leader, who is quite responsible for the team and really devotes himself all in the project. He takes an active part in almost every phase and aspect of the entire procedure of this project. It’s quite lucky to have such a excellent leader.

ZhangLiwen

ZhangLiwen

As team manager, he is initiative, independent and has good communication skill. He has dealt with much boring but important work for our convenience. And as a co-leader he is the one who can take in charge of the atmosphere and make the our lab relax in daily life.

Art


QingJingkun

QingJingkun

He is a cool boy who has a great sense of art, and contributes a lot in making wonderful posters.

LinWeidong

LinWeidong

Lin is just like a big brother of the team, he is always calm to everything and makes beautiful PPT

TaoKaiyue

TaoKaiyue

He’s really good at photoshop、premiere and taking photos, we really admire his wonderful work to make our pjoject vivid.

WangPing

WangPing

Sister Ping is cool and outgoing. She nearly participates in every part of our team work, and use her passion to effects everyone in our team.

Experiment


TangErting

TangErting

TangErting is a creative and scrupulous girl. She always has clear mind and provides a lot of guidance for the project design.

KongXiangtian

KongXiangtian

As one of the second-year attenders, she shows great patience to freshman. As a co-leader, she is very conscientious and always reminds headman of ddls.

GaoHeyu

GaoHeyu

GaoHeyu is a girl who has great passion for science, she’s also quite friendly and optimistic who brings our lab much fun in daily life.

YuHujia

YuHujia

It’s quite nomal to pronounce his name mistakenly, but he always let it go. Yu is a great man to take in charge of the atmosphere and tube cleaning.

Hechen

Hechen

A sunny boy whose face stays smiling, he works hard with high efficiency. It's pleasant to have such a partner.

SunErzhuo

SunErzhuo

Sun is a responsible man, though his major is physics, he still has a great passion for life science.

AnYongyan

AnYongyan

She is full of enthusiasm for biology and makes a great contribution to our project.

XieFangting

XieFangting

Though as a student of computer science, she works in lab nearly everyday. She is also quite friendly and establishes a close relationship with other lab members.

ShiYingying

ShiYingying

A girl who never dare to express her standpoint. She shows walm-heart and confidence to everyone.

LiYuebai

LiYuebai

As a junior attender, she almost joined in all of our experiments and provided a lot of precious suggestions to the experiments.

WangYuyang

WangYuyang

He is responsible for his group and always come up with intelligent ideas for the experiment and project.

JiangZhenyu

JiangZhenyu

We usually call him ‘God Jiang’ for his understanding GPA , and he is conscientious in experiment and try his best to get a better result.

ZhangBonan

ZhangBonan

ZhangBonan is a girl with impressive capacity for thinking, she provide quite much valuable idea to our project.

LuoLiudong

LuoLiudong

As a senior attender, he devotes much time for our project, but we are gald to see he still has new gains from the team.

KongLinzhen

KongLinzhen

She is a very hard-working girl, who joined nearly most of our experiment and offer some precious suggestion.

HuQiuchen

HuQiuchen

He’s a very active and cheerful person and everyone feels happy to work with him because of his circumspection

LiangTingting

LiangTingting

She is a shy girl who is conscientious in experiment and try his best to get a better result.

XuGuiyang

XuGuiyang

Xu is both good at singing and picking single colony. .You may feel at ease working with him.

ZhongHaoyue

ZhongHaoyue

She’s a quiet girl who is full of enthusiasm for biology and finish her own part well.

Human Practice


HeXudong

HeXudong

He who always affectionately called “Dongdong” by us has great patient and friendness to the world. He makes everyone feels comfort to work with him.

Modeling


HuangXinmeng

HuangXinmeng

HuangXinmeng is quiet man who does a lot but talks little. He is of great talent in mathematics and contributes much in our modeling.

DuYihui

DuYihui

DuYihui is a independent a girl, she’s quite responsible for her part of work and warmly dicuss her point of view with others.

LiuYu

LiuYu

He is the one who devotes most of his time to the modeling and experiment of our project.Yu is also quite easygoing and friendly.He may also be the best Zoe player in our lab.

LvJiameng

LvJiameng

He stays great interests in math as a student of biology, and contributes much for our modeling work.

ZhuShihan

ZhuShihan

We are so grateful for his selfless contribution in modeling as a senior student, and his guidance truly help us push on our project. We will always rember him as ‘chairman’.

Wiki


ChenJinze

ChenJinze

Jinze is a talented and handsome boy,who is skillful at coding. Those web pages he built feels just as smooth as silk.

ZengYiming

ZengYiming

Zeng really designs beautiful websites. She can finish her work proactively .

JinJidong

JinJidong

We are surprised by him for that even as a student from the school of engineering science , he still shows great intereting of biology , and zealouslly taking part in our project.

WangYiming

WangYiming

As you can tell from the picture, Yiming is of great sense of humour and always make the work relaxing. He’s also a good programmer of our team and devoted lots of time and efforts for our wiki.