Team:Paris

From 2009.igem.org

(Difference between revisions)
(Collaborations and Visitors)
 
(211 intermediate revisions not shown)
Line 5: Line 5:
==Message in a Bubble==
==Message in a Bubble==
 +
<html>
 +
<style type="text/css">
 +
a.bloc {
 +
    display:block;
 +
    height:100%
 +
}
 +
 +
 +
#image1 {
 +
    position: relative;
 +
    height:379px;
 +
    width:800px;
 +
    background:transparent;
 +
    z-index:10;
 +
}
 +
 +
 +
#image2 {
 +
    position: absolute;
 +
    top: 80px;
 +
    left: -70px;
 +
}
 +
 +
#image3 {
 +
    position: absolute;
 +
    top: 80px;
 +
    left: -70px;
 +
}
 +
 +
#image4 {
 +
    position: absolute;
 +
    top: 80px;
 +
    left: -70px;
 +
}
 +
 +
#image5 {
 +
    position: absolute;
 +
    top: 80px;
 +
    left: -70px;
 +
}
 +
 +
#image_prod {
 +
    width: 150px;
 +
    height: 90px;
 +
    position: absolute;
 +
    top: 85px;
 +
    left: -25px;
 +
    background: transparent;
 +
    z-index:11;
 +
}
 +
#image_addre {
 +
    width: 180px;
 +
    height: 90px;
 +
    position: absolute;
 +
    top: 106px;
 +
    left: 110px;
 +
    background: transparent;
 +
  z-index:12;
 +
}
-
<font color=red>Très bonne partie, mais je mettrai l'abstract qui se trouve plus bas en fait en premier. Il introduit mieux la motivatoin du projet, et le texte ci-dessous présente la stratégie. </font>
+
 
 +
#image_recep {
 +
    width: 220px;
 +
    height: 160px;
 +
    position: absolute;
 +
    top: 86px;
 +
    left: 405px;
 +
    background: transparent;
 +
    z-index:13;
 +
}
 +
</style>
 +
<div id="image1" onmouseover="
 +
    document.getElementById('image2').style.visibility='visible';
 +
    document.getElementById('image3').style.visibility='hidden';
 +
    document.getElementById('image4').style.visibility='hidden';
 +
    document.getElementById('image5').style.visibility='hidden';
 +
"
 +
></div>
 +
<img id="image2" style="visibility: visible;" src="https://static.igem.org/mediawiki/2009/b/ba/Paris01.png" height=379px width=800px/>
 +
<img id="image3" style="visibility: hidden;" src="https://static.igem.org/mediawiki/2009/f/fc/Paris02.png" height=379px width=800px/>
 +
<img id="image4" style="visibility: hidden;" src="https://static.igem.org/mediawiki/2009/d/d4/Paris03.png" height=379px width=800px/>
 +
<img id="image5" style="visibility: hidden;" src="https://static.igem.org/mediawiki/2009/9/9c/Paris04.png" height=379px width=800px/>
 +
 
 +
<div id="image_prod" onmouseover="
 +
      document.getElementById('image2').style.visibility='hidden';
 +
      document.getElementById('image4').style.visibility='hidden';
 +
      document.getElementById('image5').style.visibility='hidden';
 +
      document.getElementById('image3').style.visibility='visible';
 +
"
 +
><a class="bloc" href="https://2009.igem.org/Team:Paris/Addressing_overview#top"></a></div>
 +
 
 +
<div id="image_addre" onmouseover="
 +
      document.getElementById('image2').style.visibility='hidden';
 +
      document.getElementById('image3').style.visibility='hidden';
 +
      document.getElementById('image5').style.visibility='hidden';
 +
      document.getElementById('image4').style.visibility='visible';
 +
"
 +
><a class="bloc" href="https://2009.igem.org/Team:Paris/Production_overview#top"></a></div>
 +
 
 +
<div id="image_recep" onmouseover="
 +
      document.getElementById('image2').style.visibility='hidden';
 +
      document.getElementById('image3').style.visibility='hidden';
 +
      document.getElementById('image4').style.visibility='hidden';
 +
      document.getElementById('image5').style.visibility='visible';
 +
"
 +
><a class="bloc" href="https://2009.igem.org/Team:Paris/Transduction_overview#top"></a></div>
 +
</html>
 +
 
 +
 
 +
<center style="color:#b0310e; font-weight: bold; font-size: 2em;"> Interactive schema </center>
 +
===Abstract===
 +
'''Message in a Bubble: a robust inter-cellular communication system based on outer membrane vesicles.'''
 +
Sending a message across the ocean… Outer membrane vesicles (OMV), naturally produced by gram negative bacteria such as ''E. Coli'', are strong candidates for long-distance messaging. Our engineered communication platform consists in controlling OMV production by destabilizing membrane integrity through over-expression of specific periplasmic proteins (''e.g.'' TolR). In order to control and modulate message content, we used fusions with OmpA signal sequence and the ClyA hemolysin as delivery tags. A targeting system was developed, based on the outer-membrane expression of Jun/Fos leucine zippers to control the vesicle flux between donor and recipient cells. Once received, the signal from incoming vesicles is transduced through a modified Fec pathway, whereby the receptor is provided by the OMV. Computational models provided insight to all of the above steps. Such reliable communications systems have wide biotechnological implications, ranging from targeted drugs delivery and detoxification to advanced division of labor or even cell-based computing.
 +
 
 +
===Strategy===
We aimed developing a long distance communication system between gram-negative bacteria that is based on the ability of these organisms to produce Outer-Membrane Vesicles (OMVs). We designed a framework which can be easily expanded to a lot of different inputs/ouputs. We hope this standardized approach will increase our capacity to manipulate information and/or exchange it between bacteria. This can be used in any engineered biological process requiring transformation or a system of information transfer, including medical applications and bio-remediation.
We aimed developing a long distance communication system between gram-negative bacteria that is based on the ability of these organisms to produce Outer-Membrane Vesicles (OMVs). We designed a framework which can be easily expanded to a lot of different inputs/ouputs. We hope this standardized approach will increase our capacity to manipulate information and/or exchange it between bacteria. This can be used in any engineered biological process requiring transformation or a system of information transfer, including medical applications and bio-remediation.
Line 23: Line 136:
-
For more information on how we came up with this idea, please have a look at our [[Team:Paris/Brainstorm#top | brainstorming area]].  
+
For more information on how we came up with this idea, please have a look at our [[Team:Paris/Brainstorm#top | brainstorming area]].
-
<html>
+
-
<div id="image_prod"></div>
+
-
<img src="https://static.igem.org/mediawiki/2009/b/ba/Paris01.png" height=379px width=800px>
+
-
</html>
+
-
<font color=red> Image très jolie mais qui nécessite une légente  pour explique les trois élements: production, vésicule, cible. Peut-être d'ailleurs ici mettre des liens directs vers les parties correspondantes du wiki.</font>
+
===Navigation===
-
 
+
Here we are ! You have some problems to navigate in our wiki ?? Just look at [[Team:Paris/navigation#top | this page]], and we hope it will help you.  
-
===Abstract===
+
-
'''Message in a Bubble: a robust inter-cellular communication system based on outer membrane vesicles.'''
+
 +
And, if your are interested in a guided visit of the iGEM Paris 2009 wiki,..., just open the book...
-
Sending a message across the ocean… Outer membrane vesicles (OMV), naturally produced by gram negative bacteria as E. Coli, are strong candidates for long-distance messaging. Our engineered communication platform consists of controlling OMV production by destabilizing membrane integrity through over-expression of specific periplasmic proteins (e.g., TolR). In order to control and modulate message content, we used fusions with OmpA signal sequence and the ClyA hemolysin as delivery tags. A targeting system was developed, based on the outer-membrane expression of Jun/Fos leucine zippers to control the vesicle flux between donor and recipient cells. Once received, the signal from incoming vesicles is transduced through a modified Fec pathway, whereby the receptor is provided by the OMV. Computational models provided insight to all of the above steps. Such reliable communications systems have wide biotechnological implications, ranging from targeted drugs delivery and detoxification to advanced division of labor or even cell-based computing.
+
{{Template:Paris2009_guided2|#top|/Project#top}}
<html>
<html>
</div>
</div>
Line 43: Line 151:
</html>
</html>
 +
== Extended Team ==
-
<font color=red>Un élément à introduire dans le wiki et sur lequel je reviendrai de cesse tant qu'il ne sera pas là:  des liens de navigation pour une visite guidée, séquentielle du wiki. Qu'il puisse être possible de le parcourir facilement dans un ordre logique suivant votre histoire. Il est trop facile dans les wiikis de se perdre dans les ramifications des branches des différentes pages et de ne ressortir qu'avec une idée confuse du contenu du site.</font>
+
=== iGEM Paris Team ===
 +
'''Hello everyone and welcome on our wiki webpage !'''
-
<font color=red> Les menus de gauche ne sont pas clairs ainsi que l'architecture du site: de grandes parties mélangées à des sous parties: Adressing, Production, Reception ne devraient pas être au même niveau que Home, The Project, Ehics, Tools...
 
-
En parcourant l'ensemble je pense que ce serait utile pour la vulgarisation du projet d'avoir une partie "Cell Biology Reminder" qui rappelerait les bases scientifiques nécessaire aiu projet: Gram-negative bacteria, The membrane of a gram-negative bacteria, Veiscles etc...
+
We are a team of 13 highly motivated students ready to give our best in the iGEM competition. We decided to involve our different backgrounds (6 biologists, 2 mathematicians, a computer scientist, a sociologist, an infectiologist, a geneticist, and a chemist) and our enthusiasm in this scientific and human adventure.
 +
Regarding the team's supervisors, we have the honnor to have been adviced by some great scientists/professors like Ariel Lindner, Guillaume Cambray and Samuel Bottani among others, almost always at the [http://www.cri-paris.org CRI].<br>
-
</font>
 
-
== Our sponsors ==
+
More details on our team [[Team:Paris/Team#top | here]].<br>
 +
More details on the CRI at the bottom of our [[Team:Paris/Acknowledgements#top | Acknowledgement page]].<br>
 +
Additional information about all iGEM Paris teams since 2007 here : [http://www.igem-paris.org http://www.igem-paris.org]<br>
-
<font color=red>Important pour ménager les suceptibilités que la taille des logosdes sponsors soit en rapport avec le niveau de leur aide... </font>
 
-
<center>
+
 
 +
=== Our Sponsors ===
<html>
<html>
 +
<center>
 +
<table class="sponsor">
 +
<tr>
 +
  <td rowspan="3">
<a href="http://www.fondationbs.org/">
<a href="http://www.fondationbs.org/">
-
<img src="http://i82.servimg.com/u/f82/14/22/39/68/betten10.jpg">
+
<img src="https://static.igem.org/mediawiki/2009/b/b5/Paris_FBS.jpg" height=150px>
 +
</a>
 +
  </td>
 +
  <td>
 +
<a href="http://www.ambafrance-us.org/spip.php?rubrique=2">
 +
<img src="https://static.igem.org/mediawiki/2009/5/5c/Paris_Embassy.jpg" height=50px>
</a>
</a>
-
 
+
  </td>
 +
  <td>
<a href="http://www.ensmp.fr/">
<a href="http://www.ensmp.fr/">
-
<img src="http://i82.servimg.com/u/f82/14/22/39/68/parist10.jpg" height=140px width=140px >
+
<img src="https://static.igem.org/mediawiki/2009/f/f7/Paris_Mines.jpg" height=100px>
</a>
</a>
-
 
+
  </td>
-
<a href="http://www.ambafrance-us.org/spip.php?rubrique=2">
+
</tr>
-
<img src="http://i82.servimg.com/u/f82/14/22/39/68/france10.jpg" height=140px width=140px >
+
<tr>
 +
  <td rowspan="2">
 +
<a href="http://www.inria.fr/">
 +
<img src="https://static.igem.org/mediawiki/2009/b/bd/Paris_Inria.jpg" height=90px >
</a>
</a>
-
 
+
  </td>
 +
  <td><center>
<a href="http://www.echosens.com/">
<a href="http://www.echosens.com/">
-
<img src="http://i82.servimg.com/u/f82/14/22/39/68/echose10.jpg" height=140px width=140px >
+
<img src="http://i82.servimg.com/u/f82/14/22/39/68/echose10.jpg" height=60px >
-
</a>
+
</a></center>
-
 
+
  </td>
 +
<tr>
 +
  <td><center>
<a href="http://www.neb.com/nebecomm/default.asp">
<a href="http://www.neb.com/nebecomm/default.asp">
-
<img src="http://i82.servimg.com/u/f82/14/22/39/68/biolab10.jpg" height=140px width=140px >
+
<img src="http://i82.servimg.com/u/f82/14/22/39/68/biolab10.jpg" height=60px>
-
</a>
+
</a></center>
-
 
+
  </td>
-
</html>
+
</tr>
 +
</table>
</center>
</center>
-
<html>
 
-
</div>
 
-
<div id="paris_content_boxtop">
 
-
</div>
 
-
<div id="paris_content">
 
</html>
</html>
-
== Visitors & Collaborations==
+
=== Collaborations and  Visitors  ===
 +
 
 +
With the [https://2009.igem.org/Team:BCCS-Bristol  team BCCS-Bristol] , we shared our modeling part concerning the production of vesicles which is supposed to be complementary of their and we hope that we will be able to combine both approaches to make one big model of the production, adressing, and fusion of the vesicles. For more details, see our [[Team:Paris/Collaborations#top | Collaborations]] web page.
-
With [https://2009.igem.org/Team:BCCS-Bristol  BCCS-Bristol] , we shared our modeling part concerning the production of vesicles which is supposed to be complementary of their and we hope that we will be able to combine the two approach to make one big model of the production , adressing , and fusion of the vesicles.
+
 
 +
We have also created a poll concerning the Iphone Software and we sent it to the other iGEM teams, among which four replied. Find the results and more details on our [[Team:Paris/Collaborations#top | Collaborations]] page.
 +
 
 +
 
 +
All members of our team answered to the Valencia ethics poll that is why you can see this gorgeous gold medal with our name on it. More seriously it was very interesting to see what the members answered to each question. Looking for more details ? see our [[Team:Paris/Collaborations#top | Collaborations]] web page.
 +
 
 +
 
 +
And we thank all our visitors, without them we would not have such an eclectic cluster map !
<html>
<html>
-
<div class="leftcolumn">
+
<center>
<a href="http://www3.clustrmaps.com/counter/maps.php?url=https://2009.igem.org/Team:Paris" id="clustrMapsLink"><img src="http://www3.clustrmaps.com/counter/index2.php?url=https://2009.igem.org/Team:Paris" style="border:0px;" alt="Locations of visitors to this page" title="Locations of visitors to this page" id="clustrMapsImg" onerror="this.onerror=null; this.src='http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg'; document.getElementById('clustrMapsLink').href='http://www2.clustrmaps.com';" />
<a href="http://www3.clustrmaps.com/counter/maps.php?url=https://2009.igem.org/Team:Paris" id="clustrMapsLink"><img src="http://www3.clustrmaps.com/counter/index2.php?url=https://2009.igem.org/Team:Paris" style="border:0px;" alt="Locations of visitors to this page" title="Locations of visitors to this page" id="clustrMapsImg" onerror="this.onerror=null; this.src='http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg'; document.getElementById('clustrMapsLink').href='http://www2.clustrmaps.com';" />
</a>
</a>
-
</div>
 
-
<div class="rightcolumn">
 
<a href="https://2009.igem.org/Team:Valencia/Human" target="_blank"> <img src="https://static.igem.org/mediawiki/2009/5/50/V_Paris.JPG" width="110" height="110"></a> Thank you <a href="https://2009.igem.org/Team:Valencia"><a3>Valencia</a3></a> !
<a href="https://2009.igem.org/Team:Valencia/Human" target="_blank"> <img src="https://static.igem.org/mediawiki/2009/5/50/V_Paris.JPG" width="110" height="110"></a> Thank you <a href="https://2009.igem.org/Team:Valencia"><a3>Valencia</a3></a> !
-
</div>
 
 +
<!-- flefevre : do no delete this, this is for google analytic plugin -->
<script type="text/javascript">
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
Line 110: Line 240:
pageTracker._trackPageview();
pageTracker._trackPageview();
} catch(err) {}</script>
} catch(err) {}</script>
-
 
+
</center>
-
 
+
-
 
+
-
 
+
</html>
</html>
-
<html>
 
-
</div>
 
-
<div id="paris_content_boxtop">
 
-
</div>
 
-
<div id="paris_content">
 
-
</html>
 
-
 
-
== News ==
 
-
* 1st October : No big news is a news !
 
-
* 20th September :We still have problem with IE , but who still use it ?
 
-
* 15th September : Large numbers of updates on the wiki, especially concerning the modeling.
 
-
* 1st  September : a lot of new biobrick because we love to play Biolego.
 
-
* 28th August : new menu \o/ and 'breadcrumb'.
 
-
* 16th August : 1st Biobrick ! [http://partsregistry.org/Part:BBa_K257001  g3p - BBa K257001 ].
 
-
* 30th July : Input Primers and Strain on the Wiki page [[Team:Paris/Freezer#top | here ]].
 
-
* 23th July : First participation of the team in a popularization of science event in Paris.
 
-
* 22th July : Let's start our Informatic tool for Labs manipulation on iPhone. see [[Team:Paris/Tool_introduction#top | here]].
 
-
* 21th July : template site seems not to work well with IE and FF&Co, so we've got to change some BG but it's not essential right now.
 
-
* 20th July : Team image presentation is finish, now let's see what everyone gonna put in it.... Beginning of Labs work !! (finaly).
 
-
* 15th July : NoteBook works, now we've got to fill it with some writting.
 
-
* 14th July : Hello ! The Wiki is under construction you may see some funny things, don't worry we'll be functional soon.
 

Latest revision as of 03:46, 22 October 2009

iGEM > Paris > Home > Synopsis

Contents

Message in a Bubble


Interactive schema

Abstract

Message in a Bubble: a robust inter-cellular communication system based on outer membrane vesicles. Sending a message across the ocean… Outer membrane vesicles (OMV), naturally produced by gram negative bacteria such as E. Coli, are strong candidates for long-distance messaging. Our engineered communication platform consists in controlling OMV production by destabilizing membrane integrity through over-expression of specific periplasmic proteins (e.g. TolR). In order to control and modulate message content, we used fusions with OmpA signal sequence and the ClyA hemolysin as delivery tags. A targeting system was developed, based on the outer-membrane expression of Jun/Fos leucine zippers to control the vesicle flux between donor and recipient cells. Once received, the signal from incoming vesicles is transduced through a modified Fec pathway, whereby the receptor is provided by the OMV. Computational models provided insight to all of the above steps. Such reliable communications systems have wide biotechnological implications, ranging from targeted drugs delivery and detoxification to advanced division of labor or even cell-based computing.

Strategy

We aimed developing a long distance communication system between gram-negative bacteria that is based on the ability of these organisms to produce Outer-Membrane Vesicles (OMVs). We designed a framework which can be easily expanded to a lot of different inputs/ouputs. We hope this standardized approach will increase our capacity to manipulate information and/or exchange it between bacteria. This can be used in any engineered biological process requiring transformation or a system of information transfer, including medical applications and bio-remediation.


We did our best to standardize:

  1. the increase of vesicle production;
  2. the system to address proteins to these vesicles;
  3. their fusion with target bacteria.

You can find detailed information in our OMV Project description or in our different parts.


By analogy to the Internet Protocol, we called our process a Bacterial Protocol. We found that the title Message in a bubble described it quite nicely. In a simple way, the comprehension of vesicles process sounds like a build of a bacteria language.


For more information on how we came up with this idea, please have a look at our brainstorming area.

Navigation

Here we are ! You have some problems to navigate in our wiki ?? Just look at this page, and we hope it will help you.

And, if your are interested in a guided visit of the iGEM Paris 2009 wiki,..., just open the book...

Open book.gif

← Previous - Next →

Extended Team

iGEM Paris Team

Hello everyone and welcome on our wiki webpage !


We are a team of 13 highly motivated students ready to give our best in the iGEM competition. We decided to involve our different backgrounds (6 biologists, 2 mathematicians, a computer scientist, a sociologist, an infectiologist, a geneticist, and a chemist) and our enthusiasm in this scientific and human adventure. Regarding the team's supervisors, we have the honnor to have been adviced by some great scientists/professors like Ariel Lindner, Guillaume Cambray and Samuel Bottani among others, almost always at the CRI.


More details on our team here.
More details on the CRI at the bottom of our Acknowledgement page.
Additional information about all iGEM Paris teams since 2007 here : http://www.igem-paris.org


Our Sponsors

Collaborations and Visitors

With the team BCCS-Bristol , we shared our modeling part concerning the production of vesicles which is supposed to be complementary of their and we hope that we will be able to combine both approaches to make one big model of the production, adressing, and fusion of the vesicles. For more details, see our Collaborations web page.


We have also created a poll concerning the Iphone Software and we sent it to the other iGEM teams, among which four replied. Find the results and more details on our Collaborations page.


All members of our team answered to the Valencia ethics poll that is why you can see this gorgeous gold medal with our name on it. More seriously it was very interesting to see what the members answered to each question. Looking for more details ? see our Collaborations web page.


And we thank all our visitors, without them we would not have such an eclectic cluster map !


Locations of visitors to this page Thank you Valencia !