Difference between revisions of "Team:CSU CHINA/Team"

 
(53 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{CSU_CHINA}}
 
{{CSU_CHINA}}
<html>
+
<html lang="en">
 +
 
 
<head>
 
<head>
<meta charset="utf-8">
+
    <meta charset="utf-8">
<title>CSU_CHINA_TEAM</title>
+
    <title>CSU_CHINA_TEAM</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
+
    <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://2019.igem.org/Template:CSU_CHINA/CSS/Team?action=raw&ctype=text/css" type="text/css">
+
</head>
</head>
+
<style>
 +
/*--背景图片--*/
 +
.Topbox{
 +
width: 100%;
 +
min-height: 600px;
 +
display: -webkit-flex; /* Safari */
 +
display: flex;
 +
background-image: url(https://static.igem.org/mediawiki/2019/0/0c/T--CSU_CHINA--TM_DHZTM.jpg);
 +
background-size: cover;
 +
background-repeat: no-repeat;
 +
background-position: center;
 +
justify-content: center;
 +
align-items: center;
 +
}
 +
/*-- portfolio-inner-page --*/
 +
.portfolio h4 {
 +
color: #000;
 +
font-size: 18px;
 +
}
 +
label.portfolio-line {
 +
display: block;
 +
background-color: #000;
 +
width: 10%;
 +
margin: 15px auto;
 +
height: 2px;
 +
}
 +
.portfolio h6 {
 +
width: 50%;
 +
margin: 0 auto 20px auto;
 +
font-size: 14px;
 +
line-height: 30px;
 +
}
 +
.portfolio-grid1,
 +
.portfolio-grid2,
 +
.portfolio-grid3,
 +
.portfolio-grid6,
 +
.portfolio-grid4,
 +
.portfolio-grid5 {
 +
margin-bottom: 20px;
 +
}
 +
/*--SAP--*/
 +
.sap_tabs {
 +
clear: both;
 +
padding: 0;
 +
}
 +
.tab_box {
 +
background: #fd926d;
 +
padding: 2em;
 +
}
 +
.top1 {
 +
margin-top: 2%;
 +
}
 +
.resp-tabs-list {
 +
list-style: none;
 +
padding: 0 0 3em;
 +
margin: 0 auto;
 +
text-align: center;
 +
}
 +
.resp-tab-item {
 +
color: #333;
 +
font-size: 1.1em;
 +
font-weight: 500;
 +
cursor: pointer;
 +
display: inline-block;
 +
margin: 0;
 +
text-align: center;
 +
list-style: none;
 +
outline: none;
 +
-webkit-transition: all 0.3s;
 +
-moz-transition: all 0.3s;
 +
-ms-transition: all 0.3s;
 +
-o-transition: all 0.3s;
 +
transition: all 0.3s;
 +
text-transform: uppercase;
 +
margin: 0 0.3em 0;
 +
border-bottom: 2px solid #fff;
 +
color: #000;
 +
padding: 10px 15px;
 +
border: 2px solid #23b684;
 +
}
 +
.resp-tab-active {
 +
background-color: #23b684;
 +
color: #fff;
 +
}
 +
.resp-tabs-container {
 +
padding: 0px;
 +
clear: left;
 +
}
 +
h2.resp-accordion {
 +
cursor: pointer;
 +
padding: 5px;
 +
display: none;
 +
}
 +
.resp-tab-content {
 +
display: none;
 +
}
 +
.resp-content-active,
 +
.resp-accordion-active {
 +
display: block;
 +
}
 +
.tab_img {
 +
padding: 2em 0 0;
 +
display: inline-block;
 +
}
 +
.portfolio-grids {
 +
float: left;
 +
}
 +
.portfolio-grids a {
 +
display: block;
 +
overflow: hidden;
 +
position: relative;
 +
}
 +
.portfolio-grids img.img-responsive {
 +
width: 100%;
 +
}
 +
.b-wrapper {
 +
background: rgba(0, 0, 0, 0.7);
 +
position: absolute;
 +
width: 100%;
 +
height: 100%;
 +
bottom: 0%;
 +
left: 0;
 +
-webkit-transition: .5s all;
 +
-moz-transition: .5s all;
 +
transition: .5s all;
 +
-webkit-transform: scale(0);
 +
-moz-transform: scale(0);
 +
transform: scale(0);
 +
-o-transform: scale(0);
 +
-ms-transform: scale(0);
 +
}
 +
.portfolio-grids a:hover .b-wrapper {
 +
-webkit-transform: scale(1);
 +
-moz-transform: scale(1);
 +
transform: scale(1);
 +
-o-transform: scale(1);
 +
-ms-transform: scale(1);
 +
}
 +
.b-wrapper h5,
 +
.b-wrapper h2 {
 +
font-size: 2.5em;
 +
color: #fff;
 +
text-align: center;
 +
padding: 30% 0;
 +
font-weight: 300;
 +
}
 +
img.zoom-img {
 +
-webkit-transform: scale(1, 1);
 +
transform: scale(1, 1);
 +
-moz-transform: scale(1, 1);
 +
-ms-transform: scale(1, 1);
 +
-o-transform: scale(1, 1);
 +
transition-timing-function: ease-out;
 +
-webkit-transition-timing-function: ease-out;
 +
-moz-transition-timing-function: ease-out;
 +
-ms-transition-timing-function: ease-out;
 +
-o-transition-timing-function: ease-out;
 +
-webkit-transition-duration: 2s !important;
 +
-moz-transition-duration: 2s !important;
 +
transition-duration: 2s !important;
 +
}
 +
img.zoom-img:hover,
 +
.portfolio-grids:hover img.zoom-img {
 +
-webkit-transform: scale(1.2);
 +
transform: scale(1.2);
 +
-moz-transform: scale(1.2);
 +
-ms-transform: scale(1.2);
 +
-o-transform: scale(1.2);
 +
overflow: hidden;
 +
}
 +
/*-- //portfolio-inner-page --*/
 +
@media(max-width: 991px) {
 +
button.navbar-toggler {
 +
background: #fff;
 +
border-radius: 0px;
 +
}
 +
.resp-tab-item {
 +
padding: 10px 38px;
 +
margin-bottom: 0.5em;
 +
}
 +
}
 +
</style>
 
<body>
 
<body>
    <div class="background"></div>
+
 
 +
<div class="container-fluid Topbox ">
 +
<h1 class="display-3">Team members</h1>
 +
</div>
 
     <div id="portfolio" class="portfolio">
 
     <div id="portfolio" class="portfolio">
        <div class="heading">
 
            <h3>TEAM</h3>
 
        </div>
 
 
         <div class="container">
 
         <div class="container">
 
             <div class="sap_tabs">
 
             <div class="sap_tabs">
 
                 <div id="horizontalTab">
 
                 <div id="horizontalTab">
 
                     <ul class="resp-tabs-list">
 
                     <ul class="resp-tabs-list">
                         <li class="resp-tab-item"><span>Student Members</span>
+
                         <li class="resp-tab-item"><span> Students  </span>
 
                         </li>
 
                         </li>
 
                         <li class="resp-tab-item"><span>Team Leader</span>
 
                         <li class="resp-tab-item"><span>Team Leader</span>
 
                         </li>
 
                         </li>
 
                         <li class="resp-tab-item"><span>Instructors</span>
 
                         <li class="resp-tab-item"><span>Instructors</span>
                        </li>
+
</li>
                        <li class="resp-tab-item"><span>  Advisors  </span>
+
                        </li>
+
 
                     </ul>
 
                     </ul>
 
                     <div class="clearfix"></div>
 
                     <div class="clearfix"></div>
Line 30: Line 210:
 
                         <div class="tab-1 resp-tab-content row">
 
                         <div class="tab-1 resp-tab-content row">
 
                             <div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid1">
 
                             <div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid1">
                                 <a href="https://2019.igem.org/File:T--CSU_CHINA--TM_DWX.jpgg" data-lightbox="example-set" data-title="My name is Qingxin Shi, a 20-year-old boy from Central South University. My major is life science and now I’m a junior student. This year is my first time to enjoy myself in iGEM and I am in charge of the online submission of our team CSU_CHINA and doing experiments. I’m so glad to master many new skills to make me be better and make many outstanding new friends. iGEM makes my life more colorful and I want to meet more interesting friends. Let’s do our best here! ">
+
                                 <a href="https://static.igem.org/mediawiki/2019/7/7f/T--CSU_CHINA--TM_DWX.jpg" data-lightbox="example-set" data-title="I'm Duan Wenxin,an atypical biology student with broad avocations. Fond of history ,international relations and other fields of social sciences. Also,a 'former' military fancier and 'senior' player of Steam(by Valve Corporation)is certainly portrayal of mine. As for my own profession,l have strong enthusiasm on exploring the fields of cancer immunity and cancer microenvironment. In our project,l mainly take part in Experiments and have responsibility on editing text materials about Lab part. Owning deeply understanding and holding strong confidence on our design of circuit,l conform my brief that we will tell our wonderful story satisfactoriy. Now,Project needs that every one will do his duty!
                                     <img src="https://2019.igem.org/File:T--CSU_CHINA--TM_DWX.jpg" class="img-responsive zoom-img" alt="" />
+
<br>Email address:
 +
<br>mat117621190@163.com
 +
">
 +
                                     <img src="https://static.igem.org/mediawiki/2019/7/7f/T--CSU_CHINA--TM_DWX.jpg" class="img-responsive zoom-img" alt="" />
 
                                     <div class="b-wrapper">
 
                                     <div class="b-wrapper">
                                         <h2>Shi Qingxin</h2>
+
                                         <h2>Wenxin Duan</h2>
 
                                     </div>
 
                                     </div>
                                </a>
+
</a>
 +
 
                             </div>
 
                             </div>
 
                             <div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid2">
 
                             <div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid2">
                                 <a href="https://static.igem.org/mediawiki/2018/5/53/T--CSU_CHINA--TM_SQX.jpg" data-lightbox="example-set" data-title="My name is Shangcheng Yu, a 21-year-old boy, currently studying at Central South University majored in biological science. I’m mainly in charge of the experiment part of our whole IGEM project. In my spare time, I enjoy listening to music and watching cartoons. Discussing research progress and exchanging ideas about science especially in the field of immunology is also my favor. I’m outgoing and willing to make friends. For any related question, you can feel free to contact my e-mail below.  
+
                                 <a href="https://static.igem.org/mediawiki/2019/9/98/T--CSU_CHINA--TM_CZ.jpg" data-lightbox="example-set" data-title="As a senior fan of science fiction and animation, I love classical music and literature. I am good at looking for romantic color from realistic works. One particular characteristic of me is that I have skeptical spirit, also I do not like to go forward along the stereotype.
cell_ysc@foxmail.com ">
+
 
                                     <img src="https://static.igem.org/mediawiki/2018/5/53/T--CSU_CHINA--TM_SQX.jpg" class="img-responsive zoom-img" alt="" />
+
It is my dream to achieve individual’s personal reality through biological technics.
 +
 +
In our iGEM project, my major job is screening tumor specific transcription factors, designing Sponge and participating in other experimental work..
 +
<br>Email address:
 +
<br>thehomeofsea@gmail.com OR 791863987@qq.com
 +
">
 +
                                     <img src="https://static.igem.org/mediawiki/2019/9/98/T--CSU_CHINA--TM_CZ.jpg" class="img-responsive zoom-img" alt="" />
 
                                     <div class="b-wrapper">
 
                                     <div class="b-wrapper">
                                         <h5>Yu Shangcheng</h5>
+
                                         <h5>Zhuo Chen</h5>
 
                                     </div>
 
                                     </div>
 
                                 </a>
 
                                 </a>
 
                             </div>
 
                             </div>
 
                             <div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid3">
 
                             <div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid3">
                                 <a href="https://static.igem.org/mediawiki/2018/5/53/T--CSU_CHINA--TM_SQX.jpg" data-lightbox="example-set" data-title="Dong Yufan, the junior undergraduate majored in biological sciences, acts as a member of the CSU_CHINA in 2018 iGEM. St.Dong is dedicated in studying the molecular mechanism of special gene related to certain genetic diseases during these two years, as well as participating in several kinds of social activities like the student union, communication in the institution of neurobiology, summer school in HKU, and so forth.  
+
                                 <a href="https://static.igem.org/mediawiki/2019/f/ff/T--CSU_CHINA--TM_LZJ.jpg" data-lightbox="example-set" data-title="It is my great honor to have this opportunity to introduce myself here.I am glad to participate in the iGEM project, which help me obtain more knowledge and skills and benefited me a lot.
Besides, st.Dong has a great passion on music esp piano, and all kinds of sports. ">
+
In my spare time, I enjoy reading some classical Chinese poems and lyrics. From the classical Chinese literature, I can restore inner peace, being fully committed and confident to work efficiently.
                                     <img src="https://static.igem.org/mediawiki/2018/5/53/T--CSU_CHINA--TM_SQX.jpg" class="img-responsive zoom-img" alt="" />
+
  <br>Email address:
 +
  <br>zhjli1998@gmail.com
 +
  ">
 +
                                     <img src="https://static.igem.org/mediawiki/2019/f/ff/T--CSU_CHINA--TM_LZJ.jpg   " class="img-responsive zoom-img" alt="" />
 
                                     <div class="b-wrapper">
 
                                     <div class="b-wrapper">
                                         <h5>Dong Yufan</h5>
+
                                         <h5>Zhangjie Li</h5>
 
                                     </div>
 
                                     </div>
 
                                 </a>
 
                                 </a>
 
                             </div>
 
                             </div>
                            <div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
+
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
                                <a href="https://static.igem.org/mediawiki/2018/5/53/T--CSU_CHINA--TM_SQX.jpg" data-lightbox="example-set" data-title="My name is Yao Keyu. I am 20 years old now ,but in my heart,forever 18. I am currently a junior student of Central South University. My major is Detection, guidance and control technology.I'm honored to participate in this competition. In the CSU-CHINA team ,I am an art designer.I spend most of my time on designing the poster 、website design and so on. I have lots of interest, such as singing, dancing, drawing and so on.On vacation,I usually like to have the Volunteer Travel. ">
+
<a href="https://static.igem.org/mediawiki/2019/a/ad/T--CSU_CHINA--TM_ZYQ.jpg" data-lightbox="example-set" data-title=" I am an undergraduate student from Central Southern University of China. During this project, I have participated in both lab and art group. I enjoy coming up with new ideas during our group meeting and sometimes I even give advice to the wiki and HP group (which makes me looks a little officious [sadface]). Thank to the senior students in our lab, I have leant a lot from our experiment.  
                                    <img src="https://static.igem.org/mediawiki/2018/5/53/T--CSU_CHINA--TM_SQX.jpg" class="img-responsive zoom-img" alt="" />
+
                                    <div class="b-wrapper">
+
                                        <h5>Yao Keyu</h5>
+
                                    </div>
+
                                </a>
+
                            </div>
+
                            <div class="clearfix"></div>
+
                        </div>
+
                        <div class="tab-1 resp-tab-content">
+
  
                            <div class="clearfix"></div>
+
In my spear time, I’m a huge fan of ACG and I enjoy reading, my favorite fiction is the Harry Potter series.
 +
<br>Email address:
 +
<br>lindsayyqzhang@gmail.com or 2801170216@csu.edu.cn
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/a/ad/T--CSU_CHINA--TM_ZYQ.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Yunqian Zhang</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/e/ee/T--CSU_CHINA--TM_ZMM.jpg" data-lightbox="example-set" data-title="I’m a third-year medical student in Central South University. With great passion to reveal the disease nature of TNBC and explore potential treatment, she has been involved in part of lab work, human practice, as well as writing periodic summary in the team.
 +
<br>Email address:
 +
<br>mmzhuang1999@outlook.com
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/e/ee/T--CSU_CHINA--TM_ZMM.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Miaomiao Zhuang </h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/5/53/T--CSU_CHINA--TM_SQX.jpg" data-lightbox="example-set" data-title="My name is Qingxin Shi, a 21-year-old boy from Central South University. My major is life science and now I’m a senior student. This year is my second time to enjoy myself in iGEM and I am an advisor of our team CSU_CHINA. I’m so glad to master many new skills to make me better and make many outstanding new friends. iGEM makes my life more colorful and I want to meet more interesting friends. Let’s do our best here!
 +
<br>Email address:
 +
<br>sqx98625@csu.edu.cn
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/5/53/T--CSU_CHINA--TM_SQX.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Qingxin Shi</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/b/b5/T--CSU_CHINA--TM_GXT.jpg" data-lightbox="example-set" data-title="I am an ordinary junior student fighting for biology. I could master biological knowledge, but I still have no idea about programming. My biggest interest and hobby is painting since I was a child, and some small pictures I drawn give me the opportunity to participate in iGEM this time, and served as a member of the art team. During the competition, I also came into contact with many fields that I had not known much before, such as the design of team uniforms. Although it was not perfect, I felt very happy every time I saw a little closer to the result. Maybe this is the sense of achievement brought by the competition or painting itself. I also hope that I can continue to work hard in the future, whether it is doing biology or sticking to my hobby.
 +
<br>Email address:
 +
<br>bjgxt109@163.com
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/b/b5/T--CSU_CHINA--TM_GXT.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Xutong Guo</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/8/8e/T--CSU_CHINA--TM_ZSJ.jpg" data-lightbox="example-set" data-title="My name is Shijie Zeng, a 18-year-old boy, currently studying at Central South University majored in biological science. I’m mainly in charge of the web design part of our whole IGEM project. In my spare time, I enjoy playing football and fitness. Discussing research progress and exchanging ideas about science especially in the field of Cytobiology is also my favor. I’m outgoing and willing to make friends.
 +
<br>Email address:
 +
<br>shijie.zeng@csu.edu.cn
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/8/8e/T--CSU_CHINA--TM_ZSJ.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Shijie Zeng</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/c/ca/T--CSU_CHINA--TM_CHT.jpg" data-lightbox="example-set" data-title="I am Chen Haotian, a student majored in clinical medicine. I like observing and thinking when contacting with people in life, which always takes unique ideas to my mind. Maybe I am a little serious when I focus on studying and working, but in fact I am really friendly and kind to friends and strangers in daily life. So after seeing my cool picture, come to contract me and become friends! Lady first, I am still single now!
 +
<br>Email address:
 +
<br>1927526465@qq.com
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/c/ca/T--CSU_CHINA--TM_CHT.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Haotian Chen</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/5/53/T--CSU_CHINA--TM_ZCT.jpg" data-lightbox="example-set" data-title="Hello,my name is Zhang Changteng, a member mainly participating human practice of our team. I major in anesthesiology in Xiangya school of medicine. In human practice group, I get on well with my team members and complete some challenges. In addition, some original ideas sometimes crush in my mind especially when we start a brainstorm. As far as I am concerned, In such a medical project, we aim to act not only full of originality but also full of loving care heart. Through human practice, we have a better knowledge of how meaningfully we act. I gained more and achieved more since I joined in Human practice.
 +
<br>Email address:
 +
<br>2801160127@csu.edu.cn
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/5/53/T--CSU_CHINA--TM_ZCT.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Changteng Zhang</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/a/a3/T--CSU_CHINA--TM_QSN.jpg" data-lightbox="example-set" data-title="My name is Qu Shiyan, a member mainly finishing the work of human practice of CSU_CHINA 2019. I am the youngest in our team so I have received much help from the elder students in our team. Although I am the youngest in our team, I am not shy at all. I like talking with different people and I also have many fresh ideas. Thus, I always came to somewhere with my teammates to talk with people there and get feedback for our project. I always keep so active in our team that I am like a brick and I can go anywhere if needed.
 +
<br>Email address:
 +
<br>1303396865@qq.com
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/a/a3/T--CSU_CHINA--TM_QSN.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Shiyan Qu</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/2/2f/T--CSU_CHINA--TM_YJL.jpg" data-lightbox="example-set" data-title="Hello~I’m Jiali You from the human practices team.  As a member of the hp team, I often come into contact with experts in various fields and listen to their suggestions for our project. Just as an old saying goes:' I'm a piece of brick, where necessary where the removal.'
 +
<br>Email address:
 +
<br>2801170222@csu.edu.cn
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/2/2f/T--CSU_CHINA--TM_YJL.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Jiali You</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/6/60/T--CSU_CHINA--TM_WDY.jpg" data-lightbox="example-set" data-title=" As a member of the lab group, I learnt a lot during our experiment from the senior students in the lab. I remember the first time I went to the lab. I am the counterpart of a muggle who step into the bio-magical world. Some stupid even hilarious mistakes were made by myself, such as charging the electrode of the electrophoresis in an opposite way.
 +
 
 +
Speaking about my hobbies, I must say it aloud: Nintendo is the god of the world!
 +
<br>Email address:
 +
<br>WangDanyang@csu.edu.cn
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/6/60/T--CSU_CHINA--TM_WDY.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Danyang Wang</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/c/c5/T--CSU_CHINA--TM_SPC.jpg" data-lightbox="example-set" data-title="I’m Symcal of the modeling group. I enjoy the tasks which are both special and full of innovation. Drawing is my favorite leisure activity. Meanwhile, I also like traveling and trying different outfit styles, which can help people liberate their mind.<br>Email address:
 +
snowymilk8@gmail.com
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/c/c5/T--CSU_CHINA--TM_SPC.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Pengcheng Shen</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/5/50/T--CSU_CHINA--TM_TYH.jpg" data-lightbox="example-set" data-title="Hi, I’m Tan Youhai, one of the oldest men with least hairs in our team. This is my first year participating iGEM but taking responsibility of wiki group. With the best aesthetic appreciation (joking), highest coding capability (impossible) in our group (don’t tell others), it is my duty to design and achieve wiki page with my group. Joining iGEM team is really a good chance for me to meet new excellent friends and I am so appreciated that my group and my team are all full of passion to achieve the same goal – getting highest score in iGEM and sharing the taste of success!
 +
<br>Email address:
 +
YHHHHHH@csu.edu.cn
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/5/50/T--CSU_CHINA--TM_TYH.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Youhai Tan</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="clearfix"></div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/d/d0/T--CSU_CHINA--TM_ZB.jpg" data-lightbox="example-set" data-title="Hellow world">
 +
<img src="https://static.igem.org/mediawiki/2019/d/d0/T--CSU_CHINA--TM_ZB.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Bing Zhang</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/c/c9/T--CSU_CHINA--TM_SWQ.jpg" data-lightbox="example-set" data-title="Hellow world!">
 +
<img src="https://static.igem.org/mediawiki/2019/c/c9/T--CSU_CHINA--TM_SWQ.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Wenqiang Shu</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/7/7b/T--CSU_CHINA--TM_WQH.jpg" data-lightbox="example-set" data-title="Hello, I'm Wang Qihang, a member of the wiki team. I join the iGEM team out of interest and hope to test my coding ability. I like doing things that are innovative and can be shown to others. It is an honor to cooperate with my team members, meanwhile designing 3d model and website is quite a pleasant and creative work.
 +
<br>Email address:
 +
1072920262@qq.com
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/7/7b/T--CSU_CHINA--TM_WQH.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Qihang Wang </h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/d/d6/T--CSU_CHINA--TM_XRL.jpg" data-lightbox="example-set" data-title="My name is Lou Runxiang, a 20 years old boy, currently studying at Central South University majored in life science. I'm mainly involved in experiments. I’m so glad to master many new skills to make me be better and make many outstanding new friends. I enjoyed a lot while being a part of our iGEM team.
 +
Email address:
 +
lourunxiang@126.com
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/d/d6/T--CSU_CHINA--TM_XRL.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Runxiang Lou</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/d/d7/T--CSU_CHINA--TM_DYQ.jpg" data-lightbox="example-set" data-title="Hi, I’m a medical student who enjoy parting and science popularization in my spare time. In the iGEM team, I work as a member of the art group. The daily work of us is to transform others’ ideas and imaginations to productions.
 +
Email address:
 +
2468518354@qq.com">
 +
<img src="https://static.igem.org/mediawiki/2019/d/d7/T--CSU_CHINA--TM_DYQ.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Yuqian Deng</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="clearfix"></div>  
 
                         </div>
 
                         </div>
 
                         <div class="tab-1 resp-tab-content">
 
                         <div class="tab-1 resp-tab-content">
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/0/04/T--CSU_CHINA--TM_DYF0.jpg" data-lightbox="example-set" data-title="I am the student leader of CSU_CHINA this year…I do not really like this title LOL] To be exact, the servant employed by all team members. Just Kidding [doge].
 +
To be short, I hope iGEM in CSU to be a harmonious union filled with active aspiration, creative brain hole, and academic spirits.
 +
What needs to emphasis, I organized this team only for a dream, seeded in my deep heart.
 +
  <br>Email address:
 +
<br>dongyfyoyo@qq.com
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/0/04/T--CSU_CHINA--TM_DYF0.jpg" class="img-responsive zoom-img" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Yufan Dong</h5>
 +
</div>
 +
</a>
 +
</div>
 
                             <div class="clearfix"></div>
 
                             <div class="clearfix"></div>
 
                         </div>
 
                         </div>
 
                         <div class="tab-1 resp-tab-content">
 
                         <div class="tab-1 resp-tab-content">
 
+
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/f/f1/T--CSU_CHINA--TM_HJF.png" data-lightbox="example-set" data-title="Ju-fang huang, Ph.D., professor, doctoral supervisor, Central South University party committee and the dean of the college of life science, school of medicine, human anatomy and neurobiology professor, department of anatomy of the society of China, managing director of Hunan province anatomy institute director, executive director of the society for neuroscience in Hunan province, Hunan province Mawangdui Han dynasty history protection and research center expert group members, deputy director of the Central South University institute of ophthalmology.">
 +
<img src="https://static.igem.org/mediawiki/2019/f/f1/T--CSU_CHINA--TM_HJF.png" class="img-responsive zoom-img" style="height:214px; width:50%"/>
 +
<div class="b-wrapper">
 +
<h5>Jufang Huang</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/3/30/T--CSU_CHINA--TM_LSN.jpg" data-lightbox="example-set" data-title="Shanni Li is the associate dean of School of Life Science at Central South University, Republic of China. Her research direction is Sports Biochemistry and Physiology. She has made outstanding progress in the long-term study of sports medicine.
 +
">
 +
<img src="https://static.igem.org/mediawiki/2019/3/30/T--CSU_CHINA--TM_LSN.jpg" class="img-responsive zoom-img" style="height:214px; width:50%" alt="" />
 +
<div class="b-wrapper">
 +
<h5>Li Shanni</h5>
 +
</div>
 +
</a>
 +
</div>
 +
<div class="col-md-4 col-sm-4 portfolio-grids portfolio-grid4">
 +
<a href="https://static.igem.org/mediawiki/2019/7/76/T--CSU_CHINA--TM_LJD.jpg" data-lightbox="example-set" data-title="Jiada Li received the Ph.D. degree in Shanghai Institute of Biochemistry and Cell Biology, Chinese Academy of Sciences, Republic of China, in 2001. After graduation, he did his postdoctoral research in Universities of California, Irvine. Since July 2009, he joined the Medical Genetic Research Center at the Central South University, Changsha, Republic of China, where he currently serves as a Professor and the scientific director of Department of Cell Biology. His work is to study the pathogenesis of major genetic diseases in humans at the level of cell and mouse models, and develop new therapeutic approaches.
 +
e-mail: lijiada@sklmg.edu.cn ">
 +
<img src="https://static.igem.org/mediawiki/2019/7/76/T--CSU_CHINA--TM_LJD.jpg" class="img-responsive zoom-img" style="height:214px; width:50%"alt="" />
 +
<div class="b-wrapper">
 +
<h5>Li Jiada</h5>
 +
</div>
 +
</a>
 +
</div>
 
                             <div class="clearfix"></div>
 
                             <div class="clearfix"></div>
 
                         </div>
 
                         </div>

Latest revision as of 03:59, 9 December 2019

loading……

CSU_CHINA_TEAM

Team members