Team:SDU-Denmark

From 2012.igem.org

(Difference between revisions)
(Prototype team page)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
<?xml version="1.0" encoding="UTF-8"?>
 +
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 +
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
<html>
+
<!-- //////////// Site Name //////////// -->
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<title>iGEM TEAM ::: SDU-DENMARK</title>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
-
This is a template page. READ THESE INSTRUCTIONS.
+
-
</div>
+
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2009.igem.org/Help:Template/Examples">HERE</a>.
+
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace. 
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
<!-- //////////// Website Icon //////////// -->
 +
<link rel="shortcut icon" href="favicon.ico" />
 +
<!-- //////////// STYLESSHEETS //////////// -->
 +
<link href="css/style.css" type="text/css" rel="stylesheet" />
 +
<link href="css/pirobox_lightbox.css" type="text/css" rel="stylesheet" />
 +
<link rel="stylesheet" href="css/nivo-slider.css" type="text/css" media="screen" />
 +
<!-- //////////// SCRIPTS //////////// -->
 +
<script type="text/javascript" src="js/jquery.min.js"></script>
 +
<script src="js/jquery.nivo.slider.pack.js" type="text/javascript"></script>
 +
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
 +
<script type="text/javascript" src="js/pirobox.min.js"></script>
 +
<script src="js/jquery.slidinglabels.js" type="text/javascript"></script>
-
{|align="justify"
+
<script type="text/javascript">
-
|You can write a background of your team here. Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
$(document).ready(function() {
-
|[[Image:SDU-Denmark_logo.png|200px|right|frame]]
+
$().piroBox({
-
|-
+
my_speed: 400, //animation speed
-
|
+
bg_alpha: 0.6, //background opacity
-
''Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)''
+
slideShow : true, // true == slideshow on, false == slideshow off
-
|[[Image:SDU-Denmark_team.png|right|frame|Your team picture]]
+
slideSpeed : 4, //slideshow duration in seconds(3 to 6 Recommended)
-
|-
+
close_all : '.piro_close,.piro_overlay'// add class .piro_overlay(with comma)if you want overlay click close piroBox
-
|
+
-
|align="center"|[[Team:SDU-Denmark | Team SDU-Denmark]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
+
});
 +
});
 +
</script>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<!-- //////////// Settings for fixed sidebar layout //////////// -->
-
!align="center"|[[Team:SDU-Denmark|Home]]
+
<!-- <script type="text/javascript">
-
!align="center"|[[Team:SDU-Denmark/Team|Team]]
+
$(document).ready(function() {
-
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=SDU-Denmark Official Team Profile]
+
 
-
!align="center"|[[Team:SDU-Denmark/Project|Project]]
+
function staticNav() {
-
!align="center"|[[Team:SDU-Denmark/Parts|Parts Submitted to the Registry]]
+
var sidenavHeight = $("#sidenav").height();
-
!align="center"|[[Team:SDU-Denmark/Modeling|Modeling]]
+
var winHeight = $(window).height();
-
!align="center"|[[Team:SDU-Denmark/Notebook|Notebook]]
+
var browserIE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
-
!align="center"|[[Team:SDU-Denmark/Safety|Safety]]
+
 
-
!align="center"|[[Team:SDU-Denmark/Attributions|Attributions]]
+
if (browserIE6) {
-
|}
+
$("#sidenav").css({'position' : 'absolute'});
 +
} else {
 +
$("#sidenav").css({'position' : 'fixed'});
 +
}
 +
 +
if (sidenavHeight > winHeight) {
 +
$("#sidenav").css({'position' : 'static'});
 +
}
 +
}
 +
 +
staticNav();
 +
 +
$(window).resize(function () { //Each time the viewport is adjusted/resized, execute the function
 +
staticNav();
 +
});
 +
 
 +
});
 +
</script>
 +
-->
 +
<script>
 +
$(function() {
 +
 
 +
    var $sidebar  = $("#sidenav"),
 +
        $window    = $(window),
 +
        offset    = $sidebar.offset(),
 +
        topPadding = 15;
 +
 
 +
    $window.scroll(function() {
 +
        if ($window.scrollTop() > offset.top + 250 ) {
 +
            $sidebar.stop().animate({
 +
                marginTop: $window.scrollTop() - (offset.top + topPadding + 230 )
 +
            });
 +
        } else {
 +
            $sidebar.stop().animate({
 +
                marginTop: 0
 +
            });
 +
        }
 +
    });
 +
   
 +
});
 +
</script>
 +
 
 +
<script type="text/javascript" src="js/smoothscroll.js"></script>
 +
 
 +
<!-- //////////// Settings for Nivo Slider //////////// -->
 +
<script type="text/javascript">
 +
$(window).load(function() {
 +
$('#slider').nivoSlider({
 +
effect:'random',
 +
slices:15,
 +
animSpeed:500,
 +
pauseTime:6000,
 +
startSlide:0, //Set starting Slide (0 index)
 +
directionNav:true, //Next &amp; Prev
 +
directionNavHide:true, //Only show on hover
 +
controlNav:true, //1,2,3...
 +
controlNavThumbs:false, //Use thumbnails for Control Nav
 +
controlNavThumbsSearch: '.jpg', //Replace this with...
 +
controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
 +
keyboardNav:true, //Use left &amp; right arrows
 +
pauseOnHover:true, //Stop animation while hovering
 +
manualAdvance:false, //Force manual transitions
 +
captionOpacity:0.8, //Universal caption opacity
 +
beforeChange: function(){},
 +
afterChange: function(){},
 +
slideshowEnd: function(){} //Triggers after all slides have been shown
 +
});
 +
});
 +
</script>
 +
 
 +
<script type="text/javascript">
 +
    $(document).ready(function () {
 +
 
 +
            // transition effect
 +
            style = 'easeOutBounce';
 +
 
 +
            // if the mouse hover the image
 +
            $('.photo').hover(
 +
                    function() {
 +
                            //display heading and caption
 +
                            $(this).children('div:first').stop(false,true).animate({top:0},{duration:600, easing: style});
 +
                            $(this).children('div:last').stop(false,true).animate({bottom:0},{duration:600, easing: style});
 +
                    },
 +
 
 +
                    function() {
 +
                            //hide heading and caption
 +
                            $(this).children('div:first').stop(false,true).animate({top:-50},{duration:600, easing: style});
 +
                            $(this).children('div:last').stop(false,true).animate({bottom:-50},{duration:600, easing: style});
 +
                    }
 +
            );
 +
 
 +
    });
 +
</script>
 +
 
 +
<script type="text/javascript">
 +
$(function(){
 +
 
 +
$('#contactform').slidinglabels({
 +
 +
/* these are all optional */
 +
topPosition  : '8px',  // how far down you want each label to start
 +
leftPosition : '8px',  // how far left you want each label to start
 +
axis        : 'x',    // can take 'x' or 'y' for slide direction
 +
speed        : 'fast'  // can take 'fast', 'slow', or a numeric value
 +
 
 +
});
 +
 
 +
});
 +
</script>
 +
</head>
 +
 
 +
<body>
 +
 
 +
 
 +
<!-- //////////// Container *Holds Left and Right Colums Together* //////////// -->
 +
<div class="container">
 +
 
 +
<!-- ////////////HEADER\\\\\\\\\\ -->
 +
<div class="header" id="TopHeader">
 +
<!-- //////////// NIVO SLIDER //////////// -->
 +
            <div id="slider">
 +
                    <img src="images/slider/slide01.jpg" alt="" />
 +
 +
<img src="images/slider/slide03.jpg" alt="" />
 +
<img src="images/slider/slide04.jpg" alt="" />
 +
<img src="images/slider/slide05.jpg" alt="" />
 +
<img src="images/slider/slide06.jpg" alt="" />
 +
<img src="images/slider/slide07.jpg" alt="" />
 +
<img src="images/slider/slide08.jpg" alt="" />
 +
<img src="images/slider/slide09.jpg" alt="" />
 +
<img src="images/slider/slide10.jpg" alt="" />
 +
                 
 +
                    <a href="http://" title=""><img src="images/slider/slide10.jpg" alt="" title="see more in our gallery" /></a>
 +
            </div>
 +
</div>
 +
   
 +
    <!-- //////////// SideNavbar *Everything in Left-Hand Column* //////////// -->
 +
    <div id="sidenav">
 +
    <!--<img src="images/logo.gif" alt="" class="logo" />/ -->
 +
       
 +
        <!-- //////////// MAIN NAVIGATION //////////// -->
 +
 +
<!--\\\\ ACCORDION MENU ////-->
 +
<div id="leftcolumntotal">
 +
<div id="leftcolumn">
 +
<div id="leftcolumngreen">
 +
 
 +
</div>
 +
<div id="AccordionContainer" class="AccordionContainer">
 +
 
 +
  <div onclick="runAccordion(1,50);"> <!-- 1,125 -->
 +
<div class="AccordionTitle" onselectstart="return false;">
 +
  Introduction
 +
</div>
 +
  </div>
 +
  <div id="Accordion1Content" class="AccordionContent">
 +
<span class="classgreena">
 +
<a href="/Team:SDU-Denmark">Home<p></a>
 +
  <a href="/Team:SDU-Denmark/Intro/Hiring">Team<p></a>
 +
 +
  </span>
 +
  </div>
 +
 
 +
  <div onclick="runAccordion(2,125);">
 +
<div class="AccordionTitle" onselectstart="return false;">
 +
  Project
 +
</div>
 +
  </div>
 +
  <div id="Accordion2Content" class="AccordionContent">
 +
  <span class="classreda"> 
 +
<a href="/Team:SDU-Denmark/Project/Rationale"> Overview<p></a>   
 +
<a href="/Team:SDU-Denmark/Project/Intro"> Experiments<p></a>   
 +
<a href="/Team:SDU-Denmark/Project/Methods">Parts<p></a>
 +
<a href="/Team:SDU-Denmark/Project/Results">Bio Bricks<p></a> 
 +
<a href="/Team:SDU-Denmark/Project/Future">Future Applications<p></a> 
 +
</span>
 +
  </div>
 +
 
 +
  <div onclick="runAccordion(3,75);">
 +
<div class="AccordionTitle" onselectstart="return false;">
 +
  Results
 +
</div>
 +
  </div>
 +
  <div id="Accordion3Content" class="AccordionContent">
 +
<span class="classorangea">
 +
<a href="/Team:SDU-Denmark/Side/Biodegradation">Summary<p></a>
 +
<a href="/Team:SDU-Denmark/Side/Reporter">Data<p></a> 
 +
<a href="/Team:SDU-Denmark/Side/KillSwitch">Discussion<p></a> 
 +
</span>
 +
  </div>
 +
 
 +
  <div onclick="runAccordion(4,50);">
 +
<div class="AccordionTitle" onselectstart="return false;">
 +
  Human Practices
 +
</div>
 +
  </div>
 +
  <div id="Accordion4Content" class="AccordionContent">
 +
<span class="classgreena">
 +
<a href="/Team:SDU-Denmark/Safety/Lab">Overview<p></a>
 +
<a href="/Team:SDU-Denmark/Safety/FAQs">Safety<p></a>
 +
  </span>
 +
  </div>
 +
 
 +
  <div onclick="runAccordion(5,25);">
 +
<div class="AccordionTitle" onselectstart="return false;">
 +
  Side Projects
 +
</div>
 +
  </div>
 +
  <div id="Accordion5Content" class="AccordionContent">
 +
<span class="classpurplea">
 +
<a href="/Team:SDU-Denmark/Parts/Contributions">Plant vs Prokaryot<p></a>     
 +
</span>
 +
  </div>
 +
 
 +
  <div onclick="runAccordion(6,25);">
 +
<div class="AccordionTitle" onselectstart="return false;">
 +
  Notebook
 +
</div>
 +
  </div>
 +
  <div id="Accordion6Content" class="AccordionContent">
 +
<span class="classreda">
 +
<a href="/Team:SDU-Denmark/Notebook/Protocols/Rehydration">protocols<p></a>
 +
 +
</span>
 +
  </div>
 +
 
 +
  <div onclick="runAccordion(7,50);">
 +
<div class="AccordionTitle" onselectstart="return false;">
 +
  Partners
 +
</div>
 +
  </div>
 +
  <div id="Accordion7Content" class="AccordionContent">
 +
<span class="classorangea">
 +
<a href="/Team:SDU-Denmark/Partners/Sponsors">Sponsors<p></a>
 +
<a href="/Team:SDU-Denmark/Partners/OSLI">iGEM teams<p></a> 
 +
 +
</span>
 +
  </div>
 +
 
 +
<div onclick="runAccordion(8,100);">
 +
<div class="AccordionTitle" onselectstart="return false;">
 +
  Extras
 +
</div>
 +
  </div>
 +
  <div id="Accordion8Content" class="AccordionContent">
 +
<span class="classpurplea">
 +
<a href="/Team:SDU-Denmark/Extras/Recruitment">Podcast <p></a>
 +
<a href="/Team:SDU-Denmark/Extras/Achievements">Achievements<p></a>
 +
<a href="/Team:SDU-Denmark/Extras/Brainstorming">Photo Gallery<p></a>
 +
<a href="/Team:SDU-Denmark/Extras/Video">Video Gallery<p></a> 
 +
</span>
 +
  </div>
 +
 
 +
</div>
 +
 
 +
  <script type="text/javascript">
 +
var ContentHeight = 200;
 +
var TimeToSlide = 300.0;
 +
 
 +
var openAccordion = '';
 +
 
 +
 
 +
function runAccordion(index, AccHeight)
 +
{
 +
  ContentHeight = AccHeight;
 +
 
 +
  var nID = "Accordion" + index + "Content";
 +
  if(openAccordion == nID)
 +
nID = '';
 +
 
 +
  setTimeout("animate(" + new Date().getTime() + "," + TimeToSlide + ",'"
 +
  + openAccordion + "','" + nID + "')", 33);
 +
 +
  openAccordion = nID;
 +
 +
}
 +
 
 +
function animate(lastTick, timeLeft, closingId, openingId)
 +
 +
  var curTick = new Date().getTime();
 +
  var elapsedTicks = curTick - lastTick;
 +
 +
  var opening = (openingId == '') ? null : document.getElementById(openingId);
 +
  var closing = (closingId == '') ? null : document.getElementById(closingId);
 +
 +
  if(timeLeft <= elapsedTicks)
 +
  {
 +
if(opening != null)
 +
  opening.style.height = ContentHeight + 'px';
 +
 
 +
if(closing != null)
 +
{
 +
  closing.style.display = 'none';
 +
  closing.style.height = '0px';
 +
}
 +
return;
 +
  }
 +
 +
  timeLeft -= elapsedTicks;
 +
  var newClosedHeight = Math.round((timeLeft/TimeToSlide) * ContentHeight);
 +
 
 +
  if(opening != null)
 +
  {
 +
if(opening.style.display != 'block')
 +
  opening.style.display = 'block';
 +
opening.style.height = (ContentHeight - newClosedHeight) + 'px';
 +
  }
 +
 +
  if(closing != null)
 +
closing.style.height = newClosedHeight + 'px';
 +
 
 +
  setTimeout("animate(" + curTick + "," + timeLeft + ",'"
 +
  + closingId + "','" + openingId + "')", 33);
 +
}
 +
 
 +
 
 +
</script>
 +
 
 +
</div>
 +
</div>
 +
<!--\\\\ACCORDION MENU////-->
 +
 
 +
    </div><!-- //sidenav -->
 +
 +
<!-- //////////// Sidenav Footer //////////// -->
 +
        <div id="footer">
 +
            &copy; iGEM University of Southern Denmark 2012
 +
        </div><!-- //footer -->
 +
 +
 +
    <!-- //////////// Anchor used to scroll to HOME //////////// -->
 +
    <a name="home"></a>
 +
   
 +
    <!-- //////////// Content *Everything in Right-Hand Column* //////////// -->
 +
    <div id="content">
 +
 +
 
 +
<!-- //////////// Pictogrammer \\\\\\\\\\ -->
 +
 +
<a href="http://" title=""><img src="images/Pictogrammer/Ethicsqbs.gif" alt="" title="Ethics" class="picto" ></img></a>
 +
<a href="http://" title=""><img src="images/Pictogrammer/Sponsorsqts.gif" alt="" title="Ethics" class="picto"></img></a>
 +
<a href="http://" title=""><img src="images/Pictogrammer/Resultsqts.gif" alt="" title="Ethics" class="picto"></img></a>
 +
<a href="http://" title=""><img src="images/Pictogrammer/Projectcqts.gif" alt="" title="Ethics" class="picto"></img></a>
 +
 +
<!-- /////////  /Pictogrammer \\\\\\\\\\ -->
 +
 +
<!-- /// velkomst ////-->
 +
 
 +
<h2>Novel approach to carbohydrate intake restriction using bacterial machines as sucrose converters</h2>
 +
<p>
 +
The modern diet is rich in carbohydrates and though increasing awareness about the health problems related, obesity is still the sixth most important risk factor contributing to the overall burden of disease worldwide and therefore a large burden on society. For reasons unknown, risks like cardiovascular disease, type 2 diabetes and different types of cancers, that all can be related to obesity, do not seem to motivate a healthy diet in modern society.
 +
 +
In our project we approach this problem from a new angle. Instead of changing the diet, we take a look at the mechanisms that regulate carbohydrate uptake from our daily diet. We will focus on conversion of sugars into fibers, namely inulin, that the human body is unable to digest. Apart from being indigestible inulin possesses interesting properties as a prebiotic. Inulin affect the gut microbiota by promoting ”helpful” bacteria, like bifidobacteria. Intake of short-chain inulin has been proven to lead to a significant decrease in food intake, body weight gain and fat mass development in rodents.
 +
 +
The ultimate goal of the project will be to construct a probiotic microorganism, capable of producing inulin fibers and able to survive in the human gut for short periods of time. We will clone the genes coding for the plant enzymes Fructan:fructan 1-fructosyltransferase (1-FFT) and sucrose sucrose 1-fructosyltransferase (1-SST) that together make up the synthesis pathway of plant inulin in Helianthus tuberosus (degree of polymerization: 30-150) or a bacterial version of inulin synthase, possibly from Lactobacillus Reuteri (degree of polymerization: 20-10.000). Furthermore, we will look into other mechanisms that could regulate sugar uptake, like adding a cellulose synthase to our construct as well. Which would further increase the beneficial factor of the microorganism, by removing larger amounts of sugar from the diet, and contributing cellulose to the intestine which among other things, have a preventive effect on the development of colon cancer.
 +
</p>
 +
<p>(Another positive aspect of the inulin production is that the bacteria should use a lot of the sugar we eat and convert it into the non-digestible fiber, hence lowering the energy we get from eating sucrose. Since sucrose consists of a fructose and glucose unit, there will be one glucose unit leftover for every added monomer of fructose to the inulin polymer. These glucose units could then be used as an added bonus to produce Cellulose, so that we could get additional fibers in our diet and get rid of the glucose.)
 +
</p>
 +
 +
 +
 +
<!--
 +
<div id="contentcolumleft">
 +
           
 +
           
 +
           
 +
            <h2>Welcome to My Online Portfolio, Have a Look Around.</h2>
 +
            <p>Commoveo wisi nulla pala illum melior quis. Et luptatum validus wisi ingenium humo quidne, eros lucidus dolore ea vel amet. Capto, praemitto singularis tation duis consequat. Jus vulputate ingenium mauris ut, vero. Enim suscipit exerci eligo dolus decet elit transverbero. </p>
 +
            <p>Opto tego, distineo luptatum, amet virtus ideo bene in, vindico eum. Voco, proprius, tation jugis dolore consequat, adipiscing iusto eu, ingenium augue nimis, nostrud, lucidus. Qui tristique uxor ibidem iriure bis praesent os. Consequat zelus pagus abdo augue demoveo odio jus vel. </p>
 +
           
 +
            <h2>Opto tego, distineo luptatum</h2>
 +
            <p>Commoveo wisi nulla pala illum melior quis. Et luptatum validus wisi ingenium humo quidne, eros lucidus dolore ea vel amet. Capto, praemitto singularis tation duis consequat. Jus vulputate ingenium mauris ut, vero. Enim suscipit exerci eligo dolus decet elit transverbero. </p>
 +
            <p>Opto tego, distineo luptatum, amet virtus ideo bene in, vindico eum. Voco, proprius, tation jugis dolore consequat, adipiscing iusto eu, ingenium augue nimis, nostrud, lucidus. Qui tristique uxor ibidem iriure bis praesent os. Consequat zelus pagus abdo augue demoveo odio jus vel. </p>
 +
</div>
 +
 +
<div id="contentcolumleft">
 +
<h2>This is a test</h2>
 +
<p> and now to put some text in </p>
 +
<p>Commoveo wisi nulla pala illum melior quis. Et luptatum validus wisi ingenium humo quidne, eros lucidus dolore ea vel amet. Capto, praemitto singularis tation duis consequat. Jus vulputate ingenium mauris ut, vero. Enim suscipit exerci eligo dolus decet elit transverbero. </p>
 +
<p>Opto tego, distineo luptatum, amet virtus ideo bene in, vindico eum. Voco, proprius, tation jugis dolore consequat, adipiscing iusto eu, ingenium augue nimis, nostrud, lucidus. Qui tristique uxor ibidem iriure bis praesent os. Consequat zelus pagus abdo augue demoveo odio jus vel. </p>
 +
 +
<h2>Opto tego, distineo luptatum</h2>
 +
<p>Commoveo wisi nulla pala illum melior quis. Et luptatum validus wisi ingenium humo quidne, eros lucidus dolore ea vel amet. Capto, praemitto singularis tation duis consequat. Jus vulputate ingenium mauris ut, vero. Enim suscipit exerci eligo dolus decet elit transverbero. </p>
 +
<p>Opto tego, distineo lupt
 +
 +
 +
</div>
 +
-->
 +
 +
    <!-- //////////// Anchor used to scroll to PORTFOLIO //////////// -->
 +
 +
    <!-- //////////// Anchor used to scroll to SERVICES //////////// -->
 +
   
 +
    <!-- //////////// Anchor used to scroll to CONTACT //////////// -->       
 +
   
 +
            <div class="clearall"></div><!-- //clearall -->
 +
           
 +
            <div id="footfiller">
 +
            </div><!-- //footfiller -->
 +
           
 +
    </div><!-- //content -->
 +
   
 +
</div><!-- //container -->
 +
</body>
 +
</html>

Revision as of 11:32, 14 July 2012

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> iGEM TEAM ::: SDU-DENMARK

Novel approach to carbohydrate intake restriction using bacterial machines as sucrose converters

The modern diet is rich in carbohydrates and though increasing awareness about the health problems related, obesity is still the sixth most important risk factor contributing to the overall burden of disease worldwide and therefore a large burden on society. For reasons unknown, risks like cardiovascular disease, type 2 diabetes and different types of cancers, that all can be related to obesity, do not seem to motivate a healthy diet in modern society. In our project we approach this problem from a new angle. Instead of changing the diet, we take a look at the mechanisms that regulate carbohydrate uptake from our daily diet. We will focus on conversion of sugars into fibers, namely inulin, that the human body is unable to digest. Apart from being indigestible inulin possesses interesting properties as a prebiotic. Inulin affect the gut microbiota by promoting ”helpful” bacteria, like bifidobacteria. Intake of short-chain inulin has been proven to lead to a significant decrease in food intake, body weight gain and fat mass development in rodents. The ultimate goal of the project will be to construct a probiotic microorganism, capable of producing inulin fibers and able to survive in the human gut for short periods of time. We will clone the genes coding for the plant enzymes Fructan:fructan 1-fructosyltransferase (1-FFT) and sucrose sucrose 1-fructosyltransferase (1-SST) that together make up the synthesis pathway of plant inulin in Helianthus tuberosus (degree of polymerization: 30-150) or a bacterial version of inulin synthase, possibly from Lactobacillus Reuteri (degree of polymerization: 20-10.000). Furthermore, we will look into other mechanisms that could regulate sugar uptake, like adding a cellulose synthase to our construct as well. Which would further increase the beneficial factor of the microorganism, by removing larger amounts of sugar from the diet, and contributing cellulose to the intestine which among other things, have a preventive effect on the development of colon cancer.

(Another positive aspect of the inulin production is that the bacteria should use a lot of the sugar we eat and convert it into the non-digestible fiber, hence lowering the energy we get from eating sucrose. Since sucrose consists of a fructose and glucose unit, there will be one glucose unit leftover for every added monomer of fructose to the inulin polymer. These glucose units could then be used as an added bonus to produce Cellulose, so that we could get additional fibers in our diet and get rid of the glucose.)