Difference between revisions of "Team:TU Dresden"

 
(226 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{TU_Dresden/Header}}
 
{{TU_Dresden/Header}}
 
<html>
 
<html>
<div id="pagebanner">
+
<div id="pagebanner" style="background-image: url(https://static.igem.org/mediawiki/2017/6/6a/T--TU_Dresden--planet--galaxy.png);padding-top: 0;">
<div id="bannerspace">
+
<div id="bannerspace" style="margin-bottom: 210px;">
    <div id="bannerquote" style="flush: right;">Entering A Whole New Universe Of Applications!</div>
+
<svg viewBox="0 0 2200 1000" width="100%" onload="init(evt)">
</div>
+
    <script type="text/ecmascript">
<main>
+
    <![CDATA[
  
 +
    function init(evt)
 +
    {
 +
        if ( window.svgDocument == null )
 +
        {
 +
        svgDocument = evt.target.ownerDocument;
 +
        }
  
<figure>
+
        linkinfo = svgDocument.getElementById('linkinfo');
    <img src="https://static.igem.org/mediawiki/2017/6/67/T--TU_Dresden--Project-Overview.png"
+
        linkinfo_bg = svgDocument.getElementById('linkinfo_bg');
        alt="Overview of our project.">
+
</figure>
+
  
<div class="contentbox">
+
    }
<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.  
+
    // Find your root SVG element
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.
+
    var svg = document.querySelector('svg');
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>
+
    // Create an SVGPoint for future math
 +
    var pt = svg.createSVGPoint();
 +
 
 +
    // Get point in global SVG space
 +
    function cursorPoint(evt){
 +
        pt.x = evt.clientX; pt.y = evt.clientY;
 +
        return pt.matrixTransform(svg.getScreenCTM().inverse());
 +
    }
 +
 
 +
    function ShowLinkinfo(evt, mouseovertext)
 +
    {
 +
        var loc = cursorPoint(evt);
 +
 
 +
        linkinfo.setAttributeNS(null,"x",loc.x+5);
 +
        linkinfo.setAttributeNS(null,"y",loc.y+65);
 +
        linkinfo.firstChild.data = mouseovertext;
 +
        linkinfo.setAttributeNS(null,"visibility","visible");
 +
 
 +
        length = linkinfo.getComputedTextLength();
 +
        linkinfo_bg.setAttributeNS(null,"width",length+6);
 +
        linkinfo_bg.setAttributeNS(null,"x",loc.x+2);
 +
        linkinfo_bg.setAttributeNS(null,"y",loc.y+8);
 +
        linkinfo_bg.setAttributeNS(null,"visibility","visibile");
 +
 
 +
        if(loc.x < 1000) {
 +
          linkinfo.setAttributeNS(null,"text-anchor","start");
 +
        } else {
 +
          linkinfo.setAttributeNS(null,"text-anchor","end");
 +
          linkinfo_bg.setAttributeNS(null,"x",loc.x-length);
 +
        }
 +
    }
 +
 
 +
    function HideLinkinfo(evt)
 +
    {
 +
        linkinfo.setAttributeNS(null,"visibility","hidden");
 +
        linkinfo_bg.setAttributeNS(null,"visibility","hidden");
 +
    }
 +
 
 +
    ]]>
 +
  </script>
 +
              <defs>
 +
                <style>
 +
                  circle {
 +
                    opacity:0;
 +
                  }
 +
                  circle:hover {
 +
                      opacity:0;
 +
                  }
 +
 
 +
                .linkinfo{
 +
                      font-family: Orbitron, sans-serif;
 +
                      font-size: 50px;
 +
                  }
 +
                  .linkinfo_bg{
 +
                      fill: white;
 +
                      opacity: 0.85;
 +
                  }
 +
                </style>
 +
              </defs>
 +
        <text
 +
          style="font-weight:bold;font-stretch:normal;font-size:95px;line-height:1.25;font-family:'Orbitron';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28015012"
 +
          x="1040"
 +
          y="200">EncaBcillus</text>
 +
    <text
 +
          style="font-weight:bold;font-stretch:normal;font-size:60px;line-height:1.25;font-family:'Orbitron';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28015012"
 +
          x="1305"
 +
          y="280">It´s a trap!</text>
 +
 
 +
              <a xlink:href="https://2017.igem.org/Team:TU_Dresden/Description">
 +
                <circle cx="976" cy="720" r="185"
 +
                      onmousemove="ShowLinkinfo(evt, 'Project')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
              </a>
 +
            <a xlink:href="https://2017.igem.org/Team:TU_Dresden/Description">
 +
                <circle cx="780" cy="854" r="40"
 +
                      onmousemove="ShowLinkinfo(evt, 'Project')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
              </a>
 +
            <a xlink:href="https://2017.igem.org/Team:TU_Dresden/Description">
 +
                <circle cx="755" cy="670" r="70"
 +
                      onmousemove="ShowLinkinfo(evt, 'Project')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
              </a>
 +
            <a xlink:href="https://2017.igem.org/Team:TU_Dresden/Description">
 +
                <circle cx="1195" cy="605" r="40"
 +
                      onmousemove="ShowLinkinfo(evt, 'Project')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
            </a>
 +
      <a xlink:href="https://2017.igem.org/Team:TU_Dresden/Description">
 +
                <circle cx="1230" cy="790" r="60"
 +
                      onmousemove="ShowLinkinfo(evt, 'Project')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
              </a>
 +
              <a xlink:href="https://2017.igem.org/Team:TU_Dresden/Results">
 +
                <circle cx="140" cy="15" r="455"
 +
                      onmousemove="ShowLinkinfo(evt, 'Results')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
              </a>
 +
              <a xlink:href="https://2017.igem.org/Team:TU_Dresden/Lab_Work">
 +
                <circle cx="1840" cy="210" r="100"
 +
                      onmousemove="ShowLinkinfo(evt, 'Lab Work')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
              </a>
 +
            <a xlink:href="https://2017.igem.org/Team:TU_Dresden/Human_Practices">
 +
                <circle cx="345" cy="815" r="100"
 +
                      onmousemove="ShowLinkinfo(evt, 'Human Practices')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
              </a>
 +
              <a xlink:href="https://2017.igem.org/Team:TU_Dresden/iGEM-goes-green">
 +
                <circle cx="1565" cy="525" r="115"
 +
                      onmousemove="ShowLinkinfo(evt, 'iGEM goes green')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
          </a>
 +
            <a xlink:href="https://2017.igem.org/Team:TU_Dresden/Judging">
 +
                <circle cx="471" cy="906" r="21"
 +
                      onmousemove="ShowLinkinfo(evt, 'Judging')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
              </a>
 +
              <a xlink:href="https://2017.igem.org/Team:TU_Dresden/Judging">
 +
                <circle cx="490" cy="870" r="18"
 +
  onmousemove="ShowLinkinfo(evt, 'Judging')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
              </a>
 +
              <a xlink:href="https://2017.igem.org/Team:TU_Dresden/Judging">
 +
                <circle cx="505" cy="834" r="15"
 +
  onmousemove="ShowLinkinfo(evt, 'Judging')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
                </a>
 +
              <a xlink:href="https://2017.igem.org/Team:TU_Dresden/Judging">
 +
                <circle cx="513" cy="805" r="11"
 +
  onmousemove="ShowLinkinfo(evt, 'Judging')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
              </a>
 +
            <a xlink:href="https://2017.igem.org/Team:TU_Dresden/Judging">
 +
                <circle cx="517" cy="783" r="9"
 +
  onmousemove="ShowLinkinfo(evt, 'Judging')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
              </a>
 +
            <a xlink:href="https://2017.igem.org/Team:TU_Dresden/About_Us">
 +
                <circle cx="1920" cy="700" r="90"
 +
  onmousemove="ShowLinkinfo(evt, 'About Us')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
              </a>
 +
  <a xlink:href="https://2017.igem.org/Team:TU_Dresden/About_Us">
 +
                <circle cx="1990" cy="610" r="80"
 +
  onmousemove="ShowLinkinfo(evt, 'About Us')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
              </a>
 +
  <a xlink:href="https://2017.igem.org/Team:TU_Dresden/About_Us">
 +
                <circle cx="1840" cy="750" r="90"
 +
                  onmousemove="ShowLinkinfo(evt, 'About Us')"
 +
                      onmouseout="HideLinkinfo(evt)"/>
 +
              </a>
 +
 
 +
 
 +
  <rect class="linkinfo_bg" id="linkinfo_bg"
 +
      x="0" y="0" rx="4" ry="4"
 +
      width="55" height="80" visibility="hidden"/>
 +
  <text class="linkinfo" id="linkinfo"
 +
      x="0" y="0" visibility="hidden">Tooltip</text>
 +
</svg>  
 
</div>
 
</div>
 +
<main>
 +
<div style="font-family: var(--headfont); line-height: 150%; color: white; font-size: 40px;margin-bottom: 40px;">Entering a Whole New Universe of Applications</div>
 +
<div style="background-image: url(https://static.igem.org/mediawiki/2017/6/67/T--TU_Dresden--Project-Overview.png); background-size: contain;background-repeat: no-repeat; background-color: rgba(0,0,0,.6);">
 +
                <svg
 +
                    xmlns="http://www.w3.org/2000/svg"
 +
                    viewBox="0 0 331.55521 579.64697"
 +
                    style="width: 100%; max-width: 2902px;">
 +
    <style>
 +
        a:visited, a:active, a:focus, a:hover {
 +
            text-decoration: none;
 +
        }
 +
    </style>
 +
  <a xlink:href="https://2017.igem.org/Team:TU_Dresden/Project/Peptidosomes#fmocff">
 +
  <g
 +
    id="g1325">
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:138.00866604%;font-family:'Open Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="34.570343"
 +
      y="130.81985"
 +
      id="text8111"><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="35.285816"
 +
        y="130.81985"
 +
        id="tspan8105"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076135"
 +
          id="tspan8101">Fmoc-FF </tspan><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8103">is a</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="17.534094"
 +
      y="145.23483"
 +
      id="text8117"><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="17.534094"
 +
        y="145.23483"
 +
        id="tspan8115"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8113">upon pH drop.</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="5.691237"
 +
      y="138.16463"
 +
      id="text8117-7"><tspan
 +
        x="5.691237"
 +
        y="138.16463"
 +
        id="tspan8115-4"
 +
        style="stroke-width:0.26076135">molecule, that self-assembles</tspan></text>
 +
  </g>
 +
</a>
 +
<a xlink:href="https://2017.igem.org/Team:TU_Dresden/Project/Peptidosomes#creation">
 +
  <g
 +
    id="g1359">
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:138.00866604%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="26.721001"
 +
      y="175.73721"
 +
      id="text8129"><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="26.721001"
 +
        y="175.73721"
 +
        id="tspan8123"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8121">You can build up small </tspan></tspan><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="26.721001"
 +
        y="183.33954"
 +
        id="tspan8127"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8125">spheres with it! They are</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="24.335958"
 +
      y="192.28345"
 +
      id="text8139"><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="24.335958"
 +
        y="192.28345"
 +
        id="tspan8137"><tspan
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8131">called </tspan><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:7.0079608px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076135"
 +
          id="tspan8133">Peptidosomes.</tspan></tspan></text>
 +
  </g>
 +
</a>
 +
<a xlink:href="https://2017.igem.org/Team:TU_Dresden/Lab_Work#B-subtilis">
 +
  <g
 +
    id="g1334">
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:7.0079608px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="265.65536"
 +
      y="144.32425"
 +
      id="text8149"><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="265.65536"
 +
        y="144.32425"
 +
        id="tspan8147"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:7.0079608px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076135"
 +
          id="tspan8143">Microbes </tspan><tspan
 +
          dx="0.38721156"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8145">have so</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="256.71149"
 +
      y="152.29012"
 +
      id="text8157"><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="256.71149"
 +
        y="152.29012"
 +
        id="tspan8155"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8153">many powerful properties!</tspan></tspan></text>
 +
  </g>
 +
</a>
 +
<a xlink:href="https://2017.igem.org/Team:TU_Dresden/Project/Peptidosomes#diffusion">
 +
  <g
 +
    id="g1396">
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="62.075382"
 +
      y="368.68689"
 +
      id="text8227"><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="62.075382"
 +
        y="368.68689"
 +
        id="tspan8225"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8221">Can </tspan><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:7.0079608px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076135"
 +
          id="tspan8223">molecules pass the </tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:7.0079608px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="50.448303"
 +
      y="378.09479"
 +
      id="text8235"><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="50.448303"
 +
        y="378.09479"
 +
        id="tspan8233"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:7.0079608px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076135"
 +
          id="tspan8229">cage </tspan><tspan
 +
          dx="-0.44406328"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8231">to reach our microbes?</tspan></tspan></text>
 +
  </g>
 +
</a>
 +
  <flowRoot
 +
    xml:space="preserve"
 +
    id="flowRoot2106"
 +
    style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Exo;-inkscape-font-specification:Exo;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
 +
    transform="matrix(0.26076134,0,0,0.26076134,29.009322,-82.04451)"><flowRegion
 +
      id="flowRegion2108"><rect
 +
        id="rect2110"
 +
        width="193.81078"
 +
        height="48.768002"
 +
        x="191.28828"
 +
        y="1735.9039" /></flowRegion><flowPara
 +
      id="flowPara2112" /></flowRoot> 
 +
<a xlink:href="https://2017.igem.org/Team:TU_Dresden/Project/Communication">
 +
  <g
 +
    id="g1474">
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:134.29920673%;font-family:'Open Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="86.052681"
 +
      y="450.38358"
 +
      id="text8253"><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="86.76815"
 +
        y="450.38358"
 +
        id="tspan8247"><tspan
 +
          dx="0 0 0 0 0 0 0 0"
 +
          dy="0 0 0 0 0 0 0 0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8245">That way we</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:134.29920673%;font-family:'Open Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="75.404861"
 +
      y="457.59906"
 +
      id="text8253-5"><tspan
 +
        x="76.120338"
 +
        y="457.59906"
 +
        id="tspan8247-9"
 +
        style="stroke-width:0.26076135">could enable </tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:134.29920673%;font-family:'Open Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="75.338806"
 +
      y="457.55759"
 +
      id="text8253-1"><tspan
 +
        x="75.338806"
 +
        y="465.34702"
 +
        id="tspan8251"
 +
        style="stroke-width:0.26076135"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:7.0079608px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076135"
 +
          id="tspan8249">communication</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="55.31337"
 +
      y="472.82571"
 +
      id="text8265-9"><tspan
 +
        x="55.31337"
 +
        y="472.82571"
 +
        id="tspan8263-3"
 +
        style="stroke-width:0.26076135"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8255-0">between separately</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="65.106743"
 +
      y="479.58887"
 +
      id="text8271"><tspan
 +
        x="65.106743"
 +
        y="479.58887"
 +
        id="tspan8269"
 +
        style="stroke-width:0.26076135"><tspan
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8267">trapped microbes! </tspan></tspan></text>
 +
  </g>
 +
</a>
 +
<a xlink:href="https://2017.igem.org/Team:TU_Dresden/Project/Peptidosomes#surface">
 +
  <g
 +
    id="g1386">
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="46.643326"
 +
      y="261.65253"
 +
      id="text8285"><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="46.643326"
 +
        y="261.65253"
 +
        id="tspan8283"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8281">Maybe we can even </tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:7.0079608px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="39.63726"
 +
      y="270.61319"
 +
      id="text8291"><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="39.63726"
 +
        y="270.61319"
 +
        id="tspan8289"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:7.0079608px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076135"
 +
          id="tspan8287">attach a function to </tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:7.0079608px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="52.754993"
 +
      y="280.15341"
 +
      id="text8299"><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="52.754993"
 +
        y="280.15341"
 +
        id="tspan8297"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:7.0079608px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076135"
 +
          id="tspan8293">the surface?</tspan><tspan
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8295" /></tspan></text>
 +
  </g>
 +
</a>
 +
<a xlink:href="https://2017.igem.org/Team:TU_Dresden/Project/Biosensor">
 +
  <g
 +
    id="g1420">
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="157.55109"
 +
      y="335.21027"
 +
      id="text8343"><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="157.55109"
 +
        y="335.21027"
 +
        id="tspan8341"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8335">We could build </tspan><tspan
 +
          style="font-size:7.0079608px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076135"
 +
          id="tspan8337">biosensors!</tspan><tspan
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8339" /></tspan></text>
 +
  </g>
 +
</a>
 +
  <flowRoot
 +
    style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Exo;-inkscape-font-specification:Exo;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none"
 +
    id="flowRoot8842"
 +
    xml:space="preserve"
 +
    transform="matrix(0.214529,0,0,0.214529,24.966259,8.56413)"><flowRegion
 +
      id="flowRegion8844"><rect
 +
        y="47.182163"
 +
        x="789.28571"
 +
        height="326.42856"
 +
        width="416.42856"
 +
        id="rect8846" /></flowRegion><flowPara
 +
      id="flowPara8848" /></flowRoot> 
 +
<a xlink:href="https://2017.igem.org/Team:TU_Dresden/Project/Peptidosomes#encapsulate">
 +
    <g
 +
    id="g1348">
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50777149px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26072291"
 +
      x="190.27657"
 +
      y="158.05957"
 +
      id="text6470"><tspan
 +
        style="stroke-width:0.26072291"
 +
        x="190.27657"
 +
        y="158.05957"
 +
        id="tspan6468"><tspan
 +
          dx="0 0 0 0 0 0 0"
 +
          dy="0 0 0 0 0 0 0"
 +
          style="font-size:5.50777149px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26072291"
 +
          id="tspan6464">Let's bring </tspan><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:7.00692797px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26072291"
 +
          id="tspan6466">chemistry</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50777149px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26072291"
 +
      x="202.43929"
 +
      y="167.53146"
 +
      id="text6480"><tspan
 +
        style="stroke-width:0.26072291"
 +
        x="202.43929"
 +
        y="167.53146"
 +
        id="tspan6478"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50777149px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26072291"
 +
          id="tspan6474">and</tspan><tspan
 +
          dx="0.13546588"
 +
          dy="0"
 +
          style="font-size:7.00692797px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26072291"
 +
          id="tspan6476"> biology </tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:7.00692797px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26072291"
 +
      x="205.42015"
 +
      y="177.03311"
 +
      id="text6488"><tspan
 +
        style="stroke-width:0.26072291"
 +
        x="205.42015"
 +
        y="177.03311"
 +
        id="tspan6486"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:7.00692797px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26072291"
 +
          id="tspan6482">together!</tspan><tspan
 +
          style="font-size:6.25734949px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26072291"
 +
          id="tspan6484" /></tspan></text>
 +
  </g>
 +
</a>
 +
<a xlink:href="https://2017.igem.org/Team:TU_Dresden/Measurement">
 +
  <g
 +
    id="g1441">
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858307px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076132"
 +
      x="238.8174"
 +
      y="454.99738"
 +
      id="text8417"><tspan
 +
        x="238.8174"
 +
        y="454.99738"
 +
        id="tspan8415"
 +
        style="stroke-width:0.26076132"><tspan
 +
          style="font-size:5.50858307px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076132"
 +
          id="tspan8413">out, let's build</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:7.00796127px;line-height:137.44423389%;font-family:'Open Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076132"
 +
      x="273.22549"
 +
      y="462.22833"
 +
      id="text8429"><tspan
 +
        x="274.65643"
 +
        y="462.22833"
 +
        style="stroke-width:0.26076132"
 +
        id="tspan6586"><tspan
 +
          style="font-size:7.00796127px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076132"
 +
          id="tspan8419"
 +
          dy="0 0 0"
 +
          dx="0 0 0"><tspan
 +
  style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.50686073px;font-family:'Open Sans';-inkscape-font-specification:'Open Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:end;writing-mode:lr-tb;text-anchor:end;fill:#ffffff"
 +
  id="tspan1930">a</tspan> toolbox </tspan><tspan
 +
          style="font-size:5.50858307px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076132"
 +
          id="tspan8421">that </tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858307px;line-height:138.00866604%;font-family:'Open Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076132"
 +
      x="273.59192"
 +
      y="475.16699"
 +
      id="text8439"><tspan
 +
        x="275.02286"
 +
        y="475.16699"
 +
        id="tspan8433"
 +
        style="stroke-width:0.26076132"><tspan
 +
          style="font-size:5.50858307px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076132"
 +
          id="tspan8431">protein secretion </tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858307px;line-height:138.00866604%;font-family:'Open Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076132"
 +
      x="273.70316"
 +
      y="481.8443"
 +
      id="text1957"><tspan
 +
        x="275.13409"
 +
        y="481.8443"
 +
        style="stroke-width:0.26076132"
 +
        id="tspan1959"><tspan
 +
          style="font-size:5.50858307px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076132"
 +
          dy="0 0 0 0 0 0 0 0 0 0 0 0"
 +
          dx="0 0 0 0 0 0 0 0 0 0 0 0"
 +
          id="tspan1961">easier for everybody!</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858307px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076132"
 +
      x="257.09961"
 +
      y="447.8707"
 +
      id="text8445"><tspan
 +
        x="257.09961"
 +
        y="447.8707"
 +
        id="tspan8443"
 +
        style="stroke-width:0.26076132"><tspan
 +
          dx="0 0 0 0 0 0 0"
 +
          dy="0 0 0 0 0 0 0"
 +
          style="font-size:5.50858307px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076132"
 +
          id="tspan8441">To find</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.50583792px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.32160267"
 +
      x="229.5439"
 +
      y="468.20197"
 +
      id="text6609"><tspan
 +
        id="tspan6607"
 +
        x="229.5439"
 +
        y="468.20197"
 +
        style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.50583792px;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';stroke-width:0.32160267">makes optimizing</tspan></text>
 +
  </g>
 +
</a>
 +
<a xlink:href="https://2017.igem.org/Team:TU_Dresden/Project/Peptidosomes#growth">
 +
  <g
 +
    id="g1374">
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:134.29920673%;font-family:'Open Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="234.28712"
 +
      y="237.74535"
 +
      id="text8205"><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="235.00259"
 +
        y="237.74535"
 +
        id="tspan8195"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8193">Do microbes </tspan></tspan><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="235.19734"
 +
        y="245.53474"
 +
        id="tspan8203"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:7.0079608px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076135"
 +
          id="tspan8197">survive</tspan><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076135"
 +
          id="tspan8199">, </tspan><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:7.0079608px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076135"
 +
          id="tspan8201">grow </tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:137.44423389%;font-family:'Open Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="233.97897"
 +
      y="254.29979"
 +
      id="text8217"><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="233.97897"
 +
        y="254.29979"
 +
        id="tspan8211"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8207">and </tspan><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:7.0079608px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076135"
 +
          id="tspan8209">stay inside</tspan></tspan><tspan
 +
        style="stroke-width:0.26076135"
 +
        x="233.97897"
 +
        y="261.871"
 +
        id="tspan8215"><tspan
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8213">Peptidosomes?</tspan></tspan></text>
 +
  </g>
 +
</a>
 +
<a xlink:href="https://2017.igem.org/Team:TU_Dresden/Description">
 +
  <g
 +
    id="g1314">
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:6.86492729px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.21452898"
 +
      x="206.7697"
 +
      y="21.191387"
 +
      id="text8379"><tspan
 +
        style="stroke-width:0.21452898"
 +
        x="206.7697"
 +
        y="21.191387"
 +
        id="tspan8377"><tspan
 +
          style="font-size:6.86492729px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.21452898"
 +
          id="tspan8375">TU Dresden</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:6.86492777px;line-height:137.55413294%;font-family:'Open Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.21452899"
 +
      x="224.23376"
 +
      y="29.700098"
 +
      id="text8391"><tspan
 +
        style="stroke-width:0.21452899"
 +
        x="225.1254"
 +
        y="29.700098"
 +
        id="tspan8385"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:6.86492777px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.21452899"
 +
          id="tspan8383">iGEM team proudly</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:6.86492777px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.21452899"
 +
      x="195.05435"
 +
      y="40.025974"
 +
      id="text8397"><tspan
 +
        style="stroke-width:0.21452899"
 +
        x="195.05435"
 +
        y="40.025974"
 +
        id="tspan8395">presents EncaBcillus:</tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:10.29739189px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.21452899"
 +
      x="193.04332"
 +
      y="63.179642"
 +
      id="text8403"><tspan
 +
        style="stroke-width:0.21452899"
 +
        x="193.04332"
 +
        y="63.179642"
 +
        id="tspan8401"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:10.29739189px;font-family:'Open Sans';fill:#e01264;stroke-width:0.21452899"
 +
          id="tspan8399">encapsulating </tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:10.29739189px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.21452899"
 +
      x="203.06737"
 +
      y="76.710808"
 +
      id="text8409"><tspan
 +
        style="stroke-width:0.21452899"
 +
        x="203.06737"
 +
        y="76.710808"
 +
        id="tspan8407"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:10.29739189px;font-family:'Open Sans';fill:#e01264;stroke-width:0.21452899"
 +
          id="tspan8405">microbes.</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:6.86492777px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.21452899"
 +
      x="198.32962"
 +
      y="50.392735"
 +
      id="text8397-1"><tspan
 +
        x="198.32962"
 +
        y="50.392735"
 +
        id="tspan8395-0"
 +
        style="stroke-width:0.21452899"><tspan
 +
          dx="0 0 0"
 +
          dy="0 0 0"
 +
          style="font-size:6.86492777px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.21452899"
 +
          id="tspan8393-0">A novel platform for </tspan></tspan></text>
 +
    <text
 +
      id="text8379-0"
 +
      y="12.405611"
 +
      x="219.7596"
 +
      style="font-size:6.86492777px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.21452899"
 +
      xml:space="preserve"><tspan
 +
        style="stroke-width:0.21452899"
 +
        id="tspan8377-6"
 +
        y="12.405611"
 +
        x="219.7596">The<tspan
 +
  id="tspan8375-3"
 +
  style="font-size:6.86492777px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.21452899" /></tspan></text>
 +
  </g>
 +
</a>
 +
<a xlink:href="https://2017.igem.org/Team:TU_Dresden/Project/Secretion">
 +
  <g
 +
    id="g1413">
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:138.00866604%;font-family:'Open Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="247.69121"
 +
      y="379.97244"
 +
      id="text8355"><tspan
 +
        x="248.40669"
 +
        y="379.97244"
 +
        id="tspan8349"
 +
        style="stroke-width:0.26076135"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8347">And what about the</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:7.0079608px;line-height:137.72644997%;font-family:'Open Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="247.72603"
 +
      y="402.34845"
 +
      id="text8371"><tspan
 +
        x="248.44148"
 +
        y="402.34845"
 +
        id="tspan8361"
 +
        style="stroke-width:0.26076135"><tspan
 +
          style="font-size:7.0079608px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076135"
 +
          id="tspan8357">secretion</tspan><tspan
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8359" /></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:138.00866604%;font-family:'Open Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="247.42976"
 +
      y="378.87592"
 +
      id="text8355-0"><tspan
 +
        x="248.14525"
 +
        y="386.47821"
 +
        id="tspan8353-3"
 +
        style="stroke-width:0.26076135"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
          id="tspan8351-9">other way around? </tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:138.00866604%;font-family:'Open Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="239.62636"
 +
      y="401.68585"
 +
      id="text8355-0-9"><tspan
 +
        x="240.34184"
 +
        y="409.28818"
 +
        id="tspan8353-3-8"
 +
        style="stroke-width:0.26076135">factories!</tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:5.50858355px;line-height:138.00866604%;font-family:'Open Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076135"
 +
      x="248.0089"
 +
      y="386.0556"
 +
      id="text8355-0-4"><tspan
 +
        x="248.72438"
 +
        y="393.65796"
 +
        id="tspan8353-3-0"
 +
        style="stroke-width:0.26076135">Encapsulated<tspan
 +
  style="font-size:5.50858355px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076135"
 +
  id="tspan8351-9-9" /></tspan></text>
 +
  </g>
 +
</a>
 +
<a xlink:href="https://2017.igem.org/Team:TU_Dresden/Demonstrate">
 +
  <g
 +
    id="g1458">
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.86492777px;line-height:125%;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.21452899"
 +
      x="183.34531"
 +
      y="543.18933"
 +
      id="text8309"><tspan
 +
        style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';stroke-width:0.21452899"
 +
        x="183.34531"
 +
        y="543.18933"
 +
        id="tspan8307"><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.86492777px;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';fill:#ffffff;stroke-width:0.21452899"
 +
          id="tspan8303">Using </tspan><tspan
 +
          dx="0"
 +
          dy="0"
 +
          style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.86492777px;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';fill:#ffffff;stroke-width:0.21452899"
 +
          id="tspan8305"><tspan
 +
  id="tspan2183"
 +
  style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Open Sans';-inkscape-font-specification:'Open Sans Italic';stroke-width:0.21452899">Bacillus subtilis</tspan> we</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:10.29739189px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.21452899"
 +
      x="184.74138"
 +
      y="565.97491"
 +
      id="text8325-6"><tspan
 +
        x="184.74138"
 +
        y="565.97491"
 +
        id="tspan8323-4"
 +
        style="stroke-width:0.21452899"><tspan
 +
          style="font-size:10.29739189px;font-family:'Open Sans';fill:#e01264;stroke-width:0.21452899"
 +
          id="tspan8321-3">Peptidosomes.</tspan></tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:6.86492777px;line-height:125%;font-family:'Open Sans';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.21452899"
 +
      x="185.17986"
 +
      y="534.39923"
 +
      id="text8317-2"><tspan
 +
        style="stroke-width:0.21452899"
 +
        x="185.17986"
 +
        y="534.39923"
 +
        id="tspan8315-1">Mission accomplished!</tspan></text>
 +
    <text
 +
      xml:space="preserve"
 +
      style="font-size:7.00796127px;line-height:137.44423389%;font-family:'Open Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076132"
 +
      x="252.79774"
 +
      y="555.06042"
 +
      id="text8429-3"><tspan
 +
        x="254.22868"
 +
        y="555.06042"
 +
        style="stroke-width:0.26076132"
 +
        id="tspan6586-1"><tspan
 +
          style="font-size:10.29405499px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076132"
 +
          id="tspan8419-8">bring life </tspan><tspan
 +
          style="font-size:5.50858307px;font-family:'Open Sans';fill:#ffffff;stroke-width:0.26076132"
 +
          id="tspan8421-1"><tspan
 +
            style="font-size:6.86152744px"
 +
            id="tspan2249">into</tspan></tspan></tspan></text>
 +
  </g>
 +
</a>
 +
<a xlink:href="https://2017.igem.org/Team:TU_Dresden/Composite_Part">
 +
  <g
 +
    id="g9470"
 +
    transform="translate(-29.352,287.461)">
 +
    <g
 +
      id="g3259">
 +
      <text
 +
        id="text1957-0"
 +
        y="202.08572"
 +
        x="341.38135"
 +
        style="font-size:5.50858307px;line-height:138.00866604%;font-family:'Open Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076132"
 +
        xml:space="preserve"><tspan
 +
          id="tspan1959-3"
 +
          style="stroke-width:0.26076132"
 +
          y="202.08572"
 +
          x="342.81229">We'll need a</tspan></text>
 +
      <text
 +
        id="text8429-6"
 +
        y="208.34752"
 +
        x="350.14066"
 +
        style="font-size:7.00796127px;line-height:137.44423389%;font-family:'Open Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076132"
 +
        xml:space="preserve"><tspan
 +
          id="tspan6586-34"
 +
          style="stroke-width:0.26076132"
 +
          y="208.34752"
 +
          x="351.57159"><tspan
 +
            dx="0 0 0 0 0 0 0 0"
 +
            dy="0 0 0 0 0 0 0 0"
 +
            id="tspan8419-5"
 +
            style="font-size:7.00796127px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076132"><tspan
 +
  id="tspan1930-8"
 +
  style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.50686073px;font-family:'Open Sans';-inkscape-font-specification:'Open Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:end;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;stroke-width:0.26076132">special</tspan> vector</tspan></tspan></text>
 +
      <text
 +
        id="text8429-6-8"
 +
        y="215.20102"
 +
        x="355.94556"
 +
        style="font-size:7.00796127px;line-height:137.44423389%;font-family:'Open Sans';text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26076132"
 +
        xml:space="preserve"><tspan
 +
          id="tspan6586-34-9"
 +
          style="stroke-width:0.26076132"
 +
          y="215.20102"
 +
          x="357.3765"><tspan
 +
            dx="0 0 0 0"
 +
            dy="0 0 0 0"
 +
            id="tspan8419-5-8"
 +
            style="font-size:7.00796127px;font-family:'Open Sans';fill:#e01264;stroke-width:0.26076132"><tspan
 +
  id="tspan1930-8-4"
 +
  style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.50686073px;font-family:'Open Sans';-inkscape-font-specification:'Open Sans, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:end;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;stroke-width:0.26076132">for</tspan> evaluation.</tspan></tspan></text>
 +
    </g></g>
 +
</a>
 +
                </svg>
 +
            </div>
 
</main>
 
</main>
 
</div>
 
</div>
 
</html>
 
</html>
 
{{TU_Dresden/Footer}}
 
{{TU_Dresden/Footer}}

Latest revision as of 02:25, 2 November 2017

EncaBcillus It´s a trap! Tooltip
Entering a Whole New Universe of Applications
Fmoc-FF is a upon pH drop. molecule, that self-assembles You can build up small spheres with it! They are called Peptidosomes. Microbes have so many powerful properties! Can molecules pass the cage to reach our microbes? That way we could enable communication between separately trapped microbes! Maybe we can even attach a function to the surface? We could build biosensors! Let's bring chemistry and biology together! out, let's build a toolbox that protein secretion easier for everybody! To find makes optimizing Do microbes survive, grow and stay insidePeptidosomes? TU Dresden iGEM team proudly presents EncaBcillus: encapsulating microbes. A novel platform for The And what about the secretion other way around? factories! Encapsulated Using Bacillus subtilis we Peptidosomes. Mission accomplished! bring life into We'll need a special vector for evaluation.