Difference between revisions of "Team:TUDelft/Test"

 
(47 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
         <style>
 
         <style>
  
            .containerhome {
 
                width: 100%;
 
                height: 100%;
 
                margin: 0 auto 40px;
 
 
            }
 
 
            .cardhome {
 
                width: 100%;
 
                height: 100%;
 
                position: absolute;
 
                -webkit-transition: -webkit-transform 2s;
 
                -moz-transition: -moz-transform 2s;
 
                -o-transition: -o-transform 2s;
 
                transition: transform 2s;
 
                -webkit-transform-style: preserve-3d;
 
                -moz-transform-style: preserve-3d;
 
                -o-transform-style: preserve-3d;
 
                transform-style: preserve-3d;
 
                -webkit-transform-origin: right center;
 
                -moz-transform-origin: right center;
 
                -o-transform-origin: right center;
 
                transform-origin: right center;
 
            }
 
 
            .cardhome.flipped {
 
                -webkit-transform: translateX( -100%) rotateY( -180deg);
 
                -moz-transform: translateX( -100%) rotateY( -180deg);
 
                -o-transform: translateX( -100%) rotateY( -180deg);
 
                transform: translateX( -100%) rotateY( -180deg);
 
            }
 
 
            .cardhome div {
 
                height: 100%;
 
                width: 100%;
 
                color: black;
 
                text-align: center;
 
                font-weight: bold;
 
                position: absolute;
 
                -webkit-backface-visibility: hidden;
 
                -moz-backface-visibility: hidden;
 
                -o-backface-visibility: hidden;
 
                backface-visibility: hidden;
 
            }
 
 
            .cardhome .front {
 
                background: black;
 
                display: flex;
 
                justify-content: center;
 
                align-items: center;
 
            }
 
 
            .cardhome .front p {
 
                margin:auto;
 
            }
 
 
            .cardhome .back p {
 
                margin: auto;
 
            }
 
 
            .cardhome .back {
 
                background: black;
 
                -webkit-transform: rotateY( 180deg);
 
                -moz-transform: rotateY( 180deg);
 
                -o-transform: rotateY( 180deg);
 
                transform: rotateY( 180deg);
 
                display: flex;
 
                justify-content: center;
 
                align-items: center;
 
            }
 
            .homepage {
 
 
                height:100%;
 
                width:100%;
 
            }
 
 
             body{
 
             body{
 
                 background-color:#ffffff}
 
                 background-color:#ffffff}
            .as_hero{position:relative;background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background-position:top;height:100vh}
 
 
            video{min-width:100%;max-width:none!important;min-height:100%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}
 
 
            .video-container{height:100%;width:100%;overflow:hidden;position:relative}
 
  
  
 
             .Banner{
 
             .Banner{
                background: linear-gradient( rgba(255, 255, 255,1), rgba(0, 0, 0,1));
+
              background: linear-gradient( rgba(188, 233, 246,1), rgba(251, 251, 251,1));
 
                 background-repeat: no-repeat;
 
                 background-repeat: no-repeat;
 
                 background-size:100% 100%;  
 
                 background-size:100% 100%;  
Line 206: Line 126:
  
 
             }
 
             }
             .hero-text {
+
             .hero-home {
 
                 text-align: center;
 
                 text-align: center;
 
                 position: absolute;
 
                 position: absolute;
Line 219: Line 139:
 
                 border-style: solid;
 
                 border-style: solid;
 
                 border-width:medium;
 
                 border-width:medium;
                 color: #0072b2 !important;
+
                 color: #0072b2!important;
 
                 padding: 1%;
 
                 padding: 1%;
 
                 text-align: center;
 
                 text-align: center;
Line 238: Line 158:
 
                 border-style: solid;
 
                 border-style: solid;
 
                 border-width:medium;
 
                 border-width:medium;
                 color: #0072b2 !important;
+
                 color: #0072b2;!important;
 
                 padding: 0.5%;
 
                 padding: 0.5%;
 
                 text-align: center;
 
                 text-align: center;
Line 245: Line 165:
 
                 cursor: pointer;
 
                 cursor: pointer;
 
                 border-radius: 8px;
 
                 border-radius: 8px;
 +
                margin-left:auto;
 +
                margin-right:auto;
  
 
             }
 
             }
Line 251: Line 173:
 
                 opacity: 0.75;  
 
                 opacity: 0.75;  
 
                 text-decoration:none;
 
                 text-decoration:none;
                 color:#fff !important;
+
                 color:#ffffff!important;
 
             }
 
             }
  
 +
            .buttontu3 {
  
 +
                border-color: #ffffff;
 +
                border-style: solid;
 +
                border-width:medium;
 +
                color: #ffffff!important;
 +
                padding: 0.5%;
 +
                text-align: center;
 +
                text-decoration: none;
 +
                display: inline-block;
 +
                cursor: pointer;
 +
                border-radius: 8px;
 +
                margin-left:auto;
 +
                margin-right:auto;
 +
 +
            }
 +
            .buttontu3:hover {
 +
                background-color: #ffffff;
 +
                opacity: 0.75;
 +
                text-decoration:none;
 +
                color:#000000!important;
 +
            }
 
             .centerjustify2 {
 
             .centerjustify2 {
 
                 margin-left: auto;
 
                 margin-left: auto;
Line 271: Line 214:
 
                 text-align: justify;
 
                 text-align: justify;
 
             }
 
             }
 
+
            .hero-home {
 +
                text-align: center;
 +
                position: absolute;
 +
                top: 90%;
 +
                left: 50%;
 +
                transform: translate(-50%, -50%);
 +
                color: white;
 +
            }
 
             .mySlides {display: none}
 
             .mySlides {display: none}
 
             img {vertical-align: middle;}
 
             img {vertical-align: middle;}
Line 279: Line 229:
 
                 max-width: 100%;
 
                 max-width: 100%;
 
                 position: relative;
 
                 position: relative;
 +
                margin:auto;
 
             }
 
             }
  
Line 287: Line 238:
 
                 height: 20px;
 
                 height: 20px;
 
                 width: 20px;
 
                 width: 20px;
                 margin: 0 2px;
+
                 margin: 0.6%;
 +
                margin-top:1%;
 
                 background-color: #bbb;
 
                 background-color: #bbb;
 
                 border-radius: 50%;
 
                 border-radius: 50%;
 
                 display: inline-block;
 
                 display: inline-block;
 
                 transition: background-color 0.6s ease;
 
                 transition: background-color 0.6s ease;
 
 
 
             }
 
             }
  
Line 478: Line 428:
 
             width:80%;
 
             width:80%;
 
             }  
 
             }  
 +
.containerhome {
 +
                width: 100%;
 +
                height: auto;
 +
                margin: 0 auto 40px;
 +
 
             }
 
             }
 +
}
 +
#my_centered_buttons { display: flex; justify-content: center; }
  
 +
.centerfoto {
 +
  display: block;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  width: 85%;
 +
}
  
 +
@media screen and (max-width: 800px) {
 +
.centerfoto {
 +
  display: block;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  margin-top:10%;
 +
  margin-bottom:6%;
 +
  width: 85%;
 +
}
 +
}
 
         </style>
 
         </style>
  
Line 486: Line 459:
  
 
     <body>
 
     <body>
        <div class="as_hero">
+
        <div class="Banner">
            <section class="containerhome">
+
  
                <div class="cardhome">
+
            <div class="display-2 mb-0">  
                    <div class="front">
+
              <div class="slideshow-container">
                        <img src="https://static.igem.org/mediawiki/2019/a/a9/T--TUDelft--homepagefront.jpeg" alt="bacteria1" class="homepage">
+
<br>
                    </div>
+
<br>
                    <div class="back">
+
<br>
                        <img src="https://static.igem.org/mediawiki/2019/6/68/T--TUDelft--achterkant.jpg" alt="bacteria2" class="homepage">
+
<br>
                    </div>
+
<div class="mySlides fade">
                </div>
+
  <img class="centerfoto" src = "https://static.igem.org/mediawiki/2019/c/c8/T--TUDelft--HomeAfter.png" alt="slide 1" >
  
            </section>
+
</div>
        </div>
+
  
 +
<div class="mySlides fade">
 +
  <img class="centerfoto" src = "https://static.igem.org/mediawiki/2019/5/5b/T--TUDelft--HomeAfter5.png" alt="slide 2" >
 +
 +
</div>
 +
 +
<div class="mySlides fade">
 +
 +
  <img class="centerfoto" src = "https://static.igem.org/mediawiki/2019/3/3b/T--TUDelft--HomeAfter8.png" alt="slide 3" >
 +
 +
</div>
 +
 +
 +
<div class="mySlides fade">
 +
 +
  <img class="centerfoto" src = "https://static.igem.org/mediawiki/2019/2/2e/T--TUDelft--HomeAfter4.png" alt="slide 4" >
 +
 +
</div>
 +
 +
<div class="mySlides fade">
 +
 +
  <img class="centerfoto" src = "https://static.igem.org/mediawiki/2019/e/e4/T--TUDelft--HomeAfter3.png" alt="slide 5" >
 +
 +
</div>
 +
 +
<div class="mySlides fade">
 +
 +
  <img class="centerfoto" src = "https://static.igem.org/mediawiki/2019/9/95/T--TUDelft--HomeAfter7.png" alt="slide 6" >
 +
 +
</div>
 +
 +
<div class="mySlides fade">
 +
 +
  <img class="centerfoto" src = "https://static.igem.org/mediawiki/2019/8/85/T--TUDelft--HomeAfter6.png" alt="slide 7" >
 +
 +
</div>
 +
 +
<div class="mySlides fade">
 +
 +
  <img class="centerfoto" src = "https://static.igem.org/mediawiki/2019/e/e3/T--TUDelft--HomeAfter2.png" alt="slide 8" >
 +
 +
</div>
 +
</div>
 +
 +
<div style="text-align:center">
 +
  <span class="dot" onclick="currentSlide(1)"></span>
 +
  <span class="dot" onclick="currentSlide(2)"></span>
 +
  <span class="dot" onclick="currentSlide(3)"></span>
 +
  <span class="dot" onclick="currentSlide(4)"></span>
 +
  <span class="dot" onclick="currentSlide(5)"></span>
 +
  <span class="dot" onclick="currentSlide(6)"></span>
 +
  <span class="dot" onclick="currentSlide(7)"></span>
 +
  <span class="dot" onclick="currentSlide(8)"></span>
 +
</div>
 +
 +
            </div>           
 +
        </div>       
 +
        </div>
  
 
         <div style="background-color:#fbfbfb;">
 
         <div style="background-color:#fbfbfb;">
Line 506: Line 534:
  
 
             <div class="centerjustify2">
 
             <div class="centerjustify2">
 +
<div id="ScrollDown1"></div>
 
                 <div class="rowhm">
 
                 <div class="rowhm">
  
Line 541: Line 570:
 
                 <div class="centerjustify2" style="text-align:center;">
 
                 <div class="centerjustify2" style="text-align:center;">
 
                     <br>
 
                     <br>
                     <p style="font-size:xx-large;"> <b> Engineering organism specific parts and utilizing existing parts across different species is extremely laborious and expensive </b> </p>
+
                     <p style="font-size:xx-large;"> <b> Engineering organism-specific parts and utilizing existing parts across different species is extremely laborious and expensive </b> </p>
 
                         <p style="font-size:large;">which restricts the scope of synthetic biology to a small subset of the bacterial cosmos.</p>
 
                         <p style="font-size:large;">which restricts the scope of synthetic biology to a small subset of the bacterial cosmos.</p>
 
                     <br>  
 
                     <br>  
Line 574: Line 603:
 
                     <div class="right">
 
                     <div class="right">
 
                         <div class="centerjustify2">
 
                         <div class="centerjustify2">
                             <p style="font-size:large; line-height: 200%;"> In our project, we developed the <b style="font-size:xx-large;color:#0072b2;">Sci-Phi 29 platform</b> that aims to expand the repertoire of bacterial species and broaden the range of substrates and environmental conditions which is currently applied in synthetic biology.</p>
+
                             <p style="font-size:large; line-height: 200%;"> We developed <b style="font-size:xx-large;color:#0072b2;">Sci-Phi 29</b>, a platform that expands the scope of synthetic biology by providing essential tools required to engineer a repertoire of bacterial species.</p>
 
                             <br>
 
                             <br>
 
                             <br>
 
                             <br>
Line 615: Line 644:
 
                 <p><b style="font-size:xx-large;color:#0072b2;">Sci-Phi 29</b></p>  
 
                 <p><b style="font-size:xx-large;color:#0072b2;">Sci-Phi 29</b></p>  
  
                 <p style="width:60%;margin-left:auto; margin-right:auto;font-size:large;">is a standardized and user-friendly platform which allows expressing of your gene of interest in a controllable manner across different bacterial species and independently of the host.</p><br>
+
                 <p style="width:60%;margin-left:auto; margin-right:auto;font-size:x-large;"> A user-friendly platform that allows engineering your bacteria of choice through:</p><br>
 
             </div>
 
             </div>
 
         </div>
 
         </div>
Line 653: Line 682:
 
                     <div class="centerjustify2">
 
                     <div class="centerjustify2">
 
                         <center><img src = "https://static.igem.org/mediawiki/2019/5/56/T--TUDelft--logocontrol.png" alt="Controllability" style="width:49.7%;"></center>
 
                         <center><img src = "https://static.igem.org/mediawiki/2019/5/56/T--TUDelft--logocontrol.png" alt="Controllability" style="width:49.7%;"></center>
                         <p style="font-size:large; line-height: 200%;"> To tackle the issue of <b style="font-size:x-large;color:#0072b2;">variation in expression</b> across species, we took our platform to the next level by integrating the concept of controllability, which is based on a <b style="font-size:x-large;color:#0072b2;">systems engineering</b> approach. </p>
+
                         <p style="font-size:large; line-height: 200%;"> To tackle the issue of <b style="font-size:x-large;color:#0072b2;">variation in expression</b> across bacterial species, we applied <b style="font-size:x-large;color:#0072b2;">control systems</b> thinking to achieve controllability. </p>
 
                         <br>
 
                         <br>
 
                         <p style="font-size:large; line-height: 200%;">We included the following variables in our <a href="https://2019.igem.org/Team:TUDelft/Model"><u style="font-size:x-large;color:#0072b2;">model</u></a> and <a href="https://2019.igem.org/Team:TUDelft/Results"><u style="font-size:x-large;color:#0072b2;">experiments</u></a>:</p>
 
                         <p style="font-size:large; line-height: 200%;">We included the following variables in our <a href="https://2019.igem.org/Team:TUDelft/Model"><u style="font-size:x-large;color:#0072b2;">model</u></a> and <a href="https://2019.igem.org/Team:TUDelft/Results"><u style="font-size:x-large;color:#0072b2;">experiments</u></a>:</p>
Line 662: Line 691:
 
                             <div class="boxx3 columnhm" >
 
                             <div class="boxx3 columnhm" >
  
                                 <a href="https://2019.igem.org/Team:TUDelft/Model"> <img src = "https://static.igem.org/mediawiki/2019/3/33/T--TUDelft--logoplasmidcopynumber.png" alt="Logo Plasmid Copy Number" style="width:100%;"></a>
+
                                 <a href="https://2019.igem.org/Team:TUDelft/Model#PlasmidCopyNumber"> <img src = "https://static.igem.org/mediawiki/2019/3/33/T--TUDelft--logoplasmidcopynumber.png" alt="Logo Plasmid Copy Number" style="width:100%;"></a>
 
                             </div>
 
                             </div>
  
Line 668: Line 697:
 
                             <div class="boxx3 columnhm" >
 
                             <div class="boxx3 columnhm" >
  
                                 <a href="https://2019.igem.org/Team:TUDelft/Model"><img src = "https://static.igem.org/mediawiki/2019/6/6f/T--TUDelft--logo_transcription2.png" alt="Logo Transcriptional Variations" style="width:100%;"></a>
+
                                 <a href="https://2019.igem.org/Team:TUDelft/Model#TranscriptionalVariations"><img src = "https://static.igem.org/mediawiki/2019/6/6f/T--TUDelft--logo_transcription2.png" alt="Logo Transcriptional Variations" style="width:100%;"></a>
  
 
                             </div>
 
                             </div>
  
 
                             <div class="boxx3 columnhm">
 
                             <div class="boxx3 columnhm">
                                 <a href="https://2019.igem.org/Team:TUDelft/Model"><img src = "https://static.igem.org/mediawiki/2019/b/b4/T--TUDelft--logo_transcription.png" alt="Logo Translational Variations" style="width:100%;"></a>
+
                                 <a href="https://2019.igem.org/Team:TUDelft/Model#TranslationalVariations"><img src = "https://static.igem.org/mediawiki/2019/b/b4/T--TUDelft--logo_transcription.png" alt="Logo Translational Variations" style="width:100%;"></a>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
Line 701: Line 730:
  
 
             <div  data-aos="fade-up" data-aos-duration="3000">
 
             <div  data-aos="fade-up" data-aos-duration="3000">
                 <div style="background-color:#fbfbfb;" >
+
                 <div style="background-color:#e1e1e1;" >
 
                     <br>
 
                     <br>
 
                     <div class="centerjustify2" style="text-align:center;">
 
                     <div class="centerjustify2" style="text-align:center;">
Line 707: Line 736:
 
                         <br>
 
                         <br>
 
                         <p style="font-size:large;"> We as a team are <b style="font-size:x-large;color:#0072b2;">fascinated by this microbial diversity</b> and wanted to share our fascination with the rest of the world. That is why our goal this year was to introduce the general public, from children to your neighbor to your teacher, to the hidden world of microbes. We organized <b style="font-size:x-large;color:#0072b2;">multiple events</b> because we wanted to make sure that everyone has <b style="font-size:x-large;color:#0072b2;">access</b> to the invisible microbial world.</p>
 
                         <p style="font-size:large;"> We as a team are <b style="font-size:x-large;color:#0072b2;">fascinated by this microbial diversity</b> and wanted to share our fascination with the rest of the world. That is why our goal this year was to introduce the general public, from children to your neighbor to your teacher, to the hidden world of microbes. We organized <b style="font-size:x-large;color:#0072b2;">multiple events</b> because we wanted to make sure that everyone has <b style="font-size:x-large;color:#0072b2;">access</b> to the invisible microbial world.</p>
 
+
<br>
 
                         <center><a target="_blank" href="https://2019.igem.org/Team:TUDelft/Public_Engagement" class="buttontu2"><b>Read More</b></a></center>
 
                         <center><a target="_blank" href="https://2019.igem.org/Team:TUDelft/Public_Engagement" class="buttontu2"><b>Read More</b></a></center>
 
                     </div>
 
                     </div>
Line 776: Line 805:
 
                                     </div></a>
 
                                     </div></a>
  
                                 <a href="https://2019.igem.org/Team:TUDelft/Results"><div class="boxx columnhm">
+
                                 <a href="https://2019.igem.org/Team:TUDelft/Safety"><div class="boxx columnhm">
 
                                     <img src = "https://static.igem.org/mediawiki/2019/8/8e/T--TUDelft--Safety_mini_logo.png" alt="Results logo" style="width:100%;">  
 
                                     <img src = "https://static.igem.org/mediawiki/2019/8/8e/T--TUDelft--Safety_mini_logo.png" alt="Results logo" style="width:100%;">  
 
                                     </div></a>
 
                                     </div></a>
Line 791: Line 820:
 
                     </div>  
 
                     </div>  
 
                 </div>
 
                 </div>
 +
               
 +
               
 +
               
 +
                                            <p  style="font-size:xx-large;color:#0072b2;text-align: center;"><a href="https://2019.igem.org/Team:TUDelft/Team" ><b>Click here</b></a> to meet our team!</p>
 +
<br>
 +
                    <div>
 +
                                    <img src = "https://static.igem.org/mediawiki/2019/2/23/T--TUDelft--Team2.png" alt="Team Picture" style="width:100%;">
 +
 +
                    </div>
 +
             
 
             </div>
 
             </div>
  
Line 802: Line 841:
 
             AOS.init();
 
             AOS.init();
  
 +
 +
var slideIndex = 1;
 +
var timer = null;
 +
showSlides(slideIndex);
 +
 +
function plusSlides(n) {
 +
  clearTimeout(timer);
 +
  showSlides(slideIndex += n);
 +
}
 +
 +
function currentSlide(n) {
 +
  clearTimeout(timer);
 +
  showSlides(slideIndex = n);
 +
}
 +
 +
function showSlides(n) {
 +
  var i;
 +
  var slides = document.getElementsByClassName("mySlides");
 +
  var dots = document.getElementsByClassName("dot");
 +
  if (n==undefined){n = ++slideIndex}
 +
  if (n > slides.length) {slideIndex = 1}
 +
  if (n < 1) {slideIndex = slides.length}
 +
  for (i = 0; i < slides.length; i++) {
 +
      slides[i].style.display = "none";
 +
  }
 +
  for (i = 0; i < dots.length; i++) {
 +
      dots[i].className = dots[i].className.replace(" active", "");
 +
  }
 +
  slides[slideIndex-1].style.display = "block";
 +
  dots[slideIndex-1].className += " active";
 +
  timer = setTimeout(showSlides, 4500);
 +
}
  
 
             var $st = $('.pagination');
 
             var $st = $('.pagination');
Line 851: Line 922:
  
 
             })
 
             })
 +
 
         </script>
 
         </script>
  

Latest revision as of 06:41, 6 December 2019

Sci-Phi 29



Engineering organism-specific parts and utilizing existing parts across different species is extremely laborious and expensive

which restricts the scope of synthetic biology to a small subset of the bacterial cosmos.


Parts road



hm


Sci-Phi 29

hm

We developed Sci-Phi 29, a platform that expands the scope of synthetic biology by providing essential tools required to engineer a repertoire of bacterial species.



Read More


How does Sci-Phi 29 work?



Different Bacteria
Arrow
Different Bacteria

Sci-Phi 29

A user-friendly platform that allows engineering your bacteria of choice through:


Arrow split

Orthogonality

To express genetic tools across multiple bacterial species, we were inspired by the replication machinery of the phi29 bacteriophage. Its unique protein-primed based replication greatly simplifies the design of replication systems. This system is able to replicate a linear piece of DNA by using only four proteins.



Orthogonal Replication System


Find more about how we applied this unique system in our project!

Read More
Controllability

To tackle the issue of variation in expression across bacterial species, we applied control systems thinking to achieve controllability.


We included the following variables in our model and experiments:





Do you want to learn more about the details?

Click here


Sci-Phi 29 applications

To envision a future where our Sci-Phi 29 platform can be used to tackle a real world problem, we created a hypothetical use-case scenario. We theoretically applied Sci-Phi 29 to engineer P. putida to be able to convert microplastics from waste water streams.



Are you curious about the impact of our Sci-Phi 29 platform?

Click Here


Explore the microbial world with us!


We as a team are fascinated by this microbial diversity and wanted to share our fascination with the rest of the world. That is why our goal this year was to introduce the general public, from children to your neighbor to your teacher, to the hidden world of microbes. We organized multiple events because we wanted to make sure that everyone has access to the invisible microbial world.


Read More
Fold Scope Event




Find out more about other aspects of our project

Click here to meet our team!


Team Picture