Difference between revisions of "Team:TU Dresden/Playground"

Line 1: Line 1:
 
{{TU_Dresden-playgroundStyle/CSS}}
 
{{TU_Dresden-playgroundStyle/CSS}}
 +
 
<html>
 
<html>
<link href="https://fonts.googleapis.com/css?family=Orbitron:400,500|Open+Sans" rel="stylesheet">  
+
    <link href="https://fonts.googleapis.com/css?family=Orbitron:400,500|Open+Sans" rel="stylesheet">  
<body>
+
    <body>
<div class="stars"></div>
+
        <div class="stars"></div>
<div class="twinkling"></div>
+
        <div class="twinkling"></div>
<header>
+
        <header>
  
<nav>
+
            <nav>
<div class="wrapper">
+
                <div class="wrapper">
<div class="nav-mobile">
+
                    <div class="nav-mobile">
<a id="nav-toggle" href="#" onclick="toggleNav()" class="closed"><span></span></a>
+
                        <a id="nav-toggle" href="#" onclick="toggleNav()" class="closed"><span></span></a>
</div>
+
                    </div>
<div>
+
                    <div>
<a id="logo" href="#"><img src="https://static.igem.org/mediawiki/2017/1/14/T--TU_Dresden--logo.png" alt="Logo"></a>
+
                        <a id="logo" href="#"><img src="https://static.igem.org/mediawiki/2017/1/14/T--TU_Dresden--logo.png" alt="Logo"></a>
</div>
+
                    </div>
<ul class="navbar">
+
                    <ul class="navbar">
<li><a href="#" class="nav-text dropbtn">Project</a>
+
                        <li><a href="#" class="nav-text dropbtn">Project</a>
<ul class="nav-dropdown">
+
                                <ul class="nav-dropdown">
<li><a href="#" class="nav-text">Overview</a></li>
+
                                    <li><a href="#" class="nav-text">Overview</a></li>
<li><a href="#" class="nav-text">Peptidosoms</a></li>
+
                                    <li><a href="#" class="nav-text">Peptidosoms</a></li>
<li><a href="#" class="nav-text">Biosensors</a></li>
+
                                    <li><a href="#" class="nav-text">Biosensors</a></li>
<li><a href="#" class="nav-text">Signal Peptides</a></li>
+
                                    <li><a href="#" class="nav-text">Signal Peptides</a></li>
<li><a href="#" class="nav-text">Extracellular Protein Interaction</a></li>
+
                                    <li><a href="#" class="nav-text">Extracellular Protein Interaction</a></li>
<li><a href="#" class="nav-text">Co-Cultivation</a></li>
+
                                    <li><a href="#" class="nav-text">Co-Cultivation</a></li>
</ul></li><!--
+
                                </ul></li><!--
--><li><a href="#" class="nav-text">Results</a></li><!--
+
                        --><li><a href="#" class="nav-text">Results</a></li><!--
--><li><a href="#" class="nav-text dropbtn">Outreach</a>
+
                        --><li><a href="#" class="nav-text dropbtn">Outreach</a>
<ul class="nav-dropdown">
+
                                <ul class="nav-dropdown">
<li><a href="#" class="nav-text">Collaborations</a></li>
+
                                    <li><a href="#" class="nav-text">Collaborations</a></li>
<li><a href="#" class="nav-text">InterLab Study</a></li>
+
                                    <li><a href="#" class="nav-text">InterLab Study</a></li>
<li><a href="#" class="nav-text">German Wide Meetup</a></li>
+
                                    <li><a href="#" class="nav-text">German Wide Meetup</a></li>
<li><a href="#" class="nav-text">Human Practices</a></li>
+
                                    <li><a href="#" class="nav-text">Human Practices</a></li>
</ul></li><!--
+
                                </ul></li><!--
--><li><a href="https://2017.igem.org/wiki/index.php?title=Team:TU_Dresden/iGEM-goes-green" class="nav-text">iGEM goes green</a></li><!--
+
                        --><li><a href="#" class="nav-text">iGEM goes green</a></li><!--
--><li><a href="#" class="nav-text dropbtn">About Us</a>
+
                        --><li><a href="#" class="nav-text dropbtn">About Us</a>
<ul class="nav-dropdown">
+
                                <ul class="nav-dropdown">
<li><a href="#" class="nav-text">Team</a></li>
+
                                    <li><a href="#" class="nav-text">Team</a></li>
<li><a href="#" class="nav-text">Supervisors</a></li>
+
                                    <li><a href="#" class="nav-text">Supervisors</a></li>
<li><a href="#" class="nav-text">Attributions</a></li>
+
                                    <li><a href="#" class="nav-text">Attributions</a></li>
<li><a href="#" class="nav-text">Sponsors</a></li>
+
                                    <li><a href="#" class="nav-text">Sponsors</a></li>
</ul></li><!--
+
                                </ul></li><!--
--><li><a href="#" class="nav-text">Notebook</a></li>
+
                        --><li><a href="#" class="nav-text">Notebook</a></li>
</ul>
+
                    </ul>
</div>
+
                </div>
</nav>
+
            </nav>
  
</header>
+
        </header>
<svg id="galaxy" viewBox="0 0 2200 1000" >
+
        <svg id="galaxy" viewBox="0 0 2200 1000" >
  <defs>
+
          <defs>
  <filter id="f1" x="-25%" y="-25%" width="200%" height="200%">
+
            <filter id="f1" x="-25%" y="-25%" width="200%" height="200%">
      <feGaussianBlur in="SourceGraphic" stdDeviation="15" />
+
              <feGaussianBlur in="SourceGraphic" stdDeviation="15" />
    </filter>
+
            </filter>
    <style>
+
            <style>
      circle {
+
              circle {
  }
+
              }
      circle:hover {
+
              circle:hover {
    fill: white;
+
                fill: white;
    opacity:0.5;
+
                opacity:0.5;
  }
+
              }
      rect {
+
              rect {
  }
+
              }
      rect:hover {
+
              rect:hover {
    fill: white;
+
                fill: white;
    opacity:0.5;
+
                opacity:0.5;
  }
+
              }
    </style>
+
            </style>
  </defs>  
+
          </defs>  
  <a xlink:href="#">
+
          <a xlink:href="#">
    <circle cx="195" cy="675" opacity="0" r="110" filter="url(#f1)"/>
+
            <circle cx="195" cy="675" opacity="0" r="110" filter="url(#f1)"/>
  </a>
+
          </a>
  <a xlink:href="#">
+
          <a xlink:href="#">
    <rect x="570" y="350" opacity="0" width="200" height="300" filter="url(#f1)"/>
+
            <rect x="570" y="350" opacity="0" width="200" height="300" filter="url(#f1)"/>
  </a>
+
          </a>
</svg>
+
        </svg>
  
<main>
+
        <main>
  
<div class="contentbox">
+
            <div class="contentbox">
  
<h1 class="box-heading">Entering a whole new universe of applications!</h1>
+
            <h1 class="box-heading">Entering a whole new universe of applications!</h1>
  
<h2>EncaBcillus - It's a trap! </h2>
+
            <h2>EncaBcillus - It's a trap! </h2>
  
<p>Synthetic biology wants to go beyond the pure biological by integrating concepts from chemistry or physics into the living world. At this interphase, our project wants to introduce Peptidosomes as a new fundamental approach for generating and applying encapsulated bacteria.  
+
            <p>Synthetic biology wants to go beyond the pure biological by integrating concepts from chemistry or physics into the living world. At this interphase, our project wants to introduce Peptidosomes as a new fundamental approach for generating and applying encapsulated bacteria.  
These spheres possess advantageous properties like stability in different media and a mesh-like structure that allows for the selective exchange of compounds via diffusion. Therefore, we are able to benefit from the entrapped cells' abilities, while ensuring that they are not released into their surroundings.
+
            These spheres possess advantageous properties like stability in different media and a mesh-like structure that allows for the selective exchange of compounds via diffusion. Therefore, we are able to benefit from the entrapped cells' abilities, while ensuring that they are not released into their surroundings.
Using the powerful genetics of <i>Bacillus subtilis</i> and its secretory capabilities we demonstrate communication and cooperation between separately encapsulated bacterial populations as well as the environment. Peptidosomes can be further enhanced by incorporating magnetic or biological beads - which can be functionalized with proteins - into their peptide-based shell.
+
            Using the powerful genetics of <i>Bacillus subtilis</i> and its secretory capabilities we demonstrate communication and cooperation between separately encapsulated bacterial populations as well as the environment. Peptidosomes can be further enhanced by incorporating magnetic or biological beads - which can be functionalized with proteins - into their peptide-based shell.
With this unique setup, we provide a whole new universe of applications to the iGEM community.</p>
+
            With this unique setup, we provide a whole new universe of applications to the iGEM community.</p>
</div>
+
            </div>
  
<div class="contentbox">
+
            <div class="contentbox">
  
<h1 class="box-heading">EncaBcillus - It's a trap! </h1>
+
            <h1 class="box-heading">EncaBcillus - It's a trap! </h1>
  
<p>Synthetic biology wants to go beyond the pure biological by integrating concepts from chemistry or physics into the living world. At this interphase, our project wants to introduce Peptidosomes as a new fundamental approach for generating and applying encapsulated bacteria.  
+
            <p>Synthetic biology wants to go beyond the pure biological by integrating concepts from chemistry or physics into the living world. At this interphase, our project wants to introduce Peptidosomes as a new fundamental approach for generating and applying encapsulated bacteria.  
These spheres possess advantageous properties like stability in different media and a mesh-like structure that allows for the selective exchange of compounds via diffusion. Therefore, we are able to benefit from the entrapped cells' abilities, while ensuring that they are not released into their surroundings.
+
            These spheres possess advantageous properties like stability in different media and a mesh-like structure that allows for the selective exchange of compounds via diffusion. Therefore, we are able to benefit from the entrapped cells' abilities, while ensuring that they are not released into their surroundings.
Using the powerful genetics of <i>Bacillus subtilis</i> and its secretory capabilities we demonstrate communication and cooperation between separately encapsulated bacterial populations as well as the environment. Peptidosomes can be further enhanced by incorporating magnetic or biological beads - which can be functionalized with proteins - into their peptide-based shell.
+
            Using the powerful genetics of <i>Bacillus subtilis</i> and its secretory capabilities we demonstrate communication and cooperation between separately encapsulated bacterial populations as well as the environment. Peptidosomes can be further enhanced by incorporating magnetic or biological beads - which can be functionalized with proteins - into their peptide-based shell.
With this unique setup, we provide a whole new universe of applications to the iGEM community.</p>
+
            With this unique setup, we provide a whole new universe of applications to the iGEM community.</p>
</div>
+
            </div>
  
<div class="contentbox">
+
            <div class="contentbox">
  
<h2 class="box-heading">EncaBcillus - It's a trap! </h1>
+
            <h1 class="box-heading">EncaBcillus - It's a trap! </h1>
  
<p>Synthetic biology wants to go beyond the pure biological by integrating concepts from chemistry or physics into the living world. At this interphase, our project wants to introduce Peptidosomes as a new fundamental approach for generating and applying encapsulated bacteria.  
+
            <p>Synthetic biology wants to go beyond the pure biological by integrating concepts from chemistry or physics into the living world. At this interphase, our project wants to introduce Peptidosomes as a new fundamental approach for generating and applying encapsulated bacteria.  
These spheres possess advantageous properties like stability in different media and a mesh-like structure that allows for the selective exchange of compounds via diffusion. Therefore, we are able to benefit from the entrapped cells' abilities, while ensuring that they are not released into their surroundings.
+
            These spheres possess advantageous properties like stability in different media and a mesh-like structure that allows for the selective exchange of compounds via diffusion. Therefore, we are able to benefit from the entrapped cells' abilities, while ensuring that they are not released into their surroundings.
Using the powerful genetics of <i>Bacillus subtilis</i> and its secretory capabilities we demonstrate communication and cooperation between separately encapsulated bacterial populations as well as the environment. Peptidosomes can be further enhanced by incorporating magnetic or biological beads - which can be functionalized with proteins - into their peptide-based shell.
+
            Using the powerful genetics of <i>Bacillus subtilis</i> and its secretory capabilities we demonstrate communication and cooperation between separately encapsulated bacterial populations as well as the environment. Peptidosomes can be further enhanced by incorporating magnetic or biological beads - which can be functionalized with proteins - into their peptide-based shell.
With this unique setup, we provide a whole new universe of applications to the iGEM community.</p>
+
            With this unique setup, we provide a whole new universe of applications to the iGEM community.</p>
</div>
+
            </div>
  
</main>
+
        </main>
  
<footer>
+
        <footer>
<div id="ufo">
+
            <div id="ufo">
<div class="ufo-links">
+
                <div class="ufo-links">
<a class="nav-text" href="#">Take the tour!</a>
+
                    <a class="nav-text" href="#">Take the tour!</a>
</div>
+
                </div>
</div>
+
            </div>
</footer>
+
        </footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
+
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://2017.igem.org/Template:TU_Dresden-playgroundJS/Javascript?
+
        <script src="js/main.js"></script>
action=raw&ctype=text/javascript"></script>
+
    </body>
</body>
+
 
</html>
 
</html>

Revision as of 17:31, 13 October 2017

No one needs me, please delete me...

Entering a whole new universe of applications!

EncaBcillus - It's a trap!

Synthetic biology wants to go beyond the pure biological by integrating concepts from chemistry or physics into the living world. At this interphase, our project wants to introduce Peptidosomes as a new fundamental approach for generating and applying encapsulated bacteria. These spheres possess advantageous properties like stability in different media and a mesh-like structure that allows for the selective exchange of compounds via diffusion. Therefore, we are able to benefit from the entrapped cells' abilities, while ensuring that they are not released into their surroundings. Using the powerful genetics of Bacillus subtilis and its secretory capabilities we demonstrate communication and cooperation between separately encapsulated bacterial populations as well as the environment. Peptidosomes can be further enhanced by incorporating magnetic or biological beads - which can be functionalized with proteins - into their peptide-based shell. With this unique setup, we provide a whole new universe of applications to the iGEM community.

EncaBcillus - It's a trap!

Synthetic biology wants to go beyond the pure biological by integrating concepts from chemistry or physics into the living world. At this interphase, our project wants to introduce Peptidosomes as a new fundamental approach for generating and applying encapsulated bacteria. These spheres possess advantageous properties like stability in different media and a mesh-like structure that allows for the selective exchange of compounds via diffusion. Therefore, we are able to benefit from the entrapped cells' abilities, while ensuring that they are not released into their surroundings. Using the powerful genetics of Bacillus subtilis and its secretory capabilities we demonstrate communication and cooperation between separately encapsulated bacterial populations as well as the environment. Peptidosomes can be further enhanced by incorporating magnetic or biological beads - which can be functionalized with proteins - into their peptide-based shell. With this unique setup, we provide a whole new universe of applications to the iGEM community.

EncaBcillus - It's a trap!

Synthetic biology wants to go beyond the pure biological by integrating concepts from chemistry or physics into the living world. At this interphase, our project wants to introduce Peptidosomes as a new fundamental approach for generating and applying encapsulated bacteria. These spheres possess advantageous properties like stability in different media and a mesh-like structure that allows for the selective exchange of compounds via diffusion. Therefore, we are able to benefit from the entrapped cells' abilities, while ensuring that they are not released into their surroundings. Using the powerful genetics of Bacillus subtilis and its secretory capabilities we demonstrate communication and cooperation between separately encapsulated bacterial populations as well as the environment. Peptidosomes can be further enhanced by incorporating magnetic or biological beads - which can be functionalized with proteins - into their peptide-based shell. With this unique setup, we provide a whole new universe of applications to the iGEM community.