Oscarliu117 (Talk | contribs) |
Oscarliu117 (Talk | contribs) |
||
Line 8: | Line 8: | ||
<body> | <body> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!--Page_Content--> | <!--Page_Content--> | ||
Line 24: | Line 15: | ||
<div class="navbar-example"> | <div class="navbar-example"> | ||
<div class="row"> | <div class="row"> | ||
+ | <div class="col-2 side"> | ||
+ | <div id="sidelist" class="list-group"> | ||
+ | <a class="list-group-item list-group-item-action" href="#list-item-1">Biosafety</a> | ||
+ | <a class="list-group-item list-group-item-action" href="#list-item-2">Safety Design</a> | ||
+ | <a class="list-group-item list-group-item-action" href="#list-item-3">Biosafety Test</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 class="col-10"> | ||
<div data-spy="scroll" data-target="#sidelist" data-offset="0" class="scrollspy-example"> | <div data-spy="scroll" data-target="#sidelist" data-offset="0" class="scrollspy-example"> | ||
Line 121: | Line 121: | ||
<div id="Biosafety_Test"> | <div id="Biosafety_Test"> | ||
− | + | </br></br></br></br> | |
− | + | <h1 class="head4">Biosafety Test</h1> | |
− | + | <div id="pt"></br> | |
− | + | <p class="pcontent"> | |
− | + | The goal of our project is to fix CO2 emitted from industries by using modified | |
− | + | E.coli and produce high value compound. At the same time, we aware of the | |
− | + | safety | |
− | + | concerns of introducing synthetic organisms into the environment. We designed a | |
− | + | bioreactor that ensures the engineered E.coli act as a closed system and | |
− | + | separated | |
− | + | from the environment. Each inlet and outlet of the bioreactor is equipped with | |
− | + | filter too which prevents the outflow of the engineered bacteria. | |
− | + | We tested the safety of our device by incubating bacteria inside. We collected | |
− | + | the | |
− | + | waste sample from the filter and apply it on to the agar plate. Comparing with | |
− | + | the | |
− | + | control group that does not passed the filter, we found out that the filter can | |
− | + | effectively isolate the bacteria inside our device. | |
− | + | </p></br></br> | |
− | + | <img class="contentimg col-6" src="https://static.igem.org/mediawiki/2018/1/1e/T--NCKU_Tainan--home_42856429_302508337211372_1417060309683666944_n.jpg"> | |
− | + | <img class="contentimg col-6" src="https://static.igem.org/mediawiki/2018/9/97/T--NCKU_Tainan--home_42885010_1830869360314589_164317661969252352_n.jpg"> | |
− | + | <p class="pcontent"> | |
− | + | In our applied design, we planned to extract protein and bioproduct from E. | |
− | + | coli . | |
− | + | The waste should be then collected and stertilized. We planned to combine the | |
− | + | waste | |
− | + | heat recovery system in the factory to stertilize the waste medium . One of the | |
− | + | main goal of our applied design, to turn waste to valuable resource, is | |
− | + | fulfilled | |
− | + | in this biosafety design. | |
− | + | </p> | |
− | + | </br></br></br></br> | |
− | + | </div> | |
+ | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 164: | Line 165: | ||
</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> | |
− | + | ||
</body> | </body> |
Revision as of 12:01, 3 October 2018