Difference between revisions of "Template:Pasteur Paris Parts"

 
(94 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<html lang="en-US">
 
  
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
+
<html></div></div></div></div></div>
<style type="text/css">
+
  
  
<script>
+
<html></div></div></div></div></div><head>
 +
<style>
 +
#top_title, #sideMenu, .action-view #content { display: none; }
 +
#top_menu_14{height:auto;}
 +
#globalWrapper { padding: 0; }
 +
#sideMenu, #sideMenu * { box-sizing: content-box; }
 +
#sideMenu { position: fixed; }
 +
a { text-decoration: none; }
 +
a:hover, a:focus { text-decoration: none; }
  
// This is the jquery part of your template.  Try not modify any of this code since it makes your menu work.
+
body {
 +
font-size: medium;
 +
font-weight: 500;
 +
        background: #fff;
 +
margin: 0;
 +
padding: 0;
 +
}
  
$(document).ready(function() {
+
#HQ_page p {
 +
    font-family: inherit;
 +
    font-size: inherit;
 +
    text-align: inherit;
 +
}
  
$("#HQ_page").attr('id','');
+
li { margin-bottom: 0; }
+
  
if ( wgPageName.substring( 0, 8) == "Template")  {   // if the page is a template it displays the full name in a single line
+
#content {
$("#team_name").html( wgPageName );  
+
    width: 100%;
}
+
    padding: 0;
 +
    border: none;
 +
    color: black;
 +
    margin: 0;
 +
    background-color: transparent;
 +
    background-attachment:fixed;
 +
    position: static;
 +
}
 +
h1, h2, h3, h4, h5, h6 {  
 +
font: medium 'Raleway', sans-serif;
 +
font-weight: 400;
 +
font-style: normal;
 +
color:inherit;
 +
background:none;
 +
margin:0;
 +
padding:0;
 +
border:0;
 +
}  
  
else if (  ( (wgPageName.match(/\//g) || []).length ) == 0 ) { // if it is the home page , just print the team's name
+
*
$("#team_name").html( wgPageName.substring( 5, wgPageName.length ) );  
+
body {
}
+
  front-family: 'Bebas Neue', sans-serif, Greorgia ;
 +
  margin : 30px ;
 +
  padding :30px ;margin: 0;
 +
  padding: 0;
 +
  text-align: center;
 +
 
 +
}
 +
.container{
 +
  display:flex;
 +
}
  
else {
+
.item{
// this adds the team's name as an h1
+
  font-size:2em;
$("#team_name").html( wgPageName.substring( 5 , wgPageName.indexOf("/")  ) );  
+
  margin:15px;
 +
  padding:10px;
 +
  text-align:center;
 +
}
  
// this adds the page's title as an h4
 
$("#page_name").html (    ( wgPageName.substring( wgPageName.indexOf("/") + 1, wgPageName.length ) ).replace( /\/|_/g , " ")  );
 
}
 
  
  
 +
div#position-menu2{
 +
position: relative;
 +
z-index: 1000;
  
 
+
$('#accordion').find('.menu_item').click(function(){
+
 
+
//Expand or collapse this panel
+
submenu = $(this).find('.submenu');
+
submenu.toggle();
+
 
+
icon = $(this).find('.icon');
+
 
+
if ( !$( submenu ).is(':visible') ) {
+
icon.removeClass("less").addClass("plus");
+
}
+
else {
+
icon.removeClass("plus").addClass("less");
+
}
+
 
+
//Hide the other panels
+
$(".submenu").not(submenu).hide();
+
$(".icon").not(icon).removeClass("less").addClass("plus");
+
});
+
 
+
 
+
$(".collapsable_menu_control").click(function() {
+
$(".menu_item").toggle();
+
});
+
 
+
$( window ).resize(function() {
+
$(".menu_item").show();
+
});
+
 
+
 
+
});
+
 
+
 
+
</script>
+
 
+
 
+
 
+
 
+
 
+
 
+
body {
+
  color:black;
+
  background-color:white;
+
  background-image:url("https://2016.igem.org/File:Fond_blanc.png");
+
  background-attachment:fixed;
+
 
}
 
}
 
+
#menu2, #menu2 ul{
*
+
padding:0;
Body{
+
margin:0px;
  Front-family = 'Source code pro', Trebuchet MS, Greorgia ;
+
list-style:none;
  Margin = 20px ;
+
text-align:center;
  Padding = 20px ;
+
 
}
 
}
 
+
#menu2 li{
{
+
display:inline-block;
    margin: 0;
+
position:relative;
    padding: 0;
+
border-radius:5px 5px 0 0;
 
}
 
}
 
+
#menu2 ul li{
.GIF {
+
display:inherit;
  Border= none ;
+
border-radius:0;
  vertical-align=middle ;
+
}
  margin-top= -200
+
#menu2 ul li:hover{
  padding-top= -200
+
border-radius:0;
  float= left
+
 
}
 
}
 +
#menu2 ul li:nth-child(6){
 +
border-radius:0 0 8px 8px;
 +
}
 +
#menu2 ul{
 +
position:absolute;
 +
z-index: 1000;
 +
max-height:0;
 +
left: 0;
 +
right: 0;
 +
overflow:hidden;
 +
-moz-transition: .8s all .3s;
 +
-webkit-transition: .8s all .3s;
 +
transition: .8s all .3s;
 +
}
 +
#menu2 li:hover ul{
 +
max-height:14em;
 +
}
 +
/* background des liens menus */
  
 +
#menu2 li:nth-child(6){
 +
background-color: #E6FFF7;
  
.navmenubkg {
 
  position:fixed;
 
  padding-top:10px;
 
  top:0;
 
  left:0;
 
  right:0;
 
  background:white;
 
        z-index : 100;
 
        height : 150px;
 
        align : center;
 
 
}
 
}
  
#navmenubox {
 
  padding-top:10px;
 
  margin-left:0;
 
  margin-right:0;
 
  width:200%;
 
  height:90px;
 
  background-color:transparent;
 
  align : center;
 
}
 
  
  
#menu-vertical .sous-menu{
+
/* background des liens sous menus */
display: none;
+
#menu2 li:first-child li{
position: absolute;
+
background:#FFD700;
list-style-type= none;
+
 
}
 
}
#menu-vertical li:hover > ul{
+
#menu2 li:nth-child(2) li{
display: block;
+
background:#FFA500;
list-style-type= none;
+
}
 +
#menu2 li:nth-child(3) li{
 +
background:#BC8F8F;
 +
}
 +
#menu2 li:nth-child(4) li{
 +
background:#F08080;
 +
}
 +
#menu2 li:nth-child(5) li{
 +
background:#ADD8E6;
 +
}
 +
#menu2 li:nth-child(6) li{
 +
background:#00CED1;
 
}
 
}
  
#menu-vertical li {
+
#menu2 li:nth-child(7) li{
display: inline;
+
background:#CD5C5C;
position: relative;
+
top: -135px;
+
left: 155px;
+
height: -250px;
+
 
}
 
}
  
 
+
/* les a href */
/* style du bloc ul */
+
#menu2 a{
.menu-vertical {
+
text-decoration:none;
  width: 1600px; /* optionnel, c'est pour la démo */
+
display:block;
  list-style: none; /* supprime les puces de liste */
+
padding:10px 25px;
  padding: 5px; /* on fait un peu de place autour des liens */
+
color:#fff;
  margin: 5px; /* on annule les marges */
+
font-family:'Bebas Neue', sans-serif;
  background: #FFFFFF;
+
 
}
 
}
+
#menu2 ul a{
/* styles des liens et éléments de liste */
+
padding:5px 0;
.mv-item,
+
.mv-item a {
+
  /* les liens et item deviennent des blocs */
+
  /* suffit théoriquement à virer les puces de liste */
+
  display: inline-block;
+
 
}
 
}
+
#menu2 li:hover li a{
/* styles des liens */
+
color:#fff;
.mv-item a {
+
text-transform:inherit;
  margin: 1px 0px; /* espace les liens d'1 px */
+
  padding: 8px 20px; /* marges internes pour aérer */
+
  color: #666;
+
  background: #FFF;
+
  text-decoration: none; /* on vire le soulignement */
+
 
+
  /* on définit la transition pour les navigateurs */
+
  -webkit-transition: all .3s; /* Chrome/Safari */
+
  -moz-transition: all .3s; /* Firefox (plus trop nécessaire) */
+
  transition: all .3s; /* syntaxe officielle */
+
 
}
 
}
+
#menu2 li:hover a, #menu2 li li:hover a{
/* styles changeants au survol et focus */
+
color:#000;
.mv-item a:hover,
+
.mv-item a:focus {
+
  background: #FFFEE6;
+
  color: #FFF;
+
  padding-left: 20px; /* décalage du contenu de 10px vers la droite (30-20 = 10) */
+
 
}
 
}
  
#menu-vertical ul li ul li{
 
display: inline;
 
list-style-type= none;
 
}
 
  
  
.menu-vertical li{
+
/*logo de communication */
list-style-type= none;
+
#logocom a{
 +
 
 +
display:block;
 +
padding:8px 2px;
 
}
 
}
  
 +
#logocom{
 +
list-style-type= none;
 +
display: inline;
 +
position: relative;
 +
padding:1px;
 +
left:40%;
  
  
/*barre de navigation */
 
.navbar navbar-default navbar-fixed-top {
 
width:100%;
 
}
 
.navbar-default {
 
/* Change BG color */
 
/*background-color: rgba(190, 198, 204);*/
 
 
}
 
}
  
#navbar-default {
 
list-style-type= none;
 
display: block;
 
list-style-type= none;
 
}
 
 
 
  
  
 
.logotwitterfb {
 
.logotwitterfb {
 +
list-style-type= none;
 
width: 20px;
 
width: 20px;
 
height: 20px;
 
height: 20px;
Line 257: Line 233:
  
  
 
+
#toparrow{
/*logo de communication en bas du menu à droite*/
+
  position:fixed;
#logocom{
+
  z-index:2000;
display: inline;
+
  font-size:0;
position: relative;
+
  margin-top:20%;
top: -80px;
+
  margin-left:87%;  
left: -170px;
+
height: -250px;
+
width: 700px;
+
}
+
img.space{
+
border: 1px none#000;
+
margin: 60px;
+
 
}
 
}
  
 +
</style>
 +
<body>
  
 +
          <div class="container">
 +
    <div class="header item"><a href=" https://2016.igem.org/Team:Pasteur_Paris " id=mainpage><img src="https://static.igem.org/mediawiki/2016/a/a7/T--Pasteur_Paris--LOGO-definitif.png" class="logo" width="135"></img></a></div>
 +
    <div class="menuLeft item"><a href=" https://2016.igem.org/Team:Pasteur_Paris " id=mainpage><img class="GIF" alt="http://imagizer.imageshack.us/a/img922/9439/1kY2Ez.gif" src="http://imagizer.imageshack.us/a/img922/9439/1kY2Ez.gif" height="100px" width="130px"></img></a></div>
  
 +
    <div class="content item"></div>
  
/* CSS de l’abstract*/
 
  
/*l'abstract sur le coté*/
+
  <div id="position-menu2" >
/*fixer une largeur à notre volet (et quelques couleurs) et à notre lien.*/
+
    <ul id="menu2" >
 +
  <li><a href=" https://2016.igem.org/Team:Pasteur_Paris/AboutUs "><center><img src="https://static.igem.org/mediawiki/2016/0/0c/T--Pasteur_Paris--Logo_team.png" height="40px" width="40px"></center><b></b><FONT size ="3pt"color=#8B8378><br>About us</br></FONT></a >
 +
    <ul>
 +
      <li><a href=" https://2016.igem.org/Team:Pasteur_Paris/AboutUs " href "#about us">Our team</a></li> 
 +
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Attributions">Attribution</a></li>
 +
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Sponsors">Sponsors</a></li>
 +
    </ul>
 +
  </li>
 +
<li><a href="https://2016.igem.org/Team:Pasteur_Paris/Context"><center><img src="https://static.igem.org/mediawiki/2016/c/c2/T--Pasteur_Paris--Science.png" height="40px" width="40px"></center><b></b><FONT size ="3pt" color=#8B8378><br>Project</br></FONT></a >
 +
    <ul>
 +
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Context">Context</a></li>
 +
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Overview">Overview</a></li>   
 +
    </ul>
 +
  </li>
  
#volet {
 
    width: 800px;
 
    padding: 40px;
 
    margin: 50px;
 
    background: #FFFACD;  color: #000000;
 
}
 
  
#volet a.ouvrir,
+
  <li><a href=" https://2016.igem.org/Team:Pasteur_Paris/Design"><center><img src="https://static.igem.org/mediawiki/2016/5/53/T--Pasteur_Paris--DESIGN_PART1.png" height="50px" width="40px" alt=""></center><b></b><FONT size ="3pt" color=#8B8378><br>Design </br></FONT></a>
#volet a.fermer  {
+
     <ul>
     padding: 10px 25px;
+
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Science">Science </a></li>
    background: #555;
+
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Moskit_devices">Devices</a></li>
    color: #fff;
+
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Research">Research & development</a></li>
    text-decoration: none;
+
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Methodology">Methodology</a></li>
}
+
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Design_Biology">Design vs Biology</a></li>
  
/*décalons le volet en dehors de l'écran en ne faisant ressortir que notre lien*/
 
  
#volet {
+
     </ul>
     position: relative;
+
  </li>
    left: -950px;
+
    top: -260px;
+
}
+
#volet a.ouvrir,
+
#volet a.fermer {
+
    position: absolute;
+
    right: -88px;
+
    top: 80px;
+
  
    /* quelques styles CSS3 */
 
    -ms-transform: rotate(270deg);
 
    -moz-transform: rotate(270deg);
 
    -webkit-transform: rotate(270deg);
 
    transform: rotate(270deg);
 
    border-radius: 0 0 8px 8px;
 
}
 
  
/*préparer la transition sur le volet.*/
 
#volet {
 
    -webkit-transition: all .5s ease-in;
 
    transition: all .5s ease-in;
 
}
 
  
/*déterminer à quel moment nous allons faire sortir le volet.*/
+
  <li><a href=" https://2016.igem.org/Team:Pasteur_Paris/Labwork "><center><img src="https://static.igem.org/mediawiki/2016/b/b2/T--Pasteur_Paris--WetLab.png" height="40px" width="40px" alt=""></center><b></b><FONT size ="3pt" color=#8B8378><br>Labwork </br></FONT></a>
#volet:target {
+
     <ul>
     left: 0;
+
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Safety_Security">Safety & Security</a></li>
}
+
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Protocol ">Protocol</a></li>
 +
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Netbook ">Notebook</a></li>
 +
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Results ">Results</a></li>
 +
    </ul>
 +
  </li>
  
/*par défaut notre lien .fermer doit être caché donc*/
+
#volet a.fermer {
+
<li><a href="https://2016.igem.org/Team:Pasteur_Paris/Human_Pactrice"><center><img src="https://static.igem.org/mediawiki/2016/f/ff/T--Pasteur_Paris--1HP.png" height="40px" width="40px"><b></b><FONT size ="3pt" color=#8B8378></center><br>Human Practice</br></FONT></a>   
    display: none;
+
  <ul>
}
+
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Integrated_Practices">Integrated Practices</a></li>
 +
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Collaborations ">Collaborations</a></li>
 +
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Scenarios">Scenarios</a></li>
 +
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Meet-up ">Meet-up</a></li>
 +
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Engagement">Communication</a></li>
 +
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Law"> Law</a></li>
 +
    </ul>
 +
</li>
  
/*Maintenant nous devons faire notre décalage inverse du volet. Pour se faire nous effectuerons notre déplacement lorsque l'élément ciblé par notre lien "Fermer" le sera (ciblé).*/
+
<li><a href=" https://2016.igem.org/Team:Pasteur_Paris/Parts  "><center><img src="https://static.igem.org/mediawiki/2016/2/21/T--Pasteur_Paris--BB1.png" height=" class="space"40px" width="40px"></center><b></b><FONT size ="3pt" color=#8B8378><br>Parts</br></FONT> </a>
 +
    <ul>
 +
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Description">Description</a></li>
 +
    </ul>
 +
  </li>
  
#volet_clos:target #volet {
+
<li><a href=" https://2016.igem.org/Team:Pasteur_Paris/Eligibility"><center><img src="https://static.igem.org/mediawiki/2016/b/b1/T--Pasteur_Paris--Achievements_Pasteur_2016.png"  class="space"height="40" width="40"></center><b></b><FONT size ="3pt" color=#8B8378><br>Achievements</br></FONT> </a>
     left: -950px;
+
     <ul>
}
+
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/medals">Medals</a></li>
 +
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/Prizes"> Special Prizes</a></li>
 +
      <li><a href="https://2016.igem.org/Team:Pasteur_Paris/rewards"> Awards obtained!</a></li>
 +
    </ul>
 +
  </li>
  
/*Pour le faire apparaitre, nous devons cacher notre lien "Ouvrir" et afficher notre lien "Fermer" lorsque le volet s'ouvre*/
 
#volet:target a.ouvrir {
 
    display: none;
 
}
 
#volet:target a.fermer {
 
    display: block;
 
}
 
  
  
 
+
<div id="logocom">
 
+
</style>
+
 
+
<body>
+
 
+
<div style="clear: both;"></div>
+
<div class="navmenubkg">
+
 
+
<div id="navmenubox"><a href=" https://2016.igem.org/Team:Pasteur_Paris " id=mainpage><img class="GIF" alt="http://imagizer.imageshack.us/a/img922/9439/1kY2Ez.gif" src="http://imagizer.imageshack.us/a/img922/9439/1kY2Ez.gif" height="100px" width="130px"></img></a>
+
 
+
<div id="menu-vertical">
+
    <ul> 
+
 
+
        <li class="mv-item"><a href="https://2016.igem.org/Team:Pasteur_Paris/Project"><center><img src="https://static.igem.org/mediawiki/2016/a/a5/Science.png" height="40px" width="40px"></center><b></b><FONT color=#A3B1BF><br>Project</br></FONT></a></li>
+
   
+
        <li class="mv-item"><a href=" https://2016.igem.org/Team:Pasteur_Paris/ArtDesign"><center><img src="https://static.igem.org/mediawiki/2016/archive/8/89/20160811173826%21Design..png" height="40px" width="40px"></center><b></b><FONT color=#A3B1BF><br>Art /Design </br></FONT></a></li>
+
   
+
 
+
        <li class="mv-item"><a href=" https://2016.igem.org/Team:Pasteur_Paris/Science " ><center><img src="https://static.igem.org/mediawiki/2016/archive/a/af/20160811084846%21WetLab.png" height="40px" width="40px" alt=""></center><b></b><FONT color=#A3B1BF><br>Science </br></FONT></a></li>
+
 
+
        <li class="mv-item"><a href=" https://2016.igem.org/Team:Pasteur_Paris/Law "><center><img src="https://static.igem.org/mediawiki/2016/7/7b/Law.png  " height="40px" width="40px"></center><b></b><FONT color=#A3B1BF><br>Law Part</br> </FONT></a></li>
+
 
+
        <li class="mv-item"><a href=" https://2016.igem.org/Team:Pasteur_Paris/HumanPractice "><center><img src="https://static.igem.org/mediawiki/2016/f/f5/HP.png  " height="40px" width="40px"></center><b></b><FONT color=#A3B1BF><br>Human Practice</br></FONT></a></li>
+
 
+
        <li class="mv-item" ><a href=" https://2016.igem.org/Team:Pasteur_Paris/Parts  "><center><img src="https://static.igem.org/mediawiki/2016/e/e7/BB.png  " height=" class="space"40px" width="40px"></center><b></b><FONT color=#A3B1BF><br>BioBricks</br></FONT> </a></li>
+
 
+
        <li id="logoMOSKITO"><a href=" https://2016.igem.org/Team:Pasteur_Paris " id=mainpage><img src="https://static.igem.org/mediawiki/2016/9/97/LOGO-definitif.png" class="space" width="147"></img></a></li>
+
 
+
 
+
                          <div id="logocom">
+
 
                               <section class="grayscale">
 
                               <section class="grayscale">
            <li><a href=" https://twitter.com/igem_pasteur " target="_blank"><img class="logotwitterfb" src="https://static.igem.org/mediawiki/2016/a/af/Twitter_institut_pasteur_2016.jpg"/></a> </li> </a>
+
                  <li><a href=" https://twitter.com/igem_pasteur " target="_blank"><img class="logotwitterfb" src="https://static.igem.org/mediawiki/2016/e/e2/T--Pasteur_Paris--Twitter_institut_pasteur_2016.jpg"/></a> </li> </a>
            </li>
+
                  </li>
  
            <li >
+
                  <li >
              <a href=" https://www.facebook.com/igem.pasteur/" target="_blank"><img  class="logotwitterfb" src="https://static.igem.org/mediawiki/2016/6/6c/FB_institut_pasteur_2016.jpg"/></a>
+
                    <a href=" https://www.facebook.com/igem.pasteur/" target="_blank"><img  class="logotwitterfb" src="https://static.igem.org/mediawiki/2016/7/75/T--Pasteur_Paris--FB_institut_pasteur_2016.jpg"/></a>
 
</li>
 
</li>
+
   
 
                                     <li >
 
                                     <li >
              <a href="http://www.pasteur.fr/fr/enseignement/stages-etudiants/igem" target="_blank"><img  class="logotwitterfb" src="https://static.igem.org/mediawiki/2016/6/6d/LOGO_Pasteur_2016.png"/></a>
+
                    <a href="http://www.pasteur.fr/fr/enseignement/stages-etudiants/igem" target="_blank"><img  class="logotwitterfb" src="https://static.igem.org/mediawiki/2016/3/3a/T--Pasteur_Paris--LOGO_Pasteur_2016.png"/></a>
            </li>
+
                  </li>
 
                                    
 
                                    
                                    <li>
+
                      <li>          
              <a href=" mailto:igem.pasteur@gmail.com " target="_blank"><img class="logotwitterfb"  src="https://static.igem.org/mediawiki/2016/4/47/Email_Pasteur_2016.jpg"/></a>
+
                    <a href=" mailto:igem.pasteur@gmail.com " target="_blank"><img class="logotwitterfb"  src="https://static.igem.org/mediawiki/2016/d/dc/T--Pasteur_Paris--Email_Pasteur_2016.jpg"/></a>
            </li>
+
                  </li>
 +
<li>
 +
<a href=" https://2016.igem.org/Main_Page" target="_blank"><img src="https://static.igem.org/mediawiki/2016/1/1e/T--Pasteur_Paris--IGEM_officiel.png" width="50"/></a>
 +
</li>
 +
                                 
  
 
+
 
                              </section>
+
                                      </section>
                        </div>          
+
</div>    
              </ul>
+
</div>
 +
</div>    
 
</div>
 
</div>
  
  
  
<!--abstract sur le coté-->
+
<div id="toparrow">
<div id="volet_clos">
+
     <a href="#"><img src ="https://static.igem.org/mediawiki/2016/1/1e/T--Pasteur_Paris--Arrow_Parts.png" width= 47% alt=""><a/>      
     <div id="volet">
+
  </div>
        <p>Vector-borne (re) emerging diseases are responsible for severe epidemics worldwide. In most cases, vaccines or treatments are not available, and insecticides are the primary source for vector control. </p>
+
      <p>Consequently, over spraying of insecticides impacts the environment and leads to the selection of insecticide resistant mosquitoes. </p>
+
      <p>Therefore, we developed a novel diagnostic device, Mos(kit)o that includes a fixed or mobile mosquito trap and a biosilica cellulose composite patch from genetically modified Escherichia coli.</p> <p>The design of the patch creates a multilayered matrix coated with antibodies capable of detecting a wide panel of vector-borne pathogens and insecticide resistant proteins from captured mosquitoes.</p>
+
      <p>Additionally, the patch will have 2D barcoded readouts, generating an environmental surveillance database. A precise map of vector hot spots will provide a better assessment and response to vector-borne diseases, assisting local health authorities with anticipating and preparing for an epidemic. Our tool will be user-friendly, safe, and applicable.</p>
+
   
+
        <a href="#volet" class="ouvrir">Our Abstract!</a>
+
      <a href="#volet_clos" class="fermer" aria-hidden="true"> To close !</a>
+
    </div>
+
</div>
+
  
</div>
 
</div>
 
</section>
 
  
 
</body>
 
</body>
 +
<p style="display:none">
 
</html>
 
</html>

Latest revision as of 16:52, 28 November 2016