Team:SUSTC-Shenzhen-A/Team
From 2013.igem.org
(→Who we are) |
|||
(14 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | <html> | |
+ | <head> | ||
+ | <meta charset="utf-8" /> | ||
+ | <meta name="description" content="" /> | ||
+ | <meta name="author" content="tengattack" /> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
+ | <title>ShenZhen-A</title> | ||
+ | <style type="text/css"> | ||
+ | #globalWrapper {width: 100%;font-size: 100%;} | ||
+ | #top-section {width: 100%; height:100%; border:none;} | ||
+ | #p-logo {display:none;} | ||
+ | #search-controls {display:none;} | ||
+ | .printfooter {display:none;} | ||
+ | #footer-box {border:none;} | ||
+ | .firstHeading {display:none;} | ||
+ | #content { border:none !important; width:1024px !important; background: url('') !important;} | ||
+ | #bodyContent {border:none;} | ||
+ | #catlinks {display:none;} | ||
+ | #footer-box {display:none;} | ||
+ | #menubar {display:none;} | ||
+ | body { | ||
+ | padding: 0; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | padding-bottom: 0; | ||
+ | border-bottom: none; | ||
+ | } | ||
+ | .photo { | ||
+ | height: 180px; | ||
+ | margin: 10px 0; | ||
+ | } | ||
+ | .thumbnail .caption { | ||
+ | text-align: center; | ||
+ | } | ||
+ | </style> | ||
- | + | <script type="text/javascript"> | |
- | + | function insertcss(cssString) { | |
- | + | var doc = document; | |
- | + | var style = doc.createElement("style"); | |
- | + | style.setAttribute("type", "text/css"); | |
- | + | if (style.styleSheet) {// IE | |
- | + | style.styleSheet.cssText = cssString; | |
- | + | } else {// w3c | |
- | + | var cssText = doc.createTextNode(cssString); | |
- | + | style.appendChild(cssText); | |
- | + | } | |
- | + | var heads = doc.getElementsByTagName("head"); | |
- | + | if (heads.length) | |
+ | heads[0].appendChild(style); | ||
+ | else | ||
+ | doc.documentElement.appendChild(style); | ||
+ | } | ||
+ | function loadjs(jsString) { | ||
+ | eval(jsString); | ||
+ | } | ||
- | == | + | function png2text(pngurl, id, callback) { |
- | + | var canvas = document.createElement("canvas"), | |
- | + | ctx = canvas.getContext("2d"); | |
- | + | img = new Image(); | |
+ | |||
+ | img.id = 'pt-' + id; | ||
+ | img.style.position = "absolute"; | ||
+ | img.style.left = "-10000px"; | ||
+ | document.body.appendChild(img); | ||
+ | img.onload = function() { | ||
+ | var | ||
+ | w = this.width, | ||
+ | h = this.height; | ||
+ | |||
+ | canvas.width = w; | ||
+ | canvas.height = h; | ||
+ | canvas.style.width = w+"px"; | ||
+ | canvas.style.height = h+"px"; | ||
+ | ctx.drawImage(this, 0, 0); | ||
+ | |||
+ | var data = ctx.getImageData(0, 0, w, h).data, | ||
+ | a = [], | ||
+ | len = data.length, | ||
+ | p = -1; | ||
+ | |||
+ | for (var i=0; i < len; i += 4) { | ||
+ | if (data[i] > 0) | ||
+ | a[++p] = String.fromCharCode(data[i]); | ||
+ | }; | ||
+ | canvas = undefined; | ||
+ | try { | ||
+ | //document.body.removeChild(img); | ||
+ | $('#pt-' + id).remove(); | ||
+ | } catch (e) { | ||
+ | } | ||
+ | if (callback) callback(a.join("")); | ||
+ | }; | ||
- | + | img.src = pngurl; | |
+ | } | ||
- | + | function baseRemove() { | |
- | + | $('#top-section').remove(); | |
- | + | $('#content').attr('id', ''); | |
- | + | $('#bodyContent').attr('id', ''); | |
- | + | $('#globalWrapper').attr('id', ''); | |
+ | } | ||
- | ''' | + | console.log('loading css...'); |
+ | png2text('/wiki/images/a/aa/Bootstrap.min.css.png', 'bs-css', function (text) { | ||
+ | insertcss(text); | ||
+ | //'/wiki/images/2/28/Bootstrap-theme.min.css.png' | ||
+ | png2text('/wiki/images/d/df/Bootstrap-docs.min.css.png', 'bs-docs-css', function (text) { | ||
+ | insertcss(text); | ||
+ | }); | ||
+ | }); | ||
+ | png2text('/wiki/images/8/89/Layout.css.png', 'layout-css', function (text) { | ||
+ | insertcss(text); | ||
+ | }); | ||
- | + | $(document).ready(function () { | |
- | + | baseRemove(); | |
- | + | console.log('loading js...'); | |
- | + | png2text('/wiki/images/7/7f/Jquery-min-js.png', 'jquery-js', function (text) { | |
- | + | loadjs(text); | |
- | + | png2text('/wiki/images/3/35/Bootstrap-min-js.png', 'bs-js', function (text) { | |
- | + | loadjs(text); | |
- | + | png2text('/wiki/images/8/8f/Application-js.png', 'bs-application-js', function (text) { | |
- | + | loadjs(text); | |
- | + | }); | |
- | + | }); | |
- | + | }); | |
- | + | }); | |
- | + | </script> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
- | + | ||
- | == | + | <body> |
+ | <a class="sr-only" href="#content">Skip navigation</a> | ||
+ | <header class="navbar navbar-inverse navbar-fixed-top bs-docs-nav" role="banner"> | ||
+ | <div class="container"> | ||
+ | <div class="navbar-header"> | ||
+ | <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse"> | ||
+ | <span class="sr-only">Toggle navigation</span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <a href="../" class="navbar-brand">SUSTC-Shenzhen-A</a> | ||
+ | </div> | ||
+ | <nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation"> | ||
+ | <ul class="nav navbar-nav"> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A">Home</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Project">Project</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Part">Parts</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Modeling">Modeling</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Notebook">Notebook</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Safety">Safety and security</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Attributions">Attributions</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Human_Practice">Human Practice</a> | ||
+ | </li> | ||
+ | <li class="active"> | ||
+ | <a href="#">Team</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </nav> | ||
+ | </div> | ||
+ | </header> | ||
+ | <div class="bs-header" id="bs-content"> | ||
+ | <div class="container"> | ||
+ | <h1>Game theory</h1> | ||
+ | <p>Stategy for the Classic Prisoners' Dilemma.</p> | ||
+ | </div> | ||
+ | </div> | ||
- | < | + | <div class="container bs-docs-container"> |
- | < | + | <div class="col-md-3"> |
- | < | + | <div class="bs-sidebar hidden-print" role="complementary"> |
- | < | + | <ul class="nav bs-sidenav"> |
- | < | + | <li> |
- | < | + | <a href="#who">Who we are</a> |
- | </ | + | <ul class="nav"> |
- | < | + | <li><a href="#advisors">Advisors</a></li> |
- | < | + | <li><a href="#undergraduates">Undergraduates</a></li> |
- | < | + | <li><a href="#photos">Photos</a></li> |
- | </ | + | </ul> |
- | < | + | </li> |
- | < | + | <li> |
- | < | + | <a href="#self-introduction">Brief self-introduction</a> |
- | </ | + | <ul class="nav"> |
- | < | + | <li><a href="#jyl">Jingyi Liu</a></li> |
- | + | <li><a href="#jnw">Jingnong Wang</a></li> | |
- | + | <li><a href="#jc">Jian Cui</a></li> | |
- | + | <li><a href="#zw">Zi Wang</a></li> | |
- | + | <li><a href="#nyy">Ningyuan Yang</a></li> | |
- | < | + | <li><a href="#dc">Dan Chen</a></li> |
- | < | + | <li><a href="#yd">Yan Dai</a></li> |
- | </ | + | <li><a href="#yh">Yan He</a></li> |
- | < | + | <li><a href="#yzs">Yingzhe Shu</a></li> |
- | < | + | <li><a href="#ztp">Zhuoteng Peng</a></li> |
- | < | + | </ul> |
- | </ | + | </li> |
- | < | + | </ul> |
- | < | + | </div> |
- | < | + | </div> |
- | </ | + | <div class="col-md-9" role="main"> |
- | < | + | <div class="bs-docs-section"> |
- | < | + | <div class="page-header"> |
- | < | + | <h1 id="who">Who we are</h1> |
- | </ | + | </div> |
- | < | + | |
- | < | + | |
- | < | + | |
- | </ | + | |
- | < | + | |
- | + | <h3 id="advisors">Advisors</h3> | |
+ | <p><b>He Jiankui(jiankuihe)</b>:Gene sequencing</p> | ||
+ | <p><b>Huang Wei(linghu_y2k)</b>:Mathematical modeling</p> | ||
+ | <p><b>Zhao Yinglan</b>:Experiment guide</p> | ||
- | I learned so much during this summer with iGEM. And I hope you all enjoy it too!</p> | + | <h3 id="undergraduates">Undergraduates</h3> |
+ | <p><b>Chen Dan(Donna)</b>:Datum Collector</p> | ||
+ | <p><b>Cui Jian(Yohane)</b>:Biology Database</p> | ||
+ | <p><b>Dai Yan(DY)</b>:Datum Collector</p> | ||
+ | <p><b>He Yan(HY)</b>:Datum Collector</p> | ||
+ | <p><b>Liu Jingyi(lisa.deep)</b>:Datum Collector</p> | ||
+ | <p><b>Shu Yingzhe(SYZ)</b>:Datum Collector</p> | ||
+ | <p><b>Wang Jingnong(WangJingnong)</b>:Datum Collector</p> | ||
+ | <p><b>Wang Zi(prince)</b>:Datum Collector</p> | ||
+ | <p><b>Peng Zhuoteng</b>:Datum Collector</p> | ||
+ | |||
+ | <h3 id="photos">Photos</h3> | ||
+ | <div class="panel"> | ||
+ | <div class="col-sm-6 col-md-3"> | ||
+ | <a class="thumbnail photo" href="#jyl"> | ||
+ | <img src="/wiki/images/thumb/0/04/Example2_Team_member_2.png/90px-Example2_Team_member_2.png" alt="Jingyi Liu"> | ||
+ | <div class="caption"> | ||
+ | <p>Jingyi Liu</p> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="col-sm-6 col-md-3"> | ||
+ | <a class="thumbnail photo" href="#jnw"> | ||
+ | <img src="/wiki/images/thumb/f/fb/Wangjingnong.jpg/90px-Wangjingnong.jpg" alt="Jingnong Wang"> | ||
+ | <div class="caption"> | ||
+ | <p>Jingnong Wang</p> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="col-sm-6 col-md-3"> | ||
+ | <a class="thumbnail photo" href="#jc"> | ||
+ | <img src="/wiki/images/thumb/1/1c/Cuijian.jpg/82px-Cuijian.jpg" alt="Jian Cui"> | ||
+ | <div class="caption"> | ||
+ | <p>Jian Cui</p> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="col-sm-6 col-md-3"> | ||
+ | <a class="thumbnail photo" href="#zw"> | ||
+ | <img src="/wiki/images/thumb/1/1b/Example2_Team_member_4.png/90px-Example2_Team_member_4.png" alt="Zi Wang"> | ||
+ | <div class="caption"> | ||
+ | <p>Zi Wang</p> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="col-sm-6 col-md-3"> | ||
+ | <a class="thumbnail photo" href="#nyy"> | ||
+ | <img src="/wiki/images/thumb/5/5d/Yangningyuan.jpg/90px-Yangningyuan.jpg" alt="Ningyuan Yang"> | ||
+ | <div class="caption"> | ||
+ | <p>Ningyuan Yang</p> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="col-sm-6 col-md-3"> | ||
+ | <a class="thumbnail photo" href="#dc"> | ||
+ | <img src="/wiki/images/thumb/1/1b/Example2_Team_member_3.png/100px-Example2_Team_member_3.png" alt="Dan Chen"> | ||
+ | <div class="caption"> | ||
+ | <p>Dan Chen</p> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="col-sm-6 col-md-3"> | ||
+ | <a class="thumbnail photo" href="#yd"> | ||
+ | <img src="/wiki/images/thumb/1/1a/Daiyan.jpg/80px-Daiyan.jpg" alt="Yan Dai"> | ||
+ | <div class="caption"> | ||
+ | <p>Yan Dai</p> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="col-sm-6 col-md-3"> | ||
+ | <a class="thumbnail photo" href="#yh"> | ||
+ | <img src="/wiki/images/thumb/1/16/Heyan.jpg/120px-Heyan.jpg" alt="Yan He"> | ||
+ | <div class="caption"> | ||
+ | <p>Yan He</p> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="col-sm-6 col-md-3"> | ||
+ | <a class="thumbnail photo" href="#yzs"> | ||
+ | <img src="/wiki/images/thumb/c/cd/Shuyingzhe.jpg/90px-Shuyingzhe.jpg" alt="Yingzhe Shu"> | ||
+ | <div class="caption"> | ||
+ | <p>Yingzhe Shu</p> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="col-sm-6 col-md-3"> | ||
+ | <a class="thumbnail photo" href="#ztp"> | ||
+ | <img src="/wiki/images/thumb/3/30/Zt.jpg/116px-Zt.jpg" alt="Zhuoteng Peng"> | ||
+ | <div class="caption"> | ||
+ | <p>Zhuoteng Peng</p> | ||
+ | </div> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="clearfix"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="bs-docs-section"> | ||
+ | <div class="page-header"> | ||
+ | <h1 id="self-introduction">Brief self-introduction</h1> | ||
+ | </div> | ||
+ | |||
+ | <h3 id="jyl">Jingyi Liu</h3> | ||
+ | <p>My name is Liu Jingyi and I'm a Chinese girl with a height of 174 cm and long curly hair.I love shopping like many girls and sports,especially cycling.I love biology very much,for it's amazing to know about ourselves and doing experiments to find out something new is really attractive.I hope we can achieve our idea on prisoner's dilemma.</p> | ||
+ | |||
+ | <h3 id="jnw">Jingnong Wang</h3> | ||
+ | <p>My name is Wang Jingnong and I am a sophomore at SUSTC. Fascinated by the vitality and mystery of plants and animals, I fell in love with biology when I was at a young age. I was introduced to synthetic biology by IGEM, which gives me a precious chance to do research in relevant area.So far, I have been learning a lot about synthetic biology, biological process lab work and teamwork skills with my friends. It was quite a big challenge to comprehend so much material in such a short time, but I am having a wonderful time since I am able to get in depth with something I truly enjoy!</p> | ||
+ | |||
+ | <h3 id="jc">Jian Cui</h3> | ||
+ | <p>My name is Cui Jian .I'm now the team leader of this iGEM team .I am 19 years old ,and was born in Jiangsu Province ,China .Generally speaking ,I am hardworking when doing the things that I am interested in .But what puzzles me most is my poor English .It's a great honor for me to have the chance join this year's iGEM Jamboree.</p> | ||
+ | |||
+ | <h3 id="zw">Zi Wang</h3> | ||
+ | <p>I am from the Igem 2013 SUSTC-Shenzhen-A team and you can call me WangZi. I am fond of designs of various synthetic biology accompyed by many interesting experiments. As for my characters,I am active but a little shy,which I desire to overcome through this competiton. I am glad that I have this chance to know more friends and attend the jamboree with you guys from all over the world </p> | ||
+ | |||
+ | <h3 id="nyy">Ningyuan Yang</h3> | ||
+ | <p>Hey friends! Who you are staring at is a happy guy from SUSTC, he likes almost everything comes into his life and wants to have a well comprehension of them. So he joins the Igem to try to have some fresh things as well as make some difference. Who knows what he will meet there. Maybe at last someone would remember there was once a guy named Ningyuan Yang.</p> | ||
+ | |||
+ | <h3 id="dc">Dan Chen</h3> | ||
+ | <p>Hi ! I’m Dan Chen . You can call me Donna too . I’m outgoing and easygoing , and I love making new friends . Biology will be my major course in the next two years . I think biology is very interesting . We could explore nature 、ourselves and almost everything . And I think what igemers have done is amazing . I feel so lucky that I could join in our project.</p> | ||
+ | |||
+ | <h3 id="yd">Yan Dai</h3> | ||
+ | <p>My name is Yan DAI. I am interested in molecular biology and organic chemistry. I got lots of experience and knowledge in iGEM, which were hard to get in class. The process is tough but meaningful. We met some difficulties in the lab, but dealing with them is quite fun. And I really enjoy the time with my teammates.</p> | ||
+ | |||
+ | <h3 id="yh">Yan He</h3> | ||
+ | <p>Hi everyone! I am Yan He who always smile. I am interested in Synthetic biology and it is my great honor to take part in this competition, this summer in the lab was so unforgettable. In my spare time, I enjoy watching movie and listen to the music, and I also like reading some books about psychology.</p> | ||
+ | |||
+ | <h3 id="yzs">Yingzhe Shu</h3> | ||
+ | <p>My name is Yingzhe Shu, and you can also call me Vincent Shu. I’m a sophomore from the South University of Science and Technology of China. And I feel so excited that I can take part in iGEM this summer. <br>I’m a sports’ fan. So in my spare time, I like to go outsides and do all kinds of sports. But soccer is my favourite. I’m also the top player in our school soccer team. I also enjoy the time when I listen to the music, especially the American and European pop music. <br>I learned so much during this summer with iGEM. And I hope you all enjoy it too!</p> | ||
+ | |||
+ | <h3 id="ztp">Zhuoteng Peng</h3> | ||
+ | <p>Try to make everything elegant and simple.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Footer --> | ||
+ | <footer class="bs-footer" role="contentinfo"> | ||
+ | <div class="container"> | ||
+ | <p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> | ||
+ | <ul class="footer-links"> | ||
+ | <li><a href="/wiki/index.php?title=Team:SUSTC-Shenzhen-A/Team&action=edit">Edit</a></li> | ||
+ | <li class="muted">·</li> | ||
+ | <li><a href="http://getbootstrap.com/">Bootstrap</a></li> | ||
+ | <li class="muted">·</li> | ||
+ | <li><a href="http://www.sustc.edu.cn/">SUSTC Offical Site</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </footer> | ||
+ | </body> | ||
+ | </html> |
Latest revision as of 03:28, 28 September 2013
Game theory
Stategy for the Classic Prisoners' Dilemma.
Who we are
Advisors
He Jiankui(jiankuihe):Gene sequencing
Huang Wei(linghu_y2k):Mathematical modeling
Zhao Yinglan:Experiment guide
Undergraduates
Chen Dan(Donna):Datum Collector
Cui Jian(Yohane):Biology Database
Dai Yan(DY):Datum Collector
He Yan(HY):Datum Collector
Liu Jingyi(lisa.deep):Datum Collector
Shu Yingzhe(SYZ):Datum Collector
Wang Jingnong(WangJingnong):Datum Collector
Wang Zi(prince):Datum Collector
Peng Zhuoteng:Datum Collector
Photos
Brief self-introduction
Jingyi Liu
My name is Liu Jingyi and I'm a Chinese girl with a height of 174 cm and long curly hair.I love shopping like many girls and sports,especially cycling.I love biology very much,for it's amazing to know about ourselves and doing experiments to find out something new is really attractive.I hope we can achieve our idea on prisoner's dilemma.
Jingnong Wang
My name is Wang Jingnong and I am a sophomore at SUSTC. Fascinated by the vitality and mystery of plants and animals, I fell in love with biology when I was at a young age. I was introduced to synthetic biology by IGEM, which gives me a precious chance to do research in relevant area.So far, I have been learning a lot about synthetic biology, biological process lab work and teamwork skills with my friends. It was quite a big challenge to comprehend so much material in such a short time, but I am having a wonderful time since I am able to get in depth with something I truly enjoy!
Jian Cui
My name is Cui Jian .I'm now the team leader of this iGEM team .I am 19 years old ,and was born in Jiangsu Province ,China .Generally speaking ,I am hardworking when doing the things that I am interested in .But what puzzles me most is my poor English .It's a great honor for me to have the chance join this year's iGEM Jamboree.
Zi Wang
I am from the Igem 2013 SUSTC-Shenzhen-A team and you can call me WangZi. I am fond of designs of various synthetic biology accompyed by many interesting experiments. As for my characters,I am active but a little shy,which I desire to overcome through this competiton. I am glad that I have this chance to know more friends and attend the jamboree with you guys from all over the world
Ningyuan Yang
Hey friends! Who you are staring at is a happy guy from SUSTC, he likes almost everything comes into his life and wants to have a well comprehension of them. So he joins the Igem to try to have some fresh things as well as make some difference. Who knows what he will meet there. Maybe at last someone would remember there was once a guy named Ningyuan Yang.
Dan Chen
Hi ! I’m Dan Chen . You can call me Donna too . I’m outgoing and easygoing , and I love making new friends . Biology will be my major course in the next two years . I think biology is very interesting . We could explore nature 、ourselves and almost everything . And I think what igemers have done is amazing . I feel so lucky that I could join in our project.
Yan Dai
My name is Yan DAI. I am interested in molecular biology and organic chemistry. I got lots of experience and knowledge in iGEM, which were hard to get in class. The process is tough but meaningful. We met some difficulties in the lab, but dealing with them is quite fun. And I really enjoy the time with my teammates.
Yan He
Hi everyone! I am Yan He who always smile. I am interested in Synthetic biology and it is my great honor to take part in this competition, this summer in the lab was so unforgettable. In my spare time, I enjoy watching movie and listen to the music, and I also like reading some books about psychology.
Yingzhe Shu
My name is Yingzhe Shu, and you can also call me Vincent Shu. I’m a sophomore from the South University of Science and Technology of China. And I feel so excited that I can take part in iGEM this summer.
I’m a sports’ fan. So in my spare time, I like to go outsides and do all kinds of sports. But soccer is my favourite. I’m also the top player in our school soccer team. I also enjoy the time when I listen to the music, especially the American and European pop music.
I learned so much during this summer with iGEM. And I hope you all enjoy it too!
Zhuoteng Peng
Try to make everything elegant and simple.