Difference between revisions of "Team:Stuttgart"

m
 
(17 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{Template:Swiper}}
 
{{Template:Swiper}}
 
<html>
 
<html>
 +
 
<!-- start of content -->
 
<!-- start of content -->
 
<!-- Swiper -->
 
<!-- Swiper -->
<div class="swiper-container section">
+
<div class="swiper-container">
 
     <div class="swiper-wrapper">
 
     <div class="swiper-wrapper">
         <div class="swiper-slide home-banner-image-1"></div>
+
         <div class="swiper-slide">
         <div class="swiper-slide">Slide 2</div>
+
            <img data-src="https://static.igem.org/mediawiki/2017/7/76/Rohrlightupthepipe.png" class="swiper-lazy"/>
        <div class="swiper-slide">Slide 3</div>
+
            <div class="swiper-lazy-preloader swiper-lazy-preloader-black"></div>
         <div class="swiper-slide">Slide 4</div>
+
        </div>
        <div class="swiper-slide">Slide 5</div>
+
         <div class="swiper-slide">
         <div class="swiper-slide">Slide 6</div>
+
            <img data-src="https://static.igem.org/mediawiki/2017/3/3b/Slide_01.jpg" class="swiper-lazy"/>
        <div class="swiper-slide">Slide 7</div>
+
            <div class="swiper-lazy-preloader swiper-lazy-preloader-black"></div>
         <div class="swiper-slide">Slide 8</div>
+
        </div>
         <div class="swiper-slide">Slide 9</div>
+
         <div class="swiper-slide">
         <div class="swiper-slide">Slide 10</div>
+
            <img data-src="https://static.igem.org/mediawiki/2017/e/ec/Slide_02.jpg" class="swiper-lazy"/>
 +
            <div class="swiper-lazy-preloader swiper-lazy-preloader-black"></div>
 +
        </div>
 +
         <div class="swiper-slide">
 +
            <img data-src="https://static.igem.org/mediawiki/2017/a/a7/Slide_04.jpg" class="swiper-lazy"/>
 +
            <div class="swiper-lazy-preloader swiper-lazy-preloader-black"></div>
 +
        </div>
 +
         <div class="swiper-slide">
 +
            <img data-src="https://static.igem.org/mediawiki/2017/2/25/Slide_05.jpg" class="swiper-lazy"/>
 +
            <div class="swiper-lazy-preloader swiper-lazy-preloader-black"></div>
 +
        </div>
 +
         <div class="swiper-slide">
 +
            <img data-src="https://static.igem.org/mediawiki/2017/1/1f/Slide_06.jpg" class="swiper-lazy"/>
 +
            <div class="swiper-lazy-preloader swiper-lazy-preloader-black"></div>
 +
        </div>
 +
         <div class="swiper-slide">
 +
            <img data-src="https://static.igem.org/mediawiki/2017/4/46/Slide_07.jpg" class="swiper-lazy"/>
 +
            <div class="swiper-lazy-preloader swiper-lazy-preloader-black"></div>
 +
        </div>
 
     </div>
 
     </div>
 
     <!-- Add Pagination -->
 
     <!-- Add Pagination -->
 
     <div class="swiper-pagination"></div>
 
     <div class="swiper-pagination"></div>
 
     <!-- Add Arrows -->
 
     <!-- Add Arrows -->
     <div class="swiper-button-next"></div>
+
     <div class="swiper-button-next swiper-button-black"></div>
     <div class="swiper-button-prev"></div>
+
     <div class="swiper-button-prev swiper-button-black"></div>
 
</div>
 
</div>
 
<div class="container">
 
<div class="container">
Line 27: Line 46:
 
             <p>The clogging of drains and pipe systems by hair and fat is a serious problem in industry and private
 
             <p>The clogging of drains and pipe systems by hair and fat is a serious problem in industry and private
 
                 households. Currently many blockages are dissolved by toxic and reactive chemicals like hydroxide
 
                 households. Currently many blockages are dissolved by toxic and reactive chemicals like hydroxide
                 and chlorine compounds, leading to accelerate corrosion in the pipe system and ecological damage.
+
                 and chlorine compounds, leading to accelerated corrosion in the pipe system and ecological damage.
 
                 Our aim is to engage this problem in a more sustainable and eco-friendly way by developing a
 
                 Our aim is to engage this problem in a more sustainable and eco-friendly way by developing a
 
                 biological cleaner based on a holistic approach using <i>E.coli</i>. Our microbial system is targeted on
 
                 biological cleaner based on a holistic approach using <i>E.coli</i>. Our microbial system is targeted on
Line 60: Line 79:
 
<!-- Swiper JS -->
 
<!-- Swiper JS -->
 
<script type="application/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.0.3/js/swiper.min.js"></script>
 
<script type="application/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.0.3/js/swiper.min.js"></script>
 
<!-- Initialize Swiper -->
 
<script type="application/javascript">
 
    var swiper = new Swiper('.swiper-container', {
 
        spaceBetween: 30,
 
        centeredSlides: true,
 
        autoplay: {
 
            delay: 3500,
 
            disableOnInteraction: true,
 
        },
 
        pagination: {
 
            el: '.swiper-pagination',
 
            clickable: true,
 
        },
 
        navigation: {
 
            nextEl: '.swiper-button-next',
 
            prevEl: '.swiper-button-prev',
 
        }
 
    });
 
</script>
 
  
 
<script type="application/javascript">
 
<script type="application/javascript">
Line 91: Line 90:
 
     });
 
     });
 
     $(window).load(function () {
 
     $(window).load(function () {
        setTimeout(function () {
 
            $(".container").fadeIn();
 
        }, 150);
 
 
         $("#home_logo").remove();
 
         $("#home_logo").remove();
 
         $("#sideMenu").remove();
 
         $("#sideMenu").remove();
 
         $("#top_title").remove();
 
         $("#top_title").remove();
 
         $("#patrollink").remove();
 
         $("#patrollink").remove();
 +
        setTimeout(function () {
 +
            $(".container").fadeIn();
 +
            <!-- Initialize Swiper -->
 +
            var swiper = new Swiper('.swiper-container', {
 +
                spaceBetween: 30,
 +
                effect: 'ease',
 +
                // Enable lazy loading
 +
                lazy: true,
 +
                loop: true,
 +
                centeredSlides: true,
 +
                autoplay: {
 +
                    delay: 5000,
 +
                    disableOnInteraction: true,
 +
                },
 +
                pagination: {
 +
                    el: '.swiper-pagination',
 +
                    clickable: true,
 +
                },
 +
                navigation: {
 +
                    nextEl: '.swiper-button-next',
 +
                    prevEl: '.swiper-button-prev',
 +
                }
 +
            });
 +
        }, 150);
 
     });
 
     });
    $(window).resize();
 
 
</script>
 
</script>
  
 
</html>
 
</html>

Latest revision as of 00:17, 2 November 2017

The clogging of drains and pipe systems by hair and fat is a serious problem in industry and private households. Currently many blockages are dissolved by toxic and reactive chemicals like hydroxide and chlorine compounds, leading to accelerated corrosion in the pipe system and ecological damage. Our aim is to engage this problem in a more sustainable and eco-friendly way by developing a biological cleaner based on a holistic approach using E.coli. Our microbial system is targeted on producing and secreting enzymes, such as keratinases, lipases and esterases to break down hair, fat and other pollutants. By optimizing the secretion of the selected enzymes, we are avoiding enzyme purification which can save valuable money and time. Additionally, we want to produce a scent from the existing waste as an indicator of successful degradation. Involving mathematical modeling of enzymatic kinetics and degradation processes will support the experimental work.
Finally this approach will LIGHT UP THE PIPE again!

You can also find us on facebook - visit, contact us or follow us on twitter