Line 1: | Line 1: | ||
− | <html | + | <html> |
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'> | <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'> | ||
<style type="text/css"> | <style type="text/css"> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 81: | Line 13: | ||
* | * | ||
− | + | body { | |
− | + | front-family: "Trebuchet MS", Greorgia ; | |
− | + | margin : 30px ; | |
− | + | padding :30px ;margin: 0; | |
+ | padding: 0; | ||
+ | text-align: center; | ||
+ | font-family: Tahoma, sans-serif; | ||
} | } | ||
− | + | ||
− | { | + | div#container { |
− | + | margin-left: auto; | |
− | + | margin-right: auto; | |
+ | width: 1200px; | ||
+ | text-align: left; | ||
} | } | ||
+ | |||
+ | div#top { | ||
+ | position: relative; | ||
+ | width: 1000px; | ||
+ | height: 100px; | ||
+ | top:-85px; | ||
+ | left:-160px; | ||
− | + | } | |
− | + | ||
− | + | div#bandeau { | |
− | + | top:-95px; | |
− | + | width: 1200px; | |
− | + | height: 150px; | |
+ | background-color:#FFFFFF; | ||
} | } | ||
− | + | div#position-menu2{ | |
− | + | position: relative; | |
− | + | top:-130px; | |
− | + | left:150px; | |
− | + | ||
− | + | } | |
− | + | #menu2, #menu2 ul{ | |
− | + | padding:0; | |
− | + | margin:0px; | |
− | + | list-style:none; | |
+ | text-align:CENTER; | ||
+ | } | ||
+ | #menu2 li{ | ||
+ | display:inline-block; | ||
+ | position:relative; | ||
+ | border-radius:8px 8px 0 0; | ||
+ | } | ||
+ | #menu2 ul li{ | ||
+ | display:inherit; | ||
+ | border-radius:0; | ||
+ | } | ||
+ | #menu2 ul li:hover{ | ||
+ | border-radius:0; | ||
+ | } | ||
+ | #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:first-child{ | ||
+ | background-color: #FFFFFFF; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
+ | #menu2 li:nth-child(2){ | ||
+ | background-color: #FFFFFFF; | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | # | + | #menu2 li:nth-child(3){ |
− | + | background-color: #FFFFFF; | |
− | + | ||
} | } | ||
+ | #menu2 li:nth-child(4){ | ||
+ | background-color: #FFFFFF; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
+ | #menu2 li:nth-child(5){ | ||
+ | background-color: #FFFFFF; | ||
+ | } | ||
+ | #menu2 li:nth-child(6){ | ||
+ | background-color: #FFFFFF; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | /* background des liens sous menus */ | |
− | /* | + | #menu2 li:first-child li{ |
− | + | background:#FFD700; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | #menu2 li:nth-child(2) li{ | |
− | + | background:#FFA500; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | #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; | ||
} | } | ||
− | + | /* les a href */ | |
− | + | #menu2 a{ | |
− | + | text-decoration:none; | |
+ | display:block; | ||
+ | padding:8px 20px; | ||
+ | color:#fff; | ||
+ | font-family:"Trebuchet SM"; | ||
+ | } | ||
+ | #menu2 ul a{ | ||
+ | padding:8px 0; | ||
+ | } | ||
+ | #menu2 li:hover li a{ | ||
+ | color:#fff; | ||
+ | text-transform:inherit; | ||
+ | } | ||
+ | #menu2 li:hover a, #menu2 li li:hover a{ | ||
+ | color:#000; | ||
} | } | ||
− | + | /*logo de communication en bas du menu à droite*/ | |
− | /* | + | #logocom a{ |
− | + | text-decoration:none; | |
− | + | display:block; | |
− | + | padding:8px 2px; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | # | + | #logocom{ |
− | + | ||
− | + | ||
list-style-type= none; | list-style-type= none; | ||
+ | display: inline; | ||
+ | position: relative; | ||
+ | padding:1px; | ||
+ | top: -120px; | ||
+ | left: 400px; | ||
+ | |||
} | } | ||
− | + | ||
.logotwitterfb { | .logotwitterfb { | ||
+ | list-style-type= none; | ||
width: 20px; | width: 20px; | ||
height: 20px; | height: 20px; | ||
Line 255: | Line 217: | ||
-ms-filter: hue-rotate(0); | -ms-filter: hue-rotate(0); | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* CSS de l’abstract*/ | /* CSS de l’abstract*/ | ||
Line 299: | Line 242: | ||
#volet { | #volet { | ||
position: relative; | position: relative; | ||
− | left: - | + | left: -930px; |
− | top: | + | top: 30px; |
} | } | ||
#volet a.ouvrir, | #volet a.ouvrir, | ||
Line 335: | Line 278: | ||
#volet_clos:target #volet { | #volet_clos:target #volet { | ||
− | left: - | + | left: -930px; |
} | } | ||
Line 351: | Line 294: | ||
</style> | </style> | ||
+ | |||
+ | <head> | ||
+ | <link rel="stylesheet" type="text/css" href="include/css/style.css" /> | ||
+ | <title>Titre</title> | ||
+ | </head> | ||
+ | |||
<body> | <body> | ||
+ | <div id="container"> | ||
+ | <div id="top"> | ||
+ | <div id="bandeau"> | ||
− | <div | + | <div><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="135"></img></a></div> |
− | <div | + | </div> |
− | <div id=" | + | <div id="position-menu2" > |
+ | <ul id="menu2" > | ||
+ | <li><a href=" https://2016.igem.org/Team:Pasteur_Paris/AboutUs "><center><img src="https://static.igem.org/mediawiki/2016/9/90/Logo_team_pasteur.png" height="40px" width="40px"></center><b></b><FONT size ="3pt"color=#8B8378><br>About us</br></FONT></a > | ||
+ | <ul> | ||
+ | <li><a href="#">Presentation</a></li> | ||
+ | <li><a href="#">Attribution</a></li> | ||
+ | <li><a href="#">Collaboration</a></li> | ||
+ | <li><a href="#">Sponsors</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><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 size ="3pt" color=#8B8378><br>Project</br></FONT></a > | ||
+ | <ul> | ||
+ | <li><a href="#">Abstract</a></li> | ||
+ | <li><a href="#">Our Aim</a></li> | ||
+ | <li><a href="#">Design </a></li> | ||
+ | <li><a href="#">Senario</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
− | < | + | <li><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 size ="3pt" color=#8B8378><br>Science </br></FONT></a> |
− | <ul> | + | <ul> |
+ | <li><a href="#">Protocols</a></li> | ||
+ | <li><a href="#">Netbook</a></li> | ||
+ | <li><a href="#">Results</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
− | + | <li><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 size ="3pt" color=#8B8378><br>Law Part</br> </FONT></a> | |
− | + | <ul> | |
− | + | <li><a href="#">in construction</a></li> | |
− | + | <li><a href="#"> in construction</a></li> | |
− | + | <li><a href="#"> in construction</a></li> | |
− | + | </ul> | |
− | + | </li> | |
− | + | ||
− | + | <li><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"><b></b><FONT size ="3pt" color=#8B8378></center><br>Human Practice</br></FONT></a> | |
− | + | <ul> | |
− | + | <li><a href="#">in construction</a></li> | |
− | + | <li><a href="#"> in construction</a></li> | |
− | + | <li><a href="#"> in construction</a></li> | |
− | + | </ul> | |
+ | </li> | ||
+ | |||
+ | <li><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 size ="3pt" color=#8B8378><br>Parts</br></FONT> </a> | ||
+ | <ul> | ||
+ | <li><a href="#">Description</a></li> | ||
+ | <li><a href="#"> Basic Parts</a></li> | ||
+ | <li><a href="#"> Part collection</a></li> | ||
+ | </ul> | ||
+ | </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> | |
− | + | <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> | |
</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> | |
− | + | </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> | |
− | + | </li> | |
− | + | ||
− | + | ||
</section> | </section> | ||
− | </div> | + | </div> |
− | + | </ul> | |
+ | |||
+ | </div> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
Line 414: | Line 401: | ||
</div> | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
− |
Revision as of 14:53, 17 August 2016
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.
Consequently, over spraying of insecticides impacts the environment and leads to the selection of insecticide resistant mosquitoes.
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.
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.
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.
Our Abstract!