Difference between revisions of "Team:LZU-CHINA/Team"

(Prototype team page)
 
Line 1: Line 1:
{{LZU-CHINA}}
 
 
<html>
 
<html>
 +
<style>
 +
img[data-action="zoom"] {
 +
  cursor: pointer;
 +
  cursor: -webkit-zoom-in;
 +
  cursor: -moz-zoom-in;
 +
}
 +
.zoom-img,
 +
.zoom-img-wrap {
 +
  position: relative;
 +
  z-index: 666;
 +
  -webkit-transition: all 300ms;
 +
  -o-transition: all 300ms;
 +
  transition: all 300ms;
 +
}
 +
img.zoom-img {
 +
  cursor: pointer;
 +
  cursor: -webkit-zoom-out;
 +
  cursor: -moz-zoom-out;
 +
}
 +
.zoom-overlay {
 +
  z-index: 420;
 +
  background: #fff;
 +
  position: fixed;
 +
  top: 0;
 +
  left: 0;
 +
  right: 0;
 +
  bottom: 0;
 +
  pointer-events: none;
 +
  filter: "alpha(opacity=0)";
 +
  opacity: 0;
 +
  -webkit-transition: opacity 300ms;
 +
  -o-transition: opacity 300ms;
 +
  transition: opacity 300ms;
 +
}
 +
.zoom-overlay-open .zoom-overlay {
 +
  filter: "alpha(opacity=100)";
 +
  opacity: 1;
 +
}
 +
.zoom-overlay-open,
 +
.zoom-overlay-transitioning {
 +
  cursor: default;
 +
}
  
<div class="column two_thirds_size" >
+
.mdc__toolbar--fixed{top: 16px;}
 +
@font-face {font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://static.igem.org/mediawiki/2017/d/d5/Lanzhou_wiki_MaterialIcons-Regular.woff) format('woff'); } .material-icons {font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }#home_logo, #sideMenu { display:none; } #sideMenu, #top_title, .patrollink  {display:none;} #content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;} body {background-color:white; margin: 0;} #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }#top_title{display:none; }#top_menu_under {position:relative; width:100%; height:18px } #top_menu_14 {position:fixed; width:100%; top:0px; left:0px; height:16px; background-color:#383838; border-bottom:2px solid black; z-index:9999 } #top_menu_inside {display:block; position:relative; width:960px; height:100%; margin:0px auto; padding:0 10px; border-left:1px solid #c8c8c8; border-right:1px solid #c8c8c8; font-family:'arial',sans-serif; font-size:12px; font-weight:400; color:#ffffff } #top_menu_inside ul {list-style:none; margin:0; padding:0 } #top_menu_inside li {float:left; padding:0px 25px 0px 20px; cursor:pointer; margin:0 } #top_menu_inside .has_submenu:hover {background-color:#000000; color:white; text-decoration:none } #top_menu_inside #user_item {float:right; padding-top:2px; margin-right:100px; cursor:pointer; color:orange } #top_menu_inside #user_item:hover {background-color:#000000; color:#ffc864 } #top_menu_inside #bars_item {position:absolute; top:1px; left:960px; z-index:2; cursor:pointer } #top_menu_inside #bars_box {position:absolute; right:0px; top:17px; min-height:100px; min-width:100px; color:black; background-color:white; border:1px solid black; box-shadow:rgba(50,50,50,0.75) 1px 1px 10px 0px; z-index:1 } #top_menu_inside .submenu {display:none; position:absolute; z-index:10; top:16px; left:20px; width:900px; min-height:80px; background-color:#000000; padding:10px 15px 20px 15px; box-shadow:rgba(10,10,10,0.75) 0px 5px 15px 0px; color:#ffffff } #top_menu_inside .section {float:left; width:190px; font-family:helvitica,sans-serif; font-style:normal; font-weight:400; font-size:14px; line-height:22px; text-align:justify } #top_menu_inside .section .google span {padding-left:20px } #top_menu_inside .section .google span:hover,#top_menu_inside .section #page_go:hover {text-decoration:none; color:orange } #top_menu_inside .h1 {font-style:normal; font-size:18px; line-height:24px; text-weight:600; text-decoration:underline; text-align:left } #top_menu_inside .intro {color:#ffffff; font-style:italic; font-weight:normal; font-size:16px } #top_menu_inside .has_submenu .intro a {color:#ffffff; cursor:pointer } #top_menu_inside .has_submenu .intro a:hover {color:orange }
 +
.mdc-toolbar--fixed{top: 16px !important;}</style>
  
<h1>Team</h1>
 
<p>In this page you can introduce your team members, instructors, and advisors. </p>
 
  
 +
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/Javascript/jquery1&action=raw&ctype=text/javascript"></script>
  
<h3>What should this page contain?</h3>
+
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS&action=raw&ctype=text/css">
<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>
+
  
  
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/bookstrap&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/demo&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/jquery_DonutWidget&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/jquerysctipttop&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/linearicons&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/magnific_popup&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/nice_select&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/owl_carousel&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/templatemo_style&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/main&action=raw&ctype=text/css">
 +
<div >
 +
<div class="bg-team" >
 +
<!-- Start banner Area -->
 +
<section class="generic-banner-safety relative">
 +
<!-- Start Header Area -->
 +
<header class="default-header">
 +
<nav class="navbar navbar-expand-lg  navbar-light">
 +
<div class="container">
 +
<a class="navbar-brand" href="Home.html" style="padding: 0px;">
 +
<img src="https://static.igem.org/mediawiki/2018/a/a6/T--LZU-CHINA--logo.png" alt="" height="50">
 +
</a>
 +
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
 +
<span class="text-white lnr lnr-menu"></span>
 +
</button>
  
<div class="column third_size" >
+
<div class="collapse navbar-collapse justify-content-end align-items-center" id="navbarSupportedContent">
<div class="highlight decoration_A_full">
+
<ul class="navbar-nav">
<h3>Inspiration</h3>
+
<li><a href="Home.html">Home</a></li>
<p>You can look at what other teams did to get some inspiration! <br />
+
<li class="dropdown">
Here are a few examples:</p>
+
<a class="dropdown-toggle" href="#" id="1" data-toggle="dropdown">Team</a>
<ul>
+
<div class="dropdown-menu">
<li><a href="https://2014.igem.org/Team:METU_Turkey_team">2014 METU Turkey </a></li>
+
<a class="dropdown-item" href="generic.html">Team</a>
<li><a href="https://2014.igem.org/Team:Colombia/Members">2014 Colombia</a></li>
+
<a class="dropdown-item" href="elements.html">Attribution</a>
<li><a href="https://2014.igem.org/Team:Stony_Brook/Team">2014 Stony Brook</a></li>
+
<a class="dropdown-item" href="elements.html">collaborations</a>
<li><a href="https://2014.igem.org/Team:OUC-China/Team">2014 OUC-China</a></li>
+
</div>
</ul>
+
</li>
</div>
+
<li class="dropdown">
</div>
+
<a class="dropdown-toggle" href="Project.html" id="2" data-toggle="dropdown">Project</a>
 +
<div class="dropdown-menu">
 +
<a class="dropdown-item" href="Project.html">Description</a>
 +
<a class="dropdown-item" href="generic.html">Design</a>
 +
<a class="dropdown-item" href="elements.html">part</a>
 +
<a class="dropdown-item" href="generic.html">experiment</a>
 +
<a class="dropdown-item" href="Safety.html">safety</a>
 +
</div>
 +
</li>
 +
<li class="dropdown">
 +
<a class="dropdown-toggle" href="#" id="3" data-toggle="dropdown">wet lab</a>
 +
<div class="dropdown-menu">
 +
<a class="dropdown-item" href="generic.html">result</a>
 +
<a class="dropdown-item" href="elements.html">future work</a>
 +
<a class="dropdown-item" href="elements.html">interlab</a>
 +
<a class="dropdown-item" href="elements.html">notebook</a>
 +
 
 +
</div>
 +
</li>
 +
<li><a href="#secvice">dry lab</a></li>
 +
<li class="dropdown">
 +
<a class="dropdown-toggle" href="#" id="4" data-toggle="dropdown">HP</a>
 +
<div class="dropdown-menu">
 +
<a class="dropdown-item" href="generic.html">intergrated hp</a>
 +
<a class="dropdown-item" href="elements.html">public engagement</a>
 +
</div>
 +
</li>
 +
<li><a href="#home">award</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
</nav>
 +
</header>
 +
<!-- End Header Area -->
 +
<div class="container" style="height: 100%">
 +
<div class="row height align-items-center justify-content-center" style="height: 90%">
 +
<div class="col-lg-10">
 +
<div class="generic-banner-content">
 +
<h2 class="text-white">Team Members</h2>
 +
 
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</section>
 +
<!-- End banner Area -->
 +
 +
<!-- About Generic Start -->
 +
<div class="main-wrapper">
 +
<div class="location" >
 +
 
 +
 
 +
<p style="text-align: left;"><a href="#p1" style="font-size: 14px;color: #FFFFFF;margin-bottom: 16px;">1.PI</a></p>
 +
<p style="text-align: left;"><a href="#p2" style="font-size: 14px;color: #FFFFFF;margin-bottom: 20px;">2.Instructors</a></p>
 +
<p style="text-align: left;"><a href="#p3" style="font-size: 14px;color: #FFFFFF;margin-bottom: 20px;">3.Advisors</a></p>
 +
<p style="text-align: left;"><a href="#p4" style="font-size: 14px;color: #FFFFFF;margin-bottom: 20px;">4.LZUer</a></p>
 +
<p class="scroll_top" style="text-align: center;font-size: 16px;">RETURN TOP</p>
 +
</div>
 +
<!-- Start Generic Area -->
 +
<section class="about-generic-area pt-100" >
 +
<div class="container" style="background: rgb(255,255,255)">
 +
<div style="height: 50px" id="p1"></div>
 +
<p style="font-size:40px;font-family: 'Segoe Script';color: darkred">many hands make light work</p>
 +
<p class="para2">This is a list of people, who helped us along the development of our project, according to the spheres of their expertise:</p>
 +
<h3 class="about-title mb-30"  >PI</h3>
 +
<div class="section-top-border">
 +
<div class="row">
 +
<div class="col-md-2">
 +
<img src="https://static.igem.org/mediawiki/2018/3/32/T--LZU-CHINA--lixiangkai.jpg" alt="" class="img-fluid">
 +
</div>
 +
<div class="col-md-7 mt-sm-20">
 +
<h6 style="color: black">Xiangkai Li</h6>
 +
<p class="para2">Professor Li Xiangkai is Ph.Ds’ supervisor in the school of Life Science at Lanzhou University. His researches mainly focus on environmental microbiology in the Research Institute of Microbiology. Professor Li has provided us with the laboratory, full support and supervision on our project, especially for the direction associated with the microcosmic experiment. He is also a member of our consultant team.</p>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border text-right">
 +
<div class="row">
 +
<div class="col-md-9">
 +
<h6 style="color: black">Wenzheng Yuan</h6>
 +
<p class="text-right para2">He is experienced doctor of surgery, associate chief physician of tumor surgery Doctor of surgery, associate chief physician of tumor surgery, associate director of clinical nutrition department. He always pay attention to the development of gastric cancer treatment. As our instructor, he is very proud and proud, and expects us to get the best honor in Boston.</p>
 +
</div>
 +
<div class="col-md-2">
 +
<img src="https://static.igem.org/mediawiki/2018/5/51/T--LZU-CHINA--yuanwenzheng.jpg" alt="" class="img-fluid">
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border">
 +
<div class="row">
 +
<div class="col-md-4">
 +
<img src="https://static.igem.org/mediawiki/2018/5/59/T--LZU-CHINA--wangfang.jpg" alt="" class="img-fluid">
 +
</div>
 +
<div class="col-md-7 mt-sm-20">
 +
<h6 style="color: black">Fang Wang</h6>
 +
<p class="para2">Associate director of the Experimental Center of the medical school. Doctor of molecular biology, Lanzhou University. Postdoctoral fellow in cell biology, Johns Hopkins. Cancer related research published in hepatology</p>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border text-right">
 +
<div class="row">
 +
<div class="col-md-9">
 +
<h6 style="color: black">Weilin Jing</h6>
 +
<p class="text-right para2">He is a Ph.D. of neurobiology and an associate researcher of Shanghai Jiao Tong university. He has long been interested in molecular signals for central nervous development and regeneration and molecular interventions for brain tumors. Relevant research results have been sorted out and published in the international important professional journals such as Cell, Cell Death and Differention, Nature communications, Mol Cell Neurosci, Anesthesiology, J Comp Neurol, Cell Mol Neurobiol, Neurosignals and Neurosci Lett. Currently, he is a member of the Chinese society of neuroscience and a member of the nano-oncology committee of the Chinese association against cancer.</p>
 +
</div>
 +
<div class="col-md-3">
 +
<img src="https://static.igem.org/mediawiki/2018/7/75/T--LZU-CHINA--jingweilin.jpg" alt="" class="img-fluid">
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border">
 +
<div class="row">
 +
<div class="col-md-2">
 +
<img src="https://static.igem.org/mediawiki/2018/d/dc/T--LZU-CHINA--linzhenmin.jpg" alt="" class="img-fluid">
 +
</div>
 +
<div class="col-md-7 mt-sm-20">
 +
<h6 style="color: black">Zhenmin Ling</h6>
 +
<p class="para2">I am a lecturer of LanZhou University and my research work is major on Environmental Microbiology, Enzyme Engineering and Fermentation. I sincerely hope that our team can achieve good results.</p>
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
 
 +
<div style="height: 50px" id="p2"></div>
 +
<h3 class="about-title mb-30"  >Instructors</h3>
 +
<div class="col-md-12">
 +
<div class="section-top-border">
 +
<div class="row">
 +
<div class="col-md-2">
 +
<img src="https://static.igem.org/mediawiki/2018/d/d3/T--LZU-CHINA--zhoutuoyu.jpg" alt="" class="img-fluid">
 +
</div>
 +
<div class="col-md-8 mt-sm-20">
 +
<h6 style="color: black">Tuoyu Zhou</h6>
 +
<p class="para2">Fate brings enlightenment, science makes light.<br>
 +
I am a master student of microbiology in Lanzhou university and I have a great interest in synthetic biology. I possess a strong belief that science can make the world more better. I sincerely hope that 2018 LZU-iGEM can obtain impressive results, contributing to scientific communication without borders.
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border text-right">
 +
<div class="row">
 +
<div class="col-md-8">
 +
<h6 style="color: black">Jiajia Shi</h6>
 +
<p class="text-right para2">I am a counsellor of grade 2016 in the First Clinical Medical College. With the freshness of youth, our new-born energy, impelled by our iGENer’s virgin curiosity, struck out new paths in every direction. </p>
 +
</div>
 +
<div class="col-md-2">
 +
<img src="https://static.igem.org/mediawiki/2018/4/4d/T--LZU-CHINA--shijiajia.jpg" alt="" class="img-fluid">
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border">
 +
<div class="row">
 +
<div class="col-md-4">
 +
<img src="https://static.igem.org/mediawiki/2018/4/43/T--LZU-CHINA--zhuzhanwu.jpg" alt="" class="img-fluid">
 +
</div>
 +
<div class="col-md-7 mt-sm-20">
 +
<h6 style="color: black">Zhanwu Zhu</h6>
 +
<p class="para2">I am a master student of LanZhou University and my research work is major on cell biology and transcriptional regulation. I am a focused, serious boy, and I like to talk with others about everything. I sincerely hope that our team can achieve good results.
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border text-right">
 +
<div class="row">
 +
<div class="col-md-8">
 +
<h6 style="color: black">Xiaojun Liu</h6>
 +
<p class="text-right para2">He is a medical doctor, associate chief physician and lecturer.He is engaged in the diagnosis and treatment of oncology diseases. He is specilizing at the chemotherapy, molecular targeted therapy and palliative treatment of gastrointestinal tumors.He appreciated our work and thought it was of great significance for the treatment of gastric cancer, and hoped that we could do well in the competition. </p>
 +
</div>
 +
<div class="col-md-4">
 +
<img src="https://static.igem.org/mediawiki/2018/4/47/T--LZU-CHINA--liuxiaojun.jpg" alt="" class="img-fluid">
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
</div>
 +
 
 +
<div style="height: 50px" id="p3"></div>
 +
<h3 class="about-title mb-30"  >Advisors</h3>
 +
<div class="col-md-12">
 +
<div class="section-top-border">
 +
<div class="row">
 +
<div class="col-md-3">
 +
<img src="https://static.igem.org/mediawiki/2018/f/f5/T--LZU-CHINA--zhaoshuai.jpg" alt="" class="img-fluid">
 +
</div>
 +
<div class="col-md-8 mt-sm-20">
 +
<h6 style="color: black">Shuai Zhao</h6>
 +
<p class="para2">He is a P.hD student of Lanzhou University and his research work is major on pollutants degradation and treatment of wastewater. he is outgoing and like to joke with around person.His hobby is playing basketball and make friends.
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border text-right">
 +
<div class="row">
 +
<div class="col-md-8">
 +
<h6 style="color: black">Yaxin Pei</h6>
 +
<p class="text-right para2">She is a P.hD student majoring in environmental microbiology. She like her major and would like to spare no effort to do the project which she is in charge of. Her hobby is reading, listening to music, doing yoga. If you meet her at first time, you may think she is silent. But once you get to know her, you’ll find she is an ambitious person and like to joke around with people.</p>
 +
</div>
 +
<div class="col-md-2">
 +
<img src="https://static.igem.org/mediawiki/2018/9/9b/T--LZU-CHINA--peiyaxin.jpg" alt="" class="img-fluid">
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
<div style="height: 50px" id="p4"></div>
 +
<h3 class="about-title mb-30"  >LZUer</h3>
 +
<div class="col-md-12">
 +
<div class="section-top-border">
 +
<div class="row">
 +
<div class="col-md-2">
 +
<img src="https://static.igem.org/mediawiki/2018/7/7b/T--LZU-CHINA--zhangyigan.jpg" alt="" class="img-fluid">
 +
</div>
 +
<div class="col-md-8 mt-sm-20">
 +
<h6 style="color: black">Yigan Zhang</h6>
 +
<p class="para2">Yigan Zhang,20 years old.Chinese,Devoted himself wholeheartedly to scientific research
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border text-right">
 +
<div class="row">
 +
<div class="col-md-8">
 +
<h6 style="color: black">Xin Nie</h6>
 +
<p class="text-right para2">I am Xin, major in clinical medicine. Ideas burst out in my mind and I can't stop it. I explore because of my curiosity. I'd like to call myself a Prophet, i know that sounds like a fairy tale, but my predictions sometimes truly come true. Ha! Amazing world~</p>
 +
</div>
 +
<div class="col-md-2">
 +
<img src="https://static.igem.org/mediawiki/2018/1/10/T--LZU-CHINA--niexin.jpg" alt="" class="img-fluid">
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border">
 +
<div class="row">
 +
<div class="col-md-4">
 +
<img src="https://static.igem.org/mediawiki/2018/4/46/T--LZU-CHINA--pushuangshuang.jpg" alt="" class="img-fluid">
 +
</div>
 +
<div class="col-md-7 mt-sm-20">
 +
<h6 style="color: black">Shuangshuang Pu</h6>
 +
<p class="para2">A junor in Lanzhou University, shift my major from Pharmacy to Clinical Medicine due to great passion for it. Love riding, hiking, swimming, skiing and all ball games.On the way to be a dedicated person.</p>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border text-right">
 +
<div class="row">
 +
<div class="col-md-8">
 +
<h6 style="color: black">Huaze Xi</h6>
 +
<p class="text-right para2">I am a outgoing boy from Lanzhou University Clinical Medical. But my major named Medical Imaging,one of unpopular majors.Well, the less people to do this, the better I will do.<br>
 +
I love playing piano, badminton and drawing... Here is my motto:Observation is the best teacher.
 +
</p>
 +
</div>
 +
<div class="col-md-4">
 +
<img src="https://static.igem.org/mediawiki/2018/6/62/T--LZU-CHINA--xihuaze1.jpg" alt="" class="img-fluid">
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border">
 +
<div class="row">
 +
<div class="col-md-4">
 +
<img src="https://static.igem.org/mediawiki/2018/7/74/T--LZU-CHINA--liujingrong.jpg" alt="" class="img-fluid">
 +
</div>
 +
<div class="col-md-8 mt-sm-20">
 +
<h6 style="color: black">Jingrong Liu</h6>
 +
<p class="para2">A sophomore who can't speak English and can't find a girlfriend.
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border text-right">
 +
<div class="row">
 +
<div class="col-md-8">
 +
<h6 style="color: black">Yutong Ruan</h6>
 +
<p class="text-right para2">I'm Catherine Ruan from LZU. At present,I major in the Economics but love Biology very much.</p>
 +
</div>
 +
<div class="col-md-2">
 +
<img src="https://static.igem.org/mediawiki/2018/2/24/T--LZU-CHINA--ruanyutong.jpg" alt="" class="img-fluid">
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border">
 +
<div class="row">
 +
<div class="col-md-5">
 +
<img src="https://static.igem.org/mediawiki/2018/d/dc/T--LZU-CHINA--wangyingzi.jpg" alt="" class="img-fluid">
 +
</div>
 +
<div class="col-md-7 mt-sm-20">
 +
<h6 style="color: black">Yingzi Wang</h6>
 +
<p class="para2">Major: Clinical Medicine<br>
 +
A student in No.1 Medical College of Lanzhou University.<br>
 +
A lover of tea, drawing and 4chan.<br>
 +
Always searching sometimes hunting but never resting<br>
 +
Awaiting to be your friend.
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border text-right">
 +
<div class="row">
 +
<div class="col-md-7">
 +
<h6 style="color: black">Guili Li</h6>
 +
<p class="text-right para2">Guili Li, 21 years old, from the School of Life Science, Lanzhou University, a girl who loves smiling and sports. I won the first prize of the senior class in the Biology Experimental Skills Competition of Lanzhou University in 2017, one of the two who won the first prize. Thinking and doing are always here. In the summer vacation of 2017, I participated in the field practice organized by the college, and then followed the team of the college to conduct the vegetation survey in the field. From then on, I have a deeper understanding of nature. loving and fearing nature more.</p>
 +
</div>
 +
<div class="col-md-5">
 +
<img src="https://static.igem.org/mediawiki/2018/b/ba/T--LZU-CHINA--liguili.jpg" alt="" class="img-fluid">
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border">
 +
<div class="row">
 +
<div class="col-md-3">
 +
<img src="https://static.igem.org/mediawiki/2018/9/99/T--LZU-CHINA--guoyijie.jpg" alt="" class="img-fluid">
 +
</div>
 +
<div class="col-md-8 mt-sm-20">
 +
<h6 style="color: black">Yijie Guo</h6>
 +
<p class="para2">Guo Yijie is a sophomore majoring in chemistry. This year, she helped develop the outreach work of the team and was responsible for integrating human practice. From high school, she was very interested in the field of cancer treatment. In her spare time, she likes reading, chorus, playing the violin and playing the guitar.</p>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border text-right">
 +
<div class="row">
 +
<div class="col-md-8">
 +
<h6 style="color: black">Xiaolan Huang</h6>
 +
<p class="text-right para2">I’m huangxiaolan,I am 21 years old.</p>
 +
</div>
 +
<div class="col-md-4">
 +
<img src="https://static.igem.org/mediawiki/2018/f/f8/T--LZU-CHINA--huangxiaolan.jpg" alt="" class="img-fluid">
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border">
 +
<div class="row">
 +
<div class="col-md-5">
 +
<img src="https://static.igem.org/mediawiki/2018/c/c8/T--LZU-CHINA--yangxiao.jpg" alt="" class="img-fluid">
 +
</div>
 +
<div class="col-md-7 mt-sm-20">
 +
<h6 style="color: black">Xiao Yang</h6>
 +
<p class="para2">I love science, love exploration, love thinking, love communication;  joining iGEM and making an exciting attempt, I found my goal, found like-minded teammates, and learned a lot of useful skills.
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border text-right">
 +
<div class="row">
 +
<div class="col-md-7">
 +
<h6 style="color: black">Ting Yu</h6>
 +
<p class="text-right para2">My name is Ting Yu from ShanDong province.I am a Sophomore and major in civil engineering.It's my honor to have this opportunity to join this team and I mainly participated in several experiments in the laboratory.</p>
 +
</div>
 +
<div class="col-md-5">
 +
<img src="https://static.igem.org/mediawiki/2018/f/f0/T--LZU-CHINA--yuting.jpg" alt="" class="img-fluid">
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border">
 +
<div class="row">
 +
<div class="col-md-3">
 +
<img src="https://static.igem.org/mediawiki/2018/b/ba/T--LZU-CHINA--liyufan.jpg" alt="" class="img-fluid">
 +
</div>
 +
<div class="col-md-8 mt-sm-20">
 +
<h6 style="color: black">Yufan Li</h6>
 +
<p class="para2">As a biology student in the group, Li adds speciality to the iGEM team. She has a strong desire for knowledge and powerful learning ability, for the relevant professional knowledge can better complete the study. She is willing to accept challenges, and can undertake the task of opening up new areas.She also has good communication skills and teamwork ability, can actively complete the task of the team. Besides, she has strong athletic ability and is good at many kinds of sports. </p>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border text-right">
 +
<div class="row">
 +
<div class="col-md-8">
 +
<h6 style="color: black">Ruoyi Zhang</h6>
 +
<p class="text-right para2">Zhang is a biology student and a not so good rapper.</p>
 +
</div>
 +
<div class="col-md-4">
 +
<img src="https://static.igem.org/mediawiki/2018/d/d9/T--LZU-CHINA--zhangruoyi.jpg" alt="" class="img-fluid">
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border">
 +
<div class="row">
 +
<div class="col-md-5">
 +
<img src="https://static.igem.org/mediawiki/2018/f/f3/T--LZU-CHINA--jiyuxin.jpg" alt="" class="img-fluid">
 +
</div>
 +
<div class="col-md-7 mt-sm-20">
 +
<h6 style="color: black">Yuxin Ji</h6>
 +
<p class="para2">Yuxin Ji, majoring in life sciences in lanzhou university, have a one year study about the comparison of Legume root respiration in Lanzhou University Student Innovation and Entrepreneurship Training Program and got 'outstanding achievement award' of the program.
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border text-right">
 +
<div class="row">
 +
<div class="col-md-8">
 +
<h6 style="color: black">Yupei Li</h6>
 +
<p class="text-right para2">Yupei Li,Chinese,19 years old.Devoted himself wholeheartedly to scientific research</p>
 +
</div>
 +
<div class="col-md-3">
 +
<img src="https://static.igem.org/mediawiki/2018/0/02/T--LZU-CHINA--liyupei.jpg" alt="" class="img-fluid">
 +
</div>
 +
</div>
 +
</div>
 +
<div class="section-top-border">
 +
<div class="row">
 +
<div class="col-md-2">
 +
<img src="https://static.igem.org/mediawiki/2018/9/9b/T--LZU-CHINA--meijunyi.jpg" alt="" class="img-fluid">
 +
</div>
 +
<div class="col-md-7 mt-sm-20">
 +
<h6 style="color: black">Junyi Mei</h6>
 +
<p class="para2">A sophomore of Information Science and Engineering Department; a rookie in wiki editing; a noob in the field of IT now, but not forever!</p>
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
 
 +
 
 +
</div>
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
</section>
 +
</div>
 +
<!-- End Generic Start -->
 +
<!-- Start Generic Area -->
 +
<section class="about-generic-area pb-100 pt-100" >
 +
<div class="container border-top-generic" style="background: rgb(255,255,255)">
 +
 
 +
</div>
 +
</section>
 +
<!-- End Generic Start -->
 +
<!-- start footer Area -->
 +
<footer class="footer-area section-gap" >
 +
<div class="container">
 +
<div class="row">
 +
<div class="col-lg-6 col-md-6 col-sm-6">
 +
<div class="single-footer-widget">
 +
<h6>About Us</h6>
 +
<img src="https://static.igem.org/mediawiki/2018/e/ee/T--LZU-CHINA--xiaohui.png" style="height: 120px">
 +
<img src="https://static.igem.org/mediawiki/2018/d/df/T--LZU-CHINA--yiyuan.png" style="height: 120px">
 +
<img src="https://static.igem.org/mediawiki/2018/4/41/T--LZU-CHINA--shengming.png" style="height: 120px">
 +
<p>
 +
We wish to extend our deepest appreciation to the Lanzhou University, The First Clinical Medical College and School of Life Science for the great support and help in this project
 +
</p>
 +
</div>
 +
</div>
 +
 
 +
<div class="col-lg-6 col-md-6 col-sm-6 social-widget">
 +
<div class="single-footer-widget">
 +
<h6>Contact Us</h6>
 +
<p>E-mail:752786236@qq.com 1098385458@qq.com</p>
 +
<p>Address:No. 222, Tianshui South Road, chengguan district, Lanzhou City, Gansu Province,730000, P. R. China.</p>
 +
<p style="font-size:20px;font-family: 'Segoe Script'">We are the walker on the long journey towards science</p>
 +
 
 +
<p class="footer-text">Copyright &copy;2018 iGEM LZU-CHINA Team All rights reserved.</p>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</footer>
 +
<!-- End footer Area -->
 +
 
 +
</div>
 +
 
 +
 
 +
 
 +
</div>
 +
</div>
 +
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/Javascript/jquery1&action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript">
 +
            jQuery(document).ready(function($){
 +
                $('.scroll_top').click(function(){$('html,body').animate({scrollTop: '0px'}, 800);});
 +
 
 +
            });
 +
</script>
 
</html>
 
</html>

Revision as of 13:16, 14 October 2018

Team Members

many hands make light work

This is a list of people, who helped us along the development of our project, according to the spheres of their expertise:

PI

Xiangkai Li

Professor Li Xiangkai is Ph.Ds’ supervisor in the school of Life Science at Lanzhou University. His researches mainly focus on environmental microbiology in the Research Institute of Microbiology. Professor Li has provided us with the laboratory, full support and supervision on our project, especially for the direction associated with the microcosmic experiment. He is also a member of our consultant team.

Wenzheng Yuan

He is experienced doctor of surgery, associate chief physician of tumor surgery Doctor of surgery, associate chief physician of tumor surgery, associate director of clinical nutrition department. He always pay attention to the development of gastric cancer treatment. As our instructor, he is very proud and proud, and expects us to get the best honor in Boston.

Fang Wang

Associate director of the Experimental Center of the medical school. Doctor of molecular biology, Lanzhou University. Postdoctoral fellow in cell biology, Johns Hopkins. Cancer related research published in hepatology

Weilin Jing

He is a Ph.D. of neurobiology and an associate researcher of Shanghai Jiao Tong university. He has long been interested in molecular signals for central nervous development and regeneration and molecular interventions for brain tumors. Relevant research results have been sorted out and published in the international important professional journals such as Cell, Cell Death and Differention, Nature communications, Mol Cell Neurosci, Anesthesiology, J Comp Neurol, Cell Mol Neurobiol, Neurosignals and Neurosci Lett. Currently, he is a member of the Chinese society of neuroscience and a member of the nano-oncology committee of the Chinese association against cancer.

Zhenmin Ling

I am a lecturer of LanZhou University and my research work is major on Environmental Microbiology, Enzyme Engineering and Fermentation. I sincerely hope that our team can achieve good results.

Instructors

Tuoyu Zhou

Fate brings enlightenment, science makes light.
I am a master student of microbiology in Lanzhou university and I have a great interest in synthetic biology. I possess a strong belief that science can make the world more better. I sincerely hope that 2018 LZU-iGEM can obtain impressive results, contributing to scientific communication without borders.

Jiajia Shi

I am a counsellor of grade 2016 in the First Clinical Medical College. With the freshness of youth, our new-born energy, impelled by our iGENer’s virgin curiosity, struck out new paths in every direction.

Zhanwu Zhu

I am a master student of LanZhou University and my research work is major on cell biology and transcriptional regulation. I am a focused, serious boy, and I like to talk with others about everything. I sincerely hope that our team can achieve good results.

Xiaojun Liu

He is a medical doctor, associate chief physician and lecturer.He is engaged in the diagnosis and treatment of oncology diseases. He is specilizing at the chemotherapy, molecular targeted therapy and palliative treatment of gastrointestinal tumors.He appreciated our work and thought it was of great significance for the treatment of gastric cancer, and hoped that we could do well in the competition.

Advisors

Shuai Zhao

He is a P.hD student of Lanzhou University and his research work is major on pollutants degradation and treatment of wastewater. he is outgoing and like to joke with around person.His hobby is playing basketball and make friends.

Yaxin Pei

She is a P.hD student majoring in environmental microbiology. She like her major and would like to spare no effort to do the project which she is in charge of. Her hobby is reading, listening to music, doing yoga. If you meet her at first time, you may think she is silent. But once you get to know her, you’ll find she is an ambitious person and like to joke around with people.

LZUer

Yigan Zhang

Yigan Zhang,20 years old.Chinese,Devoted himself wholeheartedly to scientific research

Xin Nie

I am Xin, major in clinical medicine. Ideas burst out in my mind and I can't stop it. I explore because of my curiosity. I'd like to call myself a Prophet, i know that sounds like a fairy tale, but my predictions sometimes truly come true. Ha! Amazing world~

Shuangshuang Pu

A junor in Lanzhou University, shift my major from Pharmacy to Clinical Medicine due to great passion for it. Love riding, hiking, swimming, skiing and all ball games.On the way to be a dedicated person.

Huaze Xi

I am a outgoing boy from Lanzhou University Clinical Medical. But my major named Medical Imaging,one of unpopular majors.Well, the less people to do this, the better I will do.
I love playing piano, badminton and drawing... Here is my motto:Observation is the best teacher.

Jingrong Liu

A sophomore who can't speak English and can't find a girlfriend.

Yutong Ruan

I'm Catherine Ruan from LZU. At present,I major in the Economics but love Biology very much.

Yingzi Wang

Major: Clinical Medicine
A student in No.1 Medical College of Lanzhou University.
A lover of tea, drawing and 4chan.
Always searching sometimes hunting but never resting
Awaiting to be your friend.

Guili Li

Guili Li, 21 years old, from the School of Life Science, Lanzhou University, a girl who loves smiling and sports. I won the first prize of the senior class in the Biology Experimental Skills Competition of Lanzhou University in 2017, one of the two who won the first prize. Thinking and doing are always here. In the summer vacation of 2017, I participated in the field practice organized by the college, and then followed the team of the college to conduct the vegetation survey in the field. From then on, I have a deeper understanding of nature. loving and fearing nature more.

Yijie Guo

Guo Yijie is a sophomore majoring in chemistry. This year, she helped develop the outreach work of the team and was responsible for integrating human practice. From high school, she was very interested in the field of cancer treatment. In her spare time, she likes reading, chorus, playing the violin and playing the guitar.

Xiaolan Huang

I’m huangxiaolan,I am 21 years old.

Xiao Yang

I love science, love exploration, love thinking, love communication; joining iGEM and making an exciting attempt, I found my goal, found like-minded teammates, and learned a lot of useful skills.

Ting Yu

My name is Ting Yu from ShanDong province.I am a Sophomore and major in civil engineering.It's my honor to have this opportunity to join this team and I mainly participated in several experiments in the laboratory.

Yufan Li

As a biology student in the group, Li adds speciality to the iGEM team. She has a strong desire for knowledge and powerful learning ability, for the relevant professional knowledge can better complete the study. She is willing to accept challenges, and can undertake the task of opening up new areas.She also has good communication skills and teamwork ability, can actively complete the task of the team. Besides, she has strong athletic ability and is good at many kinds of sports.

Ruoyi Zhang

Zhang is a biology student and a not so good rapper.

Yuxin Ji

Yuxin Ji, majoring in life sciences in lanzhou university, have a one year study about the comparison of Legume root respiration in Lanzhou University Student Innovation and Entrepreneurship Training Program and got 'outstanding achievement award' of the program.

Yupei Li

Yupei Li,Chinese,19 years old.Devoted himself wholeheartedly to scientific research

Junyi Mei

A sophomore of Information Science and Engineering Department; a rookie in wiki editing; a noob in the field of IT now, but not forever!