|
|
(9 intermediate revisions by one other user not shown) |
Line 68: |
Line 68: |
| | | |
| #project article { | | #project article { |
− | width: 30vw; | + | width: 33vw; |
| } | | } |
| | | |
Line 76: |
Line 76: |
| | | |
| #project > div:nth-child(2) { | | #project > div:nth-child(2) { |
− | width:50vw; | + | width:47vw; |
| margin-left:3vw; | | margin-left:3vw; |
| } | | } |
| | | |
| #project .inline-accordion .ui-accordion-content { | | #project .inline-accordion .ui-accordion-content { |
− | height:11rem; | + | height:13rem; |
| + | position:relative; |
| + | z-index:3; |
| + | background-color:transparent; |
| } | | } |
| | | |
Line 151: |
Line 154: |
| font-size:1.6rem; | | font-size:1.6rem; |
| margin: 0.6rem 0; | | margin: 0.6rem 0; |
− | }
| |
− |
| |
− | #result #figure-wrapper figure figcaption .h4 {
| |
− | font-size:1.2rem;
| |
− | font-weight:normal;
| |
| } | | } |
| </style> | | </style> |
Line 201: |
Line 199: |
| </style> | | </style> |
| <style> | | <style> |
| + | #wowslider-wrapper { |
| + | max-width:1280px; |
| + | } |
| + | |
| #wowslider-container1 { | | #wowslider-container1 { |
| /*height:100%;*/ | | /*height:100%;*/ |
Line 243: |
Line 245: |
| $(window).resize(window_resize); | | $(window).resize(window_resize); |
| | | |
− | //particles(); | + | //$('#particles-js').hide(); |
| }) | | }) |
| </script> | | </script> |
Line 249: |
Line 251: |
| <body> | | <body> |
| <div id="particles-js"></div> | | <div id="particles-js"></div> |
− | <script> | + | <script src="https://2016.igem.org/Template:NKU_China/js/particlesJS?action=raw&ctype=text/javascript"></script> |
− | particlesJS('particles-js',
| + | |
− | {
| + | |
− | "particles": {
| + | |
− | "number": {
| + | |
− | "value": 100,
| + | |
− | "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"
| + | |
− | }
| + | |
− | }
| + | |
− | | + | |
− | );
| + | |
− | </script>
| + | |
| <div class="main" id="home"> | | <div class="main" id="home"> |
| <div id="introduction-carousel" class="carousel slide" data-ride="carousel"> | | <div id="introduction-carousel" class="carousel slide" data-ride="carousel"> |
Line 399: |
Line 281: |
| </a> | | </a> |
| </div> | | </div> |
− | <script>
| |
− | $('#particles-js').hide();
| |
− | </script>
| |
| <section id="project"> | | <section id="project"> |
| <article> | | <article> |
Line 408: |
Line 287: |
| </div> | | </div> |
| <div class="p"> | | <div class="p"> |
− | We are team of creative photographers. We passionate with photography and other creative things. If you are looking professional photography theme with endless possibilities, you come in right place. This template consist of well-organized layers. Tons of features waiting for you. | + | This summer, our team is aiming to engineer bacteria for supplement and absorption of autoinducer-2 in the natural environment. We mainly design two cell machines: AI-2 Supplier is the cell machine which can directly supply and enrich the AI-2 molecular level; AI-2 Consumer is another cell machine which can sense, absorb and degrade the AI-2 in the environment. By taking advantage of the special characteristics of AI-2 controllers, we hope to directly control the population behaviors of bacteria in group levels. |
| </div> | | </div> |
| <div class="p"> | | <div class="p"> |
− | We are team of creative photographers. We passionate with photography and other creative things. If you are looking professional photography theme with endless possibilities, you come in right place. | + | What's more, biosafety is further taken into account in our project. By applying gene circuits to control essential gene expression under the assigned biocontainment conditions, we can blocks essential gene expression to kill the cell upon loss of the biocontainment signal. |
| </div> | | </div> |
| </article> | | </article> |
| <div> | | <div> |
| <div class="h2"> | | <div class="h2"> |
− | Our Goals | + | Our goals |
| </div> | | </div> |
| <div class="inline-accordion"> | | <div class="inline-accordion"> |
| <div class="h3"> | | <div class="h3"> |
− | IMPRESSIVE TEMPLATE | + | AI-2 Supplier |
| </div> | | </div> |
| <div class="p"> | | <div class="p"> |
− | Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. | + | To enrich the AI-2 concentration in the nature or artificial environment, we constructed two AI-2 Supplier Devices by overexpression of the components responsible for AI-2 production (<i>luxS</i>, <i>mtn</i>). |
| </div> | | </div> |
| <div class="h3"> | | <div class="h3"> |
− | TONS OF FEATURES | + | AI-2 Consumer |
| </div> | | </div> |
| <div class="p"> | | <div class="p"> |
− | Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. | + | To 'quench' AI-2 signal in the nature or artificial environment, we constructed six AI-2 Consumer Devices by overexpression the components responsible for AI-2 uptake(<i>lsrACDB</i>), phosphorylation(<i>lsrK</i>) and degradation (<i>lsrFG</i>). |
| </div> | | </div> |
| <div class="h3"> | | <div class="h3"> |
− | CREATIVE LAYOUT | + | AI-2 Response Device |
| </div> | | </div> |
| <div class="p"> | | <div class="p"> |
− | Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. | + | We successfully constructed two devices that could respond to AI-2 by producing GFP, to provide an independent means to use AI-2 Controller to alter heterologous gene expression. we show that a 1:1 mixture of AI-2 Response Device with AI-2 suppliers activated QS-activated GFP expression from the control group. And 1:1 mixture of AI-2 Response Device with AI-2 consumers could significantly depress QS-activated gene expression from the control cells. |
| + | </div> |
| + | <div class="h3"> |
| + | Biosafety Considerations |
| + | </div> |
| + | <div class="p"> |
| + | This summer, we plan to <i>mf</i>-lon ssrA tag into 5 essential genes by using CRIPSR/Cas9 technology. By applying gene circuits to control <i>mf</i>-lon protease expression under the assigned biocontainment conditions, we can blocks essential gene expression to kill the cell upon loss of the biocontainment signal. |
| </div> | | </div> |
| </div> | | </div> |
Line 448: |
Line 333: |
| <section id="result"> | | <section id="result"> |
| <div class="h2"> | | <div class="h2"> |
− | Owesome Experiment Results | + | Demonstration of Experiment Results |
| </div> | | </div> |
| <div class="p"> | | <div class="p"> |
− | We are team of creative photographers. We passionate with photography and other creative things. If you are looking professional photography theme with endless possibilities, you come in right place. This template consist of well-organized layers. Tons of features waiting for you. | + | We demonstrate utility of AI-2 Controllers by modulating naturally occurring processes of biofilm formation. We envision that ‘controller cells’ that modulate bacterial behavior by manipulating molecular communication, will find use in a variety of applications, particularly those employing natural or synthetic bacterial consortia. |
| + | |
| </div> | | </div> |
| <div id="figure-wrapper"> | | <div id="figure-wrapper"> |
Line 458: |
Line 344: |
| <figcaption> | | <figcaption> |
| <div class="h3"> | | <div class="h3"> |
− | John Doe | + | AI-2 Controllers Characterization |
− | </div>
| + | |
− | <div class="h4">
| + | |
− | Graphic Designer
| + | |
| </div> | | </div> |
| </figcaption> | | </figcaption> |
Line 469: |
Line 352: |
| <figcaption> | | <figcaption> |
| <div class="h3"> | | <div class="h3"> |
− | John Doe | + | AI-2 Controllers & AI-2 Response Devices |
− | </div>
| + | |
− | <div class="h4">
| + | |
− | Graphic Designer
| + | |
| </div> | | </div> |
| </figcaption> | | </figcaption> |
Line 480: |
Line 360: |
| <figcaption> | | <figcaption> |
| <div class="h3"> | | <div class="h3"> |
− | John Doe | + | AI-2 Controllers & Biofilm Formation |
− | </div>
| + | |
− | <div class="h4">
| + | |
− | Graphic Designer
| + | |
| </div> | | </div> |
| </figcaption> | | </figcaption> |
Line 493: |
Line 370: |
| <div> | | <div> |
| <div class="h2"> | | <div class="h2"> |
− | HP | + | HUMAN PRACTICE |
| </div> | | </div> |
| <div class="p"> | | <div class="p"> |
Line 504: |
Line 381: |
| <img src="https://static.igem.org/mediawiki/2016/5/5c/T--NKU_China--Main-Page-HP-3.jpg"> | | <img src="https://static.igem.org/mediawiki/2016/5/5c/T--NKU_China--Main-Page-HP-3.jpg"> |
| <img src="https://static.igem.org/mediawiki/2016/b/b3/T--NKU_China--Main-Page-HP-4.jpg"> | | <img src="https://static.igem.org/mediawiki/2016/b/b3/T--NKU_China--Main-Page-HP-4.jpg"> |
− | <img src="https://static.igem.org/mediawiki/2016/6/69/T--NKU_China--Main-Page-HP-1.jpg"> | + | <img src="https://static.igem.org/mediawiki/2016/8/82/T--NKU_China--Main-Page-HP-5.jpg"> |
− | <img src="https://static.igem.org/mediawiki/2016/f/f9/T--NKU_China--Main-Page-HP-2.jpg"> | + | <img src="https://static.igem.org/mediawiki/2016/3/3c/T--NKU_China--Main-Page-HP-6.jpg"> |
− | <img src="https://static.igem.org/mediawiki/2016/5/5c/T--NKU_China--Main-Page-HP-3.jpg"> | + | <img src="https://static.igem.org/mediawiki/2016/6/6b/T--NKU_China--Main-Page-HP-7.jpg"> |
− | <img src="https://static.igem.org/mediawiki/2016/b/b3/T--NKU_China--Main-Page-HP-4.jpg"> | + | <img src="https://static.igem.org/mediawiki/2016/7/70/T--NKU_China--Main-Page-HP-8.jpg"> |
| </div> | | </div> |
| </section> | | </section> |
| <section id="wowslider-wrapper"> | | <section id="wowslider-wrapper"> |
| <div id="wowslider-container1"> | | <div id="wowslider-container1"> |
| + | |
| <div class="ws_images"> | | <div class="ws_images"> |
| <ul> | | <ul> |
− | <li><img src="https://static.igem.org/mediawiki/2016/5/56/T--NKU_China--1000-750-dailiangti.jpg" title="Liangti Dai" id="wows1_0" /></li> | + | <li><img src="https://static.igem.org/mediawiki/2016/a/ad/T--NKU_China--1000-750-chenlingyi.jpg" title="chenlingyi" id="wows1_0" /></li> |
− | <li><img src="https://static.igem.org/mediawiki/2016/7/7a/T--NKU_China--1000-750-dongzhuoer-4-3.jpg" title="Zhuoer Dong" id="wows1_1" /></li> | + | <li><img src="https://static.igem.org/mediawiki/2016/e/ed/T--NKU_China--1000-750-chenchen.jpg" title="Chen Chen" id="wows1_1" /></li> |
− | <li><img src="https://static.igem.org/mediawiki/2016/c/cc/T--NKU_China--1000-750-liuxiao-4-3.jpg" title="Liu Xiao" id="wows1_2" /></li> | + | <li><img src="https://static.igem.org/mediawiki/2016/5/56/T--NKU_China--1000-750-dailiangti.jpg" title="Liangti Dai" id="wows1_2" /></li> |
− | <li><img src="https://static.igem.org/mediawiki/2016/4/47/T--NKU_China--1000-750-mengfankang.jpg" title="Fankang Meng" id="wows1_3" /></li> | + | <li><img src="https://static.igem.org/mediawiki/2016/7/70/T--NKU_China--1000-750-dongjingzhe.jpg" title="Jingzhe Dong" id="wows1_3" /></li> |
− | <li><img src="https://static.igem.org/mediawiki/2016/6/60/T--NKU_China--1000-750-qiaomingqiang-4-3.jpg" title="Mingqiang Qiao" id="wows1_4" /></li> | + | <li><img src="https://static.igem.org/mediawiki/2016/7/7a/T--NKU_China--1000-750-dongzhuoer-4-3.jpg" title="Zhuoer Dong" id="wows1_4" /></li> |
− | <li><img src="https://static.igem.org/mediawiki/2016/b/b3/T--NKU_China--1000-750-maxinyu.jpg" title="Xinyu Ma" id="wows1_5" /></li> | + | <li><img src="https://static.igem.org/mediawiki/2016/7/76/T--NKU_China--1000-750-kongannie-4-3.jpg" title="Annie Kong" id="wows1_5" /></li> |
− | <li><img src="https://static.igem.org/mediawiki/2016/b/b2/T--NKU_China--1000-750-songcunjiang-4-3.png" title="Cunjiang Song" id="wows1_6" /></li> | + | <li><img src="https://static.igem.org/mediawiki/2016/c/cc/T--NKU_China--1000-750-liuxiao-4-3.jpg" title="Liu Xiao" id="wows1_6" /></li> |
− | <li><img src="https://static.igem.org/mediawiki/2016/d/de/T--NKU_China--1000-750-songxinghao.jpg" title="Xinhao Song" id="wows1_7" /></li> | + | <li><img src="https://static.igem.org/mediawiki/2016/9/99/T--NKU_China--1000-750-maojiwei-4-3.jpg" title="Jiwei Mao" id="wows1_7" /></li> |
− | <li><img src="https://static.igem.org/mediawiki/2016/f/fd/T--NKU_China--1000-750-whole-group-4-3.png" title="Team" id="wows1_8" /></li> | + | <li><img src="https://static.igem.org/mediawiki/2016/4/47/T--NKU_China--1000-750-mengfankang.jpg" title="Fankang Meng" id="wows1_8" /></li> |
− | <li><img src="https://static.igem.org/mediawiki/2016/0/09/T--NKU_China--1000-750-zhaoxianglin.jpg" title="Hanchenxi Zhang" id="wows1_9" /></li> | + | <li><img src="https://static.igem.org/mediawiki/2016/6/60/T--NKU_China--1000-750-qiaomingqiang-4-3.jpg" title="Mingqiang Qiao" id="wows1_9" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/b/b3/T--NKU_China--1000-750-maxinyu.jpg" title="Xinyu Ma" id="wows1_10" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/1/15/T--NKU_China--1000-750-shifuchen.jpg" title="Fuchen Shi" id="wows1_11" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/c/ca/T--NKU_China--1000-750-shenghaocheng.jpg" title="Haosheng Shen" id="wows1_12" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/b/b2/T--NKU_China--1000-750-songcunjiang-4-3.png" title="Cunjiang Song" id="wows1_13" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/d/de/T--NKU_China--1000-750-songxinghao.jpg" title="Xinhao Song" id="wows1_14" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/2/2f/T--NKU_China--1000-750-keziying.jpg" title="Ziying Ke" id="wows1_15" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/a/a9/T--NKU_China--1000-750-tianruilin-4-3.jpg" title="Ruilin Tian" id="wows1_16" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/1/14/T--NKU_China--1000-750-wangxiangxiang.jpg" title="Xiangxiang Wang" id="wows1_17" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/f/fd/T--NKU_China--1000-750-whole-group-4-3.png" title="Team" id="wows1_18" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/6/6e/T--NKU_China--1000-750-xiongyuxiu-4-3.png" title="Yuxiu Xiong" id="wows1_19" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/2/23/T--NKU_China--1000-750-zhanghanchenxi.jpg" title="Hanchenxi Zhang" id="wows1_20" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/f/f3/T--NKU_China--1000-750-zhangmengxian.jpg" title="Mengxian Zhang" id="wows1_21" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/4/4a/T--NKU_China--1000-750-zhangzhaoran-4-3.jpg" title="Zhaoran Zhang" id="wows1_22" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/3/39/T--NKU_China--1000-750-zhaokun.jpg" title="Kun Zhao" id="wows1_23" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/0/09/T--NKU_China--1000-750-zhaoxianglin.jpg" title="Hanchenxi Zhang" id="wows1_24" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/d/df/T--NKU_China--1000-750-zhaoyujie.jpg" title="Yujie Zhao" id="wows1_25" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/e/e0/T--NKU_China--1000-750-zhoujindi.jpg" title="Jindi Zhou" id="wows1_26" /></li> |
| + | <li><img src="https://static.igem.org/mediawiki/2016/0/07/T--NKU_China--1000-750-zhouhang-4-3.jpg" title="Hang Zhou" id="wows1_27" /></li> |
| </ul> | | </ul> |
| </div> | | </div> |
| <div class="ws_bullets"> | | <div class="ws_bullets"> |
| <div> | | <div> |
− | <a href="#" title="Liangti Dai"><span>1</span></a> | + | <a href="#" title="chenlingyi"><span>1</span></a> |
− | <a href="#" title="Zhuoer Dong"><span>2</span></a> | + | <a href="#" title="Chen Chen"><span>2</span></a> |
− | <a href="#" title="Liu Xiao"><span>3</span></a> | + | <a href="#" title="Liangti Dai"><span>3</span></a> |
− | <a href="#" title="Fankang Meng"><span>4</span></a> | + | <a href="#" title="Jingzhe Dong"><span>4</span></a> |
− | <a href="#" title="Mingqiang Qiao"><span>5</span></a> | + | <a href="#" title="Zhuoer Dong"><span>5</span></a> |
− | <a href="#" title="Xinyu Ma"><span>6</span></a> | + | <a href="#" title="Annie Kong"><span>6</span></a> |
− | <a href="#" title="Cunjiang Song"><span>7</span></a> | + | <a href="#" title="Liu Xiao"><span>7</span></a> |
− | <a href="#" title="Xinhao Song"><span>8</span></a> | + | <a href="#" title="Jiwei Mao"><span>8</span></a> |
− | <a href="#" title="Team"><span>9</span></a> | + | <a href="#" title="Fankang Meng"><span>9</span></a> |
− | <a href="#" title="Xianglin Zhao"><span>10</span></a> | + | <a href="#" title="Mingqiang Qiao"><span>10</span></a> |
| + | <a href="#" title="Xinyu Ma"><span>11</span></a> |
| + | <a href="#" title="Fuchen Shi"><span>12</span></a> |
| + | <a href="#" title="Haosheng Shen"><span>13</span></a> |
| + | <a href="#" title="Cunjiang Song"><span>14</span></a> |
| + | <a href="#" title="Xinhao Song"><span>15</span></a> |
| + | <a href="#" title="Ziying Ke"><span>16</span></a> |
| + | <a href="#" title="Ruilin Tian"><span>17</span></a> |
| + | <a href="#" title="Xiangxiang Wang"><span>18</span></a> |
| + | <a href="#" title="Team"><span>19</span></a> |
| + | <a href="#" title="Yuxiu Xiong"><span>20</span></a> |
| + | <a href="#" title="Hanchenxi Zhang"><span>21</span></a> |
| + | <a href="#" title="Mengxian Zhang"><span>22</span></a> |
| + | <a href="#" title="Zhaoran Zhang"><span>23</span></a> |
| + | <a href="#" title="Kun Zhao"><span>24</span></a> |
| + | <a href="#" title="Hanchenxi Zhang"><span>25</span></a> |
| + | <a href="#" title="Yujie Zhao"><span>26</span></a> |
| + | <a href="#" title="Jindi Zhou"><span>27</span></a> |
| + | <a href="#" title="Hang Zhou"><span>28</span></a> |
| </div> | | </div> |
| </div> | | </div> |
− | <div class="ws_shadow"></div>
| + | </div> |
− | </div> | + | |
− |
| + | |
| <script src="https://2016.igem.org/Template:NKU_China/js/wowslider?action=raw&ctype=text/javascript"></script> | | <script src="https://2016.igem.org/Template:NKU_China/js/wowslider?action=raw&ctype=text/javascript"></script> |
| <script src="https://2016.igem.org/Template:NKU_China/js/script?action=raw&ctype=text/javascript" ></script> | | <script src="https://2016.igem.org/Template:NKU_China/js/script?action=raw&ctype=text/javascript" ></script> |