Jin Honglei (Talk | contribs) |
|||
(26 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/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> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.content{ | .content{ | ||
background: #7a7a7a; | background: #7a7a7a; | ||
Line 53: | Line 39: | ||
color:#fff; | color:#fff; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
.team-advisors{ | .team-advisors{ | ||
background:#fff; | background:#fff; | ||
Line 74: | Line 53: | ||
color:#222; | color:#222; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
.team-instructors{ | .team-instructors{ | ||
background:#ccc; | background:#ccc; | ||
Line 95: | Line 67: | ||
color:#fff; | color:#fff; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
#member-name-noimg{ | #member-name-noimg{ | ||
padding-top:30px; | padding-top:30px; | ||
Line 132: | Line 97: | ||
color:#222; | color:#222; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
figure{ | figure{ | ||
position: relative; | position: relative; | ||
Line 192: | Line 150: | ||
-o-transform: translate(20%, 0); | -o-transform: translate(20%, 0); | ||
-ms-transform: translate(20%, 0); | -ms-transform: translate(20%, 0); | ||
+ | } | ||
+ | #GZHS_content p { | ||
+ | font-size: 1em; | ||
} | } | ||
+ | @media (max-width: 1024px){ | ||
+ | .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"> | ||
− | |||
<ul> | <ul> | ||
<nav class="cl-effect-5"> | <nav class="cl-effect-5"> | ||
Line 254: | Line 238: | ||
</li> | </li> | ||
<li role="presentation"> | <li role="presentation"> | ||
− | <a role="menuitem" tabindex="-1" href=" | + | <a role="menuitem" tabindex="-1" href="https://2017.igem.org/Team:GZHS-United/Contribution">Contribution</a> |
− | + | ||
− | + | ||
− | + | ||
</li> | </li> | ||
</ul> | </ul> | ||
Line 276: | 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 317: | Line 301: | ||
</li> | </li> | ||
</nav> | </nav> | ||
− | </ul> | + | </ul> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
Line 350: | Line 308: | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div class="content" id=" | + | <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 | + | <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 380: | 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 | + | <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 391: | 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, | + | <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 402: | Line 361: | ||
<figcaption> | <figcaption> | ||
<div class="fig-description autoscroll200"> | <div class="fig-description autoscroll200"> | ||
− | <p>My | + | <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 413: | 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 | + | <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 423: | Line 382: | ||
<figcaption> | <figcaption> | ||
<div class="fig-description autoscroll200"> | <div class="fig-description autoscroll200"> | ||
− | <p>My name is | + | <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 434: | Line 393: | ||
<figcaption> | <figcaption> | ||
<div class="fig-description autoscroll100"> | <div class="fig-description autoscroll100"> | ||
− | <p>My name is Zhengxiong Luo. I'm | + | <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 520: | 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>ADVISTOR</h3> | <h3>ADVISTOR</h3> | ||
Line 553: | Line 512: | ||
<figcaption> | <figcaption> | ||
<div class="fig-description"> | <div class="fig-description"> | ||
− | <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 643: | 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> | ||
Line 687: | Line 646: | ||
</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 717: | 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(); | |
$(".team-students figcaption").height($("figure").children("img").height()); | $(".team-students figcaption").height($("figure").children("img").height()); | ||
$(".autoscroll100").hover(function(){ | $(".autoscroll100").hover(function(){ | ||
Line 785: | Line 758: | ||
}); | }); | ||
}); | }); | ||
− | function | + | |
− | + | var timer = null; | |
− | + | function toTop(){ | |
− | + | cancelAnimationFrame(timer); | |
− | + | timer = requestAnimationFrame(function fn(){ | |
− | + | 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 & 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
ADVISTOR
INSTRUCTORS
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.