Team:ULB-Brussels

From 2009.igem.org

(Difference between revisions)
(Prototype team page)
 
(100 intermediate revisions not shown)
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 *** -->
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
<html>
+
<head>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<!--<title>iGEM Team:ULB-Brussels Wiki</title>-->
-
This is a template page. READ THESE INSTRUCTIONS.
+
 
-
</div>
+
<!-- Auto-Reload script for Dev -->
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
<script language="javascript" type="text/javascript">
-
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>.
+
<!--
 +
function timedRefresh(timeoutPeriod) {
 +
setTimeout("location.reload(true);",timeoutPeriod);
 +
}
 +
//  -->
 +
</script>
 +
        <style type="text/css">
 +
/*  Design for https://2009.igem.org/Team:ULB-Brussels
 +
 
 +
    Université Libre de Bruxelles
 +
*/
 +
 
 +
html body {
 +
width: 910px;
 +
font-family: Arial;
 +
margin: 0 auto;
 +
 
 +
}
 +
 
 +
html body div.header {
 +
margin: 0px;
 +
padding: 0px;
 +
margin-top: -21px; /* strange... */
 +
}
 +
 
 +
/* ===== banner ===== */
 +
 
 +
/* banner = large image on the top of the page, begind the title */
 +
 
 +
html body div.header div.banner {
 +
height: 171px;
 +
background-image: url(https://static.igem.org/mediawiki/2009/0/0a/Logoulb1.png);
 +
    background-repeat: no-repeat;
 +
}
 +
 
 +
html body div.header div.banner h1 {
 +
padding-top: 50px;
 +
   
 +
text-align: center;
 +
    text-decoration: none;
 +
    border: none;
 +
 
 +
color: #4E7DB7;
 +
font-size: 40px;
 +
}
 +
 
 +
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;
 +
}
 +
 
 +
/* ===== menu ===== */
 +
 
 +
/* menu = horizontal bar containing the main links to other sections of the wiki */
 +
 
 +
html body div.header div.menu {
 +
    background-color: #5F91C1;
 +
color: white;
 +
   
 +
height: 30px;
 +
padding: 0px;
 +
}
 +
 
 +
html body div.header div.menu li {
 +
float: left;
 +
text-align: center;
 +
   
 +
    width: 120px;
 +
margin: 0px;
 +
margin-top: 10px;
 +
}
 +
 +
html body div.header div.menu li :hover {
 +
color: #5F7EB4;
 +
background-color: #FFFFFF;
 +
 
 +
margin: 0px;
 +
 
 +
padding-left: 15px;
 +
padding-right: 15px;
 +
padding-top: 4px;
 +
padding-bottom: 3px;
 +
}
 +
 
 +
/* class 'selection' refers to the 'selected' menu, in order to change it's color to white */
 +
html body div.header div.menu li a.selection {
 +
color: #5F7EB4;
 +
background-color: #FFFFFF;
 +
 
 +
margin: 0px;
 +
 
 +
padding-left: 15px;
 +
padding-right: 15px;
 +
padding-top: 4px;
 +
padding-bottom: 3px;
 +
}
 +
 
 +
html body div.header div.menu li a {
 +
color: white;
 +
text-decoration: none;
 +
}
 +
 
 +
/* ===== submenu ===== */
 +
 
 +
/* submenu = changing horizontal bar containing the main links to subsections of other sections of the wiki */
 +
 
 +
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;
 +
}
 +
 
 +
html body div.header div.submenu li {
 +
float: left;
 +
width: 120px;
 +
text-align: center;
 +
 
 +
margin: 0px;
 +
margin-top: 4px;
 +
}
 +
 
 +
html body div.header div.submenu li :hover {
 +
color: #5F7EB4;
 +
background-color: #FFFFFF;
 +
 
 +
margin: 0px;
 +
 
 +
padding-left: 7px;
 +
padding-right: 7px;
 +
padding-bottom:3px
 +
}
 +
 
 +
html body div.header div.submenu li a {
 +
color: #5F7EB4;
 +
text-decoration: none;
 +
}
 +
 
 +
/* ===== panel ===== */
 +
 
 +
/* panel = box containing mascotte, contdown and links to sponsors */
 +
 
 +
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;
 +
}
 +
 
 +
/* appearance of the links */
 +
html body div.panel a {
 +
    text-decoration: none;
 +
    font-weight: bold;
 +
    color: #3E6DA4;
 +
}
 +
 
 +
html body div.panel a:hover {
 +
    color: #F5B455;
 +
}
 +
 
 +
/* == countdown == */
 +
 
 +
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 class="menu">
 +
<ul>
 +
<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/Project">Project</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/Notebook">Notebook</a></li>
 +
<li><a class="mainlink" href="/Team:ULB-Brussels/Sponsors">Sponsors</a></li>
 +
</ul>
 +
</div>
 +
<div class="submenu">
 +
<ul>
 +
 
 +
<li><a href="#english">English</a></li>
 +
<li><a href="#french">Français</a></li>
 +
                                        <li><a href="#dutch">Nederlands</a></li>
 +
<li><a href="#german">Deutsch</a></li>
 +
                                     
 +
 
 +
</ul>
 +
</div>
 +
</div>
 +
       
 +
        <!--
 +
            panel : box on the right containing a countdown, links to the sponsors
 +
        -->
 +
        <div class="panel">
 +
            <div class="countdown">
 +
                <b>
 +
                    <font size='14'>
 +
                        <script language="javascript" type="text/javascript">
 +
                            datedujour = new Date();
 +
                            hdj = datedujour.getHours();
 +
                            mdj = datedujour.getMinutes();
 +
                            sdj = datedujour.getSeconds();
 +
                            date_even = new Date(2009, 9, 30, 10, 00, 00); //janv =0 > decemb =11
 +
                            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 class="sponsor">
 +
                <a href="http://www.delphigenetics.com/">
 +
                    <!--<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>
 +
                <br/>
 +
                <a href="http://www.delphigenetics.com/">
 +
                                    </a>
 +
            </div>
 +
            <div class="sponsor">
 +
                <a href="http://www.geneart.com/">
 +
                    <!-- <img src="logos/sponsors/geneart.png" alt="GENEART" /> -->
 +
                    <img src="https://static.igem.org/mediawiki/2009/8/8e/Geneart_ulb.gif" alt="GENEART" />
 +
                </a>
 +
                <br/>
 +
                <a href="http://www.geneart.com/">
 +
                   
 +
                </a>
 +
            </div>
 +
            <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/">
 +
                    <!-- <img src="logos/sponsors/cfwb.png" alt="CFWB"/> -->
 +
                    <img src="https://static.igem.org/mediawiki/2009/6/60/Cfwb_ulb.jpg" alt="CFWB"/>
 +
                </a>
 +
                <br/>
 +
                <a href="http://www.cfwb.be/">
 +
                                    </a>
 +
            </div>
 +
           
 +
            <!-- ULB-relative sponsors -->
 +
            <p></p>
 +
            <div class="sponsor">
 +
                <a href="http://www.ulb.ac.be/facs/polytech/">
 +
                    <!-- <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>
 +
            </div>
 +
 
 +
           
 +
            <div class="sponsor">
 +
                <a href="http://www.ulb.ac.be/inforsciences/inforsc.html">
 +
                    <!-- <img src="logos/sponsors/inforsciences.gif" alt="Inforsciences"/> -->
 +
                    <img src="https://static.igem.org/mediawiki/2009/1/1c/Inforsciences.gif" alt="Inforsciences"/>
 +
                </a>
 +
                <br/>
 +
                <a href="http://www.ulb.ac.be/inforsciences/inforsc.html">
 +
                   
 +
                </a>
 +
            </div>
 +
<div class="sponsor">
 +
                <a href="http://www.ulb.ac.be/brachet/">
 +
                    <!-- <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>
 +
                <br/>
 +
                <a href="http://www.ulb.ac.be/brachet/">
 +
                </a>
 +
            </div>            <div class="sponsor">
 +
                <a href="http://www.ulb.ac.be/facs/sciences/">
 +
                    <!-- <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>
 +
                <br/>
 +
                <a href="http://www.ulb.ac.be/facs/sciences/">
 +
                                    </a>
 +
            </div>
 +
        </div> 
 +
 
 +
        <!--
 +
            main : main part of the page, containing the text
 +
        -->
 +
<div class="main">
 +
 +
       
 +
            <div class="welcome">
 +
              <!--  <img src="logos/welcome.png" />-->
 +
<p><img src="https://static.igem.org/mediawiki/2009/a/ae/Banner6.png" alt="logo wiki"/></p>
 +
            </div>
 +
         
 +
           
 +
<div id="english">
 +
<h2>Glue synthesis using <i>E. Coli</i></h2> <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>
 +
 
 +
                              </div>
 +
 
 +
<div id="french">
 +
<h2>Synthèse de colle au moyen de <i>E. Coli</i></h2>
 +
<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>
 +
                    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>
 +
                    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>
 +
</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>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
 
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, and a lab notebook.  PLEASE keep all of your pages within your teams namespace. 
 
-
</div>
 
-
</div>
 
-
</html>
 
-
<!-- *** End of the alert box *** -->
+
<div id="german">
 +
                <h2>Klebersynthese unter Verwendung von <i>E. Coli</i></h2>
 +
                <p>
 +
                    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>
 +
                <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 id="chinese">
 +
                <h2>使用大腸桿菌來製造強力膠</h2>
 +
                <p>
 +
                    我們選擇這個主題是為了生產一種生物粘合劑材料。我們決定利用新月柄桿菌(<i>Caulobacter crescentus</i>)以它所產生的自然粘合物質來解決這個問題。
 +
                </p>
 +
                <p>
 +
                    這種,在水生環境發現的細菌,為了緊緊的守住各種基板產生了"超級膠",以形成生物膜。
 +
                </p>
 +
                <p>
 +
                    我們的目標是由著名大腸桿菌(<i>E.Coli</i>)合成這種天然材料。
 +
這將會是一個無毒的,生物可分解的膠水,可符合濕表面和擁有獨一無二的附著力量(比起目前人工合成的強力膠粘性強三倍)。
 +
                </p>
 +
                <p>
 +
前景和應用有很多,特別是在醫學方面於修復骨折,補牙以及外科手術用的粘合劑
 +
甚至能修復船體的微小裂縫。
 +
                </p>
 +
            </div>
 +
-->
 +
<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>
-
{|align="justify"
+
<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;">
-
|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.
+
  <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">
-
|[[Image:Example_logo.png|200px|right|frame]]
+
    <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" />
-
|-
+
  </a>
-
|
+
</div>
-
''Tell us more about your project. Give us background. Use this is the abstract of your project. Be descriptive but concise (1-2 paragraphs)''
+
-
|[[Image:Team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:ULB-Brussels | Team Example]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
+
</div>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
 
-
!align="center"|[[Team:ULB-Brussels|Home]]
+
</body>
-
!align="center"|[[Team:ULB-Brussels/Team|The Team]]
+
</html>
-
!align="center"|[[Team:ULB-Brussels/Project|The Project]]
+
-
!align="center"|[[Team:ULB-Brussels/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:ULB-Brussels/Modeling|Modeling]]
+
-
!align="center"|[[Team:ULB-Brussels/Notebook|Notebook]]
+
-
|}
+
-
(''Or you can choose different headings.  But you must have a team page, a project page, and a notebook page.'')
+

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.