(7 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
<script src="https://2018.igem.org/Team:SDU-China/bootjs?action=raw&ctype=text/javascript"></script> | <script src="https://2018.igem.org/Team:SDU-China/bootjs?action=raw&ctype=text/javascript"></script> | ||
<script src="https://2018.igem.org/Team:SDU-China/jquery311?action=raw&ctype=text/javascript"></script> | <script src="https://2018.igem.org/Team:SDU-China/jquery311?action=raw&ctype=text/javascript"></script> | ||
− | + | <script>!function(designWidth){ | |
+ | if (/Android(?:\s+|\/)(\d+\.\d+)?/.test(navigator.userAgent)) { | ||
+ | var version = parseFloat(RegExp.$1); | ||
+ | if (version > 2.3) { | ||
+ | var phoneScale = parseInt(window.screen.width) / designWidth; | ||
+ | document.write('<meta name="viewport" content="width=' + designWidth + ',minimum-scale=' + phoneScale + ',maximum-scale=' + phoneScale + ', target-densitydpi=device-dpi">'); | ||
+ | } else { | ||
+ | document.write('<meta name="viewport" content="width=' + designWidth + ',target-densitydpi=device-dpi">'); | ||
+ | } | ||
+ | } else { | ||
+ | document.write('<meta name="viewport" content="width=' + designWidth + ',user-scalable=no,target-densitydpi=device-dpi,minimal-ui,viewport-fit=cover">'); | ||
+ | } | ||
+ | }(640);</script> | ||
<style> | <style> | ||
Line 45: | Line 57: | ||
#logo { | #logo { | ||
− | + | float: left; | |
− | + | position: relative; | |
− | + | margin-left:1%; | |
− | + | display: block !important; | |
} | } | ||
#logo img { width:150px; margin-top: 5px;} /*???*/ | #logo img { width:150px; margin-top: 5px;} /*???*/ | ||
+ | table { margin: 0 auto; } | ||
+ | td { text-align: center } | ||
#content{ | #content{ | ||
Line 59: | Line 73: | ||
height: 100%; | height: 100%; | ||
border: 0px; | border: 0px; | ||
+ | position: absolute; | ||
+ | top:18px; | ||
} | } | ||
− | # | + | #footer { |
background: linear-gradient(to right, #005AB5, #007500); | background: linear-gradient(to right, #005AB5, #007500); | ||
background: -webkit-linear-gradient(to right, #005AB5, #007500); | background: -webkit-linear-gradient(to right, #005AB5, #007500); | ||
Line 68: | Line 84: | ||
float: left; | float: left; | ||
width: 100%; | width: 100%; | ||
− | padding: | + | padding: 7px 0%; |
margin: 0 0px !important; | margin: 0 0px !important; | ||
} | } | ||
− | + | #header { | |
− | + | ||
background: linear-gradient(to right, #005AB5, #007500); | background: linear-gradient(to right, #005AB5, #007500); | ||
background: -webkit-linear-gradient(to right, #005AB5, #007500); | background: -webkit-linear-gradient(to right, #005AB5, #007500); | ||
Line 79: | Line 94: | ||
float: left; | float: left; | ||
width: 100%; | width: 100%; | ||
− | padding: | + | padding: 23px 0%; |
margin: 0 0px !important; | margin: 0 0px !important; | ||
} | } | ||
+ | |||
#menu a { text-decoration: none; } | #menu a { text-decoration: none; } | ||
#menu a:link, a:visited, a:active { color: white; } | #menu a:link, a:visited, a:active { color: white; } | ||
Line 110: | Line 126: | ||
#menu ul li ul li { font-size: 10px; padding: 5%; } | #menu ul li ul li { font-size: 10px; padding: 5%; } | ||
#menu li:hover ul, .menu li.over ul { display: block; } | #menu li:hover ul, .menu li.over ul { display: block; } | ||
+ | |||
Line 129: | Line 146: | ||
#contact a:link, a:visited, a:active { color: white; } | #contact a:link, a:visited, a:active { color: white; } | ||
#contact a:hover { color: #c1d9ff; } | #contact a:hover { color: #c1d9ff; } | ||
+ | |||
+ | |||
Line 164: | Line 183: | ||
line-height: 1.5; | line-height: 1.5; | ||
clear: both; | clear: both; | ||
− | + | padding: 0px 200px 10px 200px; | |
} | } | ||
.p-top { | .p-top { | ||
Line 190: | Line 209: | ||
font-size: 18px !important; | font-size: 18px !important; | ||
line-height: 1.5; | line-height: 1.5; | ||
− | margin | + | margin:5px 0px 20px 30px; |
} | } | ||
h4 { | h4 { | ||
Line 198: | Line 217: | ||
.some-padding { | .some-padding { | ||
padding-top: 20px; | padding-top: 20px; | ||
+ | width: 100%; | ||
} | } | ||
Line 205: | Line 225: | ||
display: -moz-inline-block;/* Firefox */ | display: -moz-inline-block;/* Firefox */ | ||
display: -o-inline-block; | display: -o-inline-block; | ||
− | width: | + | width: 700px; |
+ | margin:5px 180px 40px 125px;; | ||
} | } | ||
h1{ | h1{ | ||
Line 215: | Line 236: | ||
position: relative; | position: relative; | ||
display: block; | display: block; | ||
− | width: | + | width: 100%; |
− | + | ||
margin: 0 auto; | margin: 0 auto; | ||
+ | height: 800px; | ||
} | } | ||
− | #box img{ | + | |
− | + | #box img{ margin-top: -100px; | |
− | + | ||
display: table-cell; | display: table-cell; | ||
vertical-align: middle; | vertical-align: middle; | ||
Line 283: | Line 303: | ||
} | } | ||
− | . | + | .bio1, .bio2 { |
− | + | width: 80%; | |
− | + | margin: 0 auto 40px auto; | |
} | } | ||
− | . | + | .bio1{ |
− | + | float: left; | |
} | } | ||
− | . | + | .bio2{ |
− | + | float: right; | |
} | } | ||
− | . | + | .biotext{ |
− | + | width: 55%; | |
− | + | display:inline-block; | |
− | + | display:-webkit-inline-block; /* Safari, Chrome, and Opera */ | |
+ | display: -moz-inline-block;/* Firefox */ | ||
+ | display: -o-inline-block; | ||
} | } | ||
− | + | .biopic{ | |
− | . | + | border: none; |
− | + | display:inline-block; | |
− | + | display:-webkit-inline-block; /* Safari, Chrome, and Opera */ | |
− | + | display: -moz-inline-block;/* Firefox */ | |
+ | display: -o-inline-block; | ||
+ | padding-right: 5%; | ||
+ | vertical-align: top; | ||
+ | width: 450px; | ||
+ | height: 320px; | ||
} | } | ||
− | . | + | .name { |
− | font-size: | + | border-bottom: 1px solid #606060; |
+ | margin: 0 0 10px 0; | ||
+ | font-weight: bold; | ||
+ | font-size: 28px !important; | ||
} | } | ||
− | . | + | .faculty { |
− | + | font-size: 24px !important; | |
+ | padding: 0 15px; | ||
+ | margin: 0 0 20px 0; | ||
+ | font-weight: bold; | ||
} | } | ||
− | . | + | .introduction { |
− | + | font-size: 20px !important; | |
− | + | font-family: serif, 'Times New Roman'; | |
− | + | margin: 0.5px; | |
} | } | ||
− | + | *{margin: 0;padding: 0;} | |
− | margin | + | #box{margin: 0px auto;position: relative;background: gray;overflow: hidden;} |
− | margin | + | #box ul{position: absolute;left: 21px;top: 17px;} |
− | + | #box ul li{float: left;width: 190px;height: 150px;list-style: none;} | |
− | + | div.biopic{ | |
− | + | overflow: hidden; | |
+ | width: 320px; | ||
+ | height: 320px; | ||
+ | border-radius: 160px; | ||
+ | margin: auto; | ||
+ | } | ||
+ | .bio1 .biopic img{ | ||
+ | margin-left: -70px ; | ||
+ | } | ||
+ | .conteudo div:nth-of-type(5) div:first-of-type img{ | ||
+ | margin-left: -150px !important; | ||
+ | } | ||
+ | .conteudo div:nth-of-type(6) div:last-of-type img{ | ||
+ | margin-left: -80px !important; | ||
+ | }.conteudo div:nth-of-type(7) div:first-of-type img{ | ||
+ | margin-left: -90px !important; | ||
+ | } | ||
+ | .conteudo div:nth-of-type(8) div:last-of-type img{ | ||
+ | margin-left: -20px !important; | ||
+ | } | ||
+ | .conteudo div:nth-of-type(2) div:last-of-type img, .conteudo div:nth-of-type(4) div:last-of-type img{ | ||
+ | margin-left: -70px !important; | ||
+ | } | ||
+ | .conteudo div:nth-of-type(10) div:last-of-type img{ | ||
+ | margin-left: -70px !important; | ||
+ | } | ||
+ | .media-body p{ | ||
+ | width: 40%; | ||
+ | font-size: 15px; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | .adpic{ | ||
+ | width: 320px; | ||
+ | height: 240px; | ||
+ | overflow: hidden; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | .row img{ | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
− | |||
+ | <body> | ||
<div class="body"> | <div class="body"> | ||
− | + | <div id="header"> | |
− | + | <!--LOGO LINK---> | |
− | + | <div id="logo"><a href="https://2018.igem.org/Team:SDU-CHINA"><img src="https://static.igem.org/mediawiki/2018/7/72/T--SDU-China--duihui.jpg" alt="LOGO" /></a></div> | |
− | + | <div id="menu"> | |
− | + | <ul> | |
<li> | <li> | ||
<a href="#">PROJECT ▾</a> | <a href="#">PROJECT ▾</a> | ||
Line 387: | Line 460: | ||
</li> | </li> | ||
</ul> | </ul> | ||
− | + | </div> | |
</div> | </div> | ||
+ | <div id="section"> | ||
+ | <div id="box" class="auto"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/5/50/T--SDU-China--team1.jpg" width="1349px" height="900px" alt=""> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/3/3d/T--SDU-China--team2.jpg" width="1349px" height="900px" alt=""> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/f/fb/T--SDU-China--team3.jpg" width="1349px" height="900px" alt=""> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/e/ed/T--SDU-China--team4.jpg" width="1349px" height="900px" alt=""> | ||
+ | </div> | ||
+ | <script src="https://2018.igem.org/Team:SDU-China/jquery311?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/wiki/index.php?title=Template:SDU-China/migratejs&action=raw&ctype=text/javascript" integrity="sha256-F0O1TmEa4I8N24nY0bya59eP6svWcshqX1uzwaWC4F4=" crossorigin="anonymous"></script> | ||
+ | <script src="https://2018.igem.org/wiki/index.php?title=Template:SDU-China/slickjs190&action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript"> | ||
+ | $('.auto').slick({ | ||
− | + | slidesToShow: 1, | |
− | + | slidesToScroll: 1, | |
− | + | autoplay: true, | |
− | + | autoplaySpeed: 1000, | |
− | + | pauseOnHover:false, | |
− | + | }); | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | </script> | |
− | + | <div class="conteudo"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | <div | + | |
− | + | ||
− | + | ||
− | + | <h1 id="main-title">Team</h1> | |
− | + | <h4>Members</h4> | |
− | + | <div class="bio1"> | |
− | + | <p class="name">Jiao Jin</p> | |
− | + | <div class="biopic"><img src="https://static.igem.org/mediawiki/2018/4/47/T--SDU-China--jinjiao.jpg" width="450" height="320px" alt=""/></div> | |
− | + | <div class="biotext"> | |
− | </ | + | <p class="faculty">Team Leader</p> |
− | <div | + | <p class="introduction"> |
− | < | + | The mascot of the team! The major work for me is to cheer people up when things do not go well! |
− | + | </p> | |
− | + | </div> | |
− | <div | + | </div> |
− | + | <div class="bio2"> | |
− | + | <p class="name">Zhaoqin Zhang</p> | |
− | + | ||
− | + | <div class="biotext"> | |
− | + | <p class="faculty">Competition Affairs/Experimentation</p> | |
− | <div class=" | + | <p class="introduction"> |
− | + | I’m a junior student majoring in biology. It is the first time for me as well as our team to participate in iGEM competition, I' m so excited to meet so much interesting guys! I mainly take charge of Human Practice and do some wet lab experiments, which offers me a lot experience in social skills and research skills. I am interested in synthetic biology in eukariotic cells and I believe synthetic biology is of great use in both research and practical use. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | <p | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <div | + | </p> |
− | < | + | </div> |
− | <img src="https://static.igem.org/mediawiki/2018/ | + | <div class="biopic"><img src="https://static.igem.org/mediawiki/2018/8/8d/T--SDU-China--zhangzhaoqin.jpg"width="450" height="320px" alt=""/></div> |
− | < | + | </div> |
− | + | <div class="bio1"> | |
− | </ | + | <p class="name">Liyuan Xi</p> |
− | <p>< | + | <div class="biopic"><img src="https://static.igem.org/mediawiki/2018/6/69/T--SDU-China--xiliyuan.jpg"width="450" height="320px" alt=""/></div> |
− | + | <div class="biotext"> | |
+ | <p class="faculty">Experimentation</p> | ||
+ | <p class="introduction"> | ||
+ | I’m major in life science. I feel honored to be a member of SDU iGEM team and attend Jamboree this year. Shy as I am ,I hope I can make friends through iGEM! | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | <div class="bio2"> | ||
+ | <p class="name">Yize Hao</p> | ||
+ | |||
+ | <div class="biotext"> | ||
+ | <p class="faculty">Experimentation/Wiki edit</p> | ||
+ | <p class="introduction"> | ||
+ | I hope I can improve my ability of thinking as well as my technical skills through igem. I will begin my postgraduate career after one year. I hope I can go further along the road of scientific research. | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="biopic"><img src="https://static.igem.org/mediawiki/2018/6/61/T--SDU-China--haoyize.jpg"width="480" height="320" alt=""/></div> | ||
+ | </div> | ||
+ | <div class="bio1"> | ||
+ | <p class="name">Zijian Pan</p> | ||
+ | <div class="biopic"><img src="https://static.igem.org/mediawiki/2018/1/1b/T--SDU-China--panzijian.jpg"width="480" height="320" alt=""/></div> | ||
+ | <div class="biotext"> | ||
+ | <p class="faculty">Experimentation</p> | ||
+ | <p class="introduction"> | ||
+ | I am very grateful for having the opportunity to play a role in our igem team. For the duration of preparing for iGEM, we struggle with countless difficulties together. For this duration, we harvest knowledge and life-long friendships, as well. | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
− | </div> | + | <div class="bio2"> |
+ | <p class="name">Junyang Chen</p> | ||
+ | |||
+ | <div class="biotext"> | ||
+ | <p class="faculty">Experimentation</p> | ||
+ | <p class="introduction"> | ||
+ | I am so kind of being a member of SDU-China iGEM team and feeling honoured to work with everyone in our team. As a part of our team, I am responsible for our interlab study. In the meantime, I also take part in our wetlab experiment. Particularly , iGEM project greatly helps me to form my science elaborative faculty, which contributes to my future development and career. Wish us meet with success in this Jamboree! | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="biopic"><img src="https://static.igem.org/mediawiki/2018/a/a2/T--SDU-China--chenjunyang.jpg"width="480" height="320" alt=""/></div> | ||
+ | </div> | ||
+ | <div class="bio1"> | ||
+ | <p class="name">Zilong Geng</p> | ||
+ | <div class="biopic"><img src="https://static.igem.org/mediawiki/2018/f/f2/T--SDU-China--gengzilong.jpg"width="480" height="320" alt=""/></div> | ||
+ | <div class="biotext"> | ||
+ | <p class="faculty">Experimentation</p> | ||
+ | <p class="introduction"> | ||
+ | Howdy, this is Zero. Since it is my first time to participate such big competition as the iGEM, I feel so honored and appreciated. The iGEM opened my eyes with a brand new world where I never set foot. And the cross disciplines in synthetic biology truly rebuilt my point of views about traditional biology, which makes me seek for higher horizons. My teammates work really hard and solidly, which makes me grateful and teaches me a lesson about what teamwork is. | ||
− | </div> | + | </p> |
− | </div> | + | </div> |
+ | </div> | ||
+ | |||
+ | <div class="bio2"> | ||
+ | <p class="name">Yumin Meng</p> | ||
+ | |||
+ | <div class="biotext"> | ||
+ | <p class="faculty">Experimentation</p> | ||
+ | <p class="introduction"> | ||
+ | I study biology in the School of Life Science and I am a sophoman. I undertook the job of designing and assembling the genetic circuit of the project with other teammates. In addition, I manually modified our experimental instrument to make it more suitable for our project with my hands-on ability. Looking forward to the new age of synthetic biology from iGEM. | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="biopic"><img src="https://static.igem.org/mediawiki/2018/7/70/T--SDU-China--mengyumin.jpg"width="450" height="320px" alt=""/></div> | ||
+ | </div> | ||
+ | <div class="bio1"> | ||
+ | <p class="name">Weiguang Wang</p> | ||
+ | <div class="biopic"><img src="https://static.igem.org/mediawiki/2018/8/8b/T--SDU-China--wangweiguang.jpg"width="450" height="600px" alt=""/></div> | ||
+ | <div class="biotext"> | ||
+ | <p class="faculty">Hardware</p> | ||
+ | <p class="introduction"> | ||
+ | I am a microbiology student and I am responsible for the hardware production in the team. I feel honored to be a member of SDU iGEM team. This is the future, I enjoy it. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | <div class="bio2"> | ||
+ | <p class="name">Jizhong Zhang</p> | ||
+ | |||
+ | <div class="biotext"> | ||
+ | <p class="faculty">Wiki edit/Modeling</p> | ||
+ | <p class="introduction"> | ||
+ | I major in bioinformatics. It is my first time to participate iGEM competition, and I feel honored to be a member of SDU iGEM team. I am responsible for project design, wiki editing and modeling | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="biopic"><img src="https://static.igem.org/mediawiki/2018/3/36/T--SDU-China--zhangjizhong.jpg"width="450" height="320px" alt=""/></div> | ||
+ | </div> | ||
+ | <h4 style="text-align: center;">Advisor</h4> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-6"> | ||
+ | <div class="adpic"><img src="https://static.igem.org/mediawiki/2018/b/bb/T--SDU-China--liuzedao.jpg" width="320" height="240"> </div> | ||
+ | |||
+ | <div class="media-body"> | ||
+ | <h4 class="media-heading ouc-pi"><strong>Zedao Liu</strong></h4> | ||
+ | |||
+ | <p>As an undergraduate student in Shandong University, majoring in clinical medicine, I’m honored to have a chance to take part in iGEM competition. Being interested in synthetic biology, I enjoyed concentrating on doing experiment with my partners. I help the team prepare something and give suggestions.</p><br> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-6"> | ||
+ | <div class="adpic"><img src="https://static.igem.org/mediawiki/2018/f/f0/T--SDU-China--zhaoxianghui.jpg" width="320" height="450" style="margin-top: -200px"></div> | ||
+ | |||
+ | <div class="media-body"> | ||
+ | <h4 class="media-heading ouc-pi"><strong>Xianghui Zhao</strong></h4> | ||
+ | <p>As an undergraduate student in Shandong University, majoring in clinical medicine, I’m honored to have a chance to take part in iGEM competition. Being interested in synthetic biology, I enjoyed concentrating on doing experiment with my partners. I help the team prepare something and give suggestions.</p><br> | ||
+ | </div> | ||
+ | </div> | ||
+ | <h4 style="text-align: center;">Instructor</h4> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-6"> | ||
+ | <div style="text-align: center;"><img src="https://static.igem.org/mediawiki/2018/5/51/T--SDU-China--pro_qi.jpg" width="160" height="240"> </div> | ||
+ | <div class="media-body"> | ||
+ | <h4 class="media-heading ouc-pi"><strong>Qingsheng Qi</strong></h4> | ||
+ | <p> Professor of State Key Laboratory of Microbial Technology in Shandong University. His main research direction is microbial metabolic engineering and synthetic biology. He holds two patents and has published more than 30 SCI articles.</p><br> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-6"> | ||
+ | <div style="text-align: center;"><img src="https://static.igem.org/mediawiki/2018/f/fe/T--SDU-China--pro_liang.jpg" width="160" height="240"></div> | ||
+ | <div class="media-body"> | ||
+ | <h4 class="media-heading ouc-pi"><strong>Quanfeng Liang</strong></h4> | ||
+ | |||
+ | <p> Professor of State Key Laboratory of Microbial Technology in Shandong University. His main research direction is microbial metabolic engineering and glycobiology. It is mainly to synthesize industrial compounds by regulating microbial metabolic flow through genetic engineering, or to modify traditional microbial production process.</p><br> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
<div id="footer"> | <div id="footer"> | ||
Line 508: | Line 657: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 16:00, 7 December 2018
Team
Members
Jiao Jin
Team Leader
The mascot of the team! The major work for me is to cheer people up when things do not go well!
Zhaoqin Zhang
Competition Affairs/Experimentation
I’m a junior student majoring in biology. It is the first time for me as well as our team to participate in iGEM competition, I' m so excited to meet so much interesting guys! I mainly take charge of Human Practice and do some wet lab experiments, which offers me a lot experience in social skills and research skills. I am interested in synthetic biology in eukariotic cells and I believe synthetic biology is of great use in both research and practical use.
Liyuan Xi
Experimentation
I’m major in life science. I feel honored to be a member of SDU iGEM team and attend Jamboree this year. Shy as I am ,I hope I can make friends through iGEM!
Yize Hao
Experimentation/Wiki edit
I hope I can improve my ability of thinking as well as my technical skills through igem. I will begin my postgraduate career after one year. I hope I can go further along the road of scientific research.
Zijian Pan
Experimentation
I am very grateful for having the opportunity to play a role in our igem team. For the duration of preparing for iGEM, we struggle with countless difficulties together. For this duration, we harvest knowledge and life-long friendships, as well.
Junyang Chen
Experimentation
I am so kind of being a member of SDU-China iGEM team and feeling honoured to work with everyone in our team. As a part of our team, I am responsible for our interlab study. In the meantime, I also take part in our wetlab experiment. Particularly , iGEM project greatly helps me to form my science elaborative faculty, which contributes to my future development and career. Wish us meet with success in this Jamboree!
Zilong Geng
Experimentation
Howdy, this is Zero. Since it is my first time to participate such big competition as the iGEM, I feel so honored and appreciated. The iGEM opened my eyes with a brand new world where I never set foot. And the cross disciplines in synthetic biology truly rebuilt my point of views about traditional biology, which makes me seek for higher horizons. My teammates work really hard and solidly, which makes me grateful and teaches me a lesson about what teamwork is.
Yumin Meng
Experimentation
I study biology in the School of Life Science and I am a sophoman. I undertook the job of designing and assembling the genetic circuit of the project with other teammates. In addition, I manually modified our experimental instrument to make it more suitable for our project with my hands-on ability. Looking forward to the new age of synthetic biology from iGEM.
Weiguang Wang
Hardware
I am a microbiology student and I am responsible for the hardware production in the team. I feel honored to be a member of SDU iGEM team. This is the future, I enjoy it.
Jizhong Zhang
Wiki edit/Modeling
I major in bioinformatics. It is my first time to participate iGEM competition, and I feel honored to be a member of SDU iGEM team. I am responsible for project design, wiki editing and modeling
Advisor
Zedao Liu
As an undergraduate student in Shandong University, majoring in clinical medicine, I’m honored to have a chance to take part in iGEM competition. Being interested in synthetic biology, I enjoyed concentrating on doing experiment with my partners. I help the team prepare something and give suggestions.
Xianghui Zhao
As an undergraduate student in Shandong University, majoring in clinical medicine, I’m honored to have a chance to take part in iGEM competition. Being interested in synthetic biology, I enjoyed concentrating on doing experiment with my partners. I help the team prepare something and give suggestions.
Instructor
Qingsheng Qi
Professor of State Key Laboratory of Microbial Technology in Shandong University. His main research direction is microbial metabolic engineering and synthetic biology. He holds two patents and has published more than 30 SCI articles.
Quanfeng Liang
Professor of State Key Laboratory of Microbial Technology in Shandong University. His main research direction is microbial metabolic engineering and glycobiology. It is mainly to synthesize industrial compounds by regulating microbial metabolic flow through genetic engineering, or to modify traditional microbial production process.