Difference between revisions of "Team:GZHS-United/Team"

 
(36 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
<head>
 
<head>
 
<title>Team</title>
 
<title>Team</title>
<link href="https://2017.igem.org/Team:GZHS-United/CSS/homestyle?action=raw&ctype=text/css" rel="stylesheet" type="text/css" media="all" />
 
 
<link href="https://2017.igem.org/Team:GZHS-United/CSS/bootstrapmin?action=raw&ctype=text/css" rel="stylesheet" type="text/css"/>
 
<link href="https://2017.igem.org/Team:GZHS-United/CSS/bootstrapmin?action=raw&ctype=text/css" rel="stylesheet" type="text/css"/>
 +
<link href="https://2017.igem.org/Team:GZHS-United/CSS/common?action=raw&ctype=text/css" rel="stylesheet" type="text/css"/>
 
<script type="text/javascript" src="https://2017.igem.org/Team:GZHS-United/JS/jquerymin?action=raw&ctype=text/javascript"></script>
 
<script type="text/javascript" src="https://2017.igem.org/Team:GZHS-United/JS/jquerymin?action=raw&ctype=text/javascript"></script>
 
<script type="text/javascript" src="https://2017.igem.org/Team:GZHS-United/JS/bootstrapmin?action=raw&ctype=text/javascript"></script>
 
<script type="text/javascript" src="https://2017.igem.org/Team:GZHS-United/JS/bootstrapmin?action=raw&ctype=text/javascript"></script>
 
<style>
 
<style>
#sideMenu, #top_title {display:none;}
 
#content { padding:0px; width:100%; margin-top:-5px; margin-left:0px;}
 
.mw-content-ltr ul{margin: 0;}
 
.slider{margin-top: -12px; margin-bottom: -2px;}
 
.dropdown_menu {
 
background:#000; filter:alpha(opacity:30); opacity:0.5;
 
}
 
.dropdown_title {
 
margin:0 10px;
 
}
 
 
 
.content{
 
.content{
 
background: #7a7a7a;
 
background: #7a7a7a;
Line 27: Line 16:
 
}
 
}
 
#team-top p{
 
#team-top p{
 +
text-align:left;
 
font-size: 1.3em;
 
font-size: 1.3em;
 
     margin: 0 0 1em 0.5em;
 
     margin: 0 0 1em 0.5em;
Line 49: Line 39:
 
color:#fff;
 
color:#fff;
 
}
 
}
 +
 
.team-advisors{
 
.team-advisors{
 
background:#fff;
 
background:#fff;
Line 57: Line 48:
 
     top: 10%;
 
     top: 10%;
 
     left: 3%;
 
     left: 3%;
font-size: 2.3em;
+
font-size: 1.8em;
 
     font-family: 'Roboto Slab', serif;
 
     font-family: 'Roboto Slab', serif;
 
font-weight: 700;
 
font-weight: 700;
 
color:#222;
 
color:#222;
 
}
 
}
 +
 
.team-instructors{
 
.team-instructors{
 
background:#ccc;
 
background:#ccc;
Line 70: Line 62:
 
     top: 10%;
 
     top: 10%;
 
     left: 3%;
 
     left: 3%;
font-size: 2.3em;
+
font-size: 1.8em;
 
     font-family: 'Roboto Slab', serif;
 
     font-family: 'Roboto Slab', serif;
 
font-weight: 700;
 
font-weight: 700;
 
color:#fff;
 
color:#fff;
 
}
 
}
.member-name-noimg{
+
 
 +
#member-name-noimg{
 
padding-top:30px;
 
padding-top:30px;
font-size: 2.3em;
+
font-size: 1.8em;
 
     font-family: 'Roboto Slab', serif;
 
     font-family: 'Roboto Slab', serif;
 
font-weight: 700;
 
font-weight: 700;
 
color:#000;
 
color:#000;
 
}
 
}
.fig-description-noimg{
+
#fig-description-noimg p{
 +
padding-top:20px;
 +
text-align:left;
 
font-size: 1.3em;
 
font-size: 1.3em;
 
     margin: 0 0 1em 0.5em;
 
     margin: 0 0 1em 0.5em;
Line 102: Line 97:
 
color:#222;
 
color:#222;
 
}
 
}
 +
 
figure{
 
figure{
 
     position: relative;
 
     position: relative;
Line 155: Line 151:
 
-ms-transform: translate(20%, 0);
 
-ms-transform: translate(20%, 0);
 
}
 
}
#content .fig-description p{
+
#GZHS_content p {
 
font-size: 1em;
 
font-size: 1em;
    margin: 0 0.5em 1em 0.5em;
+
}
    font-family: 'Roboto Slab', serif;
+
 
font-weight: 600;
+
@media (max-width: 1024px){
color:#fff;
+
.team-students .member-name, .team-pi .member-name {
 +
font-size: 1.5em;
 +
top: 15%;
 +
}
 +
.team-instructors .member-name, .team-advisors .member-name {
 +
top: 15%;
 +
font-size: 1.1em;
 +
}
 
}
 
}
 
</style>
 
</style>
 +
<script>
 +
$(document).ready(function(){
 +
dropdownOpen();
 +
$(".team-students figcaption").height($("figure").children("img").height());
 +
});
 +
function dropdownOpen() {
 +
    var $dropdownLi = $('li.dropdown');
 +
    $dropdownLi.mouseover(function() {
 +
        $(this).addClass('open');
 +
    }).mouseout(function() {
 +
        $(this).removeClass('open');
 +
    });
 +
}
 +
</script>
 
</head>
 
</head>
 
<body>
 
<body>
 
<div class="header-banner" id="head">
 
<div class="header-banner" id="head">
 
<div class="header-bottom">
 
<div class="header-bottom">
<div class="fixed-header">
+
<div class="fixed-header" id="nav">
 
<div class="container">
 
<div class="container">
 
<div class="top-menu">
 
<div class="top-menu">
<span class="menu"><img src="https://static.igem.org/mediawiki/2017/8/83/T--GZHS-United--home_nav.png" alt=""/> </span>
 
 
<ul>
 
<ul>
 
<nav class="cl-effect-5">
 
<nav class="cl-effect-5">
Line 222: Line 238:
 
</li>
 
</li>
 
<li role="presentation">
 
<li role="presentation">
<a role="menuitem" tabindex="-1" href="#">Improve</a>
+
<a role="menuitem" tabindex="-1" href="https://2017.igem.org/Team:GZHS-United/Contribution">Contribution</a>
</li>
+
<li role="presentation">
+
<a role="menuitem" tabindex="-1" href="#">Contribution</a>
+
 
</li>
 
</li>
 
</ul>
 
</ul>
Line 244: Line 257:
 
</a>
 
</a>
 
<ul class="dropdown-menu dropdown_menu" role="menu" aria-labelledby="dropdownMenu5">
 
<ul class="dropdown-menu dropdown_menu" role="menu" aria-labelledby="dropdownMenu5">
 +
<li role="presentation">
 +
<a role="menuitem" tabindex="-1" href="https://2017.igem.org/Team:GZHS-United/Notebook">Notebook</a>
 +
</li>
 
<li role="presentation">
 
<li role="presentation">
 
<a role="menuitem" tabindex="-1" href="https://2017.igem.org/Team:GZHS-United/Gallery">Gallery</a>
 
<a role="menuitem" tabindex="-1" href="https://2017.igem.org/Team:GZHS-United/Gallery">Gallery</a>
Line 285: Line 301:
 
</li>
 
</li>
 
</nav>
 
</nav>
</ul>
+
</ul>
<!-- script for menu -->
+
<!--script-nav-->
+
<script>
+
$("span.menu").click(function(){
+
$(".top-menu ul").slideToggle("slow" , function(){
+
});
+
});
+
</script>
+
<!-- //script for menu -->
+
 
+
<!-- script-for sticky-nav -->
+
<script>
+
$(document).ready(function() {
+
var navoffeset=$(".header-bottom").offset().top;
+
$(window).scroll(function(){
+
var scrollpos=$(window).scrollTop();
+
if(scrollpos >=navoffeset){
+
$(".header-bottom").addClass("fixed");
+
}else{
+
$(".header-bottom").removeClass("fixed");
+
}
+
});
+
+
});
+
</script>
+
<!-- //script-for sticky-nav -->
+
 
</div>
 
</div>
  
Line 318: Line 308:
 
</div>
 
</div>
 
</div>
 
</div>
<div class="content" id="content">
+
<div class="content" id="GZHS_content">
 
<div class="container team-row">  
 
<div class="container team-row">  
<div class="row">
+
<div class="row" style="padding:30px 0;">
 
<div class="col-sm-12 col-md-12 col-lg-12" id="team-top">
 
<div class="col-sm-12 col-md-12 col-lg-12" id="team-top">
 
<h1>Team & Members</h1>
 
<h1>Team & Members</h1>
<p>Our team is consisted by 3 different schools including Guangdong Experimental High School, Guangdong country garden school and  the Affiliated High School of South China Normal University. All of us are really big fans of Biology. By participating in this competition, most of us can learn a lot of knowledge that cannot acquire on the textbooks.</p>
+
<img src="https://static.igem.org/mediawiki/2017/9/97/T--GZHS-United--team_top.png" class="top_img">
 +
<p>Our team is consisted by 3 different schools including Guangdong Experimental High School, Guangdong country garden school and  the Affiliated High School of South China Normal University. All of us are really big fans of Biology. By participating in this competition, most of us can learn a lot of knowledge that could not be acquired on the textbooks.</p>
 
</div>
 
</div>
 
</div>
 
</div>
<div class="row team-students">
+
<div class="row team-students" id="Students">
 
<div class="col-sm-12 col-md-12 col-lg-12 team-title">
 
<div class="col-sm-12 col-md-12 col-lg-12 team-title">
 
<h3>STUDENTS</h3>
 
<h3>STUDENTS</h3>
Line 348: Line 339:
 
<figcaption>
 
<figcaption>
 
<div class="fig-description">
 
<div class="fig-description">
<p>My name is Feixue Ouyang. I study at Guangdong Experimental Junior High School. I like swimming and playing computer games. Although I am only 14, I still have a great interest on biology. I think iGEM is a great chance to show ourselves, and I hope I can get a good score in the competition.</p>
+
<p>My name is Feixue Ouyang. I study at Guangdong Experimental Junior High School. I like swimming and playing computer games. Although I am only 14, I have a great interest on biology. I think iGEM is a great chance to show ourselves, and I hope I can get a good score in the competition.</p>
 
</div>
 
</div>
 
</figcaption>
 
</figcaption>
Line 359: Line 350:
 
<figcaption>
 
<figcaption>
 
<div class="fig-description autoscroll200">
 
<div class="fig-description autoscroll200">
<p>My name is David, now I’m studying in the Guangdong country garden school, I’m major in biology now, because I’m interest in it, since I was a kid I have fascinated in animal and plants, I was reading biology books every weekend. After I step into the junior high school, I have learned more in biology, such as what is the human body system and what is the DNA and what is the gene engineering. I am really curious about DNA because DNA is just like the code of life. DNA is magical and stimulate me to discover more about it, that’s why I joined in iGEM competition and I wish I can achieve a great success in it.</p>
+
<p>My name is David, now I’m studying in the Guangdong country garden school, I major in biology now, because I’m interest in it, since I was a kid I have fascinated in animal and plants, I was reading biology books every weekend. After I stepped into the junior high school, I have learned more in biology, such as what is the human body system and what is the DNA and what is the gene engineering. I am really curious about DNA because DNA is just like the code of life. DNA is magical and stimulate me to discover more about it, that’s why I joined in iGEM competition and I wish I can achieve a great success in it.</p>
 
</div>
 
</div>
 
</figcaption>
 
</figcaption>
Line 370: Line 361:
 
<figcaption>
 
<figcaption>
 
<div class="fig-description autoscroll200">
 
<div class="fig-description autoscroll200">
<p>My full name is Liang BingQuan, English name is Leo. Now I’m studying GuangDong Country Garden school, located at the south of China. I’m major in biology now, because my mom was a doctor before. Hence, in the future I might major in medicine at university. Also that is part of reasons why I would enjoy the iGEM competition game. As a helpful competition game, iGEM will be a useful material or kind of experience of the apply for my university. Genetic engineering act as a significant and valuable research field, i believe it will be a potential project in the future,  that is the main factor why I attend the iGEM.</p>
+
<p>My name is Liang BingQuan, English name is Leo. Now I’m studying GuangDong Country Garden school, located at south of China. I major in biology now, because my mom used to be a doctor. Hence, in the future I might major in medicine. Also that is part of the reasons why I would enjoy the iGEM competition game. As a helpful competition game, iGEM will be a useful material or kind of experience of the apply for my university. Genetic engineering act as a significant and valuable research field, i believe it will be a potential project in the future,  that is the main factor why I attend the iGEM.</p>
 
</div>
 
</div>
 
</figcaption>
 
</figcaption>
Line 381: Line 372:
 
<figcaption>
 
<figcaption>
 
<div class="fig-description autoscroll300">
 
<div class="fig-description autoscroll300">
<p>Yuanqi Jin (Demeter), IBDP1 student from Guangdong Country Garden School, responsible for Human Practice and Wiki in GZHS-United. She is major in psychology as well as biology since these disciplines about life are bewitching to her, and she would like to be a psychiatrist in the future. She got into the top 10% of British Biology Olympiad, and was one of the top students in the MYP biology class; she was one of the directors in the Graduation Gala and the Personal Project Exhibition of IBMYP grade 10; she has established the first psychology club in her school and directed two lawn parties in the first year and attracted over 200 participators each; she learnt psychology from a professor from PKU, found an online organization soon afterwards to provide aid for depression patients.</p>
+
<p>Yuanqi Jin (Demeter), IBDP1 student from Guangdong Country Garden School, responsible for Human Practice and Wiki in GZHS-United. She majors in psychology as well as biology since these disciplines about life are bewitching to her, and she would like to be a psychiatrist in the future. She got into the top 10% of British Biology Olympiad, and was one of the top students in the MYP biology class; she was one of the directors in the Graduation Gala and the Personal Project Exhibition of IBMYP grade 10; she has established the first psychology club in her school and directed two lawn parties in the first year and attracted over 200 participators each; she learnt psychology from a professor from PKU, found an online organization soon afterwards to provide aid for depression patients.</p>
 
</div>
 
</div>
 
</figcaption>
 
</figcaption>
Line 391: Line 382:
 
<figcaption>
 
<figcaption>
 
<div class="fig-description autoscroll200">
 
<div class="fig-description autoscroll200">
<p>My name is David, now I’m studying in the Guangdong country garden school, I’m major in biology now, because I’m interested in it. Since I was a kid I have fascinated in animal and plant, and I even read biology books every weekend. After I step into the junior high school, I have learnt more in biology, such as what is the human body system and what is the DNA and what is the gene engineering. I was surprised by DNA because human is constructed by it, that stimulate me to discover more about DNA, that’s why I join in iGEM competition and I wish I can do a good job in it.</p>
+
<p>My name is Mishery and I am the leader of GZHS-UNITED.  I studying in Guangdong Country Garden School which is the most famous international school in southern China. I am interested on Physics, biology and chemistry as well and I want to study Cancerbiochemistry in London in the future college. Science is my life and one day, I want to create a vaccine which can cure HIV completely. In addition, I am quite interesting on the connection between society , ethical and science, as same as the human practice. </p>
 
</div>
 
</div>
 
</figcaption>
 
</figcaption>
Line 402: Line 393:
 
<figcaption>
 
<figcaption>
 
<div class="fig-description autoscroll100">
 
<div class="fig-description autoscroll100">
<p>My name is Zhengxiong Luo. I'm a male and fifteen years old. At present, I am studying at Guangdong Experimental High School. I've always like listening music and playing badminton. My favorite subject is English. I like the sentence:'Experience is the mother of wisdom'. So I always try my best to do everything well, and never give up easily. I like to participate in any competition. It not only gave me a wide range of vision, but also offered me a good opportunity to give full play to my creativity.</p>
+
<p>My name is Zhengxiong Luo. I'm fifteen years old. At present, I am studying at Guangdong Experimental High School. I've always like listening music and playing badminton. My favorite subject is English. I like the sentence:'Experience is the mother of wisdom'. So I always try my best to do everything well, and never give up easily. I like to participate in any competition. It not only gave me a wide range of vision, but also offered me a good opportunity to give full play to my creativity.</p>
 
</div>
 
</div>
 
</figcaption>
 
</figcaption>
Line 434: Line 425:
 
<div class="member-name">Wanxuan jin</div>
 
<div class="member-name">Wanxuan jin</div>
 
<figcaption>
 
<figcaption>
<div class="fig-description autoscroll300">
+
<div class="fig-description autoscroll400">
 
<p>We All Need Makeovers From Time To Time.” During the preparation for IGEM, I am not only a student from Guangdong Experimental High School, but also an explorer who has the spirit of scientific innovation. I am an extrovert and a deep thinker. I like reading books and making new friends. Among all my hobbies, the favorite one is reading. When I was a little girl, I love reading comic books. When I’m getting old, I love fiction very much. I have so much fun from reading. My favorite fiction is Pride and Prejudice. It not only provides knowledge, but also teaches me the right attitude toward life. I think reading makes my life complete. I will keep on reading in order to achieve my dream in the future.  Being a pediatric surgeon is my dream career because I firmly believe that your job should be something you are passionate about.</p>
 
<p>We All Need Makeovers From Time To Time.” During the preparation for IGEM, I am not only a student from Guangdong Experimental High School, but also an explorer who has the spirit of scientific innovation. I am an extrovert and a deep thinker. I like reading books and making new friends. Among all my hobbies, the favorite one is reading. When I was a little girl, I love reading comic books. When I’m getting old, I love fiction very much. I have so much fun from reading. My favorite fiction is Pride and Prejudice. It not only provides knowledge, but also teaches me the right attitude toward life. I think reading makes my life complete. I will keep on reading in order to achieve my dream in the future.  Being a pediatric surgeon is my dream career because I firmly believe that your job should be something you are passionate about.</p>
 
</div>
 
</div>
Line 488: Line 479:
 
</div>
 
</div>
 
</div>
 
</div>
<div class="row team-advisors">
+
<div class="row team-advisors" id="Advicors">
 
<div class="col-sm-12 col-md-12 col-lg-12 team-title">
 
<div class="col-sm-12 col-md-12 col-lg-12 team-title">
<h3>Advisor</h3>
+
<h3>ADVISTOR</h3>
 
</div>
 
</div>
 
<div class="col-sm-4 col-md-4 col-lg-4 team-info">
 
<div class="col-sm-4 col-md-4 col-lg-4 team-info">
Line 497: Line 488:
 
<div class="member-name">Shangjie Zou</div>
 
<div class="member-name">Shangjie Zou</div>
 
<figcaption>
 
<figcaption>
<div class="fig-description autoscroll200">
+
<div class="fig-description autoscroll100">
 
<p>I am an undergraduate student from South China Agricultural University. <br>
 
<p>I am an undergraduate student from South China Agricultural University. <br>
 
The main work I’ve done as an advisor in this team is giving comments and suggestions for presentation and modeling. I look myself as a natural historian and my dream is to explore the whole world, take adventures and figure out how nature is working.</p>
 
The main work I’ve done as an advisor in this team is giving comments and suggestions for presentation and modeling. I look myself as a natural historian and my dream is to explore the whole world, take adventures and figure out how nature is working.</p>
Line 509: Line 500:
 
<div class="member-name">Rong Wang</div>
 
<div class="member-name">Rong Wang</div>
 
<figcaption>
 
<figcaption>
<div class="fig-description autoscroll100">
+
<div class="fig-description">
 
<p>Wangrong, a designer in our team. In this team ,I take charge of design the poster and wiki. My major is biotechnology. I like playing basketball,drawing and learning new things. I f you have any question about our wiki or poster,you can send email to me.</p>
 
<p>Wangrong, a designer in our team. In this team ,I take charge of design the poster and wiki. My major is biotechnology. I like playing basketball,drawing and learning new things. I f you have any question about our wiki or poster,you can send email to me.</p>
 
</div>
 
</div>
Line 520: Line 511:
 
<div class="member-name">Yunping Lin</div>
 
<div class="member-name">Yunping Lin</div>
 
<figcaption>
 
<figcaption>
<div class="fig-description autoscroll100">
+
<div class="fig-description">
<p>m Yunping Lin and this is my forth year of college.I major in Biological science and I'm responsible for mathematical modeling and wiki design in our team.Many things in our daily life can excite my curiosity,by the way,meeting bizarra things is a greet treat for me.</p>
+
<p> I am Yunping Lin and this is my forth year of college.I major in Biological science and I'm responsible for mathematical modeling and wiki design in our team.Many things in our daily life can excite my curiosity,by the way,meeting bizarra things is a greet treat for me.</p>
 
</div>
 
</div>
 
</figcaption>
 
</figcaption>
Line 531: Line 522:
 
<div class="member-name">Junyu Chen</div>
 
<div class="member-name">Junyu Chen</div>
 
<figcaption>
 
<figcaption>
<div class="fig-description autoscroll300">
+
<div class="fig-description autoscroll200">
 
<p>My name is Chen Junyu and I am a senior student majoring in bioscience. I am an introvert with few words and I enjoy the time I stay alone. When doing experiments, I feel calm and I would concentrate on the things I am working on. I favour in Japanese animation thus out-door activities do not attract me as the animation do to me. In my team, I am responsible for constructing standard basic part and testifying the antioxidation of astaxanthin.</p>
 
<p>My name is Chen Junyu and I am a senior student majoring in bioscience. I am an introvert with few words and I enjoy the time I stay alone. When doing experiments, I feel calm and I would concentrate on the things I am working on. I favour in Japanese animation thus out-door activities do not attract me as the animation do to me. In my team, I am responsible for constructing standard basic part and testifying the antioxidation of astaxanthin.</p>
 
</div>
 
</div>
Line 542: Line 533:
 
<div class="member-name">Xuecheng Li</div>
 
<div class="member-name">Xuecheng Li</div>
 
<figcaption>
 
<figcaption>
<div class="fig-description autoscroll300">
+
<div class="fig-description autoscroll200">
 
<p>My name is Xuecheng Li and I am a senior student who major in biology. In Chinese, my first name “xuecheng” means doing a good job in study. So my partner would like to call me ”the god of study” and I enjoy this nickname very much. I don’t have too many talents except daydreaming. In my team, I am responsible for some translation work and some human practice work. Finally, the most important of me——my lucky number is 7 and my favorite is “double seven”(77)</p>
 
<p>My name is Xuecheng Li and I am a senior student who major in biology. In Chinese, my first name “xuecheng” means doing a good job in study. So my partner would like to call me ”the god of study” and I enjoy this nickname very much. I don’t have too many talents except daydreaming. In my team, I am responsible for some translation work and some human practice work. Finally, the most important of me——my lucky number is 7 and my favorite is “double seven”(77)</p>
 
</div>
 
</div>
Line 553: Line 544:
 
<div class="member-name">Jianbang Lin</div>
 
<div class="member-name">Jianbang Lin</div>
 
<figcaption>
 
<figcaption>
<div class="fig-description autoscroll400">
+
<div class="fig-description autoscroll200">
 
<p>My name is Jianbang Lin. I’m a senior in College of Life Sciences. In this team, I am one of the member of wet-lab team.I am so glad to meet so many brilliant teammates. During this process,I have learned how to plan ahead and work efficiently in a scientific environment along side my teammates. I love iGEM because it is really cool getting to do really awesome lab work that I have never thought, and I can see what other people my age and university students around the world are doing.</p>
 
<p>My name is Jianbang Lin. I’m a senior in College of Life Sciences. In this team, I am one of the member of wet-lab team.I am so glad to meet so many brilliant teammates. During this process,I have learned how to plan ahead and work efficiently in a scientific environment along side my teammates. I love iGEM because it is really cool getting to do really awesome lab work that I have never thought, and I can see what other people my age and university students around the world are doing.</p>
 
</div>
 
</div>
Line 564: Line 555:
 
<div class="member-name">Zhigang Feng</div>
 
<div class="member-name">Zhigang Feng</div>
 
<figcaption>
 
<figcaption>
<div class="fig-description autoscroll900">
+
<div class="fig-description autoscroll700">
 
<p>My name is Zhigang Feng , majored in Biology. An idea, a team, a legendary tour. This is me in the eyes of the iGEM.<br>
 
<p>My name is Zhigang Feng , majored in Biology. An idea, a team, a legendary tour. This is me in the eyes of the iGEM.<br>
 
Before that, I'm not sure whether high school students know how to return a responsibility, iGEM for them is a piece of blank paper. A year from hiring, topic selection, experiment, modeling,and speech to complete for themselves, the depth of the scientific research experience is difficult to obtain elsewhere. In addition, iGEM also let me feel the team's strong, big to the project, wiki, speech of who will bear responsibility. Small to the campus propaganda, budgets. No one trust each other, the team cooperation tacit understanding is made. As their advicer, I would be glad to share what I know and they, and provide them with some of the ideas. I am very happy with high school students experience igem, they let me know what we can do many things, to find that textbooks of the real world.</p>
 
Before that, I'm not sure whether high school students know how to return a responsibility, iGEM for them is a piece of blank paper. A year from hiring, topic selection, experiment, modeling,and speech to complete for themselves, the depth of the scientific research experience is difficult to obtain elsewhere. In addition, iGEM also let me feel the team's strong, big to the project, wiki, speech of who will bear responsibility. Small to the campus propaganda, budgets. No one trust each other, the team cooperation tacit understanding is made. As their advicer, I would be glad to share what I know and they, and provide them with some of the ideas. I am very happy with high school students experience igem, they let me know what we can do many things, to find that textbooks of the real world.</p>
Line 611: Line 602:
 
</div>
 
</div>
 
</div>
 
</div>
<div class="row team-instructors">
+
<div class="row team-instructors" id="Introducers">
 
<div class="col-sm-12 col-md-12 col-lg-12 team-title">
 
<div class="col-sm-12 col-md-12 col-lg-12 team-title">
<h3>Instructors</h3>
+
<h3>INSTRUCTORS</h3>
 
</div>
 
</div>
 
<div class="col-sm-4 col-md-4 col-lg-4 team-info">
 
<div class="col-sm-4 col-md-4 col-lg-4 team-info">
Line 649: Line 640:
 
</div>
 
</div>
 
<div class="col-sm-12 col-md-12 col-lg-12 team-info">
 
<div class="col-sm-12 col-md-12 col-lg-12 team-info">
<div class="member-name-noimg">Jianer Wu</div>
+
<div id="member-name-noimg">Jianer Wu</div>
<div class="fig-description-noimg">
+
<div id="fig-description-noimg">
 
<p>Jianer Wu is a laboratory chief of the Teaching Center of Biology Experiment. She is experienced and patient, she was in charge of the apparatus and helped us to do some preparations for experiences.</p>
 
<p>Jianer Wu is a laboratory chief of the Teaching Center of Biology Experiment. She is experienced and patient, she was in charge of the apparatus and helped us to do some preparations for experiences.</p>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
<div class="row team-pi">
+
<div class="row team-pi" id="Pi">
 
<div class="col-sm-12 col-md-12 col-lg-12 team-title">
 
<div class="col-sm-12 col-md-12 col-lg-12 team-title">
 
<h3>PI</h3>
 
<h3>PI</h3>
Line 685: Line 676:
 
</div>
 
</div>
 
</body>
 
</body>
 +
<div id="to_top">
 +
<img src="https://static.igem.org/mediawiki/2017/9/97/T--GZHS-United--toTop_buttom.png" onClick="toTop()"/>
 +
</div>
 +
<div id="next_page">
 +
<a href="https://2017.igem.org/Team:GZHS-United/Attributions"><img src="https://static.igem.org/mediawiki/2017/b/bb/T--GZHS-United--right_buttom.png"/></a>
 +
</div>
 
<script>
 
<script>
 +
function dropdownOpen() {
 +
    var $dropdownLi = $('li.dropdown');
 +
    $dropdownLi.mouseover(function() {
 +
        $(this).addClass('open');
 +
    }).mouseout(function() {
 +
        $(this).removeClass('open');
 +
    });
 +
}
 
$(document).ready(function(){
 
$(document).ready(function(){
dropdownOpen();
+
        dropdownOpen();
 
$(".team-students figcaption").height($("figure").children("img").height());
 
$(".team-students figcaption").height($("figure").children("img").height());
 
$(".autoscroll100").hover(function(){
 
$(".autoscroll100").hover(function(){
Line 753: Line 758:
 
});
 
});
 
});
 
});
function dropdownOpen() {
+
 
    var $dropdownLi = $('li.dropdown');
+
var timer = null;
    $dropdownLi.mouseover(function() {
+
function toTop(){
        $(this).addClass('open');
+
cancelAnimationFrame(timer);
    }).mouseout(function() {
+
timer = requestAnimationFrame(function fn(){
        $(this).removeClass('open');
+
var oTop = document.body.scrollTop || document.documentElement.scrollTop;
    });
+
if(oTop > 0){
 +
document.body.scrollTop = document.documentElement.scrollTop = oTop - 50;
 +
timer = requestAnimationFrame(fn);
 +
}else{
 +
cancelAnimationFrame(timer);
 +
}
 +
});
 
}
 
}
 
</script>
 
</script>
 
</html>
 
</html>

Latest revision as of 04:01, 2 November 2017

Team

Team & Members

Our team is consisted by 3 different schools including Guangdong Experimental High School, Guangdong country garden school and the Affiliated High School of South China Normal University. All of us are really big fans of Biology. By participating in this competition, most of us can learn a lot of knowledge that could not be acquired on the textbooks.

STUDENTS

Qiyuan Chen

My name is Qiyuan Chen. I am 14 years old and studying in Guangdong Experimental Junior High School in grade 8. I love Biology since I was in grade 7. At the beginning, I thought that it is very interesting, so I was excited to search the large zone of biology. And then, I knew the Genetic Engineering and Synthetic Biology, I thought it is important to the future of the human. Now I join the big family of the iGEM. I hope the researching of the synthetic biology will deeper and deeper.

Feixue Ouyanga

My name is Feixue Ouyang. I study at Guangdong Experimental Junior High School. I like swimming and playing computer games. Although I am only 14, I have a great interest on biology. I think iGEM is a great chance to show ourselves, and I hope I can get a good score in the competition.

Yu He

My name is David, now I’m studying in the Guangdong country garden school, I major in biology now, because I’m interest in it, since I was a kid I have fascinated in animal and plants, I was reading biology books every weekend. After I stepped into the junior high school, I have learned more in biology, such as what is the human body system and what is the DNA and what is the gene engineering. I am really curious about DNA because DNA is just like the code of life. DNA is magical and stimulate me to discover more about it, that’s why I joined in iGEM competition and I wish I can achieve a great success in it.

Bingquan Liang

My name is Liang BingQuan, English name is Leo. Now I’m studying GuangDong Country Garden school, located at south of China. I major in biology now, because my mom used to be a doctor. Hence, in the future I might major in medicine. Also that is part of the reasons why I would enjoy the iGEM competition game. As a helpful competition game, iGEM will be a useful material or kind of experience of the apply for my university. Genetic engineering act as a significant and valuable research field, i believe it will be a potential project in the future, that is the main factor why I attend the iGEM.

Yuanqi Jin

Yuanqi Jin (Demeter), IBDP1 student from Guangdong Country Garden School, responsible for Human Practice and Wiki in GZHS-United. She majors in psychology as well as biology since these disciplines about life are bewitching to her, and she would like to be a psychiatrist in the future. She got into the top 10% of British Biology Olympiad, and was one of the top students in the MYP biology class; she was one of the directors in the Graduation Gala and the Personal Project Exhibition of IBMYP grade 10; she has established the first psychology club in her school and directed two lawn parties in the first year and attracted over 200 participators each; she learnt psychology from a professor from PKU, found an online organization soon afterwards to provide aid for depression patients.

Weiying Ou

My name is Mishery and I am the leader of GZHS-UNITED. I studying in Guangdong Country Garden School which is the most famous international school in southern China. I am interested on Physics, biology and chemistry as well and I want to study Cancerbiochemistry in London in the future college. Science is my life and one day, I want to create a vaccine which can cure HIV completely. In addition, I am quite interesting on the connection between society , ethical and science, as same as the human practice.

Zhengxiong Luo

My name is Zhengxiong Luo. I'm fifteen years old. At present, I am studying at Guangdong Experimental High School. I've always like listening music and playing badminton. My favorite subject is English. I like the sentence:'Experience is the mother of wisdom'. So I always try my best to do everything well, and never give up easily. I like to participate in any competition. It not only gave me a wide range of vision, but also offered me a good opportunity to give full play to my creativity.

Jinpeng Chen

My name is Jinpeng Chen. I am 16years old.I come from Guangdong Experimental High School. I am very pleased to get the chance to participate in iGEM and meet so many interesting teammates. My hobbies include reading and playing badminton. Because playing badminton can make myself healthier andIcan devote more vigor to my work. I love reading because it can make myself peace, and concentrate on what I’m doing. It can always make my life full of knowledge and happiness.

Wentao Yang

My name is Wentao Yang and I’ve also got an English name called Michael. I am a high school student who is studying in Guangdong Experimental high school. I think I am someone who is really introverted. But I have a lot of hobbies and interests and I’m really good at them such as piano, badminton and bird-watching. I always look forward to getting along well with others but I do not know exactly what I should do. However, I always summarize what I have done correctly or falsely. Thus, I can know exactly what I should do and how I will do in the future to make my life splendid. As a result, I will grow up to be a better person than yesterday. I like the current me which make me pleased.

Wanxuan jin

We All Need Makeovers From Time To Time.” During the preparation for IGEM, I am not only a student from Guangdong Experimental High School, but also an explorer who has the spirit of scientific innovation. I am an extrovert and a deep thinker. I like reading books and making new friends. Among all my hobbies, the favorite one is reading. When I was a little girl, I love reading comic books. When I’m getting old, I love fiction very much. I have so much fun from reading. My favorite fiction is Pride and Prejudice. It not only provides knowledge, but also teaches me the right attitude toward life. I think reading makes my life complete. I will keep on reading in order to achieve my dream in the future. Being a pediatric surgeon is my dream career because I firmly believe that your job should be something you are passionate about.

Yinghui Wang

This is Yinghui Wang. I’m a sci-fi lover (especially cyber punk), and I am glad that I have a chance to get close to synthesis biology - a fascinating field contenting most of my imagination of near future biotechnology. Besides, I’m really good at making gel and the blank control of PCR (although not intentionally).

Abigail Liu

Abigail Liu, 17 years old, a student of Guangdong Country Garden School. Before she stepped into CGS, Biology was nothing more than a compulsory subject. Afterwards, she realized that Biology is not merely about adorable animals: it is about unraveling the mystery of organisms and utilizing the answers to promote human development. Some people don't understand how miraculous Biology is for her: the essence of Biology is invisible to the naked eye and every function that keeps you alive is underway unwittingly at the moment; non-living organic chemicals combines together to become a cell, even an organism, which can operate like a precise instrument; currently, we can even artificially create living entities. The first Biology competition she has entered for now is British Biology Olympiad 2017 in which she won the Highly Commended Award. At present, she is devoting herself to International Genetically Engineered Machine Competition and trying to impress everyone including herself. She knows deeply that she is not the best, but she is making progress with all her ardent love to Biology.

Yun Chen

I’m Winnie Chen from the team GZSH-United. I love biology because once I facing the mystery of lives, I will feel a kind of glory of natural world. Especially for genes, the key part of a living thing, its every combination and expression shows a delicate contact between every lives; and that’s what amazed me. In addition, I also like to some other things in my spare time such as painting and playing bridge which is a kind of card game. By doing these, I may feel a kind of peace with passion inside. Actually, peace and passion are not in the opposite but can exactly show what you like to do.

Weiqian Yuan

My name is Weiqian Yuan. I am 14 years old. I shall be a grade 9 student of Guangdong Experimental High School in Sept. 2017.
Being as a high school student, I not only study hard my school courses, but also have many hobbies. I am good at mathematics, physics and history. My most favorite subject is history. I like reading because it can broaden my vision. Since one of my hobbies is collecting ancient coins, I read many books about Chinese history and archaeology of ancient coins, which help me to learn broad and profound Chinese culture. My other hobbies are paleobiology, stock investment and swimming. I like swimming because it makes me feel happy and strengthens my body.
During this summer holidays in July 2017, I took part in a business imitation challenge hosted by The Economic Association of the Affiliated High School of South China Normal University, HFI Finance Club and Financial and Economic Association Union of the Pearl River Delta. I beat the other grade 11 students and won two prizes of the Best Design Institute and Best Trader. I also took part in Guangdong Geography Olympiad and won the second prize.
I like the sentence of nothing is impossible. I do all my best endeavors to every challenge and never give up easily.

ADVISTOR

Shangjie Zou

I am an undergraduate student from South China Agricultural University.
The main work I’ve done as an advisor in this team is giving comments and suggestions for presentation and modeling. I look myself as a natural historian and my dream is to explore the whole world, take adventures and figure out how nature is working.

Rong Wang

Wangrong, a designer in our team. In this team ,I take charge of design the poster and wiki. My major is biotechnology. I like playing basketball,drawing and learning new things. I f you have any question about our wiki or poster,you can send email to me.

Yunping Lin

I am Yunping Lin and this is my forth year of college.I major in Biological science and I'm responsible for mathematical modeling and wiki design in our team.Many things in our daily life can excite my curiosity,by the way,meeting bizarra things is a greet treat for me.

Junyu Chen

My name is Chen Junyu and I am a senior student majoring in bioscience. I am an introvert with few words and I enjoy the time I stay alone. When doing experiments, I feel calm and I would concentrate on the things I am working on. I favour in Japanese animation thus out-door activities do not attract me as the animation do to me. In my team, I am responsible for constructing standard basic part and testifying the antioxidation of astaxanthin.

Xuecheng Li

My name is Xuecheng Li and I am a senior student who major in biology. In Chinese, my first name “xuecheng” means doing a good job in study. So my partner would like to call me ”the god of study” and I enjoy this nickname very much. I don’t have too many talents except daydreaming. In my team, I am responsible for some translation work and some human practice work. Finally, the most important of me——my lucky number is 7 and my favorite is “double seven”(77)

Jianbang Lin

My name is Jianbang Lin. I’m a senior in College of Life Sciences. In this team, I am one of the member of wet-lab team.I am so glad to meet so many brilliant teammates. During this process,I have learned how to plan ahead and work efficiently in a scientific environment along side my teammates. I love iGEM because it is really cool getting to do really awesome lab work that I have never thought, and I can see what other people my age and university students around the world are doing.

Zhigang Feng

My name is Zhigang Feng , majored in Biology. An idea, a team, a legendary tour. This is me in the eyes of the iGEM.
Before that, I'm not sure whether high school students know how to return a responsibility, iGEM for them is a piece of blank paper. A year from hiring, topic selection, experiment, modeling,and speech to complete for themselves, the depth of the scientific research experience is difficult to obtain elsewhere. In addition, iGEM also let me feel the team's strong, big to the project, wiki, speech of who will bear responsibility. Small to the campus propaganda, budgets. No one trust each other, the team cooperation tacit understanding is made. As their advicer, I would be glad to share what I know and they, and provide them with some of the ideas. I am very happy with high school students experience igem, they let me know what we can do many things, to find that textbooks of the real world.

Peng Deng

I’m Peng Deng, 21 years old , coming from China. I’m one of the junior students in Sun Yat-sen university and be majored in life science. I joined in the GDSYZX-United team and took part in the iGEM competition as an advisor. My work is mainly in charge of the improvement of professional words and oral English. Meanwhile, I have also given some guidance to the team members for the experiment.

Jinjin Ke

I’m Jinjin Ke, 36 years old , coming from China. I joined in the GDSYZX-United team and took part in the iGEM competition as an advisor. Before this, I have worked on education career for many years.

Siyao Feng

Siyao Feng, an advisor who graduated from China University of Geosciences. We really appreciated her giving us some expert advises in art design, from poster to wiki.

INSTRUCTORS

Hanyan Quan

Hanyan Quan, who is the president of Guangdong Experimental High School, was in charge of iGEM of Guangdong Experimental High School for the past 3 years. He thought highly of our team and project and gave us remarkable support from apparatus to guides.

Yishun Zhang

Yishun Zhang is a laboratory chief of the Teaching Center of Biology Experiment. He is an experienced and patient advisor. And he gave us some training about the safety and regulation of lab.

Xiaohong Qiu

Xiaohong Qiu is a experienced biology teacher of Guangdong Experimental Middle School who has guided her students to win prizes in various biology-related competitions for several years.

Jianer Wu

Jianer Wu is a laboratory chief of the Teaching Center of Biology Experiment. She is experienced and patient, she was in charge of the apparatus and helped us to do some preparations for experiences.

PI

Honglei Jin

A young professor of biology in SUN YAT-SEN University who is excellent in the field of Plant Molecular Biology. The idea of our project was originally based on the project that he had done. He guided us throughout the whole training, from project selecting, project initialization management to program construction.

Jiabao Xu

Jiabao Xu is a postdoctor from Southern Medical University. She specialized in infectious disease and pathogen biology with special focus on dengue and zika virus vectors, studying population genetics, epidemiology and molecular biology of pathogens and vectors.