(Prototype team page) |
|||
Line 2: | Line 2: | ||
<html> | <html> | ||
− | < | + | <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> |
+ | <link rel="stylesheet" type="text/css" href="css/animate.css"> | ||
+ | <link rel="stylesheet" type="text/css" href="css/homepage.css"> | ||
+ | <link rel="stylesheet" type="text/css" href="css/magic.min.css"> | ||
+ | <link rel="stylesheet" type="text/css" href="css/homePageMo.css" media="screen and (min-width:814px)"> | ||
+ | <link rel="stylesheet" type="text/css" href="css/hover-min.css"> | ||
+ | <script type="text/javascript" src="javascript/jquery-3.3.1.js"></script> | ||
− | < | + | <link rel="stylesheet" href="filtercss/main.css"> |
− | < | + | <link rel="stylesheet" href="dist/sortable.min.css"> |
+ | <script type="text/javascript" src="./dist/sortable.min.js"></script> | ||
+ | <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> | ||
+ | <link rel="stylesheet" type="text/css" href="css/homepage.css"> | ||
+ | <link rel="stylesheet" type="text/css" href="imgcss/style1.css" /> | ||
+ | <script src="imgjs/modernizr-custom.js"></script> | ||
+ | </head> | ||
+ | <body style="padding: 0px; background-color: transparent"> | ||
+ | <div class="container-fluid"> | ||
+ | <nav class="navbar navbar-default navbar-fixed-top" style="box-shadow: 1px 2px 4px rgba(43,43,43,0.5); margin-bottom: 0px"> | ||
+ | <div class="container-fluid"> | ||
+ | <!-- Brand and toggle get grouped for better mobile display --> | ||
+ | <div class="navbar-header"> | ||
+ | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> | ||
+ | <span class="sr-only">Toggle navigation</span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <a class="navbar-brand" href="#">Brand</a> | ||
+ | </div> | ||
+ | <!-- Collect the nav links, forms, and other content for toggling --> | ||
+ | <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
+ | <ul class="nav navbar-nav"> | ||
+ | <li style="margin-left: 100px"><a href="homePage.html">Home</a></li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Project <span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="#">...</a></li> | ||
+ | <li><a href="#">...</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Modelling <span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="Modeling.html">Our Model</a></li> | ||
+ | <li><a href="Modelling1.html">Modelling 1</a></li> | ||
+ | <li><a href="Modelling%202.html">Modelling 2</a></li> | ||
+ | <li><a href="Modelling3.html">Modelling 3</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Notebook <span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="Lab%20Book.html">Lab Book</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Team <span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="Members.html">Members</a></li> | ||
+ | <li><a href="#">Attribution</a></li> | ||
+ | <li><a href="#">Collaboration</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">Safety</a></li> | ||
+ | <li><a href="#">InterLab</a></li> | ||
+ | </ul> | ||
− | + | </div><!-- /.navbar-collapse --> | |
− | < | + | </div><!-- /.container-fluid --> |
− | + | </nav> | |
− | + | ||
− | < | + | |
− | + | ||
− | </ | + | |
− | + | ||
+ | </div> | ||
+ | <div class="container-fluid" style="width: 100%; height: 600px; margin-top: 50px; background-color: rgba(43,43,43,0.57)"> | ||
+ | <h1 style="color: rgba(67,67,67,0.71); text-align: center; margin-top: 250px"> | ||
+ | 此处还缺一张合照 | ||
+ | </h1> | ||
+ | </div> | ||
+ | <div class="container-fluid" style="background-color: white; padding-bottom: 50px" id="learnMore"> | ||
+ | <main class="sortable"> | ||
+ | <div class="container"> | ||
+ | <div class="wrapper"> | ||
+ | <ul class="sortable__nav nav" style="margin-bottom: 20px"> | ||
+ | <li> | ||
+ | <a data-sjslink="all" class="nav__link" style="color: black; background-color: white"> | ||
+ | ALL | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a data-sjslink="bf" class="nav__link" style="color: black; background-color: white"> | ||
+ | BACKUP FORCE | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a data-sjslink="ehp" class="nav__link" style="color: black; background-color: white"> | ||
+ | EXPERIMENT & HUMAN PRACTICES | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a data-sjslink="wm" class="nav__link" style="color: black; background-color: white"> | ||
+ | WIKI WEBPAGE & MODELING | ||
+ | </a> | ||
+ | </li> | ||
− | <div class=" | + | |
− | <div class=" | + | </ul> |
− | < | + | <div id="sortable" class="sjs-default"> |
− | <p> | + | <div data-sjsel="ehp"> |
− | + | <div class="card"> | |
− | < | + | |
− | < | + | <img class="card__picture" src="./images/fang.hao.hui.png" alt=""> |
− | < | + | <div class="card-infos"> |
− | < | + | <h2 class="card__title">Haohui Fang</h2> |
− | < | + | <p class="card__text" style="font-weight: normal"> |
− | </ | + | Major: Year 2 Biological Sciences<br> |
− | </div> | + | Interests: Socializing, watching sports games, participating pubic activities, exchanging insights on a specific topic.<br> |
− | </div> | + | Motto: Always seeking the unknown, keeping daily refreshed, accepting new challenges. Finally back to the unpretentious, reaching internal resonance. |
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div data-sjsel="wm"> | ||
+ | <div class="card"> | ||
+ | |||
+ | <img class="card__picture" src="./images/wu.mian.jpg" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Mian Wu</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Major: Applied Mathemantics.<br> | ||
+ | Interests: R&B, play go game.<br> | ||
+ | Motto: Complex is better than complicated.<br> | ||
+ | Though the math rely on calculation, but why not give the task to computer programs. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div data-sjsel="bf"> | ||
+ | <div class="card"> | ||
+ | |||
+ | <img class="card__picture" src="./images/han.guo.xia.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Dr. Guoxia Han</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Position:Associate Professor of Department of Biological Sciences.<br> | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div data-sjsel="bf"> | ||
+ | <div class="card"> | ||
+ | |||
+ | <img class="card__picture" src="./images/David.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Dr. David, Sung Kay, Chiu</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Position: Associate Professor of Department of Biological Sciences. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div data-sjsel="ehp"> | ||
+ | <div class="card"> | ||
+ | |||
+ | <img class="card__picture" src="./images/zhen_di.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Di Zhen</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Major: Year 1/Bioinformatics.<br> | ||
+ | Interests: Love biology and programming, two amazing things in the world. Also, Playing the piano.<br> | ||
+ | Motto: No challenge, no change. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div data-sjsel="wm"> | ||
+ | <div class="card"> | ||
+ | |||
+ | <img class="card__picture" src="./images/shiHanFu.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Hanfu Shi</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Major: Year 2 Bioinformatics.<br> | ||
+ | Interest: Comics.<br> | ||
+ | Motto: There's no such thing as miracles, only the inevitable, and the accidental – and what we do.<br> | ||
+ | I am the bone of my sword. Steel is my body and fire is my blood. | ||
+ | I have created over a thousand blades. Unknown to Death. Nor known to life. | ||
+ | Yet, those hands will never hold anything. | ||
+ | So as I pray. | ||
+ | Unlimited blade works. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div data-sjsel="ehp"> | ||
+ | <div class="card"> | ||
+ | |||
+ | <img class="card__picture" src="./images/hanPuWang.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Hanpu Wang</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Major: Year 1 Biological Sciences<br> | ||
+ | Interests: love biology and doing research, especially finding out unknown molecular mechanisms inside cells. | ||
+ | By the way, I like arts, all kinds of—drawing, poems & music. I am always curious. I am always inconstant. I love to make changes through my gradual comprehension of the word. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div data-sjsel="wm"> | ||
+ | <div class="card"> | ||
+ | |||
+ | <img class="card__picture" src="./images/niQinYu.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Qinyu Ni</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Major: Year 1 Bioinformatics<br> | ||
+ | Interests: rock music, classical literature and delicacy.<br> | ||
+ | Motto: Carpe diem. viva la vida. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div data-sjsel="bf"> | ||
+ | <div class="card"> | ||
+ | |||
+ | <img class="card__picture" src="./images/DechangXu.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Prof. Dechang Xu</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Director of Research Office, XJTLU.<br> | ||
+ | Deputy director of International Technology Transfer Centre. | ||
+ | </p> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div data-sjsel="ehp"> | ||
+ | <div class="card"> | ||
+ | |||
+ | <img class="card__picture" src="./images/haoPingCheng.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Haoping Cheng</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Major: Year 2, Biological Sciences.<br> | ||
+ | Interests: Games and Traveling.<br> | ||
+ | Motto: Be happy for this moment. This moment is your life. | ||
+ | </p> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div data-sjsel="wm"> | ||
+ | <div class="card"> | ||
+ | |||
+ | <img class="card__picture" src="./images/haha.jpeg" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Zeyu Yang</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Major: Year 2, Information and Computing Science.<br> | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div data-sjsel="bf"> | ||
+ | <div class="card"> | ||
+ | |||
+ | <img class="card__picture" src="./images/yunPengZhong.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Mr. Yunpeng Zhong</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | |||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div data-sjsel="bf"> | ||
+ | <div class="card"> | ||
+ | |||
+ | <img class="card__picture" src="./images/yiJingGong.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Yijing Gong</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | |||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div data-sjsel="ehp"> | ||
+ | <div class="card"> | ||
+ | |||
+ | <img class="card__picture" src="./images/junLiangLin.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Junliang Lin</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Major: Year 2 Biological Sciences.<br> | ||
+ | Interests: Biomedical and human remodeling.<br> | ||
+ | Motto: ”God's in his heaven, all's right with the world.” | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div data-sjsel="ehp"> | ||
+ | <div class="card"> | ||
+ | |||
+ | <img class="card__picture" src="./images/liuHuaChen.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Liuhua Chen</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Major: 2nd year Biology.<br> | ||
+ | Interest: Cooking and Baking.<br> | ||
+ | Motto: Every step counts. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div data-sjsel="ehp"> | ||
+ | <div class="card"> | ||
+ | |||
+ | <img class="card__picture" src="./images/pengChai.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Peng Chai</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Major: Year two student Biological Sciences.<br> | ||
+ | Interests: Explore the world and enjoy my life.<br> | ||
+ | Motto: How time flies, be with someone interesting.<br> | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div data-sjsel="ehp"> | ||
+ | <div class="card"> | ||
+ | <img class="card__picture" src="./images/miaoYanLi.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Miaoyan.Li</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Major: Year two Biological Sciences.<br> | ||
+ | Interest: Piano.<br> | ||
+ | Motto: You are filled with determination. | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div data-sjsel="bf"> | ||
+ | <div class="card"> | ||
+ | <img class="card__picture" src="./images/ziXinRong.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Zixin Rong</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div data-sjsel="ehp"> | ||
+ | <div class="card"> | ||
+ | <img class="card__picture" src="./images/siHongYu.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Sihong Yu</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Major: Year 3 Biological Sciences.<br> | ||
+ | Interests: Running and music. | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div data-sjsel="ehp"> | ||
+ | <div class="card"> | ||
+ | <img class="card__picture" src="./images/shiYuLiu.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Shiyu Liu</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Major: Year 2 Biological Sciences.<br> | ||
+ | Interest: Bird photographing.<br> | ||
+ | I think that biology is a path for human to understand their connection with every other thing exists, and revere them as we recognize how little we know about ourselves. | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div data-sjsel="ehp"> | ||
+ | <div class="card"> | ||
+ | <img class="card__picture" src="./images/xiaoHanZhang.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Xiaohan Zhang</h2> | ||
+ | <p class="card__text" style="font-weight: normal"> | ||
+ | Year: 2 Major: Applied Chemistry.<br> | ||
+ | Interests: Psychology and travel enthusiast.<br> | ||
+ | Motto: My motto is "Light the lamp for the world".Termed as "little naturist" by my teammate, Synthetic biology and iGEM means a new continent for me, and take charge of external relations officer and human practice coordinator, iGEM is the best occasion to discover and explore the possibility of myself. | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div data-sjsel="ehp"> | ||
+ | <div class="card"> | ||
+ | <img class="card__picture" src="./images/xuXuanWu.png" alt=""> | ||
+ | <div class="card-infos"> | ||
+ | <h2 class="card__title">Yuxuan Wu</h2> | ||
+ | <p class="card__text"> | ||
+ | Major: Year 1 Bioinformatics.<br> | ||
+ | Interests: Reading novels; Watching movies; Daydreaming.<br> | ||
+ | Motto: Real change can only come from within. | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </main> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | document.querySelector('#sortable').sortablejs() | ||
+ | </script> | ||
+ | </div> | ||
+ | |||
+ | <div class="container-fluid" style="background-color: rgb(84,146,197); height: 100px"></div> | ||
+ | |||
+ | <div style="border-top: 1px solid rgba(0,0,0,0.15); background-color: white; padding-bottom: 50px"> | ||
+ | <div> | ||
+ | |||
+ | </div> | ||
+ | <div style="text-align: center; padding-top: 40px"> | ||
+ | <h1 style="margin: 0px auto; font-family:'Impact'; color: #337ab7">Collaborators and Supporters</h1> | ||
+ | </div> | ||
+ | <div class="container-fluid" style="margin-top: 50px"> | ||
+ | <div class="row" style="padding: 0px 100px"> | ||
+ | <div class="col-md-4" style="padding:0 5%;"> | ||
+ | <div style="height: 100%"> | ||
+ | <img style="margin-top: 50px" src="images/qide.png"> | ||
+ | <img style="margin-top: 70px" src="images/NEB_logo.png"> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-4" style="padding:0 5%;"> | ||
+ | <div style="height: 100%"> | ||
+ | <img src="images/Genscript.png"> | ||
+ | <img style="margin-top: 30px" src="images/xjtlubio.png"> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-4" style="padding:0 5%;"> | ||
+ | <div> | ||
+ | <img style="margin-top: 60px" src="images/math.png"> | ||
+ | <img style="margin-top: 100px" src="images/Synbio_tech_logo.png"> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="container-fluid" style="border-top: 1px solid rgba(0,0,0,0.15); height: 240px; padding-top: 30px; background-color: rgb(84,146,197);"> | ||
+ | <div class="row" style="padding: 0px 50px"> | ||
+ | <div class="col-md-1"></div> | ||
+ | <div class="col-md-4"> | ||
+ | <div> | ||
+ | <p style="font-size: 26px; font-family:'Open-Sans-L'; color: white;">Location</p> | ||
+ | </div> | ||
+ | <div> | ||
+ | <p style="line-height: 15px; font-size: 16px;font-family:'Lato-Light'; color: white;">Rm 363, Science Building</p> | ||
+ | <p style="line-height: 15px; font-size: 16px;font-family:'Lato-Light'; color: white;">Xi'an Jiaotong-Liverpool University</p> | ||
+ | <p style="line-height: 15px; font-size: 16px;font-family:'Lato-Light'; color: white;">111 Ren'ai Road, Suzhou, China</p> | ||
+ | <p style="line-height: 16px; font-size: 16px;font-family:'Lato-Light'; color: white;">215123</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-4"> | ||
+ | <div> | ||
+ | <p style="font-size: 26px; font-family:'Open-Sans-L'; color: white;">Social</p> | ||
+ | </div> | ||
+ | <div> | ||
+ | <p style="line-height: 15px; font-size: 16px;font-family:'Lato-Light'; color: white;">FB</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-3"> | ||
+ | <div> | ||
+ | <p style="font-size: 26px; font-family:'Open-Sans-L'; color: white;">Get in touch</p> | ||
+ | </div> | ||
+ | <div> | ||
+ | <p style="line-height: 15px; font-size: 16px;font-family:'Lato-Light'; color: white;">igem@xjtlu.edu.cn</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
</html> | </html> |
Revision as of 23:32, 11 October 2018
此处还缺一张合照
Haohui Fang
Major: Year 2 Biological Sciences
Interests: Socializing, watching sports games, participating pubic activities, exchanging insights on a specific topic.
Motto: Always seeking the unknown, keeping daily refreshed, accepting new challenges. Finally back to the unpretentious, reaching internal resonance.
Mian Wu
Major: Applied Mathemantics.
Interests: R&B, play go game.
Motto: Complex is better than complicated.
Though the math rely on calculation, but why not give the task to computer programs.
Dr. Guoxia Han
Position:Associate Professor of Department of Biological Sciences.
Dr. David, Sung Kay, Chiu
Position: Associate Professor of Department of Biological Sciences.
Di Zhen
Major: Year 1/Bioinformatics.
Interests: Love biology and programming, two amazing things in the world. Also, Playing the piano.
Motto: No challenge, no change.
Hanfu Shi
Major: Year 2 Bioinformatics.
Interest: Comics.
Motto: There's no such thing as miracles, only the inevitable, and the accidental – and what we do.
I am the bone of my sword. Steel is my body and fire is my blood.
I have created over a thousand blades. Unknown to Death. Nor known to life.
Yet, those hands will never hold anything.
So as I pray.
Unlimited blade works.
Hanpu Wang
Major: Year 1 Biological Sciences
Interests: love biology and doing research, especially finding out unknown molecular mechanisms inside cells.
By the way, I like arts, all kinds of—drawing, poems & music. I am always curious. I am always inconstant. I love to make changes through my gradual comprehension of the word.
Qinyu Ni
Major: Year 1 Bioinformatics
Interests: rock music, classical literature and delicacy.
Motto: Carpe diem. viva la vida.
Prof. Dechang Xu
Director of Research Office, XJTLU.
Deputy director of International Technology Transfer Centre.
Haoping Cheng
Major: Year 2, Biological Sciences.
Interests: Games and Traveling.
Motto: Be happy for this moment. This moment is your life.
Zeyu Yang
Major: Year 2, Information and Computing Science.
Mr. Yunpeng Zhong
Yijing Gong
Junliang Lin
Major: Year 2 Biological Sciences.
Interests: Biomedical and human remodeling.
Motto: ”God's in his heaven, all's right with the world.”
Liuhua Chen
Major: 2nd year Biology.
Interest: Cooking and Baking.
Motto: Every step counts.
Peng Chai
Major: Year two student Biological Sciences.
Interests: Explore the world and enjoy my life.
Motto: How time flies, be with someone interesting.
Miaoyan.Li
Major: Year two Biological Sciences.
Interest: Piano.
Motto: You are filled with determination.
Zixin Rong
Sihong Yu
Major: Year 3 Biological Sciences.
Interests: Running and music.
Shiyu Liu
Major: Year 2 Biological Sciences.
Interest: Bird photographing.
I think that biology is a path for human to understand their connection with every other thing exists, and revere them as we recognize how little we know about ourselves.
Xiaohan Zhang
Year: 2 Major: Applied Chemistry.
Interests: Psychology and travel enthusiast.
Motto: My motto is "Light the lamp for the world".Termed as "little naturist" by my teammate, Synthetic biology and iGEM means a new continent for me, and take charge of external relations officer and human practice coordinator, iGEM is the best occasion to discover and explore the possibility of myself.
Yuxuan Wu
Major: Year 1 Bioinformatics.
Interests: Reading novels; Watching movies; Daydreaming.
Motto: Real change can only come from within.
Collaborators and Supporters
Location
Rm 363, Science Building
Xi'an Jiaotong-Liverpool University
111 Ren'ai Road, Suzhou, China
215123
Social
FB
Get in touch
igem@xjtlu.edu.cn