Difference between revisions of "Team:Marburg"

(Prototype team page)
 
 
(673 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Marburg}}
+
<html style="height:100%;min-width:1280px;">
<html>
+
<h2> Welcome to iGEM 2015! </h2>
+
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
  
<h4>Before you start: </h4>
+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<p> Please read the following pages:</p>
+
<ul>
+
<li>  <a href="https://2015.igem.org/Requirements">Requirements page </a> </li>
+
<li> <a href="https://2015.igem.org/Wiki_How-To">Wiki Requirements page</a></li>
+
</ul>
+
  
<div class="highlightBox">
+
<style type="text/css">
<h4> Styling your wiki </h4>
+
 
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
/* width */
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</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>
  
<h4> Editing your wiki </h4>
 
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
 
<p> <a href="https://2015.igem.org/wiki/index.php?title=Team:Marburg&action=edit"> Click here to edit this page! </a></p>
 
<p>See tips on how to edit your wiki on the <a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation</a> page.</p>
 
  
  
<h4>Templates </h4>
+
<div style="margin-bottom:30px;margin-left:20px;">
<p> This year we have created templates for teams to use freely. More information on how to use and edit the templates can be found on the
+
<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/TemplatesforTeams_Code_Documentation">Template Documentation </a> page.</p>  
+
 +
<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>
  
<h4>Tips</h4>
+
<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>
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
</div>
<ul>
+
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
<li>Be clear about what you are doing and how you plan to do this.</li>
+
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2015.igem.org/Calendar_of_Events">iGEM 2015 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>  
+
  
 +
  
<h4>Inspiration</h4>
 
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
 
<ul>
 
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
 
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
 
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
 
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
 
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
 
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
 
</ul>
 
  
<h4> Uploading pictures and files </h4>
 
<p> You can upload your pictures and files to the iGEM 2015 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. <br />
 
When you upload, set the "Destination Filename" to <code>Team:YourOfficialTeamName/NameOfFile.jpg</code>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
 
  
<a href="https://2015.igem.org/Special:Upload">CLICK HERE TO UPLOAD FILES</a>
+
<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> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
+
</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>
 
</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