Difference between revisions of "Team:Marburg/Description"

(Prototype team page)
 
 
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{IISER_Pune}}
+
<html style="height:100%;min-width:1280px;">
<html>
+
  
<h2> Project Description </h2>
+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
+
<style type="text/css">
<br />
+
  
<h5>What should this page contain?</h5>
+
/* width */
<ul>
+
<li> A clear and concise description of your project.</li>
+
<li>A detailed explanation of why your team chose to work on this particular project.</li>
+
<li>References and sources to document your research.</li>
+
<li>Use illustrations and other visual resources to explain your project.</li>
+
</ul>
+
  
 +
#contentSub, #search-controls, .firstHeading, #footer-box, #p-logo {
 +
            display:none;}
  
<br />
+
#top-section {
<h4>Advice on writing your Project Description</h4>
+
              border: none;
 +
              height: 0px
 +
}
  
<p>
+
#globalWrapper, #content {
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be consist, accurate and unambiguous in your achievements.
+
width: 100%;
</p>
+
height: 100%;
 +
                border:none;
 +
                background-color: #fff;
 +
margin-top: 0px;
 +
                margin-right: 0px;
 +
padding: 0px;
 +
  
<p>
+
html, #bodyContent, body, #container {
Judges like to read your wiki and know exactly what you have achieved. This is how you should think about these sections; from the point of view of the judge evaluating you at the end of the year.
+
                background-color: #fff;
</p>
+
        width:100%;
 +
        height:100%;
 +
                box-sizing: border-box;
 +
}
  
 +
/* General Style */
  
<br />
+
html, body, img, sub, sup, var, center, label, caption, header, menu, nav{
<h4>References</h4>
+
margin: 0;
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you though about your project and what works inspired you.</p>
+
padding: 0;
 +
border: 0;
 +
vertical-align: baseline;
  
 +
}
  
  
<h4>Inspiration</h4>
+
h3, h4, h5, h6, {
<p>See how other teams have described and presented their projects: </p>
+
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
vertical-align: baseline;
 +
}
  
<ul>
+
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
<li><a href="https://2014.igem.org/Team:Imperial/Project"> Imperial</a></li>
+
display: block;
<li><a href="https://2014.igem.org/Team:UC_Davis/Project_Overview"> UC Davis</a></li>
+
}
<li><a href="https://2014.igem.org/Team:SYSU-Software/Overview">SYSU Software</a></li>
+
</ul>
+
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 */
 +
}
 +
 
 +
</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;">
 +
 
 +
<div style="z-index:1;text-align:left;padding-bottom:30px;text-align:center;"><img src="https://static.igem.org/mediawiki/2015/d/d6/MR_pic_Button_Overview03.png" style="height:60px;"/></div>
 +
 
 +
<style>
 +
/* Hover Shadow */
 +
 
 +
.shadow:hover {
 +
-webkit-box-shadow: 0px 0px 8px 6px rgba(255,143,69,1);
 +
-moz-box-shadow: 0px 0px 8px 6px rgba(255,143,69,1);
 +
box-shadow: 0px 0px 8px 6px rgba(255,143,69,1);
 +
border-radius:10px;
 +
}
 +
 
 +
.Anchor {
 +
    background-color:#FF8F45;
 +
    border-color:#FF8F45;
 +
    border-width:2px;
 +
    border-style:solid;
 +
    border-radius:7px;
 +
    padding:4px;
 +
    margin:8px;
 +
    width:175px;
 +
    text-align:center;
 +
}
 +
 
 +
.Anchor:hover {
 +
    opacity:0.6;
 +
    filter: alpha(opacity=60);
 +
}
 +
 
 +
A.class1 {color:white;}
 +
A.class1:link  {text-decoration: none; color: white;}
 +
A.class1:visited {text-decoration: none; color: white;}
 +
A.class1:hover {text-decoration: none; color: white;}
 +
A.class1:active {text-decoration: none; color: white;}
 +
 
 +
 
 +
A.class2 {color:#FF6600;}
 +
A.class2:link {text-decoration: none; color: #FF6600;}
 +
A.class2:visited {text-decoration: none; color: #FF6600;}
 +
A.class2:hover {text-decoration: none; color: #FF6600;}
 +
A.class2:active {text-decoration: none; color: #FF6600;}
 +
 
 +
 
 +
.anni{
 +
  display: block;
 +
  height: 80px; /*same height as header*/
 +
  margin-top: -80x; /*same height as header*/
 +
  visibility: hidden;
 +
}
 +
</style>
 +
 
 +
<center>
 +
<table>
 +
<td>
 +
<div class="Anchor" style="width:140px;"><a href="#Pro" class="class1">Provide</a></div>
 +
</td>
 +
<td>
 +
<div class="Anchor" style="width:140px;"><a href="#Pick" class="class1">Pick up</a></div>
 +
</td>
 +
<td>
 +
<div class="Anchor" style="width:160px;"><a href="#Cut" class="class1">Cut off</a></div>
 +
</td>
 +
</table>
 +
</center>
 +
 
 +
 
 +
<div style="position:relative;display:inline-block;padding:15px;background:#F8F8F8;border-style:solid;border-color:#FF8F45;border-width:2px;border-radius:10px;text-align:justify;font-size:13pt;line-height:150%;margin:10px;">
 +
<p>In Europe, everybody is talking about the world exhibition EXPO in Milano with the catchy title “Feeding the planet, Energy for Life”. To feed the world with a strongly growing population is no easy task and might be the most challenging one mankind ever faced. Especially in the developing countries undernutrition remains a big problem, even nowadays. Due to food shortage which is caused by high poverty, 166 million children worldwide are stunted from starvation which leads to a poor development impairing them for their whole lives [9].</p>
 +
<p>But not only malnutrition originates from an unequal distribution of food remains a problem; in many countries we also face the opposite problem of wrong nutrition which leads to obesity. Today, nearly 1.9 billion people worldwide are obese [10] and this number is increasing every year.</p>
 +
<p>In our research on this topic and possible solutions, we learned that the composition of the human gut microbiota is strongly dependent on the person’s diet [4] and even on the physical conditions. For example the amount of proteobacteria in the gut flora is much higher in overweight people [Shin et al. 2015] compared to people with normal body weight. Based on these facts we developed the idea to influence the human gut in several ways.</p>
 +
<p>Many iGEM teams in previous years and also a lot of research groups often worked on a solution for one of the big problems that affect humanity today, either undernutrition or the overconsumption of food. We, the iGEM Team Marburg, want to find solutions for both sites of the coin. We want to show a novel, innovative and most important holistic approach for one of the biggest challenges of mankind. Our set ups might not be used in the near future but shall push innovations to a new level. Therefore, we aimed to contribute with a synthetic biology approach. To achieve this aim, we joined forces to proudly present you: <span style="color:#FF8F45;"><b>NUTRInity!</b></span></p>
 +
</div>
 +
 
 +
<span id="Pro" class="anni"></span>
 +
<h1>Provide</h1>
 +
<center>
 +
<div style="text-align:center;margin-bottom:20px;">
 +
<img src="https://static.igem.org/mediawiki/2015/d/d7/MR_pic_boxoverpic.png" width:990px;/>
 +
</div>
 +
</center>
 +
 
 +
<figure style="text-align:center;">
 +
<a href="https://2015.igem.org/Team:Marburg/Minicells"><img src="https://static.igem.org/mediawiki/2015/4/4e/MR_pic_button_prov.png" height="50px" class="shadow"/></a>
 +
</figure>
 +
 
 +
<span id="Pick" class="anni"></span>
 +
<h1>Pick up</h1>
 +
<center>
 +
<div style="text-align:center;margin-bottom:20px;">
 +
<img src="https://static.igem.org/mediawiki/2015/0/01/MR_pic_boxoverpick.png" width:990px;/>
 +
</div>
 +
</center>
 +
 
 +
<figure style="text-align:center;">
 +
<a href="https://2015.igem.org/Team:Marburg/Curli"><img src="https://static.igem.org/mediawiki/2015/f/fb/MR_pic_button_pick.png" height="50px" class="shadow"/></a>
 +
</figure>
 +
 
 +
<span id="Cut" class="anni"></span>
 +
<h1>Cut off</h1>
 +
<center>
 +
<div style="text-align:center;margin-bottom:20px;">
 +
<img src="https://static.igem.org/mediawiki/2015/1/12/MR_pic_boxovercut.png" width:990px;/>
 +
</div>
 +
</center>
 +
 
 +
<figure style="text-align:center;">
 +
<a href="https://2015.igem.org/Team:Marburg/CDI"><img src="https://static.igem.org/mediawiki/2015/a/a0/MR_pic_button_cut.png" height="50px" class="shadow"/></a>
 +
</figure>
 +
 
 +
<div style="position:relative;display:inline-block;padding:15px;background:#F8F8F8;border-style:solid;border-color:#FF8F45;border-width:2px;border-radius:10px;text-align:justify;font-size:13pt;line-height:150%;margin:10px;">
 +
<p>As all our projects are synthetic biology approaches, we are looking for ways to make biology easier to engineer and push synthetic biology projects forward. Therefore, we participated in the InterLab study and extend our work on this in a measurement study.</p> 
 +
<p>If you are interested in further information that inspired us, feel free to check our <a href="https://2015.igem.org/Team:Marburg/Bibliography" class="class2">bibliography</a>.</p>
 +
</div>
 +
 
 +
<div style="position:relative;display:inline-block;padding:15px;background:#F8F8F8;border-style:solid;border-color:#FF8F45;border-width:2px;border-radius:10px;text-align:justify;font-size:13pt;line-height:150%;margin:10px;">
 +
<p>We further characterized an existing <a href="http://parts.igem.org/Part:BBa_K1457000:Experience" class="class2" >BioBrick</a>, the mRFP-Spycatcher. We provide a repertoire of different spycatchers for further use.</p>
 +
</div>
 +
 
 +
<div style="text-align:center;margin-bottom:30px;margin-top:20px;">
 +
<a href="https://2015.igem.org/Team:Marburg/InterLab"><img src="https://static.igem.org/mediawiki/2015/3/34/MR_pic_button_ilsn.png" height="50px" style="margin-right:20px;" class="shadow"/></a>
 +
 
 +
 
 +
<a href="https://2015.igem.org/Team:Marburg/Measurement"><img src="https://static.igem.org/mediawiki/2015/3/3a/MR_pic_Button_Measurement.png" height="50px" class="shadow"/></a>
 +
</div>
 +
 
 +
 
 +
 
 +
</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>
 
</div>
 +
</body>
 
</html>
 
</html>

Latest revision as of 03:50, 19 September 2015

In Europe, everybody is talking about the world exhibition EXPO in Milano with the catchy title “Feeding the planet, Energy for Life”. To feed the world with a strongly growing population is no easy task and might be the most challenging one mankind ever faced. Especially in the developing countries undernutrition remains a big problem, even nowadays. Due to food shortage which is caused by high poverty, 166 million children worldwide are stunted from starvation which leads to a poor development impairing them for their whole lives [9].

But not only malnutrition originates from an unequal distribution of food remains a problem; in many countries we also face the opposite problem of wrong nutrition which leads to obesity. Today, nearly 1.9 billion people worldwide are obese [10] and this number is increasing every year.

In our research on this topic and possible solutions, we learned that the composition of the human gut microbiota is strongly dependent on the person’s diet [4] and even on the physical conditions. For example the amount of proteobacteria in the gut flora is much higher in overweight people [Shin et al. 2015] compared to people with normal body weight. Based on these facts we developed the idea to influence the human gut in several ways.

Many iGEM teams in previous years and also a lot of research groups often worked on a solution for one of the big problems that affect humanity today, either undernutrition or the overconsumption of food. We, the iGEM Team Marburg, want to find solutions for both sites of the coin. We want to show a novel, innovative and most important holistic approach for one of the biggest challenges of mankind. Our set ups might not be used in the near future but shall push innovations to a new level. Therefore, we aimed to contribute with a synthetic biology approach. To achieve this aim, we joined forces to proudly present you: NUTRInity!

Provide

Pick up

Cut off

As all our projects are synthetic biology approaches, we are looking for ways to make biology easier to engineer and push synthetic biology projects forward. Therefore, we participated in the InterLab study and extend our work on this in a measurement study.

If you are interested in further information that inspired us, feel free to check our bibliography.

We further characterized an existing BioBrick, the mRFP-Spycatcher. We provide a repertoire of different spycatchers for further use.

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