Oscarliu117 (Talk | contribs) (Blanked the page) |
Oscarliu117 (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | {{NCKU_Tainan/header}} {{NCKU_Tainan/navbar}} {{NCKU_Tainan/style}} | ||
+ | <html> | ||
+ | |||
+ | <head> | ||
+ | <link rel="stylesheet" href="https://2018.igem.org/Template:NCKU_Tainan/css/hardware?action=raw&ctype=text/css"> | ||
+ | </head> | ||
+ | |||
+ | <body data-spy="scroll" data-target=".navbar-example"> | ||
+ | |||
+ | <!--Page_Content--> | ||
+ | <div class="container content"> | ||
+ | <h1 class="head">Demonstrate</h1> | ||
+ | <div class="navbar-example"> | ||
+ | <div class="row"> | ||
+ | <div class="col-2 side"> | ||
+ | <div id="sidelist" class="list-group"> | ||
+ | <a class="list-group-item list-group-item-action" href="#Accomplishment">Accomplishment</a> | ||
+ | <a class="list-group-item list-group-item-action" href="#Introduction">Introduction</a> | ||
+ | <a class="list-group-item list-group-item-action" href="#Device_design">Device design</a> | ||
+ | <a class="list-group-item list-group-item-action" href="#"><i class="fa fa-arrow-up fa-1x" | ||
+ | aria-hidden="true"></i></a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="col-10"> | ||
+ | <div data-spy="scroll" data-target="#sidelist" data-offset="0" class="scrollspy-example"> | ||
+ | <div class="container"> | ||
+ | |||
+ | <div id="Introduction"> | ||
+ | </br></br></br></br> | ||
+ | <div id="pt"> | ||
+ | <p class="hpcontent"> | ||
+ | The goal of our project is to solve the carbon dioxide problem by using | ||
+ | engineered E.coli to fix carbon dioxide emitted from industries. To archive our | ||
+ | goal, we designed a device that will upscale our project to be used on fields | ||
+ | and we aim to integrate the device into industrial IGCC system. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | <img class="contentimg" src="https://static.igem.org/mediawiki/2018/d/d4/T--NCKU_Tainan--demonstrate1.png"> | ||
+ | |||
+ | <div id="pt"> | ||
+ | <p class="hpcontent"> | ||
+ | Our device is divided into three main parts: a bioreactor, a nutrient tank and | ||
+ | a | ||
+ | collection tank. Carbon dioxide fixation process takes place in bioreactor | ||
+ | which | ||
+ | contains our engineered E.coli. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | <img class="contentimg" src="https://static.igem.org/mediawiki/2018/5/51/T--NCKU_Tainan--demonstrate3.jpeg"> | ||
+ | |||
+ | <div id="pt"> | ||
+ | <p class="hpcontent"> | ||
+ | In order to maintain the optimal conditions, the bioreactor consists of a pH | ||
+ | meter and a thermometer. Besides, a CO2 sensor is mounted at the top of the lid | ||
+ | to sense to CO2 concentration of the gas. All of the data will be transmitted | ||
+ | to our IoT system so that we could online monitoring conditions of the | ||
+ | bioreactor. | ||
+ | </p> | ||
+ | </br> | ||
+ | </div> | ||
+ | |||
+ | <div id="pt"> | ||
+ | <p class="hpcontent"> | ||
+ | Here we are going to show how does our device works in the video below ! We | ||
+ | incubated our engineered E. coli in M9 xylose solution and successfully | ||
+ | implemented IoT system with our device. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <script> | ||
+ | $(document).ready(function () { | ||
+ | $(window).scroll(function () { | ||
+ | if ($(this).scrollTop() >= 90) { | ||
+ | var position = $("#sidelist").position(); | ||
+ | if (position == undefined) {} else { | ||
+ | $('#sidelist').css({ | ||
+ | "position": "fixed", | ||
+ | "top": "145px", | ||
+ | "margin-top": "0px" | ||
+ | }); | ||
+ | } | ||
+ | } else { | ||
+ | $('#sidelist').removeAttr('style'); | ||
+ | } | ||
+ | }); | ||
+ | $(function () { | ||
+ | $('i.fa-arrow-up').click(function () { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: 0 | ||
+ | }, 600); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <script src="https://2018.igem.org/Team:NCKU_Tainan/js/frame/T--NCKU_Tainan--jquery-1_12_4_min_js?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Template:NCKU_Tainan/js/bootstrap_min_js?action=raw&ctype=text/javascript"></script> | ||
+ | </body> | ||
+ | |||
+ | </html> | ||
+ | |||
+ | {{NCKU_Tainan/footer}} |
Revision as of 09:40, 9 October 2018
Demonstrate