Difference between revisions of "Team:HZAU-China/Team"

Line 28: Line 28:
 
             text-decoration: none !important;
 
             text-decoration: none !important;
 
         }
 
         }
 +
 +
        .clear{ clear:both}
  
 
         body {
 
         body {
Line 41: Line 43:
  
 
         .tuandui {
 
         .tuandui {
             width: 80%;
+
             width: 80vw;
             right: 2%;
+
            margin: 20px 0;  
 +
             right: 2vw;
 
             top: 90px;
 
             top: 90px;
 
             padding: 0 2%;
 
             padding: 0 2%;
 
             float: right;
 
             float: right;
             position: absolute;
+
             position: relative;
 
             background-color: #ffffff;
 
             background-color: #ffffff;
 
             box-shadow: 0 1px 3px #676767;
 
             box-shadow: 0 1px 3px #676767;
 
             border-radius: 3px;
 
             border-radius: 3px;
 
             overflow: hidden;
 
             overflow: hidden;
 +
            display: block;
 +
            font-family: Arial, Verdana, Sans-serif;
 
         }
 
         }
  
 
         .cebian {
 
         .cebian {
             width: 10%;
+
             width: 11vw;
 
             height: 80%;
 
             height: 80%;
 
             float: left;
 
             float: left;
             left: 2%;
+
             left: 1vw;
             top: 30%;
+
             top: 20vh;
 
             position: fixed;
 
             position: fixed;
 
         }
 
         }
Line 75: Line 80:
 
             position: relative;
 
             position: relative;
 
             margin-top: 40px;
 
             margin-top: 40px;
             height: 510px;
+
             height: 520px;
 +
            overflow: hidden;
 +
        }
  
 +
        .tuandui_list>li {
 +
            padding: 0;
 +
            width: 20%;
 +
            float: left;
 +
            position: relative;
 +
            margin: 0 2.4%;
 +
            text-align: center;
 
         }
 
         }
  
         .tuandui {
+
         .tuandui .laoshi_list {
             display: block;
+
             position: relative;
             font-family: Arial, Verdana, Sans-serif;
+
             margin-top: 40px;
 +
            height: 430px;
 
         }
 
         }
  
         .tuandui_list>li {
+
         .laoshi_list>li {
 
             padding: 0;
 
             padding: 0;
 
             width: 20%;
 
             width: 20%;
Line 91: Line 106:
 
             margin: 0 2.4%;
 
             margin: 0 2.4%;
 
             text-align: center;
 
             text-align: center;
 
 
         }
 
         }
  
 
         .duiyuan img {
 
         .duiyuan img {
 
             width: 100%;
 
             width: 100%;
             height: 250px;
+
             height: 35vh;
 +
            border-top: 3px solid #1fa67a;
 +
            border-left: 3px solid #1fa67a;
 +
            border-right: 3px solid #1fa67a;
 +
        }
 +
 
 +
        .laoshi img {
 +
            width: 100%;
 +
            height: 50vh;
 
             border-top: 3px solid #1fa67a;
 
             border-top: 3px solid #1fa67a;
 
             border-left: 3px solid #1fa67a;
 
             border-left: 3px solid #1fa67a;
 
             border-right: 3px solid #1fa67a;
 
             border-right: 3px solid #1fa67a;
            /* border-top-left-radius: 5px;
 
            border-top-right-radius: 5px; */
 
 
         }
 
         }
  
 
         .duiyuan .xingming {
 
         .duiyuan .xingming {
 +
            width: 100%;
 +
            height: 50px;
 +
            line-height: 50px;
 +
            background-color: #1fa67a;
 +
            border-left: 3px solid #1fa67a;
 +
            border-right: 3px solid #1fa67a;
 +
            font-size: 16px;
 +
            color: white;
 +
            box-shadow: 0 1px 3px #CCCCCC;
 +
            font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
 +
            font-size: 24px;
 +
            font-weight: bold;
 +
        }
 +
       
 +
        .laoshi .xingming {
 
             width: 100%;
 
             width: 100%;
 
             height: 50px;
 
             height: 50px;
Line 131: Line 166:
  
 
         .duiyuan .jieshao .saohua {
 
         .duiyuan .jieshao .saohua {
             padding: 10px 3px 0px 3px !important;  
+
             padding: 10 3 0 3;
 
             color: black;
 
             color: black;
 
             font-family: Arial;
 
             font-family: Arial;
 
             font-style: italic;
 
             font-style: italic;
             font-size: 14px !important;
+
             font-size: 14px;
 
             list-style-type: none;
 
             list-style-type: none;
 
             text-align: justify;
 
             text-align: justify;
Line 148: Line 183:
 
         #float02 {}
 
         #float02 {}
  
         #float03 {}
+
         #float03 {
 +
            margin-bottom: 100px;
 +
        }
  
 
         div.floatCtro {
 
         div.floatCtro {
 
             width: 100%;
 
             width: 100%;
 
             height: 250px;
 
             height: 250px;
 +
            margin: 20px 0;
 
             position: relative;
 
             position: relative;
 
         }
 
         }
Line 263: Line 301:
 
                 f2 = $('#float02').offset().top;
 
                 f2 = $('#float02').offset().top;
 
                 f3 = $('#float03').offset().top;
 
                 f3 = $('#float03').offset().top;
                // f4 = $('#float04').offset().top;
 
                // f5 = $('#float05').offset().top;
 
                // f6 = $('#float06').offset().top;
 
                // f7 = $('#float07').offset().top;
 
 
  
 
                 if (sTop <= f2 - 100) {
 
                 if (sTop <= f2 - 100) {
Line 289: Line 322:
 
         })
 
         })
 
     </script>
 
     </script>
 
 
     <!-- 滚动菜单栏jQuery -->
 
     <!-- 滚动菜单栏jQuery -->
 
</head>
 
</head>
Line 467: Line 499:
 
         <div id="float02">
 
         <div id="float02">
 
             <div class="h1">ADVISORS</div>
 
             <div class="h1">ADVISORS</div>
             <ul class="tuandui_list">
+
             <ul class="laoshi_list">
                 <li class="duiyuan">
+
                 <li class="laoshi">
                     <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg"
+
                     <img src="https://static.igem.org/mediawiki/2018/8/83/T--HZAU-China--kening.jpg" alt="">
                        alt="">
+
                     <div class="xingming">Kening Chen</div>
                     <div class="xingming">Shane</div>
+
                    <div class="jieshao">
+
                        <p class="saohua">This year,I'm captain of the HZAU-China. I hope I can be a brilliant person
+
                            like
+
                            professor
+
                            Li who is my goddess.</p>
+
                    </div>
+
 
                 </li>
 
                 </li>
                 <li class="duiyuan">
+
                 <li class="laoshi">
                     <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg"
+
                     <img src="https://static.igem.org/mediawiki/2018/c/c0/T--HZAU-China--jinyu.jpg" alt="">
                        alt="">
+
                     <div class="xingming">Jinyu Wang</div>
                     <div class="xingming">Shane</div>
+
                    <div class="jieshao">
+
                        <p class="saohua">This year,I'm captain of the HZAU-China. I hope I can be a brilliant person
+
                            like
+
                            professor
+
                            Li who is my goddess.</p>
+
                    </div>
+
 
                 </li>
 
                 </li>
                 <li class="duiyuan">
+
                 <li class="laoshi">
                     <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg"
+
                     <img src="https://static.igem.org/mediawiki/2018/5/56/T--HZAU-China--gang.jpg" alt="">
                        alt="">
+
                     <div class="xingming">Gang Cao</div>
                     <div class="xingming">Shane</div>
+
                    <div class="jieshao">
+
                        <p class="saohua">This year,I'm captain of the HZAU-China. I hope I can be a brilliant person
+
                            like
+
                            professor
+
                            Li who is my goddess.</p>
+
                    </div>
+
 
                 </li>
 
                 </li>
                 <li class="duiyuan">
+
                 <li class="laoshi">
                     <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg"
+
                     <img src="https://static.igem.org/mediawiki/2018/7/7b/T--HZAU-China--hongyu.jpg" alt="">
                        alt="">
+
                     <div class="xingming">Hongyu Zhang</div>
                     <div class="xingming">Shane</div>
+
                </li>
                    <div class="jieshao">
+
            </ul>
                        <p class="saohua">This year,I'm captain of the HZAU-China. I hope I can be a brilliant person
+
            <ul class="laoshi_list">
                            like
+
                <li class="laoshi">
                            professor
+
                    <img src="https://static.igem.org/mediawiki/2018/2/2a/T--HZAU-China--donghai.jpg" alt="">
                            Li who is my goddess.</p>
+
                    <div class="xingming">Donghai Peng</div>
                     </div>
+
                </li>
 +
                <li class="laoshi">
 +
                    <img src="https://static.igem.org/mediawiki/2018/b/bd/T--HZAU-China--zhen.jpg" alt="">
 +
                     <div class="xingming">Zhen Cao</div>
 
                 </li>
 
                 </li>
 
             </ul>
 
             </ul>
            <ul class="tuandui_list">
 
                    <li class="duiyuan">
 
                        <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg"
 
                            alt="">
 
                        <div class="xingming">Yini Miao</div>
 
                        <div class="jieshao">
 
                            <p class="saohua">Yini Miao, one of the model group, who are intrigued with modeling last year
 
                                and
 
                                always try
 
                                her best to think and reflect.</p>
 
                        </div>
 
                    </li>
 
                </ul>
 
 
         </div>
 
         </div>
  
 
         <div id="float03">
 
         <div id="float03">
 
             <div class="h1">INSTRUCTORS</div>
 
             <div class="h1">INSTRUCTORS</div>
             <ul class="tuandui_list">
+
             <ul class="laoshi_list">
                 <li class="duiyuan">
+
                 <li class="laoshi">
                     <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg"
+
                     <img src="https://static.igem.org/mediawiki/2018/e/e6/T--HZAU-China--binguang.jpg"
 
                         alt="">
 
                         alt="">
                     <div class="xingming">Shane</div>
+
                     <div class="xingming">Binguang Ma</div>
                    <div class="jieshao">
+
                        <p class="saohua">This year,I'm captain of the HZAU-China. I hope I can be a brilliant person
+
                            like
+
                            professor
+
                            Li who is my goddess.</p>
+
                    </div>
+
 
                 </li>
 
                 </li>
                 <li class="duiyuan">
+
                 <li class="laoshi">
                     <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg"
+
                     <img src="https://static.igem.org/mediawiki/2018/b/b4/T--HZAU-China--jin.jpg"
 
                         alt="">
 
                         alt="">
                     <div class="xingming">YinQing Zeng</div>
+
                     <div class="xingming">Jin He</div>
                    <div class="jieshao">
+
                        <p class="saohua">I'm YinQing Zeng. This year, I'm the student leaders of HZAU-China too. I
+
                            love
+
                            rap(especially EMINEM's songs) and making handicraft. In fact, I want to have a dessert
+
                            shop in the future even though I don't like dessert.</p>
+
                    </div>
+
 
                 </li>
 
                 </li>
                 <li class="duiyuan">
+
                 <li class="laoshi">
                     <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg"
+
                     <img src="https://static.igem.org/mediawiki/2018/4/40/T--HZAU-China--shan.png"
 
                         alt="">
 
                         alt="">
                     <div class="xingming">Yini Miao</div>
+
                     <div class="xingming"> Shan Li</div>
                    <div class="jieshao">
+
                        <p class="saohua">Yini Miao, one of the model group, who are intrigued with modeling last year
+
                            and
+
                            always try
+
                            her best to think and reflect.</p>
+
                    </div>
+
                </li>
+
                <li class="duiyuan">
+
                    <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1538081495377&di=6ca244d1360ec257418f4dc5db85beb1&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201504%2F15%2F20150415H0029_UBwyM.jpeg"
+
                        alt="">
+
                    <div class="xingming">Yini Miao</div>
+
                    <div class="jieshao">
+
                        <p class="saohua">Yini Miao, one of the model group, who are intrigued with modeling last year
+
                            and
+
                            always try
+
                            her best to think and reflect.</p>
+
                    </div>
+
 
                 </li>
 
                 </li>
 
             </ul>
 
             </ul>
 
         </div>
 
         </div>
 +
        <div class="clear"></div>
 
     </div>
 
     </div>
 
     <!-- 左侧菜单栏 -->
 
     <!-- 左侧菜单栏 -->

Revision as of 09:50, 29 September 2018

MEMBERS
  • Zhujun Xia

    This year,I'm captain of the HZAU-China. I hope I can be a brilliant person like professor Li who is my goddess.

  • YinQing Zeng

    I'm YinQing Zeng. This year, I'm the student leaders of HZAU-China too. I love rap(especially EMINEM's songs) and making handicraft. In fact, I want to have a dessert shop in the future even though I don't like dessert.

  • Yini Miao

    Yini Miao, one of the model group, who are intrigued with modeling last year and always try her best to think and reflect.

  • Tom Rao

    This is Tom Rao, an anime lover, a movie fan, a fat otaku and a man who is willing to devote his life into biology research. He’s one of the modelling group and built up the ATc model of our project. He also took charge in the interLab and successfully pass the data check.

  • Zhiqing Guo

    My name is Zhiqing Guo,and you also can call me Farlina.It is my second year to attend iGEM.I made a lot of friends here who company me all the time.iGEMers let me know what persistence is and never toss in when I confront barriers.So I want to say I am into you guys.

  • Lingyu Zhong

    My name is Lingyu Zhong and you may call me Xue Zhang, which means senior in English. Although I don’t know why they call me so. It’s my second year to be an iGEMer, and I also a member of wet experiment group. I love our team, I love our team members. It’s very lucky to meet you all.

  • Heng Heng

    I‘m Heng Heng. This is my first year in HZAU-iGEM team. I'm eager for knowledge, and iGEM is the place I want.

  • Zhuoqi Huang

    Hello, my name is Zhuoqi Huang, a boy who come from a beautiful city called Jieyang. It is my honour to join in the iGEM as a member of wetlab. Although bioinformatics is my major, I am addicted to experiments of organism but not the program on computer. In next year , I hope I can make contribution to the drylab.

  • Hangxi Fu

    This is Hangxi Fu,and you can call me Awesome Fu.I come from Yunnan and I am proud of my rich hometown.I am crazy about philosophy and psychology.Also,I am busy with biology just because it's my business.I am engaging in wet lab in iGEM though I wanna study modeling.

  • Mo Qiqin

    This is Mo Qiqin, fan of KSP. I love building space crafts and I launch them successfuly. iGEM is more like a sand box game, for people can combine every parts they own to fulfill their Fantasies♂. In the passed years, I fulfilled my fantasies and got friendships in our iGEM team. Oh, that’s good!

  • Songtao Cheng

    Hello! My name is Songtao Cheng. It's my second year to be an iGEMer. During the iGEM project I found that synthetic biology is so charming. Joining iGEM is a good chance for me to learn knowledge and communicate with creative people to broaden my horizon. In short, I enjoy it!

  • Ruonan Tian

    My name is Ruonan Tian, I am now studying bioinformatics at HZAU. I have a wide range of interests, such as sports, reading and watching movies. However, I especially love igem, because I learn concentration from it.

  • Wenxin Hu

    Hi! I’m Wenxin Hu, you can call me Stephanie! I’m a girl who have great passion in science and always dream to save the world! It’s my first year in team HZAU-iGEM and iGEM provides me a platform to achieve my dream. Everyone is nice here and I’m really happy to meet you all!

  • He Yang

    My name is He Yang, It's my second year in HZAU-iGEM team. I am curious and ambitious. However, plentiful in ideal yet skiny in reality. I will easy to screw everything up if neglect any detail. So, it time to be a precise man.

  • Yuying Xiang

    My name is Aries.It is a great pleasure for me to be a member of HZAU-IGEM experiment group.My major contribution is in the related design work.Joining IGEM is a good chance for me to learn knowledge and make friends with others.I believe we'll achieve good results this time!

  • Shuguang Wang

    I majored in bioinformatics, a member of our model group. Designer of the Bacterial Colony Counter and coder of our wiki.

ADVISORS
  • Kening Chen
  • Jinyu Wang
  • Gang Cao
  • Hongyu Zhang
  • Donghai Peng
  • Zhen Cao
INSTRUCTORS
  • Binguang Ma
  • Jin He
  • Shan Li
Team

Memebers

Advisors

Instructors

Back to top