Difference between revisions of "Team:Pasteur Paris/essai"

(Replaced content with "{{Pasteur_Paris_Achievements}} <html> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'> <style type="text/css"...")
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Pasteur_Paris}}
+
{{Pasteur_Paris_Achievements}}
 +
 
 
<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">
 +
  
 
body{
 
body{
Line 9: Line 11:
 
   
 
   
 
}
 
}
html, body {
 
  margin: 0;
 
  padding: 0;
 
  font-family: sans-serif;
 
}
 
 
h1{
 
        font-family: 'Oswald', Arial, sans-serif;
 
        margin-top:-3%;
 
padding:50px 30px 30px 30px;
 
font-size:40px;
 
color:#333;
 
text-align:left, center;
 
}
 
 
 
 
h2{
 
        font-family: 'Oswald', Arial, sans-serif;
 
        margin-top:1%;
 
        margin-bottom:4%;
 
font-size:30px;
 
color:#17A3B5;
 
text-align: center;
 
}
 
 
section#timeline {
 
  width: 70%;
 
  margin-left:20%;
 
  margin-top: 20px;
 
  position: relative;
 
 
}
 
section#timeline:before {
 
  content: '';
 
  display: block;
 
  position: absolute;
 
  left: 51%;
 
  top: 0;
 
  margin: 0 0 0 -1px;
 
  width: 2px;
 
  height: 100%;
 
  background: #F0D423 ;
 
}
 
section#timeline article {
 
  width: 100%;
 
  margin: 0 0 20px 0;
 
  position: relative;
 
}
 
section#timeline article:after {
 
  content: '';
 
  display: block;
 
  clear: both;
 
}
 
section#timeline article div.inner {
 
  width: 40%;
 
  float: left;
 
  margin: 5px 0 0 0;
 
  border-radius: 6px;
 
}
 
section#timeline article div.inner span.date {
 
  display: block;
 
  width: 70px;
 
  height: 60px;
 
  padding: 5px 0;
 
  position: absolute;
 
  top: 0;
 
  left: 50%;
 
  margin: 0 0 0 -32px;
 
  border-radius: 100%;
 
  font-size: 10px;
 
  font-weight: 900;
 
  text-transform: uppercase;
 
  background: #25303B;
 
  color: rgba(255,255,255,0.5);
 
  border: 2px solid rgba(255,255,255,0.2);
 
  box-shadow: 0 0 0 7px #25303B;
 
}
 
section#timeline article div.inner span.date span {
 
  display: block;
 
  text-align: justify;
 
}
 
section#timeline article div.inner span.date span.day {
 
  font-size: 10px;
 
  margin-left:28%;
 
 
}
 
 
section#timeline article div.inner span.date span.month {
 
  font-size: 18px;
 
  margin-left:22%;
 
  margin-top:15%;
 
 
 
}
 
section#timeline article div.inner span.date span.year {
 
    font-size: 10px;
 
    margin-left:32%;
 
 
}
 
section#timeline article div.inner h2 {
 
  padding: 15px;
 
  margin: 0;
 
  color: #fff;
 
  font-size: 20px;
 
  text-transform: uppercase;
 
  letter-spacing: -1px;
 
  font-family: 'Oswald', Arial, sans-serif
 
  border-radius: 6px 6px 0 0;
 
  position: relative;
 
}
 
section#timeline article div.inner h2:after {
 
  content: '';
 
  position: absolute;
 
  top: 20px;
 
  right: -5px;
 
  width: 10px;
 
  height: 10px;
 
  -webkit-transform: rotate(-45deg);
 
}
 
section#timeline article div.inner p {
 
  padding: 15px;
 
  margin: 0;
 
  font-size: 14px;
 
  background: #dededef;
 
  color:#4c4c4c;
 
  border-radius: 0 0 6px 6px;
 
}
 
section#timeline article:nth-child(2n+2) div.inner {
 
  float: right;
 
}
 
section#timeline article:nth-child(2n+2) div.inner h2:after {
 
  left: -5px;
 
}
 
section#timeline article:nth-child(1) div.inner h2 {
 
  background: #A8D5D8;
 
}
 
section#timeline article:nth-child(1) div.inner h2:after {
 
  background: #A8D5D8 ;
 
}
 
section#timeline article:nth-child(2) div.inner h2 {
 
  background: #efb521 ;
 
}
 
section#timeline article:nth-child(2) div.inner h2:after {
 
  background: #efb521 ;
 
}
 
section#timeline article:nth-child(3) div.inner h2 {
 
  background: #A8D5D8 ;
 
}
 
section#timeline article:nth-child(3) div.inner h2:after {
 
  background: #A8D5D8 ;
 
}
 
section#timeline article:nth-child(4) div.inner h2 {
 
  background: #A8D5D8;
 
}
 
section#timeline article:nth-child(4) div.inner h2:after {
 
  background: #A8D5D8 ;
 
}
 
section#timeline article:nth-child(5) div.inner h2 {
 
  background: #17A3B5 ;
 
}
 
section#timeline article:nth-child(5) div.inner h2:after {
 
  background: #17A3B5 ;
 
}
 
section#timeline article:nth-child(6) div.inner h2 {
 
  background: #17A3B5 ;
 
}
 
section#timeline article:nth-child(6) div.inner h2:after {
 
  background: #17A3B5 ;
 
}
 
section#timeline article:nth-child(7) div.inner h2 {
 
  background: #efb521 ;
 
}
 
section#timeline article:nth-child(7) div.inner h2:after {
 
  background: #efb521 ;
 
}
 
section#timeline article:nth-child(8) div.inner h2 {
 
  background: #EDA194 ;
 
}
 
section#timeline article:nth-child(8) div.inner h2:after {
 
  background: #EDA194 ;
 
}
 
section#timeline article:nth-child(9) div.inner h2 {
 
  background: #17A3B5 ;
 
}
 
section#timeline article:nth-child(9) div.inner h2:after {
 
  background: #17A3B5 ;
 
}
 
section#timeline article:nth-child(10) div.inner h2 {
 
  background: #efb521 ;
 
}
 
section#timeline article:nth-child(10) div.inner h2:after {
 
  background: #efb521 ;
 
}
 
section#timeline article:nth-child(11) div.inner h2 {
 
  background: #17A3B5 ;
 
}
 
section#timeline article:nth-child(11) div.inner h2:after {
 
  background: #17A3B5 ;
 
}
 
section#timeline article:nth-child(12) div.inner h2 {
 
  background: #DF5939 ;
 
}
 
section#timeline article:nth-child(12) div.inner h2:after {
 
  background: #DF5939  ;
 
}
 
 
section#timeline article:nth-child(13) div.inner h2 {
 
  background: #efb521 ;
 
}
 
section#timeline article:nth-child(13) div.inner h2:after {
 
  background: #efb521  ;
 
}
 
section#timeline article:nth-child(14) div.inner h2 {
 
  background: #A8D5D8;
 
}
 
section#timeline article:nth-child(14) div.inner h2:after {
 
  background: #A8D5D8 ;
 
}
 
 
section#timeline article:nth-child(15) div.inner h2 {
 
  background: #17A3B5  ;
 
}
 
section#timeline article:nth-child(15) div.inner h2:after {
 
  background: #17A3B5  ;
 
}
 
 
 
.text1{
 
width : 60%;
 
margin-top:3%;
 
margin-left:15%;
 
display : inline-block;
 
line-height : normal;
 
text-align: justify;
 
}
 
 
 
</style>
 
</style>
 
 
<body>
 
<body>
<h1><B>Human Practice</B> </h1>
 
<h2><B> TIMELINE </br>Collaboration & Meet up</B></br></h2>
 
  
<section id="timeline">
 
<article>
 
    <div class="inner">
 
      <span class="date">
 
        <span class="day">25-26<sup>th</sup></span>
 
        <span class="month">April</span>
 
        <span class="year">2016</span>
 
      </span>
 
    <h2>Zika Summit 2016</h2>
 
      <p>Zika Summit is a conference that aims to bring together scientists and public health professionals around the world working on Zika. We had the opportunity to present our project to professionals working on this arbovirus.
 
 
<div id=video style="margin-left:4%">
 
<video width=100% height=100% controls>
 
  <source src="https://static.igem.org/mediawiki/2016/3/39/ZIKA_SUMMIT_Pasteur.mp4" type="video/mp4">
 
Your browser does not support the video tag.
 
</video></p>
 
    </div>
 
  </article>
 
 
 
  <article>
 
    <div class="inner">
 
      <span class="date">
 
        <span class="day">15<sup>th</sup></span>
 
        <span class="month">May</span>
 
        <span class="year">2016</span>
 
      </span>
 
    <h2>CIBU lab meeting</h2>
 
      <p> CIBU is the Urgent Response to Biological Threats at the Institut Pasteur, supervised by Jean-Claude Manuguerra. We presented our project in front of all members of the CIBU and exchanged ideas about our method of detection, our global device, and the intellectual property protection offered at iGEM.</p>
 
    </div>
 
  </article>
 
 
 
  <article>
 
    <div class="inner">
 
      <span class="date">
 
        <span class="day">19<sup>th</sup></span>
 
        <span class="month">May</span>
 
        <span class="year">2016</span>
 
      </span>
 
      <h2>Young Researchers in Life Sciences</h2>
 
      <p>The YRLS is a conference features an interactive program that includes posters, talks and round tables designed for young researchers. The wide variety of represented disciplines and topics allows attendees to deepen their knowledge of their own research field while broadening their horizons.</br></br> We had the opportunity to present our project at the conference.</br> <img src="https://static.igem.org/mediawiki/2016/1/1f/YRLS.png" width=70% alt="" /img></p>
 
    </div>
 
  </article>
 
 
<article>
 
    <div class="inner">
 
      <span class="date">
 
        <span class="day">20<sup>th</sup></span>
 
        <span class="month">May</span>
 
        <span class="year">2016</span>
 
      </span>
 
      <h2>introduction to labWORK</br> FOR middle school student </h2>
 
      <p>The idea was to show in a very concrete way what is the laboratory manipulations.</br> <img src="https://static.igem.org/mediawiki/2016/4/4f/Lab_at_school.jpg" width=70% alt="" /img></p>
 
    </div>
 
  </article>
 
 
 
  <article>
 
    <div class="inner">
 
      <span class="date">
 
        <span class="day">14<sup>th</sup></span>
 
        <span class="month">June</span>
 
        <span class="year">2016</span>
 
      </span>
 
      <h2>The game at the Germaine de Staël school</h2>
 
      <p> Mos(KIT)O simulation game with middle school students. In order to familiarize middle school students to the raising issue of arboviruses, our team went to a middle school to simulate the scenario of our project through a game-like activity.</br> </p>
 
    </div>
 
  </article>
 
 
 
<article>
 
    <div class="inner">
 
      <span class="date">
 
        <span class="day">16<sup>th</sup></span>
 
        <span class="month">June</span>
 
        <span class="year">2016</span>
 
      </span>
 
      <h2>"jeu à débattre" with the association "arbre des connaissances"</h2>
 
      <p>On Thursday June 16th, the iGEM Pasteur team wen to attend a "jeu à débattre" that was hosted by the association, "arbre des connaissances". Our role to advise the players during the game, and then to have a little debate about synthetic biology and the ethical and moral questions it raises. </br><img src="https://static.igem.org/mediawiki/2016/d/d2/Carte-de-lagglom%C3%A9ration.jpg" width=70% alt="" /img></p>
 
    </div>
 
  </article>
 
 
 
  <article>
 
    <div class="inner">
 
      <span class="date">
 
        <span class="day">28<sup>th</sup></span>
 
        <span class="month">June</span>
 
        <span class="year">2016</span>
 
      </span>
 
      <h2>Meeting with Anna-Bella Falloux</h2>
 
      <p>We met Anna-Bella Failloux (entomologist, responsible of Arboviruses and Insect Vectors (AIV) in the department of virology at Institut Pasteur) to have precise informations on mosquito behavior.</p>
 
    </div>
 
  </article>
 
<article>
 
    <div class="inner">
 
      <span class="date">
 
        <span class="day">2-3<sup>th</sup></span>
 
        <span class="month">July</span>
 
        <span class="year">2016</span>
 
      </span>
 
      <h2>The European experience</h2>
 
      <p>We participated in the meet-up hosted by our friends from iGEM Ionis, and iGEM Evry. We had the opportunity to meet the European teams, and we took the opportunity to present them our project.</br> <img src="https://static.igem.org/mediawiki/2016/1/1b/06.06_The_EE2.jpg" width=100% alt="" /img></p>
 
    </div>
 
  </article>
 
  <article>
 
    <div class="inner">
 
      <span class="date">
 
        <span class="day">6<sup>th</sup></span>
 
        <span class="month">July</span>
 
        <span class="year">2016</span>
 
      </span>
 
      <h2>Presentation at the ENSCI</h2>
 
      <p>After a couple introductory lectures on research in design, biomaterials and synthetic biology, the Pasteur iGEM 2016 team presented the Moskito project to the ENSCI-les Ateliers school.</p>
 
    </div>
 
  </article>
 
<article>
 
    <div class="inner">
 
      <span class="date">
 
        <span class="day">19<sup>th</sup></span>
 
        <span class="month">July</span>
 
        <span class="year">2016</span>
 
      </span>
 
      <h2>Meeting with Civic drone</h2>
 
      <p>The meeting with civic drone was intended to discuss with professionals, to have more accurate information concerning the drones. This issue concerns the part of MOS(KIT)O project related filing, sending and analyzing traps and patch Mos (kit) in difficult access areas.</p>
 
    </div>
 
  </article>
 
  <article>
 
    <div class="inner">
 
      <span class="date">
 
        <span class="day">22<sup>th</sup></span>
 
        <span class="month">July</span>
 
        <span class="year">2016</span>
 
      </span>
 
      <h2>Presentation about Intellectual property law </h2>
 
      <p>The Paris Sud Jean Monnet students Claudia, Victoire and Victor made a presentation in front of the iGEM Team about Intellectual property law, the concept of Patents, and the aspect of iGEM Open science situation. Sandrine Daniel, head of the law of the Human ressources department of Pasteur was also present.
It gives us ideas to think about our project and its valorization in the future.</p>
 
    </div>
 
  </article>
 
 
<article>
 
    <div class="inner">
 
      <span class="date">
 
        <span class="day">6<sup>th</sup></span>
 
        <span class="month">Aug</span>
 
        <span class="year">2016</span>
 
      </span>
 
      <h2>Meet-up Ile-de-France </h2>
 
      <p>With great help from two of our fellow parisian teams, iGEM Paris Saclay and iGEM IONIS, we hosted the iGEM Ile-de-France MeetUp on August 6 at the Pasteur Institute. This event was the highlight of our summer. The attendees of the MeetUp were people from iGEM Paris Bettencourt, iGEM Evry, iGEM Ionis, iGEM UPMC (IMPACT), iGEM Aix-Marseille (one member), and iGEM Paris Saclay. </br> <img src="https://static.igem.org/mediawiki/2016/3/37/ILE_DE_FRANCE.jpg" width=70% alt="" /img></p>
 
    </div>
 
  </article>
 
 
<article>
 
<div class="inner">
 
      <span class="date">
 
        <span class="day">26<sup>th</sup></span>
 
        <span class="month">Aug</span>
 
        <span class="year">2016</span>
 
      </span>
 
      <h2>Meeting with EID </h2>
 
      <p>EID Méditerranée (Entente Interdépartementale de Démoustication = Interdepartmental Organisation for the control of nuisance mosquito). These organisations is in charge of the fight against mosquitos epidemics, which is recognized as a mission of public interest, for the ministry of Health in France.</br></br>
 
 
Our interview with <B>Gregory Lambert</B> (medical entolomogist, coordinator at OIA) has allowed us to have more information on mosquito behavior: </br>&bull;How to lure them into the trap? </br>&bull;What are the strategic areas to place our kit?</br> &bull;How to optimize prevention? </br></br>All these details have allowed us to work in a more targeted way, so that our project is as efficient as possible, taking into account the mosquito lifestyle and optimizing safety for surrounding populations.
 
</p>
 
    </div>
 
  </article>
 
 
<article>
 
<div class="inner">
 
      <span class="date">
 
        <span class="day">29<sup>th</sup></span>
 
        <span class="month">Aug</span>
 
        <span class="year">2016</span>
 
      </span>
 
      <h2>Presentation for AMGEN students</h2>
 
      <p>The Amgen Scholars Program at Institut Pasteur provide twenty undergraduate students from European universities to work on supervised research projects during an eight-week summer internship in Institut Pasteur.</br></br>
 
 
Our presentation was to inform young researchers in synthetic biology and its many uses, but also to present our project.
 
</p>
 
    </div>
 
  </article>
 
 
<article>
 
<div class="inner">
 
      <span class="date">
 
        <span class="day">15/16/17<sup>th</sup></span>
 
        <span class="month">Sept</span>
 
        <span class="year">2016</span>
 
      </span>
 
      <h2>Festival du vivant </h2>
 
      <p>The "Festival du vivant", meets for three days in Paris all those who transform, use, and observe the living world.This conference has ambitions to inform the public about the incredible potential of BioDesign and biomimicry.
 
We were here during 4 days to present our poster</br> <img src="https://static.igem.org/mediawiki/2016/f/f1/FESTIVAL_DU_VIVANT.jpg" width=70% alt="" /img></p>
 
    </div>
 
  </article>
 
 
</section>
 
 
 
<div class="text1"><p></a>For more information go to the sections: Collaboration, Meetup, Communication, and Law</p></div>
 
 
</body>
 
</body>
<html>
+
</html>

Latest revision as of 22:27, 27 November 2016