|
|
(74 intermediate revisions by the same user not shown) |
Line 2: |
Line 2: |
| <html> | | <html> |
| <head> | | <head> |
− | <!--delete in wiki--> | + | |
− | <meta name="viewport" content="width=device-width, initial-scale=1">
| + | <!--separatrix--> |
| <style> | | <style> |
− | /*media query*/ | + | .main#attributions { |
− | @media all and (max-width: 480px) {
| + | padding: 0 10vw; |
| + | padding-bottom: 10vh; |
| + | font-size: 1.15rem; |
| } | | } |
| | | |
− | @media all and (min-width: 481px) and (max-width: 1023px) { | + | .main div.h2 { |
| + | color: cyan; |
| + | text-align: left; |
| + | font-size: 2rem; |
| + | padding-bottom: 1rem; |
| } | | } |
| | | |
− | @media all and (min-width: 1024px) and (max-width: 1600px) { | + | article { |
| + | margin-bottom: 2.5rem; |
| } | | } |
| | | |
− | @media all and (min-width: 1601px) { | + | #nutshell { |
| + | padding: 1rem 0; |
| } | | } |
| | | |
− | | + | #nutshell .article { |
− | | + | margin: 1rem 0.4rem; |
− | /*main*/ | + | line-height: 1.6rem; |
− | @media all and (min-width: 1024px) and (max-width: 1600px) {
| + | |
− | main { | + | |
− | width: 95%;
| + | |
− | font-size: 16px;
| + | |
− | }
| + | |
| } | | } |
| | | |
− | @media all and (min-width: 1600px) { | + | #nutshell .article div:first-child { |
− | main { | + | font-weight: bold; |
− | font-size: 20px;
| + | color: cyan; |
− | } | + | text-indent: 0; |
| } | | } |
| | | |
− | /*group-description*/
| + | #details .p { |
− | #group-description { | + | line-height: 1.2; |
− | }
| + | |
− | | + | |
− | #group-description > h1 {
| + | |
− | text-align: center;
| + | |
− | margin: 5px;
| + | |
− | }
| + | |
− | | + | |
− | #group-description > p {
| + | |
− | display: inline-block; | + | |
− | margin: 5px auto;
| + | |
− | vertical-align: top;
| + | |
− | }
| + | |
− | | + | |
− | @media all and (max-width: 480px) {
| + | |
− | #group-description > p {
| + | |
− | width: 98%;
| + | |
− | }
| + | |
− | }
| + | |
− | | + | |
− | @media all and (min-width: 481px) and (max-width: 1023px) {
| + | |
− | #group-description > p {
| + | |
− | width: 49%;
| + | |
− | }
| + | |
− | | + | |
− | #group-description > p:nth-child(4) {
| + | |
− | width: 98%;
| + | |
− | }
| + | |
− | }
| + | |
− | | + | |
− | @media all and (min-width: 1024px) {
| + | |
− | #group-description > p {
| + | |
− | width: 32%;
| + | |
− | }
| + | |
− | }
| + | |
− | | + | |
− | /*group-gallery*/
| + | |
− | #group-gallery {
| + | |
− | position: relative;
| + | |
− | width: 1024px;
| + | |
− | height: 577px;
| + | |
− | }
| + | |
− | | + | |
− | #group-gallery > img {
| + | |
− | position: absolute;
| + | |
− | top: 0px;
| + | |
− | left: 0px;
| + | |
− | width: 100%;
| + | |
− | height: 100%;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | | + | |
− | /*tab CSS table*/
| + | |
− | #tab-table {
| + | |
− | display: table;
| + | |
− | border-spacing: 5px;
| + | |
− | margin: auto;
| + | |
− | font-size: small;
| + | |
− | background-color: thistle;
| + | |
− | }
| + | |
− | | + | |
− | .tab-row {
| + | |
− | display: table-row;
| + | |
− | }
| + | |
− | | + | |
− | .tab-row > div {
| + | |
− | display: table-cell;
| + | |
− | padding: 5px;
| + | |
− | }
| + | |
− | | + | |
− | .instructor {
| + | |
− | background-color: lightpink;
| + | |
− | }
| + | |
− | | + | |
− | .instructor:hover {
| + | |
− | background-color: pink;
| + | |
− | }
| + | |
− | | + | |
− | .PI {
| + | |
− | background-color: lightcyan;
| + | |
− | }
| + | |
− | | + | |
− | .PI:hover {
| + | |
− | background-color: cyan;
| + | |
− | }
| + | |
− | | + | |
− | .student {
| + | |
− | background-color: lightcoral;
| + | |
− | }
| + | |
− | | + | |
− | .student:hover {
| + | |
− | background-color: coral;
| + | |
− | }
| + | |
− | | + | |
− | /*gallery*/
| + | |
− | #gallery-wrapper {
| + | |
− | position: relative;
| + | |
− | }
| + | |
− | | + | |
− | .gallery {
| + | |
− | display: table;
| + | |
− | border-spacing: 10px;
| + | |
− | background-color: aquamarine;
| + | |
− | position: absolute;
| + | |
− | top: 0px;
| + | |
− | left: 0px;
| + | |
− | width: auto;
| + | |
− | }
| + | |
− | | + | |
− | .gallery-row {
| + | |
− | display: table-row;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | .gallery-row > div {
| + | |
− | display: table-cell;
| + | |
− | vertical-align: middle;
| + | |
− | }
| + | |
− | | + | |
− | .person-description > h1 {
| + | |
− | text-align: center;
| + | |
| } | | } |
| </style> | | </style> |
− |
| |
| <script> | | <script> |
− | var debug = true; | + | $(function () { |
− | var wiki = document.location.href.includes('https://2016.igem.org/Team:NKU_China');
| + | //particles(); |
− | //var wiki = {};
| + | }) |
− | //wiki.image = function (event) {
| + | |
− | // var loacl_resource = [
| + | |
− | // "image/whole-group1024.png",
| + | |
− | // "image/chenlingyi.jpg",
| + | |
− | // "image/songcunjiang.jpg",
| + | |
− | // //"image/",
| + | |
− | // //"image/",
| + | |
− | // //"image/",
| + | |
− | // //"image/",
| + | |
− | // //"image/",
| + | |
− | // //"image/",
| + | |
− | // //"image/",
| + | |
− | // //"image/",
| + | |
− | // //"image/",
| + | |
− | // //"image/",
| + | |
− | // //"image/",
| + | |
− | // //"image/",
| + | |
− | // //"image/",
| + | |
− | // //"image/",
| + | |
− | // //"image/"
| + | |
− | // ]
| + | |
− | | + | |
− | // var wiki_resource = [
| + | |
− | // "https://static.igem.org/mediawiki/2016/f/f0/T--NKU_China--whole-group1024.png",
| + | |
− | // "https://static.igem.org/mediawiki/2016/4/49/T--NKU_China--Chenlingyi.jpg",
| + | |
− | // "https://static.igem.org/mediawiki/2016/a/a6/T--NKU_China--songcunjiang.jpg",
| + | |
− | // //"",
| + | |
− | // //"",
| + | |
− | // //"",
| + | |
− | // //"",
| + | |
− | // //"",
| + | |
− | // //"",
| + | |
− | // //"",
| + | |
− | // //"",
| + | |
− | // //"",
| + | |
− | // //"",
| + | |
− | // //"",
| + | |
− | // //"",
| + | |
− | // //"",
| + | |
− | // //"",
| + | |
− | // //""
| + | |
− | // ]
| + | |
− | | + | |
− | // var index = loacl_resource.indexOf($(event.target).attr('src'))
| + | |
− | // $(event.target).attr('src',wiki_resource[index]) | + | |
− | //}
| + | |
| </script> | | </script> |
| + | </head> |
| + | <body id="dongzhuoer"> |
| + | <div id="particles-js"></div> |
| <script> | | <script> |
− | var getElementArrayByCss = function (selector) { | + | particlesJS('particles-js', |
− | var result = [];
| + | { |
− | var elements = document.querySelectorAll(selector);
| + | "particles": { |
− | for (var i = 0; i < elements.length; ++i)
| + | "number": { |
− | result[i] = elements[i];
| + | "value": 100, |
− | return result;
| + | "density": { |
− | }
| + | "enable": true, |
| + | "value_area": 800 |
| + | } |
| + | }, |
| + | "color": { |
| + | "value": "#0ff" |
| + | }, |
| + | "shape": { |
| + | "type": "circle", |
| + | "stroke": { |
| + | "width": 0, |
| + | "color": "#000000" |
| + | }, |
| + | "polygon": { |
| + | "nb_sides": 5 |
| + | }, |
| + | "image": { |
| + | "src": "img/github.svg", |
| + | "width": 100, |
| + | "height": 100 |
| + | } |
| + | }, |
| + | "opacity": { |
| + | "value": 0.4, |
| + | "random": false, |
| + | "anim": { |
| + | "enable": false, |
| + | "speed": 1, |
| + | "opacity_min": 0, |
| + | "sync": false |
| + | } |
| + | }, |
| + | "size": { |
| + | "value": 5, |
| + | "random": true, |
| + | "anim": { |
| + | "enable": false, |
| + | "speed": 40, |
| + | "size_min": 0, |
| + | "sync": false |
| + | } |
| + | }, |
| + | "line_linked": { |
| + | "enable": true, |
| + | "distance": 150, |
| + | "color": "#ff0", |
| + | "opacity": 0.4, |
| + | "width": 1 |
| + | }, |
| + | "move": { |
| + | "enable": true, |
| + | "speed": 6, |
| + | "direction": "none", |
| + | "random": false, |
| + | "straight": false, |
| + | "out_mode": "out", |
| + | "attract": { |
| + | "enable": true, |
| + | "rotateX": 600, |
| + | "rotateY": 1200 |
| + | } |
| + | } |
| + | }, |
| + | "interactivity": { |
| + | "detect_on": "canvas", |
| + | "events": { |
| + | "onhover": { |
| + | "enable": true, |
| + | "mode": ["grab", "bubble"] |
| + | }, |
| + | "onclick": { |
| + | "enable": true, |
| + | "mode": ["push", "repulse"] |
| + | }, |
| + | "resize": true |
| + | }, |
| + | "modes": { |
| + | "grab": { |
| + | "distance": 100, |
| + | "line_linked": { |
| + | "opacity": 0.75 |
| + | } |
| + | }, |
| + | "bubble": { |
| + | "distance": 100, |
| + | "size": 4, |
| + | "duration": 2, |
| + | "opacity": 8, |
| + | "speed": 5 |
| + | }, |
| + | "repulse": { |
| + | "distance": 200 |
| + | }, |
| + | "push": { |
| + | "particles_nb": 4 |
| + | }, |
| + | "remove": { |
| + | "particles_nb": 2 |
| + | } |
| + | } |
| + | }, |
| + | "retina_detect": true, |
| + | "config_demo": { |
| + | "hide_card": false, |
| + | "background_color": "#b61924", |
| + | "background_image": "", |
| + | "background_position": "50% 50%", |
| + | "background_repeat": "no-repeat", |
| + | "background_size": "cover" |
| + | } |
| + | } |
| | | |
− | //var adjust_group_gallery = function () {
| + | ); |
− | // $('#group-gallery').width($('main').width());
| + | |
− | // $('#group-gallery').height($('main').width() * 9 / 16);
| + | |
− | //}
| + | |
− | | + | |
− | //var slide_animation = function (current, next) {
| + | |
− | // $(current).animate({
| + | |
− | // opacity: 0.1,
| + | |
− | // left: "-=2000",
| + | |
− | // height: 'toggle'
| + | |
− | // }, 1000, 'easeInOutCirc', function () {
| + | |
− | // $(this).css('opacity', 1)
| + | |
− | // $(this).css('left', 0)
| + | |
− | // })
| + | |
− | | + | |
− | // $(next).show();
| + | |
− | // $(next).css('opacity', 0.1)
| + | |
− | // $(next).css('left', 2000)
| + | |
− | // $(next).animate({
| + | |
− | // opacity: 1,
| + | |
− | // left: '0'
| + | |
− | // }, 1000, 'easeInOutExpo'
| + | |
− | // )
| + | |
− | //}
| + | |
− | | + | |
− | | + | |
− | window.onload = function () {
| + | |
− | //salert(document.querySelector('#group-gallery img:nth-child(1)').getAttribute('src'))
| + | |
− | | + | |
− | //var tab_array = getElementArrayByCss('.tab-row > div');
| + | |
− | //var gallery_array = getElementArrayByCss('.gallery');
| + | |
− | | + | |
− | //var old_active = 0;
| + | |
− | //$('.gallery').hide()
| + | |
− | //$(gallery_array[old_active]).show();
| + | |
− | | + | |
− | //var gallery_switch = function (active) {
| + | |
− | // slide_animation(gallery_array[old_active], gallery_array[active])
| + | |
− | // old_active = active;
| + | |
− | //}
| + | |
− | | + | |
− | //tab_array.forEach(function(value, index) {
| + | |
− | // tab_array[index].addEventListener('click', function () { gallery_switch(index); })
| + | |
− | //})
| + | |
− | }
| + | |
| </script> | | </script> |
− | </head>
| + | <div class="main" id="attributions"> |
− | | + | <div class="p"> |
− | <body>
| + | haha |
− | <main> | + | |
− | <div id="group-description"> | + | |
− | <h1> | + | |
− | Team Introduction
| + | |
− | </h1>
| + | |
− | <p>
| + | |
− | Team NKU_China consists of faculty members and students from Nankai University, Tianjin. Located in the east coast of Asia and one of the most developed and prosperous cities in mainland China, Nankai University is making groundbreaking progress in both natural and social sciences while holding fast to the orthodox beliefs that inspire us to dedicate to the interest of the public and the nation.
| + | |
− | </p>
| + | |
− | <p>
| + | |
− | 17 undergraduate students from College of Life Science consist of the absolute main force of Team NKU_China. Sharing “iGEMer” as our common title, the team members work closely together from brainstorming solutions for experimental problems to discussing the future prospect of synthetic biology with great enthusiasm and creation. In the meantime, we frequently adjust the project design and experiment plans under the advice and instructions of three experienced graduate instructors and three distinguished PIs.
| + | |
− | </p>
| + | |
− | <p>
| + | |
− | All of the team members are looking forward to presenting our project and sharing the story of the great science adventure of Team NKU_China to iGEMers all over the globe at Giant Jamboree. Do meet us at our presentation and poster stand!
| + | |
− | </p>
| + | |
| </div> | | </div> |
− | <div id="group-gallery">
| + | </div> |
− | <img src="whole-group-1366.jpg" width="1366" height="770"/>
| + | |
− | </div>
| + | |
− |
| + | |
− | <div id="tab-table">
| + | |
− | <div class="tab-row">
| + | |
− | <div class="instructor">
| + | |
− | Haosheng Shen
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="tab-row">
| + | |
− | <div class="PI">
| + | |
− | Fuchen Shi
| + | |
− | </div>
| + | |
− | <div class="PI">
| + | |
− | Mingqiag Qiao
| + | |
− | </div>
| + | |
− | <div class="PI">
| + | |
− | Cunjiang Song
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="tab-row">
| + | |
− | <div class="student">
| + | |
− | Fankang Meng
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Xiao Liu
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Xinhao Song
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Wei Yibing
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Zhaoran Zhang
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Zhao Yujie
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Ma Xinyu
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Dong Jingzhe
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Zhang Mengxian
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="tab-row">
| + | |
− | <div class="student">
| + | |
− | Jindi Zhou
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Chen Chen
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Xiong Yvxiu
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Zhuoer Dong
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Liangti Dai
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Zhao xianglin
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Ke Ziying
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Annie Kong
| + | |
− | </div>
| + | |
− | <div class="student">
| + | |
− | Jeff Bae
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <div id="gallery-wrapper">
| + | |
− | <div class="gallery" id="Haosheng Shen">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="image/chenlingyi.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Haosheng Shen
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Fuchen Shi">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="image/chenlingyi.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Fuchen Shi
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Mingqiag Qiao">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="image/chenlingyi.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Mingqiag Qiao
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery-description">
| + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Cunjiang Song">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="image/songcunjiang.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <h1>Cunjiang Song</h1>
| + | |
− | <p>
| + | |
− | Prof. Cunjiang Song got B.S. Degree in 1983, from the Department of Biology, Northwest University in China, majoring in Microbiology. His Doctor of Engineering Degree was obtained in 2002, from the Graduate School of Science and Engineering, Toyama University, Japan, majoring in Life and Environmental Sciences.
| + | |
− | He established the Environmental Microbiology and Microbial Synthesis Laboratory in the College of Life Sciences, Nankai University. More than 80 papers were published in academic journals such as Scientific Reports, Metabolic Engineering, Applied Microl. Biotech., etc. 15 patents were granted.
| + | |
− | He is now a director of Chinese Society of Microbiology, as well as the general director of Tianjin Society of Microbiology.
| + | |
− | | + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery-description">
| + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Fankang Meng">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="image/chenlingyi.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Liangti Dai -- Interlab study & the construction of standard parts
| + | |
− | Working on iGEM has allowed me to think of life science through a complete different way—to design a life purposely, to test the possibilities. The construction of standardizing parts is filled with weird and constant error results that had nearly driven me crazy, but they are the key moments for creativity and analysis. It’s cool to cooperate with diverse people and have brain storms from time to time. It’s a wonderful experience of my life.
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery-description">
| + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Xiao Liu">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="haha://2016.igem.org/wiki/images/5/53/T--NKU_China--liuxiao.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Xiao Liu
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery-description">
| + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Xinhao Song">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="haha://2016.igem.org/wiki/images/5/57/T--NKU_China--XINGHAO.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <h1>
| + | |
− | Xinhao Song
| + | |
− | </h1>
| + | |
− | <p>
| + | |
− | I am the student team leader and a member of the experiment division of iGEM 2016 Team NKU_China. Besides the overall management of the team, I am also mainly responsible for the conduction of the Measurement tract and the construction of standard parts. My devotion to synthetic biology is due to the fact that even the simplest bacteria are much more delicate than the most complex machines that humans have ever built. The perfection and complexity of life system attracts me to learn and discover.
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery-description">
| + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Wei Yibing">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="image/chenlingyi.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Wei Yibing
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Zhaoran Zhang">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="haha://2016.igem.org/wiki/images/2/29/T--NKU_China--zhangzhaoran.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <h1>Zhaoran Zhang</h1>
| + | |
− | <p>
| + | |
− | I am an undergraduate student member of the experiment division of iGEM 2016 Team NKU_China I am a girl of various of interests and among them my favorites are music and travelling. I grew up in countryside and I liked to play around in the fields and observe all kinds of creatures especially plants. My love for botany built up in my childhood and now I have become an expert in plant taxonomy. It will be my lifelong career to explore the secret and beauty of life.
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery-description">
| + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Zhao Yujie">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="image/chenlingyi.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Zhao Yujie
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery-description">
| + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Ma Xinyu">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="haha://2016.igem.org/wiki/images/5/5f/T--NKU_China--maxinyv.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | I am Ma Xinyu, a junior student of College of Life Science in Nankai University. I have been working on the study about molecular modification of microorganism for two years. It’s my first time to attend the iGEM competition and I believe it will be a great challenge but also a chance for me. This year, I spend most of my time on the iGEM competition. I’m generally responsible for the experimental part in our team. I will do my best to complete our research and cooperate with my team member to finish the competition perfectly. Looking forward for the final match in Boston!
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Dong Jingzhe">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="image/chenlingyi.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Dong Jingzhe
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery-description">
| + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Zhang Mengxian">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="haha://2016.igem.org/wiki/images/0/05/T--NKU_China--zhangmengxian.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Zhang Mengxian
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery-description">
| + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Jindi Zhou ">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="image/chenlingyi.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Jindi Zhou
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Chen Chen">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="haha://2016.igem.org/wiki/images/c/cd/T--NKU_China--chenchen-768.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Chen Chen
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery-description">
| + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Xiong Yvxiu">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="haha://2016.igem.org/wiki/images/a/ab/T--NKU_China--xiongyuxiu.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Xiong Yvxiu
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery-description">
| + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Zhuoer Dong">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="haha://2016.igem.org/wiki/images/4/42/T--NKU_China--dongzhuoer-768.png" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Zhuoer Dong
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Liangti Dai ">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="haha://2016.igem.org/wiki/images/d/df/T--NKU_China--dailiangti-768.png" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <h1>Liangti Dai</h1>
| + | |
− | <p>
| + | |
− | This summer I mainly work on the conduction of the Measurement tract and the construction of standard parts.
| + | |
− | Working on iGEM has allowed me to think of life science through a complete different way—to design a life purposely, to test the possibilities. The construction of standardizing parts is filled with weird and constant error results that had nearly driven me crazy, but they are the key moments for creativity and analysis. It’s cool to cooperate with diverse people and have brain storms from time to time. It’s a wonderful experience of my life.
| + | |
− | | + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery-description">
| + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Zhao xianglin">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="haha://2016.igem.org/wiki/images/d/db/T--NKU_China--zhaoxianglin.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <h1>Zhao Xianglin (Hilda)</h1>
| + | |
− | <h2>Junior</h2>
| + | |
− | <h2>College of Life Sciences</h2>
| + | |
− | <p>
| + | |
− | An amateur graphic designer.(I’m one of the main designers of the logo!) Outgoing enough to work out of bench and enjoy the process of communication. Interested in Synbio, Gut microbiota and Nutrition.
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery-description">
| + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Ke Ziying">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="image/chenlingyi.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Ke Ziying
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery-description">
| + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Annie Kong">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="image/chenlingyi.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Annie Kong
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery" id="Jeff Bae">
| + | |
− | <div class="gallery-row">
| + | |
− | <div>
| + | |
− | <img src="image/chenlingyi.jpg" onerror="wiki.image(event)">
| + | |
− | </div>
| + | |
− | <div class="person-description">
| + | |
− | <p>
| + | |
− | Jeff Bae
| + | |
− | </p>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | <div class="gallery-description">
| + | |
− | | + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− |
| + | |
− | | + | |
− | </main>
| + | |
− | <script id="wiki">
| + | |
− | var str = "";
| + | |
− | var img = new Image()
| + | |
− | | + | |
− | getElementArrayByCss('img').forEach(function (value) {
| + | |
− | //alert(str)
| + | |
− | str += value.src; str += '\n';
| + | |
− | })
| + | |
− | | + | |
− | //alert(str)
| + | |
− | | + | |
− | </script>
| + | |
| </body> | | </body> |
| </html> | | </html> |
| + | {{NKU_China/footer}} |