Difference between revisions of "Team:NAU-CHINA/Team members"

 
(122 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{NAU-CHINA/ResetCSS}}
 
 
{{NAU-CHINA}}
 
{{NAU-CHINA}}
 
{{NAU-CHINA/header}}
 
{{NAU-CHINA/header}}
<!DOCTYPE html>
+
<html>
 
+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
+
 
<head>
 
<head>
 
     <meta charset="utf-8" />
 
     <meta charset="utf-8" />
     <title></title>
+
     <title>Team members</title>
 +
    <script>
 +
        $(document).ready(function () {
 +
            $('#banner img').attr('src', 'https://static.igem.org/mediawiki/2018/2/25/T--NAU-China--bannermember.jpg');
 +
        });
 +
    </script>
 +
    <script>
 +
        $(document).ready(function () {
 +
            var icon1 = $('#icon1');
 +
            var icon2 = $('#icon2');
 +
            var icon3 = $('#icon3');
 +
            setInterval(function() {
 +
                var h = $(window).scrollTop();
 +
                var H = $(document).height();
 +
                if (h < 500) {
 +
                    if (h >= 200) {
 +
                        icon1.animate({ left: '5vw' }, 800);
 +
                        icon1.animate({ top: '30vh' }, 500);
 +
 
 +
                        icon2.animate({ left: '5vw' }, 800);
 +
                        icon2.animate({ top: '40vh' }, 500);
 +
 
 +
                        icon3.animate({ left: '5vw' }, 800);
 +
                        icon3.animate({ top: '50vh' }, 500);
 +
                    }
 +
                }
 +
 
 +
                if (H - h <= 1000) {
 +
                    icon1.animate({ top: '80vh' }, 500);
 +
                    icon1.animate({ left: '35vw' }, 800);
 +
 
 +
                    icon2.animate({ top: '80vh' }, 500);
 +
                    icon2.animate({ left: '45vw' }, 800);
 +
 
 +
                    icon3.animate({ top: '80vh' }, 500);
 +
                    icon3.animate({ left: '55vw' }, 800);
 +
                }
 +
 
 +
            }, 10);
 +
        });
 +
 
 +
    </script>
 
     <style>
 
     <style>
         body {
+
         .content {
 
             display: grid;
 
             display: grid;
 
             grid-template-rows: 12fr;
 
             grid-template-rows: 12fr;
            padding: 50px 100px 50px 100px;
+
        }
             grid-row-gap:100px;
+
 
 +
        .top-title {
 +
             color: #336666 !important;
 
         }
 
         }
  
 
         .personalBox {
 
         .personalBox {
            text-align: center;
 
 
             display: grid;
 
             display: grid;
             grid-template-rows: 600px;
+
             grid-template-rows: 83vh;
             grid-template-columns: 40% 60%;
+
             grid-template-columns: 35vw 50vw;
             /*margin:50px 100px 50px 100px;*/
+
             margin: 50px 100px 50px 100px;
            align-items: center;
+
            /*justify-content: center;*/
+
 
         }
 
         }
 +
 
         .personalBox img {
 
         .personalBox img {
             border:5px solid rgb(228,228,228);          
+
             border: 5px solid rgb(228,228,228);
 +
            height: 83vh;
 +
            left: 3vw;
 +
            position: relative;
 
         }
 
         }
         .Introduction h1,p {
+
 
             font-family:'Goudy Old Style Regular',sans-serif;
+
         #HQ_page .Introduction h1, #HQ_page .Introduction p {
 +
             font-family: 'Goudy Old Style Regular',sans-serif;
 +
            text-align: center !important;
 
         }
 
         }
 +
 
         .Introduction h1 {
 
         .Introduction h1 {
             font-size:50px;
+
             font-size: 4.5vw !important;
             font-weight:normal;
+
             font-weight: normal !important;
 +
            line-height: 18.2vh !important;
 
         }
 
         }
 +
 
         .Introduction p {
 
         .Introduction p {
             font-size:25px;
+
             font-size: 1.7vw !important;
             font-weight:normal;
+
             font-weight: normal !important;
             line-height:1.4em;
+
             line-height: 4.9vh !important;
 +
        }
 +
        #medal {
 +
            position: absolute;
 +
            width: 200px;
 +
            top: 92vh;
 +
            right: 6vw;
 +
            transform: rotate(45deg);
 
         }
 
         }
 
 
     </style>
 
     </style>
    <script src="https://code.jquery.com/jquery-3.3.1.js"
 
            integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
 
            crossorigin="anonymous">
 
    </script>
 
 
</head>
 
</head>
 
 
<body>
 
<body>
 +
    <img id="medal" src=""/>
  
<div class="personalBox">
+
    <div class="topLine">
    <img src="https://static.igem.org/mediawiki/2018/thumb/8/82/T--NAU-China--members6.jpg/600px-T--NAU-China--members6.jpg" />
+
        <p class="top-title">TEAM</p>
    <div class="Introduction">
+
        <p class="sec-title">Team members</p>
        <h1>Yaxuan Wu</h1>
+
        <p>
+
            A preson who loves freedom,<br />
+
            likes unrestrained, close to nature,<br />
+
            likes extreme sports,<br />
+
            also likes to stand on top of the world looking down on the earth.<br />
+
            Yes! This person is me,<br />
+
            the captain of the iGEM team,<br />
+
            responsible for planning and scheduling,<br />
+
            and occasionally doing a few small experiments.<br />
+
            And I am from<br />
+
            the College of Life Sciences of<br />
+
            Nanjing Agricultural University.
+
        </p>
+
 
     </div>
 
     </div>
</div>
 
<div class="personalBox">
 
    <img src="" />
 
    <div class="Introduction">
 
        <h1>Jitao Ge</h1>
 
        <p>
 
            Life science and technology<br>
 
            Wet experiment<br>
 
            Singing and taking photos<br>
 
            I am very interested in life sciences, eager to learn new things, and finally able to use my knowledge to help people's lives. Participating in iGEM is one of the most correct things I have done in college!
 
        </p>
 
    </div>
 
</div>
 
<div class="personalBox">
 
    <img src="" />
 
    <div class="Introduction">
 
        <h1>ChengZhu Fang</h1>
 
        <p>
 
            major: veterinary medicine, <br>
 
            duty: wet lab, <br>
 
            interest: basketball, table tennis, movies, music,traveling, thinking.<br>
 
            self-introduction: In the iGEM team NAU_CHINA, I am mainly responsible for the functional verification about TetO/R system and cell experiments in the project. I am an extrovert, like all kinds of ball games, especially good at basketball and table tennis. Now, I am the captain of our college's debate team and I enjoy the process of speculation. The longer you get along with me, the more you will find the charm of me.<br>
 
        </p>
 
    </div>
 
</div>
 
  
<div class="personalBox">
+
    <a href="https://2018.igem.org/Team:NAU-CHINA/Collaborations">
    <img src="https://static.igem.org/mediawiki/2018/thumb/1/15/T--NAU-China--members2.jpg/600px-T--NAU-China--members2.jpg">
+
        <img id="icon1" class="guide-icon" src="https://static.igem.org/mediawiki/2018/b/b8/T--NAU-China--iconcollarblue.png" />
     <div class="Introduction">
+
     </a>
        <h1>YuYuan</h1>
+
     <a href="https://2018.igem.org/Team:NAU-CHINA/Attributions">
        <p>
+
         <img id="icon2" class="guide-icon" src="https://static.igem.org/mediawiki/2018/d/d5/T--NAU-China--iconattgreen.png" />
            major:agricultural resources and environment<br>
+
     </a>
            duty: construct plasmids,do cell experiment<br>
+
     <div class="content">
            Interest: reading,travelling<br>
+
         <div class="personalBox">
            self-introduction: Hello, everyone.My name is YuYuan. My teammate often call me YY.I like to challenge myself and improve myself constantly in the process of challenging myself.  Therefore, I took part in the IGEM competition which greatly enriched my life and really gained a lot in the course of the competition, such as friendship, persistence, experience and knowledge.Now the challenge of this competition is coming to an end, so what will be the next challenge? <br>
+
            <img src="https://static.igem.org/mediawiki/2018/thumb/8/82/T--NAU-China--members6.jpg/600px-T--NAU-China--members6.jpg" />
        </p>
+
            <div class="Introduction">
     </div>
+
                <h1>Yaxuan Wu</h1>
</div>
+
                <p>
<div class="personalBox">
+
                    A preson who loves freedom,<br />
    <img src="" />
+
                    likes unrestrained, close to nature,<br />
    <div class="Introduction">
+
                    likes extreme sports,<br />
        <h1>Jiaxin Zhou</h1>
+
                    also likes to stand on top of the world looking down on the earth.<br />
        <p>
+
                    Yes! This person is me,<br />
            major: biotechnology,<br>
+
                    the captain of the iGEM team,<br />
            duty: artist, wet lab<br>
+
                    responsible for planning and scheduling,<br />
            Interest: handmade, paint<br>
+
                    and occasionally doing a few small experiments.<br />
            Self_introduction: All the scars make who I am. All the tribulation makes me different. Things may not be going on well now, but it will be going on well.  <br>
+
                    And I am from<br />
        </p>
+
                    the College of Life Sciences of<br />
    </div>
+
                    Nanjing Agricultural University.
</div>
+
                </p>
<div class="personalBox">
+
            </div>
    <img src="" />
+
        </div>
    <div class="Introduction">
+
        <div class="personalBox">
         <h1>HaoRong</h1>
+
            <img src="https://static.igem.org/mediawiki/2018/thumb/1/1e/T--NAU-China--membergjt.jpeg/600px-T--NAU-China--membergjt.jpeg" />
        <p>
+
            <div class="Introduction">
            Information and Computing Science<br>
+
                <h1>Jitao Ge</h1>
            Software<br>
+
                <p>
            enjoy life<br>
+
                    When I was very young,<br />
            A boy from Yangzhou China, too young too simple sometimes naive,running faster than Hong Kong reporters.<br>
+
                    I liked to explore the mysteries of nature. <br />
        </p>
+
                    After I went to college,<br />
    </div>
+
                    I fell in love with life sciences. <br />
</div>
+
                    I told myself that this is what you want.<br />
<div class="personalBox">
+
                    Therefore, I have participated in many research activities.<br />
    <img src="" />
+
                    This time I participated in iGEM,<br />
    <div class="Introduction">
+
                    I gained science, friendship and enthusiasm.
        <h1>Jiangyuan Liu</h1>
+
                </p>
        <p>
+
            </div>
            major: life science, <br>
+
        </div>
            duty: wiki master, <br>
+
        <div class="personalBox">
            interest: reading, travelling, sleeping, coding, <br>
+
            <img src="https://static.igem.org/mediawiki/2018/thumb/d/db/T--NAU-China--memberfcz.jpeg/600px-T--NAU-China--memberfcz.jpeg" />
            self-introduction: Glad to see you on such an endless Internet. My name is Jiangyuan Liu. I love reading and find a lot of fun when I'm trying different things. Enjoying the life, and trying to meet a better self is my belief. Wish you have a nice day~ And a brighter future (๑>ڡ<)☆.<br>
+
            <div class="Introduction">
        </p>
+
                <h1>Chengzhu Fang</h1>
    </div>
+
                <p>
</div>
+
                    My name is Chengzhu Fang.<br />
<div class="personalBox">
+
                    I am studying at College of Veterinary Medical <br />
    <img src="https://static.igem.org/mediawiki/2018/thumb/d/de/T--NAU-China--members4.jpg/600px-T--NAU-China--members4.jpg">
+
                    of Nanjing Agricultural University.<br />
    <div class="Introduction">
+
                    My major is veterinary medicine.<br />
        <h1>Siqi Wei</h1>
+
                    I love sports, thinking and music,<br />
        <p>
+
                    especially good at basketball and table tennis. <br />
            major: life science<br>
+
                    In the iGEM team NAU-CHINA,<br />
            duty: wiki programmer, preliminary experiment<br>
+
                    I am mainly responsible for the functional verification<br />
            interest: reading, traveling, enjoying delicacy<br>
+
                    about TetO/R system and cell experiments in the project.<br />
            self-instruction: I think I am little introverted. But I would love to make new friends. What is more, I want to see the world personally. One of my favorite quotes is "Never ever say never ever".<br>
+
                    The longer you get along with me, <br />
        </p>
+
                    the more you will find the charm of me.
     </div>
+
                </p>
</div>
+
            </div>
<div class="personalBox">
+
        </div>
    <img src="" />
+
     <div class="Introduction">
+
         <h1>Peikai Li</h1>
+
        <p>
+
            Information and Computing Science <br>
+
            Modeling<br>
+
            Once studied industrial engineering major, now study mathematics major, get involved in a variety of ball games, good a long-distance running, proficient in piano, in the latest in mathematics, hope to learn success. Favorite and like-minded friends to relax, to travel! Although do not know oneself why live, but have no reason to die! <br>
+
        </p>
+
    </div>
+
</div>
+
<div class="personalBox">
+
    <img src="https://static.igem.org/mediawiki/2018/thumb/6/65/T--NAU-China--members1.jpg/600px-T--NAU-China--members1.jpg"/>
+
    <div class="Introduction">
+
        <h1>Sheng Xu</h1>
+
        <p>
+
            A student in horticulture college of NAU<br>
+
            Tooking part in the wet lab, molecular cloning<br>
+
            A lover of guitar, soccer, flower and call of duty. Learn and live. <br>
+
        </p>
+
    </div>
+
</div>
+
<div class="personalBox">
+
    <img src="https://static.igem.org/mediawiki/2018/thumb/0/0d/T--NAU-China--members7.jpg/600px-T--NAU-China--members7.jpg"/>
+
    <div class="Introduction">
+
        <h1>Chunfeng Wang</h1>
+
        <p>
+
            Specialty:Facility agricultural science and Engineering<br>
+
            I mainly participated in the work of wetlab. I think experimenting is a very interesting thing. I am passionate about experiencing new things.For me, iGEM is very attractive . iGEM is very attractive to me. It takes me into a new world of synthetic biology, which is full of charm and amazement. <br>
+
        </p>
+
    </div>
+
</div>
+
<div class="personalBox">
+
    <img src="https://static.igem.org/mediawiki/2018/thumb/a/af/T--NAU-China--members8.jpg/600px-T--NAU-China--members8.jpg" />
+
    <div class="Introduction">
+
        <h1>Yifei Ren</h1>
+
        <p>
+
            Major: life science<br>
+
            Duty: human practice &. Wet lab<br>
+
            Hobby: photography &. Aerospace &. Astronautics<br>
+
            Self-introduction: I am a junior student from College of Life Science. I have heard about iGEM since I was a freshman and I was very looking forward to participate in this competition since then. I enjoy everything I do in iGEM and it is an unforgettable experience joining in this competition.<br>
+
        </p>
+
    </div>
+
</div>
+
<div class="personalBox">
+
    <img src="https://static.igem.org/mediawiki/2018/thumb/9/97/T--NAU-China--members3.jpg/600px-T--NAU-China--members3.jpg" />
+
    <div class="Introduction">
+
        <h1>Yiheng Liu</h1>
+
        <p>
+
            Major:Life Sciences<br>
+
            Duty:Art designer<br>
+
            Interest:Reading,Eating,Sleeping,Designing<br>
+
            Being a menber of NAU-iGEM is a most exciting thing for me. Art designing allows me to show the charm of synthetic biology to everyone. I hope to use my knowledge and skills in biology to make the world a better place for you and for me.<br>
+
        </p>
+
    </div>
+
</div>  
+
<div class="personalBox">
+
    <img src="https://static.igem.org/mediawiki/2018/thumb/d/d8/T--NAU-China--members5.jpg/600px-T--NAU-China--members5.jpg">
+
    <div class="Introduction">
+
        <h1>Zelan Huang</h1>
+
        <p>
+
            Major:Facility agriculture science and engineering<br>
+
            I am mainly responsible for HP matters in the iGEM team. For me, iGEM is a brand new experience, full of autonomy and exploration. Interesting things like reading, watching movies, listening to music, jogging, photography, etc. on weekdays also revolve around my life. Not only can I make good adjustments, but I also have different ideas from HP from time to time.<br>
+
        </p>
+
    </div>
+
</div>
+
  
<script>
+
        <div class="personalBox">
    $(document).ready(function () {
+
            <img src="https://static.igem.org/mediawiki/2018/thumb/1/15/T--NAU-China--members2.jpg/600px-T--NAU-China--members2.jpg">
         $(".personalBox img").attr({ "height": "600px" });
+
            <div class="Introduction">
    });
+
                <h1>Yuan Yu</h1>
</script>
+
                <p>
 +
                    Hello, everyone.<br />
 +
                    My name is Yuan Yu.<br />
 +
                    My teammate often call me YY.<br />
 +
                    I like travelling but no opportunity.<br />
 +
                    I love reading but no time.<br />
 +
                    When can I have free time? <br />
 +
                    That is a question.<br />
 +
                    After a long period of exploration, <br />
 +
                    I find that working, working, working, <br />
 +
                    no lazy, no slack off and no delay,<br />
 +
                    then I will have time to do what I want to do.<br />
 +
                    Now, let me see, what else have I not done?
 +
 
 +
                </p>
 +
            </div>
 +
         </div>
 +
        <div class="personalBox">
 +
            <img src="https://static.igem.org/mediawiki/2018/thumb/7/73/T--NAU-China--memberzjx.jpeg/600px-T--NAU-China--memberzjx.jpeg" />
 +
            <div class="Introduction">
 +
                <h1>Jiaxin Zhou</h1>
 +
                <p>
 +
                    Sometimes innocent <br />
 +
                    sometimes crazy <br />
 +
                    sometimes know a lot.<br />
 +
                    There are infinte me in one physical body. <br />
 +
                    But all the scars make who I really am.<br />
 +
                    All the tribulation makes me different.<br />
 +
                    Things may not be going on well now, <br />
 +
                    but it will be going on well.
 +
                </p>
 +
            </div>
 +
        </div>
 +
        <div class="personalBox">
 +
            <img src="https://static.igem.org/mediawiki/2018/thumb/b/b0/T--NAU-China--memberrh.jpeg/600px-T--NAU-China--memberrh.jpeg" />
 +
            <div class="Introduction">
 +
                <h1>Hao Rong</h1>
 +
                <p>
 +
                    I am from Yangzhou,<br />
 +
                    a place full of magic. <br />
 +
                    In the NAU_CHINA of iGEM,<br />
 +
                    I am responsible for the development of iGEMCloud.<br />
 +
                    I am young, too simple sometimes naive,<br />
 +
                    but full of interest in the world.
 +
                </p>
 +
            </div>
 +
        </div>
 +
        <div class="personalBox">
 +
            <img src="https://static.igem.org/mediawiki/2018/thumb/6/6a/T--NAU-China--memberljy.jpeg/600px-T--NAU-China--memberljy.jpeg" />
 +
            <div class="Introduction">
 +
                <h1>Jiangyuan Liu</h1>
 +
                <p>
 +
                    Glad to see you on such an endless Internet. <br />
 +
                    My name is Jiangyuan Liu.<br />
 +
                    I love reading<br />
 +
                    and find a lot of fun when I'm trying different things. <br />
 +
                    Enjoying the life, <br />
 +
                    and trying to become a better self is my belief.<br />
 +
                    Wish you have a nice day.<br />
 +
                    And a brighter future.
 +
                </p>
 +
            </div>
 +
        </div>
 +
        <div class="personalBox">
 +
            <img src="https://static.igem.org/mediawiki/2018/thumb/d/de/T--NAU-China--members4.jpg/600px-T--NAU-China--members4.jpg">
 +
            <div class="Introduction">
 +
                <h1>Siqi Wei</h1>
 +
                <p>
 +
                    Enjoying reading, traveling and delicacy!<br>
 +
                    Sometimes I am little introverted. <br>
 +
                    But I would love to make new friends. <br>
 +
                    What is more, <br>
 +
                    I want to see the world personally.<br>
 +
                    My favorite quotes is "Never ever say never ever".
 +
                </p>
 +
            </div>
 +
        </div>
 +
        <div class="personalBox">
 +
            <img src="https://static.igem.org/mediawiki/2018/thumb/8/86/T--NAU-China--memberlpk.jpeg/600px-T--NAU-China--memberlpk.jpeg" />
 +
            <div class="Introduction">
 +
                <h1>Peikai Li</h1>
 +
                <p>
 +
                    I majored in industrial engineering before,<br>
 +
                    but now turn to mathematics. <br>
 +
                    I was proficient in piano at a young age,<br>
 +
                    and now get involved in a variety of ball games <br>
 +
                    as well as good at long-distance running.<br>
 +
                    Recently I'm concentrating on mathematics<br>
 +
                    and hope to achieve something inspiring. <br>
 +
                    At the same time,<br>
 +
                    I enjoy travelling with like-minded friends!<br>
 +
                   
 +
                </p>
 +
            </div>
 +
        </div>
 +
        <div class="personalBox">
 +
            <img src="https://static.igem.org/mediawiki/2018/thumb/6/65/T--NAU-China--members1.jpg/600px-T--NAU-China--members1.jpg" />
 +
            <div class="Introduction">
 +
                <h1>Sheng Xu</h1>
 +
                <p>
 +
                    A student in horticulture college of NAU,<br>
 +
                    taking part in the wet lab, molecular cloning. <br>
 +
                    A lover of guitar, soccer, flower and call of duty. <br>
 +
                    What I devoted most to in sophomore year is iGEM <br>
 +
                    which is full of challenge and amazement.<br>
 +
                    In some respects, iGEM changed me.
 +
 
 +
                </p>
 +
            </div>
 +
        </div>
 +
        <div class="personalBox">
 +
            <img src="https://static.igem.org/mediawiki/2018/thumb/0/0d/T--NAU-China--members7.jpg/600px-T--NAU-China--members7.jpg" />
 +
            <div class="Introduction">
 +
                <h1>Chunfeng Wang</h1>
 +
                <p>
 +
                    I mainly participated in the work of wetlab.<br>
 +
                    I think experimenting is a very interesting thing. <br>
 +
                    I am passionate about experiencing new things.<br>
 +
                    For me, iGEM is very attractive.<br>
 +
                    It takes me into a new world of synthetic biology,<br>
 +
                    which is full of charm and amazement.
 +
                </p>
 +
            </div>
 +
        </div>
 +
        <div class="personalBox">
 +
            <img src="https://static.igem.org/mediawiki/2018/thumb/a/af/T--NAU-China--members8.jpg/600px-T--NAU-China--members8.jpg" />
 +
            <div class="Introduction">
 +
                <h1>Yifei Ren</h1>
 +
                <p>
 +
                    I am a junior student from College of Life Science.<br>
 +
                    I have heard about iGEM since I was a freshman<br>
 +
                    and I was very looking forward to participate in this competition since then.<br>
 +
                    I enjoy everything I do in iGEM <br>
 +
                    and it is an unforgettable experience joining in this competition.
 +
                </p>
 +
            </div>
 +
        </div>
 +
        <div class="personalBox">
 +
            <img src="https://static.igem.org/mediawiki/2018/thumb/9/97/T--NAU-China--members3.jpg/600px-T--NAU-China--members3.jpg" />
 +
            <div class="Introduction">
 +
                <h1>Yiheng Liu</h1>
 +
                <p>
 +
                    Being a menber of NAU-iGEM is a most exciting thing for me.<br>
 +
                    Art designing allows me to show <br>
 +
                    the charm of synthetic biology to everyone. <br>
 +
                    I hope to use my knowledge and skills in biology <br>
 +
                    to make the world a better place for you and for me.
 +
 
 +
 
 +
                </p>
 +
            </div>
 +
        </div>
 +
        <div class="personalBox">
 +
            <img src="https://static.igem.org/mediawiki/2018/thumb/d/d8/T--NAU-China--members5.jpg/600px-T--NAU-China--members5.jpg">
 +
            <div class="Introduction">
 +
                <h1>Zelan Huang</h1>
 +
                <p>
 +
                    I like vibrant, colorful things,<br>
 +
                    like listening to music and watching movies.<br>
 +
                    In the team,I am mainly responsible for HP matters .<br>
 +
                    For me, iGEM is a brand new experience,<br>
 +
                    full of autonomy and exploration.<br>
 +
                    Interesting things like reading, watching movies,<br>
 +
                    listening to music, jogging, photography, etc.<br>
 +
                    On weekdays also revolve around my life. <br>
 +
                    Not only can I make good adjustments,<br>
 +
                    but I also have different ideas from HP from time to time.
 +
                </p>
 +
            </div>
 +
        </div>
 +
    </div>
 
</body>
 
</body>
 
</html>
 
</html>
 +
{{NAU-CHINA/footer}}

Latest revision as of 03:07, 4 November 2018

Template:2018_NAU-CHINA

header
Team members

TEAM

Team members

Yaxuan Wu

A preson who loves freedom,
likes unrestrained, close to nature,
likes extreme sports,
also likes to stand on top of the world looking down on the earth.
Yes! This person is me,
the captain of the iGEM team,
responsible for planning and scheduling,
and occasionally doing a few small experiments.
And I am from
the College of Life Sciences of
Nanjing Agricultural University.

Jitao Ge

When I was very young,
I liked to explore the mysteries of nature.
After I went to college,
I fell in love with life sciences.
I told myself that this is what you want.
Therefore, I have participated in many research activities.
This time I participated in iGEM,
I gained science, friendship and enthusiasm.

Chengzhu Fang

My name is Chengzhu Fang.
I am studying at College of Veterinary Medical
of Nanjing Agricultural University.
My major is veterinary medicine.
I love sports, thinking and music,
especially good at basketball and table tennis.
In the iGEM team NAU-CHINA,
I am mainly responsible for the functional verification
about TetO/R system and cell experiments in the project.
The longer you get along with me,
the more you will find the charm of me.

Yuan Yu

Hello, everyone.
My name is Yuan Yu.
My teammate often call me YY.
I like travelling but no opportunity.
I love reading but no time.
When can I have free time?
That is a question.
After a long period of exploration,
I find that working, working, working,
no lazy, no slack off and no delay,
then I will have time to do what I want to do.
Now, let me see, what else have I not done?

Jiaxin Zhou

Sometimes innocent
sometimes crazy
sometimes know a lot.
There are infinte me in one physical body.
But all the scars make who I really am.
All the tribulation makes me different.
Things may not be going on well now,
but it will be going on well.

Hao Rong

I am from Yangzhou,
a place full of magic.
In the NAU_CHINA of iGEM,
I am responsible for the development of iGEMCloud.
I am young, too simple sometimes naive,
but full of interest in the world.

Jiangyuan Liu

Glad to see you on such an endless Internet.
My name is Jiangyuan Liu.
I love reading
and find a lot of fun when I'm trying different things.
Enjoying the life,
and trying to become a better self is my belief.
Wish you have a nice day.
And a brighter future.

Siqi Wei

Enjoying reading, traveling and delicacy!
Sometimes I am little introverted.
But I would love to make new friends.
What is more,
I want to see the world personally.
My favorite quotes is "Never ever say never ever".

Peikai Li

I majored in industrial engineering before,
but now turn to mathematics.
I was proficient in piano at a young age,
and now get involved in a variety of ball games
as well as good at long-distance running.
Recently I'm concentrating on mathematics
and hope to achieve something inspiring.
At the same time,
I enjoy travelling with like-minded friends!

Sheng Xu

A student in horticulture college of NAU,
taking part in the wet lab, molecular cloning.
A lover of guitar, soccer, flower and call of duty.
What I devoted most to in sophomore year is iGEM
which is full of challenge and amazement.
In some respects, iGEM changed me.

Chunfeng Wang

I mainly participated in the work of wetlab.
I think experimenting is a very interesting thing.
I am passionate about experiencing new things.
For me, iGEM is very attractive.
It takes me into a new world of synthetic biology,
which is full of charm and amazement.

Yifei Ren

I am a junior student from College of Life Science.
I have heard about iGEM since I was a freshman
and I was very looking forward to participate in this competition since then.
I enjoy everything I do in iGEM
and it is an unforgettable experience joining in this competition.

Yiheng Liu

Being a menber of NAU-iGEM is a most exciting thing for me.
Art designing allows me to show
the charm of synthetic biology to everyone.
I hope to use my knowledge and skills in biology
to make the world a better place for you and for me.

Zelan Huang

I like vibrant, colorful things,
like listening to music and watching movies.
In the team,I am mainly responsible for HP matters .
For me, iGEM is a brand new experience,
full of autonomy and exploration.
Interesting things like reading, watching movies,
listening to music, jogging, photography, etc.
On weekdays also revolve around my life.
Not only can I make good adjustments,
but I also have different ideas from HP from time to time.

footer