Difference between revisions of "Team:TAS Taipei"

Line 194: Line 194:
 
     <script>
 
     <script>
 
         $(function() {
 
         $(function() {
            var y = 1
 
            $("a").on('click', function(event) {
 
                if(y%2==0){
 
                    $('.button-holder').addClass('marginFix');
 
                    y++;
 
                } else{
 
                    $('.button-holder').removeClass('marginFix');
 
                    y++;
 
                }               
 
                if (this.hash !== "") {
 
                    event.preventDefault();
 
                    var hash = this.hash;
 
                    $('html, body').animate({
 
                      scrollTop: $(hash).offset().top
 
                    }, 300, function() {
 
                        // Add hash (#) to URL when done scrolling (default click behavior)
 
                        window.location.hash = hash;
 
                    });
 
                }
 
            });
 
 
             var x = 1
 
             var x = 1
 
             $('html').mouseenter(function() {
 
             $('html').mouseenter(function() {
Line 229: Line 209:
 
                     //if the window is greater than 1020px wide then hover
 
                     //if the window is greater than 1020px wide then hover
 
                     $('.yellow').addClass('active');
 
                     $('.yellow').addClass('active');
 +
                    $('.chevron').addClass('active');
 +
                    $('.cv').addClass('active');
 +
                    $('.banner').addClass('marginFix');
 
                 }
 
                 }
 
                 $('.button-holder').addClass('hover');
 
                 $('.button-holder').addClass('hover');
Line 239: Line 222:
 
                     //if the window is greater than 1020px wide then hover
 
                     //if the window is greater than 1020px wide then hover
 
                     $('.yellow').removeClass('active');
 
                     $('.yellow').removeClass('active');
 +
                    $('.chevron').removeClass('active');
 +
                    $('.cv').removeClass('active');
 +
                    $('.banner').removeClass('marginFix');
 
                 }
 
                 }
 
                 $('.button-holder').removeClass('hover');
 
                 $('.button-holder').removeClass('hover');

Revision as of 16:13, 1 November 2017

X

Project

Experiment

Modeling

Prototype

Human Practice

Safety

About Us

Attributions

NANOTRAP

Nanoparticle Removal from Wastewater Systems
TAS_TAIPEI 2017
test

ABSTRACT

The small size of nanoparticles is both an advantage and a problem. Their high surface-area-to-volume ratio enables novel medical, industrial, and commercial applications. However, their small size also allows them to evade conventional filtration during water treatment, posing health risks to humans, plants, and aquatic life. Our project aims to remove nanoparticles using two approaches: 1) bind citrate-capped nanoparticles with the membrane protein proteorhodopsin and 2) trap nanoparticles using E. coli biofilm produced by overexpressing two regulators -- OmpR234 and CsgD. We envision integrating our trapping system in both rural and urban wastewater treatment plants to efficiently capture all nanoparticles before treated water is released into the environment.

Standard Pages