Team:SCAU-China/Team

From 2014.igem.org

(Difference between revisions)
Line 4: Line 4:
<html>
<html>
-
<style>
+
<!--main content -->
-
*{padding:0;margin:0;}
+
-
body { font-family: 微软雅黑; font-size: 12px; color: #333333; padding: 0px; margin: 0px; background: #eee;line-height:180%;}
+
-
div, span, ul, li, p, h1, h2, h3, h4, h5, h6, img, p, dl, dd, dt { font-family: 微软雅黑; margin: 0px; padding: 0px;  }
+
-
ul,li,ol{ list-style: none; }
+
-
a, a:link, a:visited, a:active {text-decoration: none}
+
-
a { color: #333333; text-decoration: none; font-family: 微软雅黑; font-size: 12px; }
+
-
a:hover{ text-decoration:none;}
+
-
a img {border: 0;}
+
-
 
+
-
 
+
-
.firstHeading{display: none;}
+
-
.hx-wrapper{background:#c3e4f5;font-size:12px;line-height:22px;}
+
-
 
+
-
.hx-wrapper .hd{background:url(https://static.igem.org/mediawiki/2014/9/9d/Hx-banner.jpg) no-repeat center top #c3e4f5;height:465px;}
+
-
 
+
-
.hx-content{width:1000px;position:relative;margin:0 auto;background:url(https://static.igem.org/mediawiki/2014/6/64/Hx-mainbg.jpg) no-repeat center top #fff;min-height:1300px;padding-bottom:30px;}
+
-
.hx-content .element{position:absolute;z-index:9;}
+
-
.hx-content .elementico1{background:url(https://static.igem.org/mediawiki/2014/b/bb/Hx-element1.png) no-repeat;left:-20px;top:34px;width:100px;height:639px;}
+
-
.hx-content .elementico2{background:url(https://static.igem.org/mediawiki/2014/c/c7/Hx-element2.png) no-repeat;left: 19px;top: 693px;width:128px;height:375px;}
+
-
.hx-content .elementico3{background:url(https://static.igem.org/mediawiki/2014/e/e0/Hx-element3.png) no-repeat;left: 22px;top: 1007px;width:642px;height:326px;}
+
-
.hx-content .wp{padding:40px 50px 40px 60px;height:1045px;}
+
-
.hx-content .hx-side{position:relative;width:220px;padding-top:10px;float:left;}
+
-
.hx-side li{background:#0c9ccc;margin-top:10px;}
+
-
.hx-side h3{height:40px;padding:0 10px 0 25px;line-height:40px;position:relative;}
+
-
.hx-side h3 a{display:block;font-size:18px;color:#a5e8fa;}
+
-
.hx-side h3 i{position:absolute;right:10px;top:0;color:#fff;font-style:normal;font-size:18px;cursor:pointer;}
+
-
.hx-side h3 b{display:none;position:absolute;right: 12px;top: -7px;color:#fff;font-style:normal;font-size:18px;cursor:pointer;}
+
-
.hx-side .twolevel{margin:0 10px;border-top:1px solid #86cee6;padding:10px 0;display:none;}
+
-
.hx-side .twolevel a{display:block;line-height:30px;color:#a5e8fa;font-size:14px;padding-left:30px;}
+
-
.hx-side li.on,.hx-side li.active{background:#faad55;}
+
-
.hx-side li.on a{color:#fff;}
+
-
.hx-side li.active a{color:#fff;}
+
-
.hx-side li.active .twolevel{display:block;border-top:1px solid #fff;}
+
-
.hx-side li.active i{display:none;}
+
-
.hx-side li.active b{display:block;}
+
-
 
+
-
.hx-main{width:620px;float:right;position:relative;}
+
-
.hx-main .hx-box{padding-bottom:25px;}
+
-
.hx-main .ti{height:40px;line-height:40px;margin-bottom:10px;}
+
-
.hx-main .ti a{font-size:18px;color:#fff;opacity:0.8;display:block;padding:0 20px;}
+
-
.hx-main .con{position:relative;overflow:hidden;}
+
-
.hx-main .con a{color:#0c9ccc;margin:0 3px;}
+
-
.hx-main .hx-box1 .ti{background:#39accb;}
+
-
.hx-main .hx-box2 .ti{background:#bb416a;}
+
-
.hx-main .hx-box3 .ti{background:#1e677b;}
+
-
.hx-main .hx-box4 .ti{background:#ff659a;}
+
-
.hx-main .hx-boxd .ti{background:#0c9ccc;}
+
-
.hx-box2{float:left;width:300px;overflow:hidden;}
+
-
.hx-box3{float:left;width:300px;margin-left:20px;overflow:hidden;}
+
-
.hx-box4{clear:both;}
+
-
 
+
-
.hx-content .hx-page{height:1130px;}
+
-
.hx-pagemain{padding: 0 50px 0 60px;}
+
-
.hx-gbox{text-align:center;}
+
-
.hx-team h4{font-size:18px; text-transform:uppercase;color:#0c9ccc;border-bottom:1px solid #0c9ccc;margin-top:10px;}
+
-
.hx-team .l{float:left;margin:0 10px 10px 0;}
+
-
.hx-team li strong{font-size:14px;font-weight:lighter;padding-bottom:5px;display:block;}
+
-
.hx-team li{border-bottom:1px dotted #ccc;overflow:hidden;padding:15px 0;}
+
-
.hx-team li p{line-height:18px;}
+
-
</style>
+
-
<script>
+
-
$(function(){
+
-
$(".hx-menu h3").click(function(){
+
-
$(this).parent().find(".twolevel").toggle();
+
-
$(this).find("i").toggle();
+
-
$(this).find("b").toggle();
+
-
return false();
+
-
})
+
-
})
+
-
</script><!--main content -->
+
<div class="hx-wrapper">
<div class="hx-wrapper">
<div class="hd"></div>
<div class="hd"></div>

Revision as of 05:55, 15 October 2014

Students

  • About our SCAU-China team

    Although members of SCAU-China come from different grades and majors with diverse specialties and interests, we all contribute to accomplish our project. iGEM competition gives us a great opportunity to develop our scientific skills and achieve specific goals in a limited time. We enjoy the process of the game to explore new ideas and solve problems by ourselves, and we gradually become independent and cooperative. This summer, we have made great efforts to improve our project, to carry out various human practices. Therefore, we hope ideas of our project will be applied successfully in real life in future.

  • Wenxuan Chen (Bobby)

    My name is Wenxuan Chen. I am a senior student of Collage of Life Science in SCAU. In this team, I am one of the team leaders being responsible for making arrangements and promoting internal unity. As a team member, my job is to design wet lab works and to analyze the results. Autonomy is what the competition attracts me most, which encourage us to think and tackle problems independently with fun and knowledge acquired. I believe that science is not only a way to the truth, but also a process to improve life of humanity. So I enjoy the game and I love the iGEM team.

    E-mail : scaubobby@gmail.com
    Skype: Bobby Chan

  • Lili Yin (Lily)

    Hello, everybody. My name is Lili Yin. I’m a sophomore in College of Life Sciences. What attracts me most is human immunology and I really want to acquire more knowledge from different sources. Taking part in iGEM is a great chance for me to broaden my horizon and learn more from relevant researchers as well as to improve my scientific English. I work on the safety part at the beginning but the most dramatic part for me is the physical device of MDC. I’m not good at physics therefore there are many sleepless nights readingliterature. Anyway, the interesting part comes when I can do experiments for our team and set up the wiki. Drawing is my hobby and a way to relax myself. The process of learning about wiki design is happy and to be enjoyed. Additionally, I designed and sketched the shirts for our team. The best preparation for tomorrow is doing your best today. Now I’m ready to come here to share great ideas with counterparts and fulfill our dream.

    E-mail : 907757436@qq.com

  • Chao Shen

    I am a freshman of SCAU. And my program of subject is molecular biology. My contribution in our team is that I knocked out the gene called arcA in the wild type E.coli MG1655. Thanks to iGEM, I really enjoy the process of this competition. From the beginning of brainstorming to the end of the experimental results, we realized the process from scratch. In this process, through synthetic biology science, there are always new things to produce, but also a lot of problems. I enjoyed the process of having problems, when everyone can get together and discuss solutions to the problem, that is wonderful!

    E-mail : 610197691@qq.com

  • Yufei Zhang - Members

    [[File:hx-pic4.jpg|620px]] My name is Zhang Yufei, a sophomore in life sciences college of SCAU. In the past few months, I have joined in the iGEM team. My contribution to the team mainly combines from two parts. The first part, during the brainstorm period, I was in MFC group first and brought up the idea of mixing up MFC with desalination. Later, after the re-grouping, I turned to the idea of logic gates and completed its project primary design. And the second part comes later when our team finish the experiment part and acquire a series of data, I will be responsible for data processing and if it is needed, biological modeling.I join in iGEM because I long for an experience in which I can participate in every step of a science project, very rare chance in university. And until now, I have found myself make progress in paper reading, idea searching and project planning which I hope I can carry on. Compared to many other team members, I am a lot worse than them in biology knowledge and lab technique, but I am fascinated and good at computer things in which I have and will try my best to help the team.

    E-mail : 295408927@qq.com

Students