Difference between revisions of "Team:SZU China/Introductions"

 
(139 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:SZU_China/Playground/style}}
 
{{Template:SZU_China/Playground/menu}}
 
 
<html>
 
<html>
 
<head>
 
<head>
<style>
+
<link rel="stylesheet" type="text/css"  href="https://2015.igem.org/Template:SZU_China/Playground/bootstrap/CSS?action=raw&ctype=text/css" />
@font-face {
+
font-family: 'fontawesome';
+
src:url('../fonts/fontawesome/fontawesome.eot?-e43dk9');
+
src:url('../fonts/fontawesome/fontawesome.eot?#iefix-e43dk9') format('embedded-opentype'),
+
url('../fonts/fontawesome/fontawesome.woff?-e43dk9') format('woff'),
+
url('../fonts/fontawesome/fontawesome.ttf?-e43dk9') format('truetype'),
+
url('../fonts/fontawesome/fontawesome.svg?-e43dk9#fontawesome') format('svg');
+
font-weight: normal;
+
font-style: normal;
+
} /* Made with http://icomoon.io/app */
+
  
/* General style */
 
.grid-gallery ul {
 
list-style: none;
 
margin: 0;
 
padding: 0;
 
}
 
  
.grid-gallery figure {
 
margin: 0;
 
}
 
  
.grid-gallery figure img {
+
<!-- Latest compiled and minified JavaScript -->
display: block;
+
<script src="https://2015.igem.org/Template:SZU_China/bootstrap/Javascript?action=raw&ctype=text/javascript"></script>
width: 100%;
+
}
+
  
.grid-gallery figcaption h3 {
 
margin: 0;
 
padding: 0 0 0.5em;
 
}
 
  
.grid-gallery figcaption p {
+
<!--custom css file-->
margin: 0;
+
<link href="https://2015.igem.org/Template:SZU_China/Playground/custom/CSS?action=raw&ctype=text/css" rel="stylesheet">
}
+
  
/* Grid style */
+
<link href="https://2015.igem.org/Template:SZU_China/Playground/title/CSS?action=raw&ctype=text/css" rel="stylesheet">
.grid-wrap {
+
<link href="https://2015.igem.org/Template:SZU_China/Playground/Introduction/CSS?action=raw&ctype=text/css" rel="stylesheet">
max-width: 69em;
+
<style>
margin: 0 auto;
+
@font-face{font-family:'Calluna';
padding: 0 1em 1.875em;
+
src:url('fonts/callunasansregular-webfont.woff') format('woff');
}
+
 
+
.grid {
+
margin: 0 auto;
+
}
+
 
+
.grid li {
+
width: 25%;
+
float: left;
+
cursor: pointer;
+
}
+
 
+
.grid figure {
+
padding: 15px;
+
-webkit-transition: opacity 0.2s;
+
transition: opacity 0.2s;
+
}
+
 
+
.grid li:hover figure {
+
opacity: 0.7;
+
}
+
 
+
.grid figcaption {
+
background: #e4e4e4;
+
padding: 25px;
+
}
+
 
+
/* Slideshow style */
+
.slideshow {
+
position: fixed;
+
background: rgba(0,0,0,0.6);
+
width: 100%;
+
height: 100%;
+
top: 0;
+
left: 0;
+
z-index: 500;
+
opacity: 0;
+
visibility: hidden;
+
overflow: hidden;
+
-webkit-perspective: 1000px;
+
perspective: 1000px;
+
-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
+
transition: opacity 0.5s, visibility 0s 0.5s;
+
}
+
 
+
.slideshow-open .slideshow {
+
opacity: 1;
+
visibility: visible;
+
-webkit-transition: opacity 0.5s;
+
transition: opacity 0.5s;
+
}
+
 
+
.slideshow ul {
+
width: 100%;
+
height: 100%;
+
-webkit-transform-style: preserve-3d;
+
transform-style: preserve-3d;
+
-webkit-transform: translate3d(0,0,150px);
+
transform: translate3d(0,0,150px);
+
-webkit-transition: -webkit-transform 0.5s;
+
transition: transform 0.5s;
+
}
+
 
+
.slideshow ul.animatable li {
+
-webkit-transition: -webkit-transform 0.5s;
+
transition: transform 0.5s;
+
}
+
 
+
.slideshow-open .slideshow ul {
+
-webkit-transform: translate3d(0,0,0);
+
transform: translate3d(0,0,0);
+
}
+
 
+
.slideshow li {
+
width: 660px;
+
height: 560px;
+
position: absolute;
+
top: 50%;
+
left: 50%;
+
margin: -280px 0 0 -330px;
+
visibility: hidden;
+
}
+
 
+
.slideshow li.show {
+
visibility: visible;
+
}
+
 
+
.slideshow li:after {
+
content: '';
+
position: absolute;
+
width: 100%;
+
height: 100%;
+
top: 0;
+
left: 0;
+
background: rgba(255,255,255,0.8);
+
-webkit-transition: opacity 0.3s;
+
transition: opacity 0.3s;
+
}
+
 
+
.slideshow li.current:after {
+
visibility: hidden;
+
opacity: 0;
+
-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
+
transition: opacity 0.3s, visibility 0s 0.3s;
+
}
+
 
+
.slideshow figure {
+
width: 100%;
+
height: 100%;
+
background: #fff;
+
border: 50px solid #fff;
+
overflow: hidden;
+
}
+
 
+
.slideshow figcaption {
+
padding-bottom: 20px;
+
}
+
 
+
.slideshow figcaption h3 {
+
font-weight: 300;
+
font-size: 200%;
+
}
+
 
+
/* Navigation */
+
.slideshow nav span {
+
position: fixed;
+
z-index: 1000;
+
color: #59656c;
+
text-align: center;
+
padding: 3%;
+
cursor: pointer;
+
font-size: 2.2em;
+
}
+
 
+
.slideshow nav span.nav-prev,
+
.slideshow nav span.nav-next {
+
top: 50%;
+
-webkit-transform: translateY(-50%);
+
transform: translateY(-50%);
+
}
+
 
+
.slideshow nav span.nav-next {
+
right: 0;
+
}
+
 
+
.slideshow nav span.nav-close {
+
top: 0;
+
right: 0;
+
padding: 0.5em 1em;
+
color: #31373a;
+
}
+
 
+
.icon:before,
+
.icon:after {
+
font-family: 'fontawesome';
+
speak: none;
+
font-style: normal;
+
font-weight: normal;
+
font-variant: normal;
+
text-transform: none;
+
line-height: 1;
+
-webkit-font-smoothing: antialiased;
+
-moz-osx-font-smoothing: grayscale;
+
}
+
 
+
span.nav-prev:before {
+
content: "\e601";
+
}
+
 
+
span.nav-next:before  {
+
content: "\e600";
+
}
+
 
+
span.nav-close:before {
+
content: "\e602";
+
}
+
 
+
/* Info on arrow key navigation */
+
.info-keys {
+
position: fixed;
+
top: 10px;
+
left: 10px;
+
width: 60px;
+
font-size: 8px;
+
padding-top: 20px;
+
text-transform: uppercase;
+
color: #fff;
+
letter-spacing: 1px;
+
text-align: center;
+
}
+
 
+
.info-keys:before,
+
.info-keys:after {
+
position: absolute;
+
top: 0;
+
width: 16px;
+
height: 16px;
+
border: 1px solid #fff;
+
text-align: center;
+
line-height: 14px;
+
font-size: 12px;
+
}
+
 
+
.info-keys:before {
+
left: 10px;
+
content: "\e603";
+
}
+
 
+
.info-keys:after {
+
right: 10px;
+
content: "\e604";
+
}
+
 
+
/* Example media queries (reduce number of columns and change slideshow layout) */
+
 
+
@media screen and (max-width: 60em) {
+
/* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
+
.grid li {
+
width: 33.3%;
+
 
}
 
}
 +
body {
 +
background: url(img/scribble_light.png);
 +
  font-family: Calluna, Arial, sans-serif;
 +
  min-height: 1000px;
 +
}
 +
          .backtop {
 +
                    background: url(http://www.w3cschool.cc/wp-content/themes/w3cschool.cc/assets/img/backtotop.png) no-repeat center center;
 +
                    bottom: 20px;
 +
                    cursor: pointer;
 +
                    display: none;
 +
                    height: 70px;
 +
                    position: fixed;
 +
                    right: 20px;
 +
                    text-indent: -9999px;
 +
                    width: 70px;
 +
                    z-index: 100;
 +
                }
  
.slideshow li {
+
#columns {
width: 100%;
+
                -webkit-column-width: 320px;
height: 100%;
+
                -webkit-column-gap: 15px;
top: 0;
+
column-width: 320px;
left: 0;
+
column-gap: 15px;
margin: 0;
+
        width: 90%;
 +
max-width: 1100px;
 +
margin: 50px auto;
 
}
 
}
 
+
div#columns figure {
.slideshow li figure img {
+
background: #fefefe;
width: auto;
+
border: 2px solid #fcfcfc;
margin: 0 auto;
+
box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
max-width: 100%;
+
margin: 0 2px 15px;
 +
padding: 14px;
 +
padding-bottom: 10px;
 +
transition: opacity .4s ease-in-out;
 +
  -webkit-column-break-inside: avoid;
 
}
 
}
  
.slideshow nav span,
+
div#columns figure img {
.slideshow nav span.nav-close {
+
width: 100%; height: auto;
font-size: 1.8em;
+
border-bottom: 1px solid #ccc;
padding: 0.3em;
+
padding-bottom: 15px;
 +
margin-bottom: 5px;
 
}
 
}
  
.info-keys {
+
div#columns figure figcaption {
display: none;
+
  font-size: .9em;
 +
color: #444;
 +
  line-height: 1.5;
 
}
 
}
  
}
+
div#columns small {
 +
  font-size: 1em;
 +
  float: right;
 +
  text-transform: uppercase;
 +
  color: #aaa;
 +
}  
  
@media screen and (max-width: 35em) {
+
div#columns small a {  
.grid li {
+
  color: #666;
width: 50%;
+
  text-decoration: none;
 +
  transition: .4s color;
 
}
 
}
}
 
  
@media screen and (max-width: 24em) {
+
div#columns:hover figure:not(:hover) {
.grid li {
+
opacity: 0.4;
width: 100%;
+
 
}
 
}
}
+
 
</style>
+
@media screen and (max-width: 750px) {
 +
  #columns { column-gap: 0px; }
 +
  #columns figure { width: 100%; }
 +
}
 +
</style>
 
</head>
 
</head>
 
</html>
 
</html>
 +
{{Template:SZU_China/Playground/menu}}
 +
 
<html>
 
<html>
 
<body>
 
<body>
<div id="grid-gallery" class="grid-gallery">
+
  <a class="backtop" href="javascript:void" style="display: none;"></a>
<section class="grid-wrap">
+
 
<ul class="grid">
+
<div class="text-title">
<li class="grid-sizer"></li><!-- for Masonry column width -->
+
<div class="texts">
<li>
+
 
<figure>
+
<br>
<img src="img/thumb/1.png" alt="img01"/>
+
<br>
<figcaption><h3>Letterpress asymmetrical</h3><p>Chillwave hoodie ea gentrify aute sriracha consequat.</p></figcaption>
+
    <p id="heading">Introductions</p>
</figure>
+
    </div></br>
</li>
+
<br>
<li>
+
</br>
<figure>
+
</div>
<img src="img/thumb/2.png" alt="img02"/>
+
 
<figcaption><h3>Vice velit chia</h3><p>Laborum tattooed iPhone, Schlitz irure nulla Tonx retro 90's chia cardigan quis asymmetrical paleo. </p></figcaption>
+
<div style="margin-top:12px;">
</figure>
+
<br>
</li>
+
  <p style="text-align: left;color: #39f; font-size:30px; margin-left:60px;">Instructors</p>
<li>
+
 
<figure>
+
</div>
<img src="img/thumb/3.png" alt="img03"/>
+
 
<figcaption><h3>Brunch semiotics</h3><p>Ex disrupt cray yr, butcher pour-over magna umami kitsch before they sold out commodo.</p></figcaption>
+
<div id="columns">
</figure>
+
  <figure>
</li>
+
    <img src="https://static.igem.org/mediawiki/2015/7/78/SZU_China_CWZ.jpg" alt>
<li>
+
    <figcaption><strong>Weizhao Chen</strong><br>A teacher of the College of Life Science of Shenzhen university, is the main instructor of SZU-iGEM. </br></figcaption>
<figure>
+
  </figure>
<img src="img/thumb/4.png" alt="img04"/>
+
<figure>
<figcaption><h3>Chillwave nihil occupy</h3><p>In post-ironic gluten-free deserunt, PBR&B non pork belly cupidatat polaroid. </p></figcaption>
+
    <img src="https://static.igem.org/mediawiki/2015/3/3e/SZU_China_WJX.jpg" alt>
</figure>
+
    <figcaption><strong>Jiangxin Wang</strong><br>A professor of the College of Life Science of Shenzhen university, is one of instructors of SZU-iGEM. </br></figcaption>
</li>
+
  </figure>
<li>
+
  <figure>
<figure>
+
    <img src="https://static.igem.org/mediawiki/2015/a/a2/SZU_China_ZQ.jpg" alt>
<img src="img/thumb/5.png" alt="img05"/>
+
    <figcaption><strong>Qing Zhou</strong><br>Dr.Zhou is one of the members of Synthetic biology experimental team in Shenzhen hospital. </br></figcaption>
<figcaption><h3>Kale chips lomo biodiesel</h3><p>Pariatur food truck street art consequat sustainable, et kogi beard qui paleo. </p></figcaption>
+
  </figure>
</figure>
+
</div>    
</li>
+
 
<li>
+
<div style="margin-top:12px;">
<figure>
+
  <p style="text-align: left;color: #39f; font-size:30px; margin-left:60px;"">Members</p>
<img src="img/thumb/6.png" alt="img06"/>
+
</div>
<figcaption><h3>Exercitation occaecat</h3><p>Street chillwave hoodie ea gentrify.</p></figcaption>
+
</figure>
+
</li>
+
</ul>
+
</section><!-- // grid-wrap -->
+
<section class="slideshow">
+
<ul>
+
<li>
+
<figure>
+
<figcaption>
+
<h3>Letterpress asymmetrical</h3>
+
<p>Kale chips lomo biodiesel stumptown Godard Tumblr, mustache sriracha tattooed cray aute slow-carb placeat delectus. Letterpress asymmetrical fanny pack art party est pour-over skateboard anim quis, ullamco craft beer.</p>
+
</figcaption>
+
<img src="img/large/1.png" alt="img01"/>
+
</figure>
+
</li>
+
<li>
+
<figure>
+
<figcaption>
+
<h3>Vice velit chia</h3>
+
<p>Chillwave Echo Park Etsy organic Cosby sweater seitan authentic pour-over. Occupy wolf selvage bespoke tattooed, cred sustainable Odd Future hashtag butcher.</p>
+
</figcaption>
+
<img src="img/large/2.png" alt="img02"/>
+
</figure>
+
</li>
+
<li>
+
<figure>
+
<figcaption>
+
<h3>Brunch semiotics</h3>
+
<p>IPhone PBR polaroid before they sold out meh you probably haven't heard of them leggings tattooed tote bag, butcher paleo next level single-origin coffee photo booth.</p>
+
</figcaption>
+
<img src="img/large/3.png" alt="img03"/>
+
</figure>
+
</li>
+
<li>
+
<figure>
+
<figcaption>
+
<h3>Chillwave nihil occupy</h3>
+
<p>Vice cliche locavore mumblecore vegan wayfarers asymmetrical letterpress hoodie mustache. Shabby chic lomo polaroid, scenester 8-bit Portland Pitchfork VHS tote bag.</p>
+
</figcaption>
+
<img src="img/large/4.png" alt="img04"/>
+
</figure>
+
</li>
+
<li>
+
<figure>
+
<figcaption>
+
<h3>Kale chips lomo biodiesel</h3>
+
<p>Chambray Schlitz pug YOLO, PBR Tumblr semiotics. Flexitarian YOLO ennui Blue Bottle, forage dreamcatcher chillwave put a bird on it craft beer Etsy.</p>
+
</figcaption>
+
<img src="img/large/5.png" alt="img05"/>
+
</figure>
+
</li>
+
<li>
+
<figure>
+
<figcaption>
+
<h3>Exercitation occaecat</h3>
+
<p>Cosby sweater hella lomo Thundercats VHS occupy High Life. Synth pop-up readymade single-origin coffee, fanny pack tousled retro. Fingerstache mlkshk ugh hashtag, church-key ethnic street art pug yr.</p>
+
</figcaption>
+
<img src="img/large/6.png" alt="img06"/>
+
</figure>
+
</li>
+
</ul>
+
<nav>
+
<span class="icon nav-prev"></span>
+
<span class="icon nav-next"></span>
+
<span class="icon nav-close"></span>
+
</nav>
+
<div class="info-keys icon">Navigate with arrow keys</div>
+
</section><!-- // slideshow -->
+
</div><!-- // grid-gallery -->
+
  
<script src="js/imagesloaded.pkgd.min.js"></script>
+
<div id="columns">
<script src="js/masonry.pkgd.min.js"></script>
+
  <figure>
<script src="js/classie.js"></script>
+
      <img src="https://static.igem.org/mediawiki/2015/d/d1/SZU_China_WYY.jpg" alt>
<script src="js/cbpGridGallery.js"></script>
+
    <figcaption>Yongyi Wang<br>As the current captain of SZU iGEM team,from the beginning of the iGEM journey, I began to believe that life requires more passion, and the passion was always in the middle of the night!</br></figcaption>
<script>
+
  </figure>
new CBPGridGallery( document.getElementById( 'grid-gallery' ) );
+
<figure>
</script>
+
    <img src="https://static.igem.org/mediawiki/2015/c/c5/SZU_China_YWX.jpg" alt>
 +
    <figcaption>Wanxin Ye<br>I’m Christina Ye from SZU IGEM team. Being as the deputy team leader, I am involved not only in the contribution to our team idea but also the team administrative affairs.</br></figcaption>
 +
  </figure>
 +
<figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/3/3b/SZU_China_QZP.jpg" alt>
 +
    <figcaption>Zhipeng Qiu<br>Hello! I am Zhipeng Qiu, a senior student major in biology science.What I find most interesting about my course is the molecular biology. iGEM gives me the opportunity to extend my knowledge about it.</br></figcaption>
 +
  </figure>
 +
  <figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/e/e2/SZU_China_HCX.jpg" alt>
 +
    <figcaption>Changxing Hu<br>A member of SZU-iGEM, working in biobricks group,responsible for the PCR, enzyme digestion, ligation, transformation, validation of Rluc and the digestion and connection of Rluc and SV40.</br></figcaption>
 +
  </figure>
 +
<figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/b/be/SZU_China_CX.jpg" alt>
 +
    <figcaption>Xue Chen<br>My name is Chen Xue.I’m outgoing and accommodating.I’m going to be a senior student this year,so I often help other younger team members.I’m also humorous and make our team happy.</br></figcaption>
 +
  </figure>
 +
<figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/f/f8/SZU_China_LS.jpg" alt>
 +
    <figcaption>Shuang Liang<br>My name is liangshuang,english name is pumpkin,is one of the 2015 igem members,I began to participate in this team from this year ,I hope to attribute myself in this team</br></figcaption>
 +
  </figure>
 +
<figure>
 +
        <img src="https://static.igem.org/mediawiki/2015/4/46/SZU_China_MZY.jpg" alt>
 +
    <figcaption>Zeyu Miao<br>I am a Sophomore student majoring in Life Sciences in SZU. I am interested in life science. I always believe that one will easily lag behind unless he keeps on learning, therefore I would like to continue my study in this field.</br></figcaption>
 +
  </figure>
 +
<figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/0/02/SZU_China_ZZW.jpg" alt>
 +
    <figcaption>Zhiwei Zhang<br>From Shenzhen University, Institute for Advanced Study, one of the experimental operation and wiki writers.</br></figcaption>
 +
  </figure>
 +
<figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/0/0f/SZU_China_XSP.jpg" alt>
 +
    <figcaption>Shaopei Xie<br>I'm Sndel.I designed the poste, the logo, the banner and the wiki of our team.Knee down!</br></figcaption>
 +
  </figure>
 +
<figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/c/cc/Xhl-11.jpg" alt>
 +
    <figcaption>Huilin Xie<br>I am an energetic girl with many creative thoughts. I am also quiet the crowd pleaser in my team cause I am enthusiastic and humorous.</br></figcaption>
 +
  </figure>
 +
<figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/b/b0/SZU_China_AH.jpg" alt>
 +
    <figcaption>Hui Ai<br>Interested in biology and biotech, she is an enthusiastic supporter of open science and is glad to participate in projects like iGEM.</br></figcaption>
 +
  </figure>
 +
<figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/b/be/Wh-11.jpg" alt>
 +
    <figcaption>Hao Wang<br>How serves as the labour contractor of the construction site of biobrick. He also responsible for boasting at Giant Jamboree.</br></figcaption>
 +
  </figure>
 +
<figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/4/42/SZU_China_SF.jpg" alt>
 +
    <figcaption>Fang Shu<br> I’m colin, a sophomore student, keen on tennis, music and so on. I’m soft-temper and gets along with everyone. It’s my pleasure to be a member in shenzhen university igem team.</br> </figcaption>
 +
  </figure>
 +
<figure>
 +
        <img src="https://static.igem.org/mediawiki/2015/b/ba/SZU_China_YDW.jpg" alt>
 +
    <figcaption>Dawei Yi<br>A team member of SZU-iGEM,responsible for cell experiment,validate our genetic system in bladder cancer cells and get the data.</br></figcaption>
 +
  </figure>
 +
<figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/4/40/SZU_China_LKX.jpg" alt>
 +
    <figcaption>Kexin Li<br>I'm Iris, one of igem team of shenzhen university, I come from the Institute for Advanced Study anf i am very lucky to be able to participate in this activity, and thus have a fulfilling and unforgettable summer holiday.</br></figcaption>
 +
  </figure>
 +
<figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/e/e2/SZU_China_XY.jpg" alt>
 +
    <figcaption>Yin Xiao<br>I’m a junior student of Shenzhen University. My major is bioscience. Actually, my academic record is not really good, so I take part in IGEM to challenge and improve myself.</br> </figcaption>
 +
  </figure>
 +
</div>
  
 +
<div style="margin-top:12px;">
 +
  <p style="text-align: left;color: #39f; font-size:30px; margin-left:60px;"">Advisors</p>
 +
</div>
  
 +
<div id="columns">
 +
    <figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/0/07/SZU_China_HZL.jpg" alt>
 +
    <figcaption><strong>Zhangli Hu</strong><br>Mr.Hu, the dean of the College of Life Science of Shenzhen university, is a advisor of SZU-iGEM. </br></figcaption>
 +
    </figure>
 +
    <figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/d/d2/SZU_China_MBX.jpg" alt>
 +
    <figcaption><strong>Beixin Mo</strong><br>Dr.Mo is the current vice president of  College of Life Sciences Shenzhen University. </br></figcaption>
 +
  </figure>
 +
    <figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/7/7a/SZU_China_CZM.jpg" alt>
 +
    <figcaption><strong>Zhiming Cai</strong><br>Mr,Cai is the director of Shenzhen hospital(The First Affiliated Hospital of Shenzhen University).  </br></figcaption>
 +
    </figure>
 +
  <figure>
 +
    <img src="https://static.igem.org/mediawiki/2015/0/0e/SZU_China_HWR.jpg" alt>
 +
    <figcaption><strong>Weiren Huang</strong><br>Mr.Huang is the  leader of Synthetic biology experimental team in Shenzhen hospital. </br></figcaption>
 +
    </figure>
 +
   
 +
</div> 
 +
  <script>
 +
            var h = $(window).height();
 +
           
 +
            $(window).scroll(function () {
 +
                            if($(window).scrollTop()>=h*1.5) {
 +
                            $(".backtop").fadeIn();
 +
                            }else {
 +
                            $(".backtop").fadeOut();
 +
                            }
 +
                            });
 +
                            $(".backtop").click(function(event){   
 +
                                                $('html,body').animate({scrollTop:0}, 500);
 +
                                                return false;
 +
                                                });
 +
            </script>
 +
 
 
<script src="https://2015.igem.org/Template:SZU_China/bootstrap/Javascript?action=raw&ctype=text/javascript"></script>
 
<script src="https://2015.igem.org/Template:SZU_China/bootstrap/Javascript?action=raw&ctype=text/javascript"></script>
 
</body>
 
</body>
 
</html>
 
</html>
 +
{{Template:SZU China/Playground/footer}}

Latest revision as of 00:15, 19 September 2015



Introductions





Instructors

Weizhao Chen
A teacher of the College of Life Science of Shenzhen university, is the main instructor of SZU-iGEM.
Jiangxin Wang
A professor of the College of Life Science of Shenzhen university, is one of instructors of SZU-iGEM.
Qing Zhou
Dr.Zhou is one of the members of Synthetic biology experimental team in Shenzhen hospital.

Members

Yongyi Wang
As the current captain of SZU iGEM team,from the beginning of the iGEM journey, I began to believe that life requires more passion, and the passion was always in the middle of the night!
Wanxin Ye
I’m Christina Ye from SZU IGEM team. Being as the deputy team leader, I am involved not only in the contribution to our team idea but also the team administrative affairs.
Zhipeng Qiu
Hello! I am Zhipeng Qiu, a senior student major in biology science.What I find most interesting about my course is the molecular biology. iGEM gives me the opportunity to extend my knowledge about it.
Changxing Hu
A member of SZU-iGEM, working in biobricks group,responsible for the PCR, enzyme digestion, ligation, transformation, validation of Rluc and the digestion and connection of Rluc and SV40.
Xue Chen
My name is Chen Xue.I’m outgoing and accommodating.I’m going to be a senior student this year,so I often help other younger team members.I’m also humorous and make our team happy.
Shuang Liang
My name is liangshuang,english name is pumpkin,is one of the 2015 igem members,I began to participate in this team from this year ,I hope to attribute myself in this team
Zeyu Miao
I am a Sophomore student majoring in Life Sciences in SZU. I am interested in life science. I always believe that one will easily lag behind unless he keeps on learning, therefore I would like to continue my study in this field.
Zhiwei Zhang
From Shenzhen University, Institute for Advanced Study, one of the experimental operation and wiki writers.
Shaopei Xie
I'm Sndel.I designed the poste, the logo, the banner and the wiki of our team.Knee down!
Huilin Xie
I am an energetic girl with many creative thoughts. I am also quiet the crowd pleaser in my team cause I am enthusiastic and humorous.
Hui Ai
Interested in biology and biotech, she is an enthusiastic supporter of open science and is glad to participate in projects like iGEM.
Hao Wang
How serves as the labour contractor of the construction site of biobrick. He also responsible for boasting at Giant Jamboree.
Fang Shu
I’m colin, a sophomore student, keen on tennis, music and so on. I’m soft-temper and gets along with everyone. It’s my pleasure to be a member in shenzhen university igem team.
Dawei Yi
A team member of SZU-iGEM,responsible for cell experiment,validate our genetic system in bladder cancer cells and get the data.
Kexin Li
I'm Iris, one of igem team of shenzhen university, I come from the Institute for Advanced Study anf i am very lucky to be able to participate in this activity, and thus have a fulfilling and unforgettable summer holiday.
Yin Xiao
I’m a junior student of Shenzhen University. My major is bioscience. Actually, my academic record is not really good, so I take part in IGEM to challenge and improve myself.

Advisors

Zhangli Hu
Mr.Hu, the dean of the College of Life Science of Shenzhen university, is a advisor of SZU-iGEM.
Beixin Mo
Dr.Mo is the current vice president of College of Life Sciences Shenzhen University.
Zhiming Cai
Mr,Cai is the director of Shenzhen hospital(The First Affiliated Hospital of Shenzhen University).
Weiren Huang
Mr.Huang is the leader of Synthetic biology experimental team in Shenzhen hospital.