Difference between revisions of "Team:Marburg"

 
(671 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<html>
+
<html style="height:100%;min-width:1280px;">
<h1 style="color:green"><center>This page is in progress!</center></h1>
+
<h2 style="font-size:150%">Our Projects:</h2>
+
  
<body>
+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<h2>Curli fibres</h2>
+
<p>Our main goal is to produce new nutrition out of agrar-culture waste. Therefore we combined the best features of chemistry and biology for the degradation of cellulose to glucose. In this regard, we took the chemical degration of cellulose via phosphoric acid and combined it with the biological way of storing it in a stable hydroxylapatite matrix. This matrix is build up of modified curli fibres, on which the hydroxylapatite crystalized out and can be reactivated by lacto bacillus. This system is an enclosed cellulose capsule, which maintains a high and stable phosphoric acid concentration. Through the high and local concentration of phosphoric acid the surrounding cellulose gets efficiently degraded. Main advantages are that the phosphoric acid can be handled safely.</p><br>
+
  
<h2>Synthetic Chromosome and Minicells</h2>
+
<style type="text/css">
<p>The Synthetic Chromosome is derived form the secondary Chromosome of Vibrio Cholerae. The structure and stability of this genetic element opens up the possibility of adding a lot of genetic information on it. We are planning to place different pathways on it including for example the beta-carotene pathway. As our final goal is to have cells that primarily produce our compound we are planning to erase all other information from the cell by digesting the main host chromosome at a given time point.<br>  
+
 
The other path that we are following is using a system where the cells divide unequally and therefore produce so called mini cells. In these cells there is no host chromosome but by chance our synthetic chromosome with its encoded information. These mini cells will then be producing only our wanted compounds.<br>  
+
/* width */
With both approaches the cells will be technical not longer alive because they are not able to divide anymore. Therefore we can minimize the risk of setting genetically modified organisms free. This allows us to use them for many different purposes. On the one hand we build with this a technology that allows us to produce a variety of different chemical compounds in a semi cell-free systems. Our projects will solve the bottlenecks of cell free productions systems e.g. the production and purification of enzymes. On the other hand we can also look in more advanced applications including for example using them as a targeted drug delivery system. We are planning to do experiments where the pathway is just expressed when a signaling molecule e.g. form a pathogenic bacteria is secreted.<br>  
+
 
We hope we could highlight the context where we placed our project in and what are the benefits. </p>
+
#contentSub, #search-controls, .firstHeading, #footer-box, #p-logo {
 +
            display:none;}
 +
 
 +
#top-section {
 +
              border: none;
 +
              height: 0px
 +
}
 +
 
 +
#globalWrapper, #content {
 +
width: 100%;
 +
height: 100%;
 +
                border:none;
 +
                background-color: #fff;
 +
margin-top: 0px;
 +
                margin-right: 0px;
 +
padding: 0px;
 +
 +
 
 +
html, #bodyContent, body, #container {
 +
                background-color: #fff;
 +
        width:100%;
 +
        height:100%;
 +
                box-sizing: border-box;
 +
}
 +
 
 +
/* General Style */
 +
 
 +
html, body, img, sub, sup, var, center, label, caption, header, menu, nav{
 +
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
vertical-align: baseline;
 +
 
 +
}
 +
 
 +
 
 +
h3, h4, h5, h6, {
 +
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
vertical-align: baseline;
 +
}
 +
 
 +
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 +
display: block;
 +
}
 +
 +
body {
 +
background-image:url('https://static.igem.org/mediawiki/2015/5/5c/MR_pic_bg_1.jpg');
 +
}
 +
 +
/* Navigation */
 +
 
 +
#nav {
 +
margin:0;
 +
padding:0;
 +
}
 +
 
 +
ul#navigation {
 +
margin:0 auto;
 +
float:left;
 +
height:100%;
 +
width:100%;
 +
}
 +
 
 +
ul#navigation li {
 +
display:inline;
 +
font-size:11px;
 +
font-family: 'Open Sans', sans-serif;
 +
margin:0;
 +
padding:0;
 +
float:left;
 +
position:relative;
 +
height:100%;
 +
}
 +
 
 +
ul#navigation li a {
 +
padding:10px 5px;
 +
color:#616161;
 +
text-shadow:1px 1px 0px #fff;
 +
text-decoration:none;
 +
display:inline-block;
 +
 +
-webkit-transition:color 0.2s linear, background 0.2s linear;
 +
-moz-transition:color 0.2s linear, background 0.2s linear;
 +
-o-transition:color 0.2s linear, background 0.2s linear;
 +
transition:color 0.2s linear, background 0.2s linear;
 +
}
 +
 
 +
ul#navigation li a:hover {
 +
background:#f8f8f8;
 +
color:#282828;
 +
}
 +
 
 +
ul#navigation li:hover > a {
 +
background:#fff;
 +
}
 +
 
 +
/* Drop-Down Navigation */
 +
 
 +
ul#navigation li:hover > ul
 +
{
 +
visibility:visible;
 +
opacity:1;
 +
}
 +
 
 +
ul#navigation ul, ul#navigation ul li ul {
 +
    list-style: none;
 +
    margin: 0;
 +
    padding: 0;   
 +
    visibility:hidden;
 +
    position: absolute;
 +
    z-index: 99999;
 +
    width:180px;
 +
    background:#f8f8f8;
 +
    box-shadow:1px 1px 3px #ccc;
 +
    opacity:0;
 +
 +
-webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
 +
-moz-transition:opacity 0.2s linear, visibility 0.2s linear;
 +
-o-transition:opacity 0.2s linear, visibility 0.2s linear;
 +
transition:opacity 0.2s linear, visibility 0.2s linear;
 +
}
 +
 
 +
ul#navigation ul {
 +
    top: 91px;
 +
    left: 1px;
 +
}
 +
 
 +
ul#navigation ul li ul {
 +
    top: 0;
 +
    left: 181px;
 +
}
 +
 
 +
ul#navigation ul li {
 +
clear:both;
 +
width:100%;
 +
border:0 none;
 +
border-bottom:1px solid #c9c9c9;
 +
}
 +
 
 +
ul#navigation ul li a {
 +
background:none;
 +
padding:7px 15px;
 +
color:#616161;
 +
text-shadow:1px 1px 0px #fff;
 +
text-decoration:none;
 +
display:inline-block;
 +
border:0 none;
 +
float:left;
 +
clear:both;
 +
width:150px;
 +
}
 +
 
 +
ul#navigation li a.first {
 +
border-left: 0 none;
 +
}
 +
 
 +
ul#navigation li a.last {
 +
border-right: 0 none;
 +
}
 +
 
 +
.first{
 +
width:110px;
 +
text-align:center;
 +
}
 +
 
 +
/* Social Media Menu */
 +
 
 +
ul#socialmedia li {
 +
padding:5px;
 +
height:100%;
 +
float:left;
 +
}
 +
 
 +
.second{
 +
width:30px;
 +
text-align:center;
 +
}
 +
 
 +
 
 +
#smbuttons img {margin:0 2px;}
 +
 
 +
#maillink {padding-right: 2px;}
 +
 
 +
/* Select-Style */
 +
 
 +
::selection {
 +
  background:  #FF8F45; /* WebKit/Blink Browsers */
 +
}
 +
 
 +
::-moz-selection {
 +
  background:  #FF8F45; /* Gecko Browsers */
 +
}
 +
 
 +
a {
 +
    text-decoration:none;
 +
    color: #FF6600;
 +
}
 +
a:visited {
 +
    color: #FF6600;
 +
}
 +
a:hover {
 +
    text-decoration: none;
 +
}
 +
 
 +
</style>
 +
 
 +
 
 +
<!--JS for Mailus-->
 +
<script>
 +
$(document).ready(function() {
 +
$('#maillink').hover(function() {
 +
                    console.log("AAA");
 +
            var link = 'mailto:igemteam!#%synmikro.uni-marburg.de';
 +
      $(this).attr('href',link.replace("!#%","@"));
 +
                });
 +
});
 +
</script>
 +
 
 +
 
 +
<!--HTML-MENU-->
 +
 
 +
<body style="height:100%;min-width:100%;margin:0px; padding:0px;">
 +
<div style="position:fixed;width:100%; min-width:100%; height:100%;min-height:100%; background-image: url('https://static.igem.org/mediawiki/2015/6/6f/MR_pic_bg6.jpg');background-repeat: no-repeat;
 +
    background-attachment: fixed;-webkit-background-size: cover;
 +
  -moz-background-size: cover;
 +
  -o-background-size: cover;
 +
  background-size: cover;
 +
margin:0px; padding:0px;"></div>
 +
<div style="position:absolute;margin-left:-680px;left:50%;width:1360px;min-width:1360px;min-height:100%;background-color:white;padding-bottom:10px;">
 +
<div style="position:fixed;width:1360px;min-width:1360;height:70px;z-index:20;margin-top:0px;">
 +
<div style="display:table;min-width:1360px;height:100%;">
 +
<div style="display:table-row;">
 +
<div style="display:table-cell;width:188px;background:white;">
 +
<a href="https://2015.igem.org/Team:Marburg" style="text-align:center;">
 +
<img src="https://static.igem.org/mediawiki/2015/1/14/MR_pic_Home.png" style="position:relative;height:66px;padding-bottom:11px;padding-left:8px;padding-right:8px;">
 +
</a>
 +
</div>
 +
<div style="display:table-cell;background:#E0E0E0;padding-left:20px;">
 +
<nav id="nav">
 +
<ul id="navigation" style="margin-top:9px;">
 +
<li><a href="https://2015.igem.org/Team:Marburg/Projects" class="first"><img src="https://static.igem.org/mediawiki/2015/5/56/MR_pic_Projects.png" style="height:60px;text-align:center;"></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Description">Overview</a></li>
 +
                                                                <li><a href="https://2015.igem.org/Team:Marburg/Background">Fact Sheets</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Minicells">NUTRInity - Provide</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Curli">NUTRInity - Pick up</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/CDI">NUTRInity - Cut off</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Design">Future Application</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/InterLab">InterLab Study</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Measurement">Measurement Study</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Practices" class="first"><img src="https://static.igem.org/mediawiki/2015/3/3a/MR_pic_HP.png" style="height:60px;"></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:Marburg/iGeneration">iGeneration</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Hessentag">Hessentag</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Killswitch">KillSwitch Statistics</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Achievements" class="first"><img src="https://static.igem.org/mediawiki/2015/b/ba/MR_pic_Achievements.png" style="height:60px;"></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Parts">Parts</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Results">Results</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Medal Fulfillment">Medal Fulfillment</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Collaborations" class="first"><img src="https://static.igem.org/mediawiki/2015/7/71/MR_pic_Collaborations.png" style="height:60px;"></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Meetup">MeetUp</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Gameofcells">Game of Cells</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Notebook" class="first"><img src="https://static.igem.org/mediawiki/2015/5/53/MR_pic_Notebook.png" style="height:60px;"></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Labbook">Lab Book</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Protocols">Protocols</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Bibliography">Bibliography</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Team" class="first"><img src="https://static.igem.org/mediawiki/2015/1/1d/MR_pic_Team.png" style="height:60px;"></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Members">Members</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Acknowledgement">Acknowledgement</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Attributions">Attributions</a></li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Gallery">Gallery</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2015.igem.org/Team:Marburg/Safety" class="first"><img src="https://static.igem.org/mediawiki/2015/6/6a/MR_pic_Safety.png" style="height:60px;"></a>
 +
<ul>
 +
                        <li><a href="https://2015.igem.org/Team:Marburg/Killswitch">KillSwitch Statistics</a></li>
 +
</ul>
 +
</li>
 +
 
 +
</ul>
 +
</nav>
 +
</div>
 +
<div id="socialmedia" style="display:table-cell;background:#E0E0E0;text-align:right;padding-right:5px;vertical-align:middle;">
 +
<span id="smbuttons">
 +
<a href="https://www.facebook.com/igemmarburg" class="second" style="padding:5px;"><img src="https://static.igem.org/mediawiki/2015/7/71/MR_pic_Facebook.png" style="width:30px;"></a>
 +
<a href="https://twitter.com/igem_marburg" class="second" style="padding:5px;"><img src="https://static.igem.org/mediawiki/2015/7/75/MR_pic_Twitter.png" style="width:30px;"></a>
 +
<a id="maillink" href="#" style="padding:5px;" class="second"><img src="https://static.igem.org/mediawiki/2015/a/a0/MR_pic_Mailus.png" style="width:30px;" alt="submit"></a>
 +
<a href="https://2015.igem.org/Main_Page" class="second" style="padding:5px;"><img src="https://static.igem.org/mediawiki/2015/9/9b/MR_pic_Igem.png" style="width:30px;"></a>
 +
</span>
 +
</div><!-- cell -->
 +
</div>
 +
</div>
 +
</div><!-- row -->
 +
 +
<div style="position:fixed;min-height:100%;height:100%;width:195px;background:#E0E0E0;top:115px;z-index:20;vertical-align:middle;">
 +
<span style="margin:0px; padding:0px;display:inline-block;height:100%;vertical-align:middle;">
 +
</span>
 +
<img src="https://static.igem.org/mediawiki/2015/1/1c/MR_pic_Sidebanner_Home.png" style="width:184px;vertical-align:middle;">
 +
</div>
 +
<div style="position:fixed;margin-left:640px;height:100%;min-height:100%;min-width:40px; width:40px; top:115px;background:#E0E0E0; left:50%;z-index:2;"></div>
 +
 
 +
<div>
 +
<div style="position:relative;text-align:justify;z-index:1;background:white;font-size:13pt;line-height:150%;min-width:100%;max-width:100%;padding-top:132px; padding-left:235px; padding-right:80px;padding-bottom:70px;box-sizing: border-box;">
 +
<style>
 +
.subpanel1 { /* Overview */
 +
    float:left;
 +
    width:500px;
 +
    height:550px;
 +
    margin-top:0;
 +
    margin-right:15px;
 +
    margin-bottom:0px;
 +
    border-color:#FF8F45;
 +
    border-style:solid;
 +
    border-width:2px;
 +
    border-radius:7px;
 +
    background:#FFF0DE;
 +
   
 +
}
 +
 
 +
.subpanel2 { /* Projects */
 +
    float:right;
 +
    width:230px;
 +
    text-align:left;
 +
    margin-top:0;
 +
    margin-right:5px;
 +
    border-radius:7px;
 +
    overflow:hidden;
 +
}
 +
 
 +
.subpanel2:hover {
 +
    opacity:0.6;
 +
    filter: alpha(opacity=60);
 +
}
 +
 
 +
.subpanel3 { /* Results */
 +
    height:40px;
 +
    font-size:24px;
 +
    text-align:center;
 +
    line-height:40px;
 +
    background:#FF8F45;
 +
    color:white;
 +
    border-color:#FF8F45;
 +
    border-style:solid;
 +
    border-width:2px;
 +
    border-radius:7px;
 +
    margin-top:30px;
 +
    bottom:5px;
 +
    padding-bottom:5px; 
 +
}
 +
 
 +
.subpanel3:hover {
 +
    opacity:0.6;
 +
    filter: alpha(opacity=60);
 +
}
 +
 
 +
.subpanel4 {
 +
    width: 232px;
 +
    border-radius:10px;
 +
    margin:5px;
 +
 
 +
}
 +
 
 +
.subpanel4:hover {
 +
    opacity:0.6;
 +
    filter: alpha(opacity=60);
 +
}
 +
 
 +
.cont { /* Overview content */
 +
    text-align:justify;
 +
    height:auto;
 +
    margin-left:5%;
 +
    margin-right:5%;
 +
    margin-top:5%;
 +
    max-width:90%;
 +
    background:transparent;
 +
}
 +
.cont p {
 +
    line-height:120%;
 +
}
 +
 
 +
.cont1 { /* Overview content */
 +
    text-align:justify;
 +
    height:auto;
 +
    margin-left:5%;
 +
    margin-right:5%;
 +
    margin-top:5%;
 +
    max-width:90%;
 +
    background:transparent;
 +
}
 +
.cont1 p {
 +
    line-height:150%;
 +
}
 +
 
 +
.spdesc { /* Overview content */
 +
    display:none;
 +
    height:100px;
 +
    color:black;
 +
    border-radius:7px;
 +
    background-color:#FFD698;
 +
    padding:1px;
 +
    margin-top:10px;
 +
}
 +
 
 +
.banner{
 +
    width:980px;
 +
    border-radius:20px;
 +
    margin-bottom:20px;
 +
}
 +
 
 +
.arrow {
 +
    padding:5px;
 +
    text-align:right;
 +
}
 +
 
 +
</style>
 +
 
 +
<div style="margin-bottom:30px;margin-right:1%;margin-left:20px;">
 +
<img src="https://static.igem.org/mediawiki/2015/1/11/MR_pic_Banner.png" class="banner"/>
 +
<div class="subpanel1">
 +
<div style="position:relative;bottom:0px">
 +
<div class="cont"><p style="font-size:26px;line-height:30px;">MAKE THE GUT A BETTER WORLD!</p></div>
 +
<div class="cont1">
 +
<p style="font-size:18px;">
 +
To tackle malnutrition and overconsumption of food represent one of the major challenges of humankind. The iGEM Team Marburg addresses these issues in a holistic approach by developing modular tools. Engineered, cell-based particles produce dietary supplements to alleviate malnutrition. A cell-free protein matrix with a functionalized surface targets specific nutrients to lower their concentration in the human gut. Furthermore, we engineer a contact-dependent delivery system that modifies the human gut microbial community. Taken together, we provide innovative solutions for improving and balancing nutrition at the interface of the human microbiome and gut.
 +
</p>
 +
<div id="psdesc" class="spdesc">
 +
<div class="cont" style="line-height:120%;">
 +
<p style="font-size:18px;line-height:120%;">We established minicells as a shuttle and production system as well as designed a modular device that makes bacteria minicell producers.</p>
 +
</div>
 +
</div>
 +
<div id="dsdesc" class="spdesc">
 +
<div class="cont" style="line-height:120%;">
 +
<p style="font-size:18px;line-height:120%;">We built a potentially cell free biofilm matrix that can be functionalized to serve customized purposes.</p>
 +
</div>  
 +
</div>
 +
<div id="thdesc" class="spdesc">
 +
<div class="cont" style="line-height:120%;">
 +
<p style="font-size:18px;line-height:120%;">We characterized promotors in different hosts with various methods to get the best-studied BioBrick.</p>
 +
</div>
 +
</div>
 +
<div id="tcdesc" class="spdesc">
 +
<div class="cont" style="line-height:120%;">
 +
<p style="font-size:18px;line-height:120%;">We built a system to establish a niche to modify the human gut microbiome by inhibiting growth of proteobacteria.</p>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
</div>
 +
<div>
 +
<a href="https://2015.igem.org/Team:Marburg/Minicells" title="Provide">
 +
<div id="pspanel" class="subpanel2"  onmouseover="chgtrans(this)">
 +
<img src="https://static.igem.org/mediawiki/2015/f/f2/MR_pic_FactPro.png" width="200px"/>
 +
</div>
 +
</a>
 +
<a href="https://2015.igem.org/Team:Marburg/Curli" title="Pick-up">
 +
<div id="dspanel" class="subpanel2">
 +
<img src="https://static.igem.org/mediawiki/2015/3/3a/MR_pic_FactPick.png" width="200px"/>
 +
</div>
 +
</a>
 +
<a href="https://2015.igem.org/Team:Marburg/CDI" title="Cut-off">
 +
<div id="tcpanel" class="subpanel2">
 +
<img src="https://static.igem.org/mediawiki/2015/2/24/MR_pic_FactCut.png" width="200px"/>
 +
</div>
 +
</a>
 +
<a href="https://2015.igem.org/Team:Marburg/Measurement" title="Measurement">
 +
<div id="thpanel" class="subpanel2">     
 +
<img src="https://static.igem.org/mediawiki/2015/e/e4/MR_pic_ButM.png" width="200px"/>
 +
</div>
 +
</a>
 +
</div>
 +
 
 +
<p style="margin-top:10px;">
 +
<table>
 +
<td>
 +
<a href="https://2015.igem.org/Team:Marburg/Results" title="Results" style="margin-top:50px;">
 +
<div class="subpanel3" style="width:205px;">
 +
<p style="padding-bottom:5px;"><i>Go to Results!</i></p>
 +
                                                   
 +
</div>
 +
</a>
 +
</td>
 +
<td>
 +
<a href="https://2015.igem.org/Team:Marburg/Medal Fulfillment" title="Medal" style="margin-top:50px;">
 +
<div class="subpanel3" style="width:305px;">
 +
<p style="padding-bottom:5px;"><i>Go to Medal Fulfillment!</i></p>
 +
                                                   
 +
</div>
 +
</a>
 +
</td>
 +
<td>
 +
<a href="https://2015.igem.org/Team:Marburg/Parts" title="Parts" style="margin-top:50px;">
 +
<div class="subpanel3" style="width:225px;">
 +
<p style="padding-bottom:5px;"><i>Go to Parts!</i></p>
 +
</div>
 +
</a>
 +
</td>
 +
                                <td>
 +
<a href="https://2015.igem.org/Team:Marburg/Safety" title="Safety" style="margin-top:50px;">
 +
<div class="subpanel3" style="width:215px;">
 +
<p style="padding-bottom:5px;"><i>Go to Safety!</i></p>
 +
</div>
 +
</a>
 +
</td>
 +
</table>
 +
</p>
 +
</div>
 +
 
 +
 
 +
 
 +
<div style="margin-bottom:30px;margin-left:20px;">
 +
<a href="https://2015.igem.org/Team:Marburg/InterLab" title="ILS"><img src="https://static.igem.org/mediawiki/2015/a/a4/MR_pic_FactInter.png" class="subpanel4"/></a>
 +
 +
<a href="https://2015.igem.org/Team:Marburg/Collaborations" title="Col"><img src="https://static.igem.org/mediawiki/2015/0/06/MR_pic_BUTCol.png" class="subpanel4"/></a>
 +
 
 +
<a href="https://2015.igem.org/Team:Marburg/Design" title="FA"><img src="https://static.igem.org/mediawiki/2015/4/49/MR_pic_BUTfut.png" class="subpanel4"/></a>
 +
 
 +
<a href="https://2015.igem.org/Team:Marburg/Practices" title="HP"><img src="https://static.igem.org/mediawiki/2015/4/47/MR_pic_BUThp.png" class="subpanel4"/></a>
 +
</div>
 +
 
 +
 +
 
 +
 
 +
 
 +
<script>
 +
$(document).ready(function(){$('div #pspanel').mouseover(function(){div = $('#psdesc');div.fadeIn(1);}).mouseout(function(){div.fadeOut(1);});});
 +
$(document).ready(function(){$('div #dspanel').mouseover(function(){div = $('#dsdesc');div.fadeIn(1);}).mouseout(function(){div.fadeOut(1);});});
 +
$(document).ready(function(){$('div #thpanel').mouseover(function(){div = $('#thdesc');div.fadeIn(1);}).mouseout(function(){div.fadeOut(1);});});
 +
$(document).ready(function(){$('div #tcpanel').mouseover(function(){div = $('#tcdesc');div.fadeIn(1);}).mouseout(function(){div.fadeOut(1);});});
 +
</script>
 +
 
 +
 
 +
 
 +
</div>
 +
 
 +
<div style="position:absolute;text-align:center;z-index:2;background:#e0e0e0;line-height:150%;bottom:0px;padding-top:3px;margin-bottom:0px; padding-left:235px; padding-right:80px;min-height:60px;min-width:100%;max-width:100%;box-sizing:border-box;clear:both;"><!---->
 +
<div>
 +
<span style="margin-right:60px;">
 +
<img src="https://static.igem.org/mediawiki/2015/1/1d/MR_pic_syn.png" style="height:40px;padding:10px;"/>
 +
</span>
 +
<span>
 +
<img src="https://static.igem.org/mediawiki/2015/5/58/MR_pic_mpii.png" style="height:40px;padding:10px;"/>
 +
</span>
 +
<span style="margin-left:60px;">
 +
<img src="https://static.igem.org/mediawiki/2015/f/f0/MR_pic_unii.png" style="height:40px;padding:10px;"/>
 +
</span>
 +
</div>
 +
    <span style="font-size:8pt; color:white;"> iGEM Marburg - ZSM Karl-von-Frisch-Straße 16, D - 35043 Marburg</span>
 +
</div>
 +
</div>
 +
 
 +
</div>
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 19:24, 18 September 2015

MAKE THE GUT A BETTER WORLD!

To tackle malnutrition and overconsumption of food represent one of the major challenges of humankind. The iGEM Team Marburg addresses these issues in a holistic approach by developing modular tools. Engineered, cell-based particles produce dietary supplements to alleviate malnutrition. A cell-free protein matrix with a functionalized surface targets specific nutrients to lower their concentration in the human gut. Furthermore, we engineer a contact-dependent delivery system that modifies the human gut microbial community. Taken together, we provide innovative solutions for improving and balancing nutrition at the interface of the human microbiome and gut.

We established minicells as a shuttle and production system as well as designed a modular device that makes bacteria minicell producers.

We built a potentially cell free biofilm matrix that can be functionalized to serve customized purposes.

We characterized promotors in different hosts with various methods to get the best-studied BioBrick.

We built a system to establish a niche to modify the human gut microbiome by inhibiting growth of proteobacteria.

Go to Results!

Go to Medal Fulfillment!

Go to Parts!

Go to Safety!

iGEM Marburg - ZSM Karl-von-Frisch-Straße 16, D - 35043 Marburg