Difference between revisions of "Team:Aix-Marseille"

 
(110 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Aix-Marseille|title=|toc=}}__NOTOC__
+
{{Aix-Marseille|title=|toc=__NOTOC__}}<html>
<html><style>
+
<link rel="stylesheet" href="https://2017.igem.org/wiki/index.php?title=Template:Aix-Marseille/flickity.min.css&action=raw&ctype=text/css">
 +
<script src="https://2017.igem.org/wiki/index.php?title=Template:Aix-Marseille/flickity.pkgd.min.js&action=raw&ctype=text/javascript"></script><style>
 +
.igem_2017_menu_wrapper {position: fixed; width:100%; }
 
.igem_2017_content_wrapper{max-width:none!important;padding:0;}
 
.igem_2017_content_wrapper{max-width:none!important;padding:0;}
 
#home_desc{
 
#home_desc{
 
font-family: 'Merriweather Sans', sans-serif;
 
font-family: 'Merriweather Sans', sans-serif;
font-size: 1.6em;
+
font-size: 1.5em;
 
background-color: #f6da05;
 
background-color: #f6da05;
 
color: #232323;
 
color: #232323;
 +
padding:1em 0;
 +
}
 +
 +
.home_cell{ max-width: 40em; margin-left: auto; margin-right: auto;  }
 +
#bodyContent .home_cell h2, #bodyContent .main-carousel h2 { color: #232323; }
 +
.icons{max-width: 9em;width:auto;}
 +
.plants-icons { display: flex; justify-content: space-around; }
 +
.illus { display: flex; justify-content: center; }
  
padding:1em;
+
.plants-icons img {animation: xylella 3s steps(4, start) infinite;}
max-height: 80vh;
+
@keyframes xylella {
overflow-y: scroll;
+
  to {
 +
    filter: sepia(100%);
 +
  }
 
}
 
}
.home_cell{margin-bottom: 3em;}
+
.home_catbox {
.icons{max-width: 8em;width:auto;}
+
display: flex;
 +
justify-content: space-between;
 +
margin-top: 2em;
 +
}
 +
 
 +
.home_catitem { position: relative; width: 30%;  }
 +
 
 +
.home_catitem img { transition: all 0.4s ease; filter: brightness(80%); }
 +
 
 +
 
 +
.home_catitem button {
 +
    background-color: transparent;
 +
    border: none;
 +
    color: white;
 +
    padding: 0;
 +
    text-align: center;
 +
    text-decoration: none;
 +
    display: inline-block;
 +
    margin: 0;
 +
    cursor: pointer;
 +
    appearance: none;
 +
}
 +
 
 +
.home_catitem button:active, .home_catitem button:focus { outline: 0 }
 +
 
 +
.home_catitem button:hover img, .home_catitem button:focus img, .home_catitem button:active img { filter: brightness(120%); transition: all 0.4s ease; }
 +
 
 +
.home_catitem .caption { display:block; position: absolute; bottom: 0; background: rgba(0, 0, 0, 0.7); width:100%; color: #fff;
 +
font-family: 'Merriweather Sans', sans-serif;
 +
font-size: 1.5em;
 +
height: 2em;
 +
display: flex;
 +
align-items: center;
 +
padding: 0.5em;
 +
}
 +
 
 +
.home_catitem img { width: 100%; }
 +
.carousel-main { margin: 0 auto; }
 +
.carousel-cell { max-width: 45em; padding: 0 2.5em; margin-right: 5%; width: 100%; opacity: 0.2; }
 +
.carousel-cell.is-selected { opacity: 1; }
 +
.flickity-page-dots { display: none; }
 +
 
 +
/* big buttons, no circle */
 +
.flickity-prev-next-button {
 +
  width: 100px;
 +
  height: 100px;
 +
  background: transparent;
 +
}
 +
.flickity-prev-next-button:hover {
 +
  background: transparent;
 +
}
 +
/* arrow color */
 +
.flickity-prev-next-button .arrow {
 +
  fill: #232323;
 +
}
 +
.flickity-prev-next-button.no-svg {
 +
  color: #232323;
 +
}
 +
/* hide disabled button */
 +
.flickity-prev-next-button:disabled {
 +
  display: none;
 +
}
 +
 
 +
.fact-icons { background: #232323; color: #fff; padding: 1em; }
 +
.fact-icons li { padding: 0 1em; width: 33%; display: flex; }
 +
.fact-icons img { margin-right: 1em; max-height: 5em; height: auto; width: auto; align-self: center; }
 +
.fact-icons .legend { font-size: 0.8em; padding-top: 0 !important; display: flex; flex-direction: column; align-items: left !important; }
 +
.fact-icons .legend b { color: #f6da05; font-size: 1.5em;  }
 +
 
 +
@media screen and (max-width: 60em) {
 +
    .row-icons ul { flex-direction: column; align-items: left; }
 +
    .row-icons ul li { width: 100%; margin: 0.5em 0; }
 +
}
 +
 
 +
.igem_2017_content_wrapper #home_desc a, .igem_2017_content_wrapper #home_desc a:visited { color: #fefefe }
 +
.igem_2017_content_wrapper #home_desc a:hover, .igem_2017_content_wrapper .home_cell a:focus { color: #232323 }
 +
 
 
</style>
 
</style>
 +
<script>
 +
$(document).ready(function() {
 +
var carouselelm = $('.main-carousel');
 +
var catboxelm = $('.home_catbox');
 +
var $carousel = carouselelm.flickity();
 +
 +
$('.home_catbox').on( 'click', '.button-motivation', function() {
 +
    $carousel.flickity( 'select', 0 );
 +
    carouselelm.show();
 +
    catboxelm.css("marginTop", "0");
 +
    $('html, body').animate({
 +
        scrollTop: $("#carousel-anchor").offset().top-50
 +
    }, 1000);
 +
});
 +
 +
$('.home_catbox').on( 'click', '.button-project', function() {
 +
    $carousel.flickity( 'select', 1 );
 +
    carouselelm.show();
 +
    catboxelm.css("marginTop", "0");
 +
    $('html, body').animate({
 +
        scrollTop: $("#carousel-anchor").offset().top-50
 +
    }, 1000);
 +
});
 +
 +
$('.home_catbox').on( 'click', '.button-hp', function() {
 +
    $carousel.flickity( 'select', 2 );
 +
    carouselelm.show();
 +
    catboxelm.css("marginTop", "0");
 +
    $('html, body').animate({
 +
        scrollTop: $("#carousel-anchor").offset().top-50
 +
    }, 1000);
 +
});
 +
 +
carouselelm.hide();
 +
 +
});
 +
</script>
 +
<div id="home_head">
 +
<h1><img src="https://static.igem.org/mediawiki/2017/b/b1/T--Aix-Marseille--logohome.png" alt="iGEM Aix-Marseille 2017"></h1>
 +
</div>
 
<div id="home_desc">
 
<div id="home_desc">
 
<div class="home_cell">
 
<div class="home_cell">
<p><em>Xylella fastidiosa</em> is a <strong>major threat for agriculture</strong>.</p>
+
<p>At the Aix-Marseille University, we use synthetic biology to cure plants of a disease caused by the plant pathogen <i>Xylella fastidiosa</i>.</p>
 +
</div>
  
<p>This bacterium infects plants, causing a variety of diseases in <strong>wineyards</strong>, <strong>olive orchards</strong> and in over 300 other species.</p>
+
</html>
<img src="https://static.igem.org/mediawiki/2017/8/87/T--Aix-Marseille--olives.svg" class="icons">
+
<div class="row-icons white-icons fact-icons">
<img src="https://static.igem.org/mediawiki/2017/c/c5/T--Aix-Marseille--grapes.svg" class="icons">
+
* [[File:T--Aix-Marseille--home--olive.png|link=]] <div class="legend">'''350+ host plant species''' affected</div>
<img src="https://static.igem.org/mediawiki/2017/5/50/T--Aix-Marseille--fig.svg" class="icons">
+
* [[File:T--Aix-Marseille--home--deadtree.png|link=]] <div class="legend">'''450 000 acres''' of olive groves killed in an Italian outbreak (Apulia region)</div>
<img src="https://static.igem.org/mediawiki/2017/6/6d/T--Aix-Marseille--orange.svg" class="icons">
+
* [[File:T--Aix-Marseille--home--dollar.png|link=]] <div class="legend">'''US$ 104 million/year''' of losses in grape production and measures for disease prevention in California</div>
<img src="https://static.igem.org/mediawiki/2017/f/f7/T--Aix-Marseille--coffee-beans.svg" class="icons">
+
</div><html><a id="carousel-anchor" name="carousel-anchor"></a></html>
<img src="https://static.igem.org/mediawiki/2017/e/e7/T--Aix-Marseille--lemonb.svg" class="icons">
+
<div class="main-carousel" id="carousel">
<img src="https://static.igem.org/mediawiki/2017/a/a2/T--Aix-Marseille--peach.svg" class="icons">
+
<div class="carousel-cell">
<img src="https://static.igem.org/mediawiki/2017/4/44/T--Aix-Marseille--almond.svg" class="icons">
+
==Motivation==
</div><div class="home_cell">
+
[[Team:Aix-Marseille/Xylella_fastidiosa|''Xylella fastidiosa'']] is a '''major threat for agriculture'''.
<p>This bacterium has been widespread in the <strong>Americas</strong> for many years and is also present in <strong>Asia</strong>.</p>
+
  
<p>In 2015, more than <strong>200 000 ha (494 210 ac) of European crops were lost</strong> because of this bacterium.</p>
+
This bacterium infects plants, causing a variety of damages in '''vinyards''', '''olive groves''' and in over 300 other species. It has been widespread in the '''Americas''' for many years and is also present in '''Asia''' and '''Europe'''.
<img src="https://static.igem.org/mediawiki/2017/7/7e/T--Aix-Marseille--xylellaworld-dirty.png" style="max-width:100%">
+
<p>The disease is transmitted from plant to plant by Xylem-feeding insects. </p>
+
<img src="https://static.igem.org/mediawiki/2017/2/2d/T--Aix-Marseille--fly.svg" class="icons">
+
</div><div class="home_cell">
+
<p>Although <em>X. fastidiosa</em> has been recognized as a serious pathogen, there is <strong>no effective cure</strong>.</p>
+
  
<p>In fact, the only way to slow down the propagation of the disease is to burn the infected tree and at risk trees around, and massively use pesticides.</p>
+
In 2015, more than '''450 000 acres''' of European crops were lost because of this bacterium. Although [[Team:Aix-Marseille/Xylella_fastidiosa|''X. fastidiosa'']] has been recognized as a serious pathogen, there is '''no effective cure'''.
<img src="https://static.igem.org/mediawiki/2017/0/0b/T--Aix-Marseille--treefire.svg" class="icons">
+
 
<img src="https://static.igem.org/mediawiki/2017/7/79/T--Aix-Marseille--insecticide.svg" class="icons">
+
In fact, the only ways to slow down the spread of the disease are: to burn infected plants and those at risk nearby; and to massively use pesticides to kill insect vectors.
</div><div class="home_cell">
+
<p>Given the current risk of <em>X. fastidiosa</em> spreading, our project is to <strong>develop an effective and environmentally friendly cure</strong> for the disease.</p>
+
<img src="https://static.igem.org/mediawiki/2017/5/54/T--Aix-Marseille--globe.svg" class="icons">
+
 
</div>
 
</div>
 +
<div class="carousel-cell">
 +
 +
==Project==
 +
Our project, [[Team:Aix-Marseille/Project|KILL XYL]] will be a cure for the disease caused by the plant pathogen [[Team:Aix-Marseille/Xylella_fastidiosa|''Xylella fastidiosa'']].
 +
 +
First, we aim to improve the early detection of the disease. Secondly, we want to get rid of the bacterium. For this, we use phages specific to [[Team:Aix-Marseille/Xylella_fastidiosa|''X. fastidiosa'']], capable of injecting toxic genes in it. Finaly, we will disrupt the biofilm that causes mortality, quenching the bacterial quorum sensing and using an enzyme.
 +
 +
Thus, [[Team:Aix-Marseille/Project|KILL XYL]] simply detects, disrupts and kills [[Team:Aix-Marseille/Xylella_fastidiosa|''X. fastidiosa'']].
 
</div>
 
</div>
<div id="sponsors">
+
<div class="carousel-cell">
Sponsors
+
 
 +
==Human Practices==
 +
The [[Team:Aix-Marseille/Human_Practices|human practice]] side of our project is crucial to our research.
 +
Therefore, we contacted associations of olive growers, to understand their needs and the expectation they have.
 +
We also asked for help from various [[Team:Aix-Marseille/HP/Interviews|experts]] to help us on our project.
 +
 
 +
We think that [[Team:Aix-Marseille/Engagement|public engagement]] is important.
 +
So we created a survey but we also directly contacted the general public at several different events.
 +
 
 +
Finally, we tested our product in a model plant and investigated the [[Team:Aix-Marseille/Legislation|legal]] requirements for obtaining the approvals necessary for commercialisation in the European Union.
 
</div>
 
</div>
</html>
+
</div><html>
 +
<div class="home_cell home_catbox">
 +
<div class="home_catitem"><button class="button-motivation">
 +
<img src="https://static.igem.org/mediawiki/2017/1/19/T--Aix-Marseille--home-motivation.png" alt="Motivation">
 +
<span class="caption">Motivation</span></button></div>
 +
 
 +
<div class="home_catitem"><button class="button-project">
 +
<img src="https://static.igem.org/mediawiki/2017/f/f1/T--Aix-Marseille--home-Project.png" alt="Project">
 +
<span class="caption">Project</span></button></div>
 +
 
 +
<div class="home_catitem"><button class="button-hp">
 +
<img src="https://static.igem.org/mediawiki/2017/b/b8/T--Aix-Marseille--home-HP.png" alt="Human Practices">
 +
<span class="caption">Human Practices</span></button></div>
 +
 
 +
</div>
 +
</div></html>
 +
{{Aix-Marseille/Sponsors}}

Latest revision as of 03:58, 2 November 2017

iGEM Aix-Marseille 2017

At the Aix-Marseille University, we use synthetic biology to cure plants of a disease caused by the plant pathogen Xylella fastidiosa.

  • T--Aix-Marseille--home--olive.png
    350+ host plant species affected
  • T--Aix-Marseille--home--deadtree.png
    450 000 acres of olive groves killed in an Italian outbreak (Apulia region)
  • T--Aix-Marseille--home--dollar.png
    US$ 104 million/year of losses in grape production and measures for disease prevention in California
  • T--Aix-Marseille--amu-blanc.png
  • T--Aix-Marseille--fsdie-blanc.png
  • T--Aix-Marseille--CTC.png
  • T--Aix-Marseille--sponsor-marseille.png
  • T--Aix-Marseille--sponsor-tulip.png
  • T--Aix-Marseille--cmutuel.png