Team:ULB-Brussels

From 2009.igem.org

(Difference between revisions)
(english correction (first part))
 
(78 intermediate revisions not shown)
Line 1: Line 1:
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
-
+
 
<head>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
-
<title>iGEM Team:ULB-Brussels Wiki</title>
+
<!--<title>iGEM Team:ULB-Brussels Wiki</title>-->
-
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
+
-
<link rel="stylesheet" type="text/css" href="menu.css" media="screen" />
+
-
<style>
+
-
+
-
body {
+
-
width: 910px;
+
-
font-family: Arial;
+
-
margin: 0 auto;
+
-
}
+
-
#header {
+
<!-- Auto-Reload script for Dev -->
-
margin: 0px;
+
<script language="javascript" type="text/javascript">
-
padding: 15px;
+
<!--
-
margin-top: -21px; /* strange... */
+
function timedRefresh(timeoutPeriod) {
-
}
+
setTimeout("location.reload(true);",timeoutPeriod);
 +
}
 +
//  -->
 +
</script>
 +
        <style type="text/css">
 +
/* Design for https://2009.igem.org/Team:ULB-Brussels
-
#banner {
+
    Université Libre de Bruxelles
-
                                       
+
*/
-
height: 140px;
+
-
background-image:url(https://static.igem.org/mediawiki/2009/c/c7/BannerUlb.png);
+
-
}
+
html body {
 +
width: 910px;
 +
font-family: Arial;
 +
margin: 0 auto;
-
#banner h1 {
+
}
-
padding-top: 50px;
+
-
text-align: center;
+
-
color: #4E7DB7;
+
-
font-size: 40px;
+
-
}
+
-
#header ul {
+
html body div.header {
-
margin-top: 0px;
+
margin: 0px;
-
margin-bottom: 0px;
+
padding: 0px;
 +
margin-top: -21px; /* strange... */
 +
}
-
list-style-type: none;
+
/* ===== banner ===== */
-
}
+
-
/* ===== menu ===== */
+
/* banner = large image on the top of the page, begind the title */
-
#menu {
+
html body div.header div.banner {
-
/*background-color: #4E7DB4;*/
+
height: 171px;
-
background-color: #3E6DA4;
+
background-image: url(https://static.igem.org/mediawiki/2009/0/0a/Logoulb1.png);
-
height: 30px;
+
    background-repeat: no-repeat;
-
color: white;
+
}
-
padding: 0px;
+
-
}
+
-
#menu li {
+
html body div.header div.banner h1 {
-
float: left;
+
padding-top: 50px;
-
width: 120px;
+
   
-
text-align: center;
+
text-align: center;
 +
    text-decoration: none;
 +
    border: none;
-
margin: 0px;
+
color: #4E7DB7;
-
margin-top: 10px;
+
font-size: 40px;
-
}
+
}
-
+
-
#menu li :hover {
+
-
color: #5F7EB4;
+
-
background-color: #FFFFFF;
+
-
margin: 0px;
+
html body div.header ul {
 +
    /* these are common to both 'menu' and 'submenu' */
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
   
 +
list-style-type: none;
 +
    list-style-image: none;
 +
}
-
padding-left: 15px;
+
/* ===== menu ===== */
-
padding-right: 15px;
+
-
padding-top: 4px;
+
-
padding-bottom: 3px;
+
-
}
+
-
#menu li #selection {
+
/* menu = horizontal bar containing the main links to other sections of the wiki */
-
color: #5F7EB4;
+
-
background-color: #FFFFFF;
+
-
margin: 0px;
+
html body div.header div.menu {
 +
    background-color: #5F91C1;
 +
color: white;
 +
   
 +
height: 30px;
 +
padding: 0px;
 +
}
-
padding-left: 15px;
+
html body div.header div.menu li {
-
padding-right: 15px;
+
float: left;
-
padding-top: 4px;
+
text-align: center;
-
padding-bottom: 3px;
+
   
-
}
+
    width: 120px;
 +
margin: 0px;
 +
margin-top: 10px;
 +
}
 +
 +
html body div.header div.menu li :hover {
 +
color: #5F7EB4;
 +
background-color: #FFFFFF;
-
#menu a {
+
margin: 0px;
-
color: white;
+
-
text-decoration: none;
+
-
}
+
-
/* ===== submenu ===== */
+
padding-left: 15px;
 +
padding-right: 15px;
 +
padding-top: 4px;
 +
padding-bottom: 3px;
 +
}
-
#submenu {
+
/* class 'selection' refers to the 'selected' menu, in order to change it's color to white */
-
/*background-color: #404040;*/
+
html body div.header div.menu li a.selection {
-
background-color: white;
+
color: #5F7EB4;
-
height: 25px;
+
background-color: #FFFFFF;
-
+
-
font-size: small;
+
-
+
-
border-bottom-style: solid;
+
-
border-bottom-width: 1px;
+
-
border-bottom-color: #AAAAAA;
+
-
}
+
-
#submenu li {
+
margin: 0px;
-
float: left;
+
-
width: 120px;
+
-
text-align: center;
+
-
margin: 0px;
+
padding-left: 15px;
-
margin-top: 4px;
+
padding-right: 15px;
-
}
+
padding-top: 4px;
-
+
padding-bottom: 3px;
-
#submenu li :hover {
+
}
-
color: #5F7EB4;
+
-
background-color: #FFFFFF;
+
-
margin: 0px;
+
html body div.header div.menu li a {
 +
color: white;
 +
text-decoration: none;
 +
}
-
padding-left: 15px;
+
/* ===== submenu ===== */
-
padding-right: 15px;
+
-
padding-bottom: 3px;
+
-
}
+
-
#submenu a {cf
+
/* submenu = changing horizontal bar containing the main links to subsections of other sections of the wiki */
-
color: #5F7EB4;
+
-
text-decoration: none;
+
-
}
+
-
/* ===== main ===== */
+
html body div.header div.submenu {
 +
/*background-color: #404040;*/
 +
background-color: white;
 +
height: 25px;
 +
 +
font-size: small;
 +
 +
border-bottom-style: solid;
 +
border-bottom-width: 1px;
 +
border-bottom-color: #AAAAAA;
 +
}
-
#panel {
+
html body div.header div.submenu li {
-
float: right;
+
float: left;
-
border-left-style: solid;
+
width: 120px;
-
border-left-width: 1px;
+
text-align: center;
-
border-left-color: #AAAAAA;
+
-
+
-
padding-left: 10px;
+
-
margin-left: 10px;
+
-
margin-top: 20px;
+
-
+
-
width: 250px;
+
-
font-size: small;
+
-
}
+
-
#panel a {
+
margin: 0px;
-
text-decoration: none;
+
margin-top: 4px;
-
font-weight: bold;
+
}
-
color: #3E6DA4;
+
-
}
+
-
#panel img {
+
html body div.header div.submenu li :hover {
-
width: 50px;
+
color: #5F7EB4;
-
height: 50px;
+
background-color: #FFFFFF;
-
border-style: none;
+
-
float: left;
+
-
margin-right: 7px;
+
-
}
+
-
#panel a:hover {
+
margin: 0px;
-
color: #F5B455;
+
-
}
+
-
#countdown {
+
padding-left: 7px;
-
margin-bottom: 20px;
+
padding-right: 7px;
-
}
+
padding-bottom:3px
-
#countdown font {
+
}
-
color: #5F7EB4;
+
-
}
+
-
#panel .sponsor {
+
html body div.header div.submenu li a {
-
margin-bottom: 10px;
+
color: #5F7EB4;
-
min-height: 50px;
+
text-decoration: none;
-
}
+
}
-
#main {
+
/* ===== panel ===== */
-
font-size: small;
+
-
padding-left: 10px;
+
-
padding-right: 10px;
+
-
width: 625px;
+
-
text-align: justify;
+
-
}
+
-
#main .abstract {
+
/* panel = box containing mascotte, contdown and links to sponsors */
-
font-weight: bold;
+
 +
html body div.panel {
 +
    float: right;
 +
    border-left-style: solid;
 +
    border-left-width: 1px;
 +
    border-left-color: #AAAAAA;
 +
   
 +
    padding-left: 10px;
 +
    margin-left: 10px;
 +
    margin-top: 20px;
 +
   
 +
    width: 170px;
 +
    font-size: small;
 +
    text-align: center;
 +
}
-
#welcome img {
+
/* appearance of the links */
-
width: 626px;
+
html body div.panel a {
-
height: 150px;
+
    text-decoration: none;
-
margin-top: 10px;
+
    font-weight: bold;
-
border-style: none;
+
    color: #3E6DA4;
-
}
+
}
-
.footer {
+
html body div.panel a:hover {
-
}
+
    color: #F5B455;
-
</style>
+
}
-
</head>
+
-
<body >
+
-
<div id="header">
+
/* == countdown == */
-
<div id="banner">
+
 
-
<h1>Team ULB-Brussels</h1>
+
html body div.panel div.countdown {
 +
    /*margin-top: 10px;
 +
    margin-bottom: 10px;
 +
    height: 30px;*/
 +
    margin: 10px;
 +
    padding: 10px;
 +
}
 +
 
 +
.countdown font {
 +
    padding: 20px;
 +
    margin: 20px;
 +
    color: #5F7EB4;
 +
}
 +
 
 +
/* == sponsors == */
 +
 
 +
html body div.panel div.sponsor {
 +
    margin-bottom: 10px;
 +
    min-height: 50px;
 +
}
 +
 
 +
/* appearance of the sponsor's logos */
 +
html body div.panel div.sponsor img {
 +
    width: 90px;
 +
    height: 90px;
 +
    border-style: none;
 +
/*    margin-right: 7px; */
 +
}
 +
 
 +
/* ===== main ===== */
 +
 
 +
html body div.main {
 +
font-size: small;
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
    width: 705px;
 +
    text-align: justify;
 +
}
 +
 
 +
html body div.main p.abstract {
 +
font-weight: bold;
 +
}
 +
 
 +
html body div.main div.welcome img {
 +
    width: 763px;
 +
    height: 0px;
 +
    margin-top: 10px;
 +
    border-style: none;
 +
 
 +
}
 +
 
 +
html body div.footer {
 +
text-align: center;
 +
border="1"
 +
 
 +
}
 +
 
 +
        </style>
 +
       
 +
</head>
 +
 
 +
    <!-- *** Uncomment next line to enable autorefresh (developper mode) *** -->
 +
<!-- <body onload="JavaScript:timedRefresh(5000);"> -->
 +
<!-- <body> -->
 +
    <body>
 +
        <!--
 +
            header : box on the top of the page containing the banner and links to sections and subsections of
 +
            the wiki.
 +
        -->
 +
<div class="header">
 +
           
 +
<div class="banner">
 +
<h1></h1>
</div>
</div>
-
<div id="menu">
+
<div class="menu">
<ul>
<ul>
-
<li><a class="mainlink" href="/Team:ULB-Brussels">Home</a></li>
+
<li><a class="mainlink selection" href="/Team:ULB-Brussels">Home</a></li>
-
+
<li><a class="mainlink" href="/Team:ULB-Brussels/Team">Team</a></li>
<li><a class="mainlink" href="/Team:ULB-Brussels/Team">Team</a></li>
-
 
<li><a class="mainlink" href="/Team:ULB-Brussels/Project">Project</a></li>
<li><a class="mainlink" href="/Team:ULB-Brussels/Project">Project</a></li>
-
 
<li><a class="mainlink" href="/Team:ULB-Brussels/Parts">Parts</a></li>
<li><a class="mainlink" href="/Team:ULB-Brussels/Parts">Parts</a></li>
-
+
<li><a class="mainlink" href="/Team:ULB-Brussels/Safety">Safety</a></li>
-
<li><a class="mainlink" href="/Team:ULB-Brussels/Modeling">Modeling</a></li>
+
-
+
<li><a class="mainlink" href="/Team:ULB-Brussels/Notebook">Notebook</a></li>
<li><a class="mainlink" href="/Team:ULB-Brussels/Notebook">Notebook</a></li>
-
 
<li><a class="mainlink" href="/Team:ULB-Brussels/Sponsors">Sponsors</a></li>
<li><a class="mainlink" href="/Team:ULB-Brussels/Sponsors">Sponsors</a></li>
</ul>
</ul>
</div>
</div>
-
<div id="submenu">
+
<div class="submenu">
-
<lu>
+
<ul>
 +
 
<li><a href="#english">English</a></li>
<li><a href="#english">English</a></li>
-
<li><a href="#french">French</a></li>
+
<li><a href="#french">Français</a></li>
-
<li><a href="#dutch">Dutch</a></li>
+
                                        <li><a href="#dutch">Nederlands</a></li>
-
<li><a href="#german">German</a></li>
+
<li><a href="#german">Deutsch</a></li>
-
<li><a href="#spanish">Spanish</a></li>
+
                                     
-
<li><a href="#italian">Italiano</a></li>
+
 
-
</lu>
+
</ul>
</div>
</div>
</div>
</div>
          
          
-
         <div id="panel">
+
        <!--
-
             <div id="countdown">
+
            panel : box on the right containing a countdown, links to the sponsors
-
                 <script language="javascript">
+
        -->
-
                    datedujour = new Date();
+
         <div class="panel">
-
                    hdj = datedujour.getHours();
+
             <div class="countdown">
-
                    mdj = datedujour.getMinutes();
+
                 <b>
-
                    sdj = datedujour.getSeconds();
+
                    <font size='14'>
-
                    date_even = new Date(2009, 9, 30, 10, 00, 00);  
+
                        <script language="javascript" type="text/javascript">
-
                    date1 = datedujour.getTime();
+
                            datedujour = new Date();
-
                    date2 = date_even.getTime();
+
                            hdj = datedujour.getHours();
-
                    nbrej = date2-date1;
+
                            mdj = datedujour.getMinutes();
-
                    nbrej = Math.round((Math.round(nbrej)/1000)/60/60/24);
+
                            sdj = datedujour.getSeconds();
-
                    document.write("<b><font size='13'> "+nbrej+" </font><br/>days before the Jamboree</b>");
+
                            date_even = new Date(2009, 9, 30, 10, 00, 00); //janv =0 > decemb =11
-
                 </script>
+
                            date1 = datedujour.getTime();
 +
                            date2 = date_even.getTime();
 +
                            nbrej = date2-date1;
 +
                            nbrej = Math.round((Math.round(nbrej)/1000)/60/60/24);
 +
                            document.write(nbrej);
 +
                        </script>
 +
                    </font> <br/><p>
 +
                    Days before the Jamboree</p>
 +
                 </b>
             </div>
             </div>
                          
                          
             <div class="sponsor">
             <div class="sponsor">
                 <a href="http://www.delphigenetics.com/">
                 <a href="http://www.delphigenetics.com/">
-
                     <img src="https://static.igem.org/mediawiki/2009/9/98/Delphi.png" />
+
                    <!--<img src="logos/sponsors/delphi.png" alt="Delphi Genetics"/>-->
 +
                     <img src="https://static.igem.org/mediawiki/2009/9/98/Delphi.png" alt="Delphi Genetics"/>
                 </a>
                 </a>
 +
                <br/>
                 <a href="http://www.delphigenetics.com/">
                 <a href="http://www.delphigenetics.com/">
-
                    Delphi Genetics
+
                                    </a>
-
                </a> - Funding student expenses during the project.
+
             </div>
             </div>
             <div class="sponsor">
             <div class="sponsor">
                 <a href="http://www.geneart.com/">
                 <a href="http://www.geneart.com/">
-
                     <img src="https://static.igem.org/mediawiki/2009/8/85/Geneart.gif" />
+
                    <!-- <img src="logos/sponsors/geneart.png" alt="GENEART" /> -->
 +
                     <img src="https://static.igem.org/mediawiki/2009/8/8e/Geneart_ulb.gif" alt="GENEART" />
                 </a>
                 </a>
 +
                <br/>
                 <a href="http://www.geneart.com/">
                 <a href="http://www.geneart.com/">
-
                     GENEART
+
                      
-
                 </a> - Funding student expenses during the project.
+
                 </a>
             </div>
             </div>
-
          <div class="sponsor">
+
            <div class="sponsor">
 +
                <a href="http://be.vwr.com/">
 +
                    <!-- <img src="logos/sponsors/Vwr_logo_p.png" alt="VWR International" /> -->
 +
                    <img src="https://static.igem.org/mediawiki/2009/9/91/Vwr_logo_r.jpg" alt="VWR International" />
 +
                </a>
 +
                <br/>
 +
                <a href="http://be.vwr.com/">
 +
                   
 +
                </a>
 +
            </div>
 +
            <div class="sponsor">
                 <a href="http://www.cfwb.be/">
                 <a href="http://www.cfwb.be/">
-
                     <img src="https://static.igem.org/mediawiki/2009/f/fa/Cfwb.png" />
+
                    <!-- <img src="logos/sponsors/cfwb.png" alt="CFWB"/> -->
 +
                     <img src="https://static.igem.org/mediawiki/2009/6/60/Cfwb_ulb.jpg" alt="CFWB"/>
                 </a>
                 </a>
 +
                <br/>
                 <a href="http://www.cfwb.be/">
                 <a href="http://www.cfwb.be/">
-
                    Communauté Française de Belgique
+
                                    </a>
-
                </a> - Funding student expenses during the project.
+
             </div>
             </div>
              
              
-
             <!-- ULB -->
+
             <!-- ULB-relative sponsors -->
-
              
+
             <p></p>
             <div class="sponsor">
             <div class="sponsor">
-
                 <a href="http://www.ulb.ac.be/brachet/">
+
                 <a href="http://www.ulb.ac.be/facs/polytech/">
-
                     <img src="logos/sponsors/fonds_brachet.png" />
+
                     <!-- <img src="logos/sponsors/fac_polytech.gif" alt="Faculté des Sciences Appliquées"/> -->
 +
                    <img src="https://static.igem.org/mediawiki/2009/9/9f/Fac_polytech.gif" alt="Faculté des Sciences Appliquées"/>
 +
                </a>
 +
                <br/>
 +
                <a href="http://www.ulb.ac.be/facs/polytech/">
 +
                   
                 </a>
                 </a>
-
                <a href="http://www.ulb.ac.be/brachet/">
 
-
                    Fonds Jean Brachet
 
-
                </a> - Funding student expenses during the project.
 
             </div>
             </div>
 +
 +
           
             <div class="sponsor">
             <div class="sponsor">
                 <a href="http://www.ulb.ac.be/inforsciences/inforsc.html">
                 <a href="http://www.ulb.ac.be/inforsciences/inforsc.html">
-
                     <img src="logos/sponsors/inforsciences.gif" />
+
                     <!-- <img src="logos/sponsors/inforsciences.gif" alt="Inforsciences"/> -->
 +
                    <img src="https://static.igem.org/mediawiki/2009/1/1c/Inforsciences.gif" alt="Inforsciences"/>
                 </a>
                 </a>
 +
                <br/>
                 <a href="http://www.ulb.ac.be/inforsciences/inforsc.html">
                 <a href="http://www.ulb.ac.be/inforsciences/inforsc.html">
-
                     Inforsciences, ULB
+
                      
-
                 </a> - Funding student expenses during the project.
+
                 </a>
             </div>
             </div>
-
            <div class="sponsor">
+
<div class="sponsor">
-
                 <a href="http://www.ulb.ac.be/facs/polytech/">
+
                 <a href="http://www.ulb.ac.be/brachet/">
-
                     <img src="logos/sponsors/fac_polytech.gif" />
+
                     <!-- <img src="logos/sponsors/fonds_brachet.png" alt="Fonds Brachet"/> -->
 +
                    <img src="https://static.igem.org/mediawiki/2009/a/aa/Fonds_brachet.png" alt="Fonds Brachet"/>
                 </a>
                 </a>
-
                 <a href="http://www.ulb.ac.be/facs/polytech/">
+
                <br/>
-
                    Faculté des Sciences Appliquées, ULB
+
                 <a href="http://www.ulb.ac.be/brachet/">
-
                 </a> - Funding student expenses during the project.
+
                 </a>
-
             </div>
+
             </div>           <div class="sponsor">
-
            <div class="sponsor">
+
                 <a href="http://www.ulb.ac.be/facs/sciences/">
                 <a href="http://www.ulb.ac.be/facs/sciences/">
-
                     <img src="logos/sponsors/fac_sciences.jpg" />
+
                     <!-- <img src="logos/sponsors/fac_sciences.jpg" alt="Faculté des Sciences"/> -->   
 +
              <!-- <img src="https://static.igem.org/mediawiki/2009/5/53/Fac_sciences.jpg" alt="Faculté des Sciences"/> -->
 +
                    <img src="https://static.igem.org/mediawiki/2009/5/5d/Logo_ulb.png" alt="Faculté des Sciences"/>
                 </a>
                 </a>
 +
                <br/>
                 <a href="http://www.ulb.ac.be/facs/sciences/">
                 <a href="http://www.ulb.ac.be/facs/sciences/">
-
                    Faculté des Sciences, ULB
+
                                    </a>
-
                </a> - Funding student expenses during the project.
+
             </div>
             </div>
         </div>   
         </div>   
-
<div id="main">
+
        <!--
 +
            main : main part of the page, containing the text
 +
        -->
 +
<div class="main">
-
            <!--
+
       
-
             <div id="welcome">
+
             <div class="welcome">
-
                <img src="logos/welcome.png" />
+
              <!--  <img src="logos/welcome.png" />-->
 +
<p><img src="https://static.igem.org/mediawiki/2009/a/ae/Banner6.png" alt="logo wiki"/></p>
             </div>
             </div>
-
            -->
+
         
              
              
<div id="english">
<div id="english">
-
<h2>Glue synthesis using <i>E. Coli</i></h2>
+
<h2>Glue synthesis using <i>E. Coli</i></h2> <p>
-
<p> The subject that we have chosen consists in the production of a strong biological adhesive material. We have decided to answer the problem by exploiting the substance produced naturally by ''Caulobacter crescentus''. This bacteria, found in many aquatic environments, synthesizes this glue and is then able to stick to nearly every substrates. We are going to try to make the famous ''Escherichia coli'' synthesize this material and to collect it.</p>
+
Whether you want to stop a leaking ship’s hull, or repair a fractured bone, you need a strong adhesive. Our project aims at producing a new generation of glue. In contrast to most glues, our GluColi is natural, biodegradable, efficient on wet surfaces and has impressive tensile strength (up to 3 times better than super glue). GluColi is composed of polysaccharides naturally produced by the <i>Caulobacter crescentus</i> bacterium. Using BioBrick<sup>TM</sup> standard biological parts, we engineered a synthetic <i>Escherichia coli</i> strain which synthesizes an adhesive material. To improve our expression system, we plan to use a new plasmid stabilization technique, the Staby<sup>TM</sup> system. This system stabilizes expression plasmid without using antibiotics, which is of major concern in large-scale production of biological materials.
-
<p> This project could bring a lot of advantages in miscellaneous fields. Indeed this adhesive is natural, biodegradable, efficient on wet surfaces and has an incomparable resistance (up to 3 times the one of a current super glue). </p>
+
</p>
-
<p>There are multiple prospects and applications that could take advantage of our adhesive. Let us cite , for example, the medical field which could use it for fractured bones or  in particular in the medical field where it could be use in the repair of fracture or in the repair of the hulls of boats
+
 
-
.
+
                              </div>
-
</p> </div>
+
<div id="french">
<div id="french">
<h2>Synthèse de colle au moyen de <i>E. Coli</i></h2>
<h2>Synthèse de colle au moyen de <i>E. Coli</i></h2>
<p>
<p>
-
Le sujet que nous avons choisi d’explorer consiste en la production d’un matériau adhésif biologique. Nous avons décidé d’approcher le problème en exploitant la substance produite naturellement par Caulobacter crescentus. Cette bactérie, présente dans de nombreux milieux aquatiques, synthétise cette glue pour s’accrocher à différents substrats et former un biofilm.  Notre but est de parvenir à faire synthétiser ce matériau par la célèbre Escherichia coli  et de la récupérer. </p>
+
Le sujet que nous avons choisi d’explorer consiste en la production d’un matériau adhésif biologique. Nous avons décidé d’approcher le problème en exploitant la substance produite naturellement par <i>Caulobacter crescentus</i>. Cette bactérie, présente dans de nombreux milieux aquatiques, synthétise cette glue pour s’accrocher à divers substrats et former un biofilm.  Notre but est de parvenir à faire synthétiser ce matériau par la célèbre <i>Escherichia coli</i> et de le récupérer.  
 +
                </p>
                 <p>
                 <p>
-
Ce procédé promet de nombreux avantages quand on sait qu’il s’agira d’une colle non toxique, biodégradable, compatible avec des surfaces mouillées et d’une force d’adhésion incomparable (jusqu’à 3 fois la force d’une super glue actuelle).</p>
+
                    Ce procédé promet de nombreux avantages quand on sait qu’il s’agira d’une colle non toxique, biodégradable, compatible avec des surfaces mouillées et d’une force d’adhésion incomparable (jusqu’à 3 fois la force d’une super glue actuelle).
 +
                </p>
                 <p>
                 <p>
-
Les perspectives et applications sont nombreuses, notamment dans le domaine médical où elle pourrait être utiliser dans la réparation de fracture  ou encore dans la réparation des coques de bateaux
+
                    Les perspectives et applications sont nombreuses, notamment dans le domaine médical où cette colle pourrait être utilisée comme adhésif chirurgical dans la réparation de fractures ou de blessures superficielles ainsi que des implants dentaires ou encore dans le domaine naval pour la réparation de fissures sur les coques de bateaux.
                 </p>
                 </p>
</div>
</div>
 +
<div id="dutch">
 +
<h2>Lijm synthetis door E.Coli</h2>
 +
<p>
 +
Het onderwerp dat we nader onderzocht hebben, gaat over een klevend biologisch materiaal. We pakten het probleem aan door de natuurlijke substantie die door Caulobacter crescentus geproduceerd wordt te benutten. Deze bacterie, die we in vele aquatische milieus terugvinden, synthetiseert de lijm om zich aan verschillende soorten ondergronden vast te hechten en een biofilm te vormen. Ons doel bestaat uit het synthetiseren van deze substantie door de beroemde Escherichia coli om hem daarna in te zamelen.
 +
</p>
 +
<p>
 +
Dit proces belooft vele voordelen te hebben, wetende dat het om een non-toxisch, biologisch afbreekbaar middel gaat dat compatibel is met natte oppervlakten en het een onvergelijkbare adhesiekracht heeft (gaande tot 3 maal de kracht van hedendaagse super glue).
 +
</p>
 +
<p>
 +
Er zijn talrijke perspectieven en toepassingen, met name in de medische wereld waar het als chirurgische lijm gebruikt zou kunnen worden bij het herstellen van breuken of oppervlakkige wonden als tandheelkundige implanaten. Laten we ook denken aan de marine sector om barsten in de romp van boten weg te werken.
 +
</p>
 +
</div>
-
<div name="dutch">
+
<div id="german">
-
<h2>Synthese van lijm met <i>E. Coli</i></h2>
+
                <h2>Klebersynthese unter Verwendung von <i>E. Coli</i></h2>
-
<p>Het onderwerp dat wij hebben verkozen om te verkennen bestaat uit de productie van een biologisch zelfklevend materiaal. Wij hebben besloten om het probleem te naderen door de substantie te beheren die natuurlijk door Caulobacter crescentus wordt geproduceerd. Deze bacterie, presenteert in talrijke watermilieu's, vat dit glue samen om zich aan verschillende substraten te blijven steken en een biofilm te vormen. Ons doel is erin te slagen om dit materiaal door beroemde Escherichia coli te laten samenvatten en om het terug te krijgen.</p>
+
                <p>
-
<p> Dit <b>procédé</b> belooft talrijke voordelen wanneer men weet dat het om een niet- giftige, afbreekbare gaat, verenigbare lijm met nat gemaakte oppervlakte en een kracht van onvergelijkbare toetreding (tot 3 keer de kracht van een prima glue huidig).
+
                    Das Thema, das zu erforschen wir gewählt haben, besteht in der Herstellung eines biologischen Klebestoffes. Diesem Problem wollten wir uns dadurch nähern, indem wir beschlossen, die von dem Bakterium Caulobacter crescentus natürlicherweise produzierte Substanz zu nutzen. Dieses Bakterium, das in verschiedenartigem wässrigen Milieu vorkommt, produziert durch Bildung eines Biofilms diesen Klebstoff, um an unterschiedlichen Oberflächen haften zu können. Unser Ziel besteht nun darin, zu erreichen, dieses Material durch die berühmte Escherichia coli Bakterien synthetisieren zu lassen, und sie anschließend wiederzugewinnen.
-
<p> De talrijke vooruitzichten en de toepassingen zijn, met name op geneeskundig gebied waar zij zou kunnen zijn bij de reparatie van breuk gebruiken of nog in de reparatie van de schalen van boten
+
                </p>
-
</p> </div>
+
                <p>
 +
                    Dieses Verfahren verspricht zahlreiche Vorteile, wenn man weiß, dass es sich um einen nicht toxischen, biologisch abbaubaren Klebstoff handeln wird, der auch auf feuchten Oberflächen haftet und eine unvergleichbare Klebekraft besitzt.( bis zu 3 Mal so stark wie die aktuellen Kleber).  
 +
                </p>
 +
                <p>
 +
                    Die Perspektiven und Einsatzmöglichkeiten sind vielfältig, insbesondere im medizinischen Bereich, wo dieser Kleber in der Frakturversorgung denkbar wäre. Ein weiterer Anwendungsbereich wäre der Bootsbau zur Reparatur von Schiffsrümpfen.
 +
                </p>
 +
</div>
-
<div name="german">
+
<!--
-
<h2>Klebersynthese unter Verwendung <i>E. Coli</i></h2>
+
                        <div id="chinese">
-
<p>Das Thema, das wir gewählt haben, zu erforschen, besteht in der Produktion eines biologischen Klebematerials. Wir haben beschlossen, das Problem anzugehen, indem sie die durch Caulobacter crescentus natürlich produzierte Substanz genutzt haben. Diese Bakterie stellt in einem zahlreichen Wasser vor, fasst dieses glue zusammen, um sich an verschiedenen Substraten zu hängen und ein biofilm zu bilden. Unser Ziel besteht es darin zu erreichen, dieses Material durch berühmtes Escherichia coli zusammenfassen zu lassen, und es wiederzugewinnen ..... </p>
+
                <h2>使用大腸桿菌來製造強力膠</h2>
 +
                <p>
 +
                    我們選擇這個主題是為了生產一種生物粘合劑材料。我們決定利用新月柄桿菌(<i>Caulobacter crescentus</i>)以它所產生的自然粘合物質來解決這個問題。
 +
                </p>
 +
                <p>
 +
                    這種,在水生環境發現的細菌,為了緊緊的守住各種基板產生了"超級膠",以形成生物膜。
 +
                </p>
 +
                <p>
 +
                    我們的目標是由著名大腸桿菌(<i>E.Coli</i>)合成這種天然材料。
 +
這將會是一個無毒的,生物可分解的膠水,可符合濕表面和擁有獨一無二的附著力量(比起目前人工合成的強力膠粘性強三倍)。
 +
                </p>
 +
                <p>
 +
前景和應用有很多,特別是在醫學方面於修復骨折,補牙以及外科手術用的粘合劑
 +
甚至能修復船體的微小裂縫。
 +
                </p>
 +
            </div>
 +
-->
-
<p>Diese Verfahrensweise verspricht zahlreiche Vorteile, wenn man weiß, dass es sich um einen naß gemachten Oberflächen kompatiblen mit Klebstoff nicht giftigen, biologisch abbaubaren, und um eine unvergleichliche Beitrittskraft handeln wird (bis zu 3 Mal die Kraft eines Superglue aktuell).</p>  
+
<div class="footer">
 +
<a href="http://www.easycounter.com/">
 +
<img src="http://www.easycounter.com/counter.php?alexxxxxxx"
 +
border="0" alt="stats counter"></a>
 +
<br>
-
<p>Die Perspektiven und Anwendungen sind zahlreich insbesondere im medizinischen Bereich, wo sie sein könnte, in der Bruchreparatur zu benutzen, oder noch in der Reparatur der Schiffsrümpfe.</p>
+
<div id = "clustrback" style="margin: 0 auto; width:160px; height:152px;  background:#ffffff url(http://clustrmaps.com/admin/3d/images/style3_gradient_white.png)  center no-repeat; text-align:center;">
-
 
+
  <a href="http://www3.clustrmaps.com/counter/maps.php?url=https://2009.igem.org/Team:ULB-Brussels" style="width:160px; display:block; margin:0 auto;" id="clustrMapsLink">
-
 
+
    <img src="http://www3.clustrmaps.com/counter/index2.php?url=https://2009.igem.org/Team:ULB-Brussels" style="border:0px; margin:23px auto;margin:23px auto;" alt="Locations of visitors to this page" title="Locations of visitors to this page" id="clustrMapsImg" />
-
</div>
+
  </a>
-
<div name="spanish">
+
-
<h2>Síntesis del pegamento usando <i>Escherichia Coli</i></h2>
+
-
<p>El tema que elegimos explorar consiste en la producción de un material adhesivo biológico. Decidimos acercar el problema explotando la sustancia producida naturalmente por Caulobacter crescentus. Esta bacteria, presenta en numerosos medios acuáticos, sintetiza este glue para colgarse a distintos substratos y formar un biofilm. Nuestro objetivo es llegar a hacer sintetizar este material por el famoso Escherichia coli y de recuperarlo.</p>
+
-
<p> Este método promete numerosas ventajas cuando se sabe que se tratará de un pegamento no tóxico, biodegradable, compatible con superficies mojadas y de una fuerza de adhesión incomparable (hasta 3 veces la fuerza de un super glue actual).</p>  
+
-
 
+
-
<p>Las perspectivas y aplicaciones son numerosas, en particular, en el ámbito médico donde podría ser utilizar en la reparación de fractura o también en la reparación de los cascos de barcos .....  
+
-
</p>
+
</div>
</div>
-
<div name="italiano">
 
-
<h2>Sintesi della colla usando<i> Escherichia coli </i></h2>
 
-
<p>
 
-
L'argomento che abbiamo scelto di esplorare consiste nella produzione di un materiale adesivo biologico. Abbiamo deciso di avvicinarsi al problema sfruttando la sostanza prodotta naturalmente da Caulobacter crescentus. Questo batterio, presenta in molti ambienti idrici, sintetizza questo glue per appendersi a vari substrati e formare un biofilm. Il nostro scopo è di riuscire a fare sintetizzare questo materiale dallo Escherichia famoso coli e di recuperarla.</p>
 
-
<p>Questo metodo promette numerosi vantaggi quando si sa che si tratterà di un adesivo non tossico, biodegradabile, compatibile con superfici bagnate e di una forza d'adesione incomparabile (fino a 3 volte la forza di uno glue eccellente attuale).</p>
 
-
 
-
<p>Le prospettive ed applicazioni sono numerose, in particolare nel settore medico in cui potrebbe essere utilizzare nella riparazione di rottura o anche nella riparazione dei gusci di barche.</p>
 
-
</div>
 
-
 
-
<div name="chinesse">
 
-
<h2>使用大腸埃希氏菌的膠漿綜合</h2>
 
-
<p>
 
-
我們選擇探索的主題包括生物黏著性材料的生產。 我們决定通过剝削Caulobacter crescentus自然地生產的物質接近問題。這細菌,當前在許多水生環境裡,綜合這膠漿緊貼到各種各樣的基體和形成biofilm。我們的目標是设法做由著名大腸埃希氏菌綜合這材料和恢復它。</p>
 
-
<p>這個過程諾言許多好處,當知道它將是關於一黏著性無毒时,生物可分解,与濕表面,並且不能比較的粘着力兼容(3倍超級膠漿潮流的力量)。</p>
 
-
<p>遠景和應用是許多,特別是在它可能是使用在破裂修理或在小船船身修理的醫療領域</p>
 
-
<div>
 
-
 
</div>
</div>
-
<div id="footer">
 
-
</div>
 
</body>
</body>
</html>
</html>

Latest revision as of 15:30, 21 October 2009


Days before the Jamboree

logo wiki

Glue synthesis using E. Coli

Whether you want to stop a leaking ship’s hull, or repair a fractured bone, you need a strong adhesive. Our project aims at producing a new generation of glue. In contrast to most glues, our GluColi is natural, biodegradable, efficient on wet surfaces and has impressive tensile strength (up to 3 times better than super glue). GluColi is composed of polysaccharides naturally produced by the Caulobacter crescentus bacterium. Using BioBrickTM standard biological parts, we engineered a synthetic Escherichia coli strain which synthesizes an adhesive material. To improve our expression system, we plan to use a new plasmid stabilization technique, the StabyTM system. This system stabilizes expression plasmid without using antibiotics, which is of major concern in large-scale production of biological materials.

Synthèse de colle au moyen de E. Coli

Le sujet que nous avons choisi d’explorer consiste en la production d’un matériau adhésif biologique. Nous avons décidé d’approcher le problème en exploitant la substance produite naturellement par Caulobacter crescentus. Cette bactérie, présente dans de nombreux milieux aquatiques, synthétise cette glue pour s’accrocher à divers substrats et former un biofilm. Notre but est de parvenir à faire synthétiser ce matériau par la célèbre Escherichia coli et de le récupérer.

Ce procédé promet de nombreux avantages quand on sait qu’il s’agira d’une colle non toxique, biodégradable, compatible avec des surfaces mouillées et d’une force d’adhésion incomparable (jusqu’à 3 fois la force d’une super glue actuelle).

Les perspectives et applications sont nombreuses, notamment dans le domaine médical où cette colle pourrait être utilisée comme adhésif chirurgical dans la réparation de fractures ou de blessures superficielles ainsi que des implants dentaires ou encore dans le domaine naval pour la réparation de fissures sur les coques de bateaux.

Lijm synthetis door E.Coli

Het onderwerp dat we nader onderzocht hebben, gaat over een klevend biologisch materiaal. We pakten het probleem aan door de natuurlijke substantie die door Caulobacter crescentus geproduceerd wordt te benutten. Deze bacterie, die we in vele aquatische milieus terugvinden, synthetiseert de lijm om zich aan verschillende soorten ondergronden vast te hechten en een biofilm te vormen. Ons doel bestaat uit het synthetiseren van deze substantie door de beroemde Escherichia coli om hem daarna in te zamelen.

Dit proces belooft vele voordelen te hebben, wetende dat het om een non-toxisch, biologisch afbreekbaar middel gaat dat compatibel is met natte oppervlakten en het een onvergelijkbare adhesiekracht heeft (gaande tot 3 maal de kracht van hedendaagse super glue).

Er zijn talrijke perspectieven en toepassingen, met name in de medische wereld waar het als chirurgische lijm gebruikt zou kunnen worden bij het herstellen van breuken of oppervlakkige wonden als tandheelkundige implanaten. Laten we ook denken aan de marine sector om barsten in de romp van boten weg te werken.

Klebersynthese unter Verwendung von E. Coli

Das Thema, das zu erforschen wir gewählt haben, besteht in der Herstellung eines biologischen Klebestoffes. Diesem Problem wollten wir uns dadurch nähern, indem wir beschlossen, die von dem Bakterium Caulobacter crescentus natürlicherweise produzierte Substanz zu nutzen. Dieses Bakterium, das in verschiedenartigem wässrigen Milieu vorkommt, produziert durch Bildung eines Biofilms diesen Klebstoff, um an unterschiedlichen Oberflächen haften zu können. Unser Ziel besteht nun darin, zu erreichen, dieses Material durch die berühmte Escherichia coli Bakterien synthetisieren zu lassen, und sie anschließend wiederzugewinnen.

Dieses Verfahren verspricht zahlreiche Vorteile, wenn man weiß, dass es sich um einen nicht toxischen, biologisch abbaubaren Klebstoff handeln wird, der auch auf feuchten Oberflächen haftet und eine unvergleichbare Klebekraft besitzt.( bis zu 3 Mal so stark wie die aktuellen Kleber).

Die Perspektiven und Einsatzmöglichkeiten sind vielfältig, insbesondere im medizinischen Bereich, wo dieser Kleber in der Frakturversorgung denkbar wäre. Ein weiterer Anwendungsbereich wäre der Bootsbau zur Reparatur von Schiffsrümpfen.