Line 4: | Line 4: | ||
<html> | <html> | ||
− | |||
− | + | <style> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | . | + | /* HOME SECTIONS */ |
− | + | .home_section { | |
− | + | vertical-align: middle; | |
− | + | box-sizing: border-box; | |
− | + | text-align: justify; | |
− | + | min-height: 100vh; | |
− | + | display: -webkit-box; | |
− | + | display: -ms-flexbox; | |
+ | display: flex; | ||
+ | -webkit-box-orient: vertical; | ||
+ | -webkit-box-direction: normal; | ||
+ | -ms-flex-direction: column; | ||
+ | flex-direction: column; | ||
+ | -webkit-box-pack: center; | ||
+ | -ms-flex-pack: center; | ||
+ | justify-content: center; | ||
} | } | ||
− | . | + | .section__title { |
− | + | font: 200 4em/1.5 "Quicksand", sans-serif; | |
+ | text-transform: lowercase; | ||
+ | margin: 0 0 0.4em; | ||
+ | text-align: left; | ||
} | } | ||
− | . | + | .section__title--main { |
− | + | text-align: center; | |
− | + | font-size: 8em; | |
− | + | ||
− | + | ||
} | } | ||
− | + | .home { | |
− | + | background: white url("https://static.igem.org/mediawiki/2017/5/5c/T--INSA-UPS_France--home.png") no-repeat 50% 50%; | |
− | + | background-size: cover; | |
− | + | } | |
− | } | + | .content_0 { |
− | + | background: #f3ead7 no-repeat 50% 50%; | |
− | background- | + | background-size: cover; |
− | + | } | |
− | + | .content_1 { | |
− | + | background: #99c18e no-repeat 50% 50%; | |
− | + | background-size: cover; | |
− | + | } | |
+ | .content_2 { | ||
+ | background: #f3ead7 no-repeat 50% 50%; | ||
+ | background-size: cover; | ||
+ | } | ||
+ | .content_3{ | ||
+ | background: #99c18e no-repeat 50% 50%; | ||
+ | background-size: cover; | ||
+ | } | ||
+ | .content_4{ | ||
+ | background: #f3ead7 no-repeat 50% 50%; | ||
+ | background-size: cover; | ||
} | } | ||
− | |||
− | |||
</style> | </style> | ||
− | |||
+ | <main class="site-main"> | ||
− | + | <section class="home_section home" id="home" style="position:relative;"> | |
+ | <div class="container"> | ||
+ | <!-- FIRST IMAGE TO ANIMATE --> | ||
+ | <div style="text-align: center;"> | ||
+ | <div style="width:100%;position:absolute; top:0px;font-size:60pt;font-weight:700;"> | ||
+ | Croc'n Cholera | ||
+ | </div> | ||
+ | <div style="width:100%;position:absolute;font-size:40pt; color:#295a7f;top:70pt;"> | ||
+ | A synthetic microbial consortium | ||
+ | </div> | ||
+ | </div> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/2/2a/T--INSA-UPS_France--Logo.png" alt="" style="width:150px; position:absolute; bottom:20px; left:20px;"> | ||
+ | <div style="position:absolute;bottom:30px; left:170px;font-size:30pt;font-weight:bold;"> | ||
+ | iGEM UPS-INSA Toulouse 2017 | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</section> | </section> | ||
<style> | <style> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | #progress-bar_container{ | |
− | margin | + | width:90%; |
+ | height:200px; | ||
+ | margin:0px auto; | ||
+ | position:relative; | ||
} | } | ||
− | + | #progress-bar{ | |
width:100%; | width:100%; | ||
+ | height:50px; | ||
+ | background: white; | ||
+ | border-radius:40px; | ||
+ | position:absolute; | ||
+ | top:75px; | ||
+ | z-index:0; | ||
+ | } | ||
+ | #progress-bar_inner{ | ||
+ | width:95%; | ||
+ | height: 40px; | ||
+ | background: #FFCD71; | ||
position:relative; | position:relative; | ||
+ | top:5px; | ||
+ | left:5px; | ||
+ | border-radius: 40px; | ||
+ | z-index:10; | ||
+ | } | ||
+ | .progress-point{ | ||
+ | width:50px; | ||
+ | height:50px; | ||
+ | border-radius:50px; | ||
+ | background: #E06666; | ||
+ | z-index:20; | ||
+ | position:absolute; | ||
+ | top:0px; | ||
+ | left:0px; | ||
+ | font-size:20pt; | ||
+ | } | ||
+ | .progress-point.point-1{ | ||
+ | left:5px; | ||
+ | } | ||
+ | .progress-point.point-1:before{ | ||
+ | content:'1999'; | ||
+ | color:#E06666; | ||
+ | position:absolute; | ||
+ | top:-40px; | ||
+ | font-weight:bold; | ||
+ | left:0px; | ||
+ | |||
+ | } | ||
+ | .progress-point.point-2{ | ||
+ | left:30%; | ||
+ | } | ||
+ | .progress-point.point-2:after{ | ||
+ | content:'2003'; | ||
+ | color:#E06666; | ||
+ | position:absolute; | ||
+ | top:50px; | ||
+ | font-weight:bold; | ||
+ | left:0px; | ||
+ | } | ||
+ | .progress-point.point-3{ | ||
+ | left:60%; | ||
+ | } | ||
+ | .progress-point.point-3:after{ | ||
+ | content:'2010'; | ||
+ | color:#E06666; | ||
+ | position:absolute; | ||
+ | top:-40px; | ||
+ | font-weight:bold; | ||
+ | left:0px; | ||
+ | } | ||
+ | .progress-point.point-4{ | ||
+ | left:90%; | ||
} | } | ||
− | . | + | .progress-point.point-4:after{ |
+ | content:'now'; | ||
+ | color:#E06666; | ||
+ | position:absolute; | ||
+ | top:50px; | ||
+ | font-weight:bold; | ||
+ | left:0px; | ||
+ | } | ||
+ | .bubble{ | ||
+ | width:40%; | ||
+ | height:200px; | ||
+ | background: white; | ||
+ | position:absolute; | ||
+ | border-radius:10px; | ||
+ | display:flex; | ||
+ | justify-content:center; | ||
+ | align-items:center; | ||
+ | } | ||
+ | .bubble p{ | ||
+ | text-align: center; | ||
+ | } | ||
+ | .bubble p, .bubble ul{ | ||
+ | margin:30px; | ||
+ | font-family: 'Merriweather', serif; | ||
+ | font-size:2.2vw; | ||
+ | |||
+ | } | ||
+ | @media screen and (min-width: 1000px) { | ||
+ | .bubble p, .bubble ul { | ||
+ | font-size: 18pt; | ||
+ | } | ||
+ | } | ||
+ | .bubble ul li{ | ||
+ | list-style-position: inside; | ||
+ | } | ||
+ | #bubble-1{ | ||
+ | left:5px; | ||
+ | bottom:-200px; | ||
+ | } | ||
+ | #bubble-1:after{ | ||
content:''; | content:''; | ||
− | border:solid | + | border-left: 20px solid transparent; |
+ | border-right: 20px solid transparent; | ||
+ | border-bottom: 20px solid white; | ||
position:absolute; | position:absolute; | ||
− | + | bottom:100%; | |
− | + | left:4%; | |
− | width: | + | width:0; |
− | height: | + | height:0; |
− | + | ||
− | + | ||
} | } | ||
− | + | ||
− | + | #bubble-2{ | |
+ | left:5%; | ||
+ | top:-200px; | ||
} | } | ||
− | + | #bubble-2:after{ | |
− | position: | + | content:''; |
− | top: | + | border-left: 20px solid transparent; |
− | + | border-right: 20px solid transparent; | |
+ | border-top: 20px solid white; | ||
+ | position:absolute; | ||
+ | top:100%; | ||
+ | left:65%; | ||
+ | width:0; | ||
+ | height:0; | ||
} | } | ||
− | + | #bubble-3{ | |
− | + | left:50%; | |
− | + | bottom:-200px; | |
} | } | ||
− | + | #bubble-3:after{ | |
− | + | content:''; | |
+ | border-left: 20px solid transparent; | ||
+ | border-right: 20px solid transparent; | ||
+ | border-bottom: 20px solid white; | ||
+ | position:absolute; | ||
+ | bottom:100%; | ||
+ | left:25%; | ||
+ | width:0; | ||
+ | height:0; | ||
} | } | ||
+ | #bubble-4{ | ||
+ | right:0; | ||
+ | top:-200px; | ||
+ | } | ||
+ | #bubble-4:after{ | ||
+ | content:''; | ||
+ | border-left: 20px solid transparent; | ||
+ | border-right: 20px solid transparent; | ||
+ | border-top: 20px solid white; | ||
+ | position:absolute; | ||
+ | top:100%; | ||
+ | right:15%; | ||
+ | width:0; | ||
+ | height:0; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
+ | |||
+ | <section class="home_section content_0" id="content_0"> | ||
− | + | ||
− | + | <div id="progress-bar_container"> | |
− | + | <div id="progress-bar"> | |
− | + | <div id="progress-bar_inner"> | |
− | + | | |
− | + | </div> | |
− | + | <div class="progress-point point-1"></div> | |
− | + | <div class="progress-point point-2"></div> | |
− | + | <div class="progress-point point-3"></div> | |
− | + | <div class="progress-point point-4"></div> | |
− | + | </div> | |
− | + | <div class="bubble" id="bubble-1"> | |
− | + | <p>First steps of synthetic biology</p> | |
− | + | </div> | |
− | + | <div class="bubble" id="bubble-2"> | |
− | + | <p>First edition of the iGEM competition</p> | |
− | + | </div> | |
− | + | <div class="bubble" id="bubble-3"> | |
− | + | <p>Boolean algebra in <i>E. coli</i></p> | |
− | + | </div> | |
− | + | <div class="bubble" id="bubble-4"> | |
− | + | <p style="margin-bottom: 0 !important;">Current challenges:</p> | |
− | + | <ul style="margin-top: 0 !important;"> | |
− | + | <li>Cell-free</li> | |
− | + | <li>De novo life</li> | |
− | + | <li>Multi organisms</li> | |
− | + | </ul> | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | </section> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<style> | <style> | ||
− | + | #content_1 table{ | |
− | + | width:90%; | |
− | + | margin:0px auto; | |
− | + | margin-top:100px; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | width: | + | |
− | margin | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | #content_1 table tr td{ | |
− | + | text-align: center; | |
− | + | padding:5px; | |
− | + | } | |
− | + | #content_1 table tr td img{ | |
− | + | ||
− | + | ||
width:100%; | width:100%; | ||
+ | max-width: 270px; | ||
} | } | ||
− | + | #content_1 table tr td{ | |
− | + | font-family:'Merriweather', serif; | |
+ | font-size: 20pt; | ||
+ | } | ||
+ | #content_1 h1{ | ||
+ | margin-left:5%; | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | font-size:30pt; | ||
+ | margin:top:0; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <img src="https://static.igem.org/mediawiki/2017/ | + | <section class="home_section content_1" id="content_1"> |
− | + | <h1>Biodiversity entails a lot of possibilities...</h1> | |
− | + | <table> | |
− | + | <tr> | |
− | + | <td><img src="https://static.igem.org/mediawiki/2017/a/af/T--INSA-UPS_France--home_quorum.png" alt=""></td> | |
− | + | <td><img src="https://static.igem.org/mediawiki/2017/c/cd/T--INSA-UPS_France--home_light.png" alt=""></td> | |
− | + | <td><img src="https://static.igem.org/mediawiki/2017/8/82/T--INSA-UPS_France--home_proteins.png" alt=""></td> | |
− | + | <td><img src="https://static.igem.org/mediawiki/2017/0/01/T--INSA-UPS_France--home_thermo.png" alt=""></td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td>Quorum sensing</td> | |
− | + | <td>Light sensitive</td> | |
− | + | <td>Proteins secretion</td> | |
− | + | <td>High thermostability</td> | |
− | + | </tr> | |
− | + | </table> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | </ | + | |
− | + | ||
</section> | </section> | ||
<style> | <style> | ||
− | + | #content_2, #content_3{ | |
− | + | ||
text-align: center; | text-align: center; | ||
+ | display:flex; | ||
+ | flex-direction: row; | ||
} | } | ||
− | . | + | .block{ |
− | width: | + | width:50%; |
+ | display:flex; | ||
+ | justify-content:center; | ||
+ | align-items:center; | ||
} | } | ||
+ | .block img{ | ||
+ | width:90%; | ||
+ | margin:0 auto; | ||
+ | max-width: 600px; | ||
+ | } | ||
+ | .text_block h1{ | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | font-size:3.5vw; | ||
+ | font-weight:700; | ||
+ | } | ||
+ | .text_block p{ | ||
+ | font-family:'Merriweather', serif; | ||
+ | text-align: justify; | ||
+ | font-size:2.2vw; | ||
+ | margin:40px 40px; | ||
+ | } | ||
+ | |||
+ | @media screen and (min-width: 1000px) { | ||
+ | .text_block p { | ||
+ | font-size: 20px; | ||
+ | margin:100px; | ||
+ | } | ||
+ | .text_block h1{ | ||
+ | font-size:38px; | ||
+ | } | ||
+ | } | ||
+ | |||
</style> | </style> | ||
− | + | <section class="home_section content_2" id="content_2"> | |
− | < | + | <div class="block"> |
− | + | <div class="block_content"> | |
− | < | + | <img src="https://static.igem.org/mediawiki/2017/8/88/T--INSA-UPS_France--home_blupuriloop.png" alt="" class="img_home"> |
− | + | ||
− | <div class=" | + | |
− | <img src="https://static.igem.org/mediawiki/2017/ | + | |
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | <div> | + | <div class="block text_block"> |
− | < | + | <div class="block_content"> |
+ | <h1>What if they could communicate?</h1> | ||
<p> | <p> | ||
− | + | The living world offers a lot of possibilities, but their use is still limited in synthetic biology. | |
</p> | </p> | ||
− | |||
<p> | <p> | ||
− | + | Our idea is about taking advantages of the characteristics of single microorganisms by making them communicate with each other to get the appropriate response. | |
</p> | </p> | ||
− | </div> | + | </div> |
+ | </div> | ||
</section> | </section> | ||
− | |||
− | |||
− | |||
− | + | <section class="home_section content_3" id="content_3"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div class="block text_block"> | |
− | + | <div class="block_content"> | |
− | + | <h1>A fight against cholera as an application</h1> | |
− | + | ||
− | <div class=" | + | |
− | + | ||
− | + | ||
− | <div class=" | + | |
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<p> | <p> | ||
− | + | <i>V. cholerae</i> is responsible for cholera, a disease that contaminates water and affects people in developing countries, war zones and natural disaster zones. | |
</p> | </p> | ||
− | |||
<p> | <p> | ||
− | + | Our project is about creating a multi organisms system that is able to sense and wipe cholera out in contaminated water. | |
− | + | ||
− | + | ||
− | + | ||
</p> | </p> | ||
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </div> | + | |
− | + | ||
− | + | <div class="block"> | |
− | + | <div class="block_content"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/b/bc/T--INSA-UPS_France--home_blupuriloop_crocncholera.png" alt="" class="img_home"> | |
− | + | ||
− | <div class=" | + | |
− | <img src="https://static.igem.org/mediawiki/2017/ | + | |
</div> | </div> | ||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</section> | </section> | ||
− | < | + | <style> |
− | + | .icons_contact{ | |
− | + | display:inline-block; | |
− | + | margin:40px 0; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | .icons_contact > a{ | ||
+ | color:black; | ||
+ | margin:10px; | ||
+ | text-shadow:2px 2px 0px white; | ||
+ | } | ||
− | + | #fbIcon:hover{ | |
− | + | color:#3b5998; | |
+ | text-shadow:2px 2px 0 #000000; | ||
+ | } | ||
− | + | #twitterIcon:hover{ | |
− | + | color:#55acee; | |
− | + | text-shadow:2px 2px 0 #000000; | |
+ | } | ||
− | + | #contactIcon:hover{ | |
− | + | color:#e5e5e5; | |
− | + | text-shadow:2px 2px 0 #000000; | |
− | + | } | |
− | + | #instaIcon:hover{ | |
− | + | color:#8a3ab9; | |
− | } | + | text-shadow:2px 2px 0 #000000; |
+ | } | ||
− | / | + | .sponsors img{ |
+ | max-height:50px; | ||
+ | display:inline-block; | ||
+ | margin:10px; | ||
+ | opacity:0.5; | ||
+ | } | ||
+ | .sponsors img:hover{ | ||
+ | opacity:1; | ||
+ | } | ||
+ | </style> | ||
− | |||
− | |||
− | |||
+ | <section class="home_section content_4" id="content_4"> | ||
− | + | <h1>Feel free to contact us or follow us on social media: </h1> | |
− | + | <div class="icons_contact"> | |
− | + | <a id="fbIcon" href="https://www.facebook.com/IGEM-Toulouse-1604834019761538/?fref=ts"><i class="fa fa-facebook fa-3x"></i></a> | |
− | + | <a id="twitterIcon" href="https://twitter.com/iGEM_Toulouse"><i class="fa fa-twitter fa-3x"></i></a> | |
− | + | <a id="instaIcon" href="https://www.instagram.com/igem_toulouse/"><i class="fa fa-instagram fa-3x"></i></a> | |
− | + | <a id="contactIcon" href="mailto:igem.toulouse@gmail.com"><i class="fa fa-envelope fa-3x"></i></a> | |
− | + | </div> | |
− | + | <h1>We want to thank all our sponsors: </h1> | |
− | + | <div class="sponsors"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | / | + | |
− | + | ||
− | . | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | . | + | |
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | + | ||
− | + | ||
− | + | ||
<a href="http://www.lisbp.fr/en/index.html"><img src="https://static.igem.org/mediawiki/2017/3/3e/T--INSA-UPS_France--Logo_lisbp.png" alt=""></a> | <a href="http://www.lisbp.fr/en/index.html"><img src="https://static.igem.org/mediawiki/2017/3/3e/T--INSA-UPS_France--Logo_lisbp.png" alt=""></a> | ||
<a href="http://www.toulouse-white-biotechnology.com/en/"><img src="https://static.igem.org/mediawiki/2017/5/56/T--INSA-UPS_France--Logo_twb.png" alt=""></a> | <a href="http://www.toulouse-white-biotechnology.com/en/"><img src="https://static.igem.org/mediawiki/2017/5/56/T--INSA-UPS_France--Logo_twb.png" alt=""></a> | ||
Line 523: | Line 496: | ||
− | <a href="https://www.crous-toulouse.fr/english/"><img src="https://static.igem.org/mediawiki/2017/3/37/T--INSA-UPS_France--Logo_crous.png" alt=""></a> | + | <a href="https://www.crous-toulouse.fr/english/"><img src="https://static.igem.org/mediawiki/2017/3/37/T--INSA-UPS_France--Logo_crous.png" alt=""></a> |
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ||
− | + | </section> | |
− | + | ||
− | + | ||
+ | </main> | ||
<!-- C O N T E N T --> | <!-- C O N T E N T --> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</html> | </html> | ||
{{INSA-UPS_France/General_script}} | {{INSA-UPS_France/General_script}} | ||
{{INSA-UPS_France/Header_script}} | {{INSA-UPS_France/Header_script}} |
Revision as of 21:52, 2 October 2017
First steps of synthetic biology First edition of the iGEM competition Boolean algebra in E. coli Current challenges:
The living world offers a lot of possibilities, but their use is still limited in synthetic biology.
Our idea is about taking advantages of the characteristics of single microorganisms by making them communicate with each other to get the appropriate response.
V. cholerae is responsible for cholera, a disease that contaminates water and affects people in developing countries, war zones and natural disaster zones.
Our project is about creating a multi organisms system that is able to sense and wipe cholera out in contaminated water.
Biodiversity entails a lot of possibilities...
Quorum sensing
Light sensitive
Proteins secretion
High thermostability
What if they could communicate?
A fight against cholera as an application
Feel free to contact us or follow us on social media:
We want to thank all our sponsors: