Difference between revisions of "Team:Pasteur Paris"

Line 108: Line 108:
 
function deletebaton3() {
 
function deletebaton3() {
 
     document.getElementById("batonbleu3").style.display = "none";
 
     document.getElementById("batonbleu3").style.display = "none";
}
 
 
function apparitionbaton3a() {
 
    document.getElementById("batonbleu3a").style.display = "block";
 
}
 
 
function deletebaton3a() {
 
    document.getElementById("batonbleu3a").style.display = "none";
 
}
 
 
function apparitionbaton3b() {
 
    document.getElementById("batonbleu3b").style.display = "block";
 
}
 
 
function deletebaton3b() {
 
    document.getElementById("batonbleu3b").style.display = "none";
 
 
}
 
}
  
Line 212: Line 196:
 
function deletebaton13() {
 
function deletebaton13() {
 
     document.getElementById("batonbleu13").style.display = "none";
 
     document.getElementById("batonbleu13").style.display = "none";
}
 
 
function apparitionbaton13b() {
 
    document.getElementById("batonbleu13b").style.display = "block";
 
}
 
 
function deletebaton13b() {
 
    document.getElementById("batonbleu13b").style.display = "none";
 
 
}
 
}
  
Line 329: Line 305:
 
   document.getElementById("Thermofisher").style.display = "block";
 
   document.getElementById("Thermofisher").style.display = "block";
 
   document.getElementById("ThermofisherBW").style.display = "none";
 
   document.getElementById("ThermofisherBW").style.display = "none";
 +
}
 +
 +
function BarthenteimNoiretBlanc() {
 +
  document.getElementById("BarthenteimBW").style.display = "block";
 +
  document.getElementById("Barthenteim").style.display = "none";
 +
}
 +
 +
function BarthenteimCouleur() {
 +
  document.getElementById("Barthenteim").style.display = "block";
 +
  document.getElementById("BarthenteimBW").style.display = "none";
 
}
 
}
  
Line 345: Line 331:
  
 
body{
 
body{
 +
  margin:30px;
 +
  padding:30px;
 
   background-color:white;
 
   background-color:white;
   width:100%;
+
   height:100%;
 
}
 
}
  
Line 352: Line 340:
 
   text-decoration: none;  
 
   text-decoration: none;  
 
   color:black;
 
   color:black;
}
 
 
.Chili{
 
  z-index:-1;
 
  margin-left: 287.75px;
 
  top:170px;
 
  width:5vw;
 
  height: 60vh;
 
}
 
 
#subtitles{
 
  position:relative;
 
  margin-left: 300px;
 
  margin-top:-5vw;
 
  font-size: 18pt;
 
  font-weight: normal;
 
  /*border-bottom:4px dotted black;*/
 
  z-index:-1;
 
  width: 70px;
 
  border-bottom:4px dotted black;
 
 
}
 
}
  
Line 461: Line 429:
 
   position:relative;
 
   position:relative;
 
   top:-10px;
 
   top:-10px;
   left:10px;
+
   left:0px;
 
   border-bottom:4px dotted black;
 
   border-bottom:4px dotted black;
   width: 35%;  
+
   width: 40px;
 +
}
 +
 
 +
.underline1{
 +
  display:block;
 +
  position:relative;
 +
  top:-10px;
 +
  left:0px;
 +
  border-bottom:4px dotted black;
 +
  width: 134px;
 +
}
 +
 
 +
.underline2{
 +
  display:block;
 +
  position:relative;
 +
  top:-10px;
 +
  left:0px;
 +
  border-bottom:4px dotted black;
 +
  width: 215px;
 +
}
 +
 
 +
.underline3{
 +
  display:block;
 +
  position:relative;
 +
  top:-10px;
 +
  left:0px;
 +
  border-bottom:4px dotted black;
 +
  width: 508px;
 +
}
 +
 
 +
.underline4{
 +
  display:block;
 +
  position:relative;
 +
  top:-10px;
 +
  left:0px;
 +
  border-bottom:4px dotted black;
 +
  width: 270px;
 +
}
 +
 
 +
.underline5{
 +
  display:block;
 +
  position:relative;
 +
  top:-10px;
 +
  left:0px;
 +
  border-bottom:4px dotted black;
 +
  width: 620px;
 +
}
 +
 
 +
.underline6{
 +
  display:block;
 +
  position:relative;
 +
  top:-10px;
 +
  left:0px;
 +
  border-bottom:4px dotted black;
 +
  width: 582px;  
 
}
 
}
  
Line 490: Line 512:
  
 
.subtitle{
 
.subtitle{
   margin-left:300px;
+
   margin-left:12.25px;
   margin-top:112.5px;
+
   margin-top:55px;
 
   cursor: default;
 
   cursor: default;
   font-size: 26.75pt;
+
   font-size: 18pt;
 
}
 
}
  
  
 
.maintext{
 
.maintext{
     font-size: 30pt;
+
     font-size: 9pt;
     margin-left:300px;
+
     font-family:Helvetica;
    margin-right:300px;
+
     margin-top:10px;
     margin-top:112.5px;
+
 
     text-align: justify;
 
     text-align: justify;
 
     cursor: default;
 
     cursor: default;
     font-family:Helvetica;
+
     width:75%;
 
}
 
}
  
 
.maintextsuite{
 
.maintextsuite{
     font-size: 30pt;
+
     font-size: 9pt;
    margin-left:300px;
+
    margin-right:300px;
+
 
     margin-top:10px;
 
     margin-top:10px;
 
     text-align: justify;
 
     text-align: justify;
 
     cursor: default;
 
     cursor: default;
 
     font-family:Helvetica;
 
     font-family:Helvetica;
 +
    width:75%;
 +
}
 +
 +
.maintextsuiteimage{
 +
    font-size: 9pt;
 +
    margin-top:10px;
 +
    text-align: justify;
 +
    cursor: default;
 +
    font-family:Helvetica;
 +
    width:40%;
 +
}
 +
 +
.text {
 +
  position:relative;
 +
  margin-left: 287.75px;
 +
  line-height:12pt;
 
}
 
}
  
Line 521: Line 556:
 
text-decoration:none;
 
text-decoration:none;
 
color:black;
 
color:black;
}
 
 
.title{
 
  font-size: 48.75pt;
 
  margin-left:300px;
 
  margin-top:112.5px;
 
  cursor: default;
 
 
}
 
}
  
Line 549: Line 577:
 
   color: #3298CB;
 
   color: #3298CB;
 
}
 
}
 +
 +
.Chili{
 +
  z-index:-1;
 +
  margin-left: 287.75px;
 +
  top:170px;
 +
  width:5vw;
 +
  height: 60vh;
 +
}
 +
 +
table{
 +
  border-collapse: collapse;
 +
  }
  
 
/*////////////////////////////////////////////*/
 
/*////////////////////////////////////////////*/
Line 598: Line 638:
 
   top: 26%;
 
   top: 26%;
 
}
 
}
 +
  
 
.outer5 {
 
.outer5 {
Line 687: Line 728:
 
}
 
}
 
/*////////////////////////////////////////////*/
 
/*////////////////////////////////////////////*/
 +
  
 
.rotate {
 
.rotate {
 
   -webkit-transform: rotate(180deg);
 
   -webkit-transform: rotate(180deg);
}
 
 
.list a{
 
  text-decoration: none;
 
  color:black;
 
 
}
 
}
  
Line 931: Line 968:
 
     background: #3298CB;
 
     background: #3298CB;
 
     content:""
 
     content:""
 +
}
 +
 +
li{margin:5px}
 +
 +
a:visited {
 +
    color: black;
 +
    text-decoration:none;
 +
}
 +
 +
 +
/*////////////////////////////////*/
 +
 +
 +
#title{
 +
  font-size: 60pt;
 +
  border-bottom:4px dotted black;
 +
  width: 182px;
 +
  z-index:-1;
 +
  margin-left: 287.75px;
 +
  margin-top: 90px;
 +
  line-height:59pt;
 +
}
 +
 +
#subtitles{
 +
  position:relative;
 +
  margin-left: 300px;
 +
  margin-top:-5vw;
 +
  font-size: 18pt;
 +
  font-weight: normal;
 +
  /*border-bottom:4px dotted black;*/
 +
  z-index:-1;
 +
  width: 70px;
 +
  border-bottom:4px dotted black;
 
}
 
}
  

Revision as of 03:03, 2 November 2017

Applied
Design

For the third year in a row, the Institut Pasteur hosts a multidisciplinary student team composed of Biology, Chemistry, Engineering but also Industrial Design and Law students. After the success of the 2015 and 2016 teams, which were rewarded by bronze and golden medals respectively, we have all the assets needed to maintain momentum.

Our team's research focuses on the issue of air pollution. This worldwide disaster is responsible for the death of between 7.3 to 9.0 million people per year, according to WHO's 2012 and Lancet 2017 reports. It concerns both indoor and outdoor air, especially in urban areas. Pollution in the domestic setting is a particularly big issue, even in rural areas. Indeed, we spend 80 % or more of our time indoors. Air contamination is also a threat to many ecosystems and infrastructures. Even though there is a rising awareness about the dangers of this issue, too few solutions exist. Our will is to design an innovative, biodegradable and affordable device to fight air pollution.