Team:Toulouse/Communication

From 2014.igem.org

(Difference between revisions)
 
(15 intermediate revisions not shown)
Line 10: Line 10:
   <link href='http://fonts.googleapis.com/css?family=Open+Sans:800' rel='stylesheet' type='text/css'>
   <link href='http://fonts.googleapis.com/css?family=Open+Sans:800' rel='stylesheet' type='text/css'>
 +
 +
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js'></script>
 +
 +
<script type='text/javascript'> $(function(){
 +
  $(window).scroll(function () {
 +
    if ($(this).scrollTop() > 250) {
 +
        $('#column-left').addClass("fixNavigation");
 +
    } else {
 +
        $('#column-left').removeClass("fixNavigation");
 +
        }
 +
    });
 +
  });
 +
</script>
  <!--/* CSS contenu*/-->
  <!--/* CSS contenu*/-->
Line 20: Line 33:
   .title3{color:#7f8c8c; font-family:'Open Sans'; font-weight:400; font-size:16px; margin:0 0 20px 0; border:none;}
   .title3{color:#7f8c8c; font-family:'Open Sans'; font-weight:400; font-size:16px; margin:0 0 20px 0; border:none;}
 +
.title4{color:#5a6060; font-family:'Open Sans'; font-weight:700; font-size:15px; margin:0 0 20px 0; border:none;}
 +
  .texte{color:#5a6060; font-family:'Open Sans'; font-size:14px; margin:0 0 50px 0; line-height:24px; }
 +
 +
  .citation{color:#5a6060; font-family:'Open Sans'; font-size:18px; margin:0 0 50px 0; line-height:24px; font-style: italic; text-align: center;}
-
  .texte{color:#5a6060; font-family:'Open Sans'; font-size:14px; margin:0 0 50px 0; line-height:24px; text-align: justify;}
+
p.legend{color:#5a6060; font-family:'Open Sans'; font-size:12px; margin:0 0 50px 0; line-height:24px;}
-
 
+
-
  .nomsd{color:#5a6060; font-family:'Open Sans'; font-size:14px; font-weight:bold; margin:0 30px 50px 30px; line-height:24px; text-align: center;}
+
-
.table{align="center"; text-align: center;
 
-
}
 
-
.tr,td{text-align: center; vertical-align="middle"}
 
-
 
.banniere{
.banniere{
background: url('https://static.igem.org/mediawiki/2014/d/d0/Template-igem2014-slide1.jpg') no-repeat center;
background: url('https://static.igem.org/mediawiki/2014/d/d0/Template-igem2014-slide1.jpg') no-repeat center;
Line 99: Line 110:
}
}
-
.Img {
+
 
 +
table {
 +
display: table;
 +
border-collapse: separate;
 +
border-spacing: 2px;
 +
border-color: gray;
 +
}
 +
 
 +
table[Attributes Style] {
 +
border-top-width: 1px;
 +
border-right-width: 1px;
 +
border-bottom-width: 1px;
 +
border-left-width: 1px;
 +
width: 100%;
 +
height: 20%;
 +
}
 +
 
 +
#column-left{
float:left;
float:left;
 +
width: 190px;
 +
float: left;
 +
padding: 15px 10px 15px 15px;
 +
border: 1px solid #ccc;
 +
border-radius: 5px;
 +
background-color: #eee;
}
}
-
  #virginiabadge{
+
.fixNavigation{
 +
z-index: 9999;
 +
position: fixed;
 +
top:15px;
 +
width:240px;
 +
}
 +
 
 +
ul.menuleft {
 +
  padding-left:10px;
 +
}
 +
 
 +
 
 +
ul.menuleft li {
 +
padding-bottom: 10px;
 +
}
 +
 
 +
ul.menuleft li a{
 +
color:#5a6060;
 +
font-family:'Open Sans';
 +
font-size:14px;
 +
margin:0 0 0 0;
 +
line-height:24px;
 +
}
 +
 
 +
 
 +
      #virginiabadge{
       background: url("https://static.igem.org/mediawiki/2014/6/6a/Virginia_Badge2.png");
       background: url("https://static.igem.org/mediawiki/2014/6/6a/Virginia_Badge2.png");
       background-size:250px;
       background-size:250px;
Line 118: Line 177:
     background-size:250px;
     background-size:250px;
     }
     }
 +
      
      
</style>
</style>
Line 132: Line 192:
       <div class="centering" style="padding-top: 85px; padding-bottom:40px;">
       <div class="centering" style="padding-top: 85px; padding-bottom:40px;">
 +
<div id="column-left">
 +
<h3 class="title2" style="margin-top:10px; color:#333;">Summary :</h3>
 +
<ul class="menuleft">
 +
  <li style="margin-top:25px;"><a href="#select1">Press</a></li>
 +
  <li><a href="#select2">Interventions</a></li>
 +
  <li><a href="#select3">Interactions with other iGEM teams</a></li>
 +
  <li><a href="#select4">Newsletters</a></li>
 +
  <li><a href="#select5">Communication tools</a></li>
 +
</ul>
 +
</div>
 +
 +
 +
<div class="column-right" style="width:75%; float:right;">
 +
 +
<p class="citation">         
 +
"Good words are worth much, and cost little."</p>
<!--Press-->
<!--Press-->
-
<p class="title1">Press</p>
+
<p class="title1" id="select1">Press</p>
-
       <p class="texte">As our project was very regional, a lot of different regional newspapers were interested into it.<br>
+
       <p class="texte">As our project was built on a regional problem, a lot of different local newspapers were interested into it.<br>
After the first articles, other newspapers have begun to be interested into our work. It helped us to have a better visibility.<br>
After the first articles, other newspapers have begun to be interested into our work. It helped us to have a better visibility.<br>
We have listed all the articles :<br>
We have listed all the articles :<br>
-
<center><table width="60%">
+
<center><table width="90%">
<tr><td><p class="texte">
<tr><td><p class="texte">
- <a href="http://www.20minutes.fr/toulouse/1416215-20140708-guerisseurs-platanes">20Minutes</a><br>
- <a href="http://www.20minutes.fr/toulouse/1416215-20140708-guerisseurs-platanes">20Minutes</a><br>
Line 152: Line 228:
- La Voix du Midi Lauragais<br>
- La Voix du Midi Lauragais<br>
- <a href="http://www.lurioaddl.com/Pages/CanalMidi.aspx">LURIO Addl</a><br>
- <a href="http://www.lurioaddl.com/Pages/CanalMidi.aspx">LURIO Addl</a><br>
-
- <a hrf="http://www.fluvialnet.com/murmures-pop-actualites-des-etudiants-toulousains-inventent-une-methode-de-lutte-contre-le-chancre-colore/9576">Fluvial</a><br>
+
- <a href="http://www.fluvialnet.com/murmures-pop-actualites-des-etudiants-toulousains-inventent-une-methode-de-lutte-contre-le-chancre-colore/9576">Fluvial</a><br>
-
- <a hrf="http://www.toulouseblog.fr/actualite-27679-etudiants-toulousains-participent-a-competition-internationale-a-boston.html">Toulouse Blog</a><br>
+
- <a href="http://www.toulouseblog.fr/actualite-27679-etudiants-toulousains-participent-a-competition-internationale-a-boston.html">Toulouse Blog</a><br>
-
- <a hrf="http://etudiant.lefigaro.fr/flash/flash-actu/detail/article/des-etudiants-toulousains-au-mit-pour-sauver-les-platanes-du-canal-du-midi-8976/">Le Figaro étudiants</a><br></p>
+
- <a href="http://etudiant.lefigaro.fr/flash/flash-actu/detail/article/des-etudiants-toulousains-au-mit-pour-sauver-les-platanes-du-canal-du-midi-8976/">Le Figaro étudiants</a><br>
 +
- <a href="http://www.ladepeche.fr/article/2014/11/07/1986922-la-cellule-tueuse-de-chancre-primee-a-boston.html">La Dépêche du Midi</a><br>
 +
- <a href="http://www.metronews.fr/toulouse/sauveront-ils-les-platanes-du-canal-du-midi/mnkm!nT2jfDtlPWP6c/">Metronews</a><br>
 +
- <a href="http://www.20minutes.fr/toulouse/1480987-20141114-toulouse-projet-bacterie-tueuse-chancre-vaut-medaille-or">20 Minutes</a><br>
 +
- <a hrf="http://etudiant.lefigaro.fr/les-news/actu/detail/article/medaille-d-or-du-mit-pour-les-etudiants-qui-veulent-sauver-le-canal-du-midi-9782/">Le Figaro étudiants</a><br>
 +
- <a href="http://france3-regions.francetvinfo.fr/midi-pyrenees/2014/11/14/medaille-d-or-de-l-universite-de-boston-pour-un-labo-de-recherches-toulousain-592168.html">France 3 Midi-Pyrénées</a><br>
 +
- <a href="http://www.e-orientations.com/actualites/des-etudiants-toulousains-recompenses-par-le-mit-de-boston-15408">e-orientations</a><br>
 +
</p>
</td>
</td>
<td><img width="200px"; src="https://static.igem.org/mediawiki/2014/1/11/Articles.png"></td></tr>
<td><img width="200px"; src="https://static.igem.org/mediawiki/2014/1/11/Articles.png"></td></tr>
<tr><td><p class="texte">
<tr><td><p class="texte">
The Television was also interested in our project : the regional channel <a href="http://france3-regions.francetvinfo.fr/midi-pyrenees/2014/07/09/des-etudiants-toulousains-developpent-une-bacterie-pour-sauver-les-platanes-514659.html">France 3 Midi-Pyrénées</a>
The Television was also interested in our project : the regional channel <a href="http://france3-regions.francetvinfo.fr/midi-pyrenees/2014/07/09/des-etudiants-toulousains-developpent-une-bacterie-pour-sauver-les-platanes-514659.html">France 3 Midi-Pyrénées</a>
-
came to our lab for an interview.</p></td>
+
came to our lab for two interviews.<br>The TLT (Télé Toulouse) came also for an interview after the Giant Jamboree.</p></td>
<td><img width="250px"; src="https://static.igem.org/mediawiki/2014/3/37/France_3_interview.png"></td></tr>
<td><img width="250px"; src="https://static.igem.org/mediawiki/2014/3/37/France_3_interview.png"></td></tr>
<tr><td><img width="140px"; src="https://static.igem.org/mediawiki/2014/0/0d/France_inter_interview.png"></td>
<tr><td><img width="140px"; src="https://static.igem.org/mediawiki/2014/0/0d/France_inter_interview.png"></td>
-
<td><p class="texte">To finish, the radio France Inter interviewed us in our lab.</td></tr>
+
<td><p class="texte"><br><br>To finish, the national radio France Inter interviewed us in our lab. The interview will be on air when we are in Boston (Nov. 2<sup>nd</sup>!!!</td></tr>
</p></table></center><br>
</p></table></center><br>
<!--Interventions-->
<!--Interventions-->
-
<p class="title1">Interventions<br></p>
+
<p class="title1" id="select2">Interventions<br></p>
-
<p class="texte">We have participated to a lot of interventions to talk about synthetic biology and our project :</p><br>
+
<p class="texte">We participated to a lot of public communications about synthetic biology and our project:</p><br>
-
<br><center><table width="50%">
+
<br><center><table width="80%">
-
<tr><td><p class="texte">- The <b>Agora</b> at the University Paul-Sabatier in Toulouse (22<sup>nd</sup> April 2014. It is a monthly conference set up by the association
+
<tr><td><p class="texte">- The <b>Agora</b> at the University Paul-Sabatier in Toulouse (22<sup>nd</sup> April 2014). It is a monthly conference set up by the association
<a href="http://www.arborisscientiae.fr/">Arboris Scientiae</a></p></td>
<a href="http://www.arborisscientiae.fr/">Arboris Scientiae</a></p></td>
-
<td><img style="width:180px"; src="https://static.igem.org/mediawiki/2014/7/7d/22042014-Agora-PierreFlorie1.jpg"><br>Pierre and Florie during the Agora.</td></tr>
+
<td><img style="width:180px"; src="https://static.igem.org/mediawiki/2014/7/7d/22042014-Agora-PierreFlorie1.jpg"><br><p class="legend">Pierre and Florie during the Agora.</p></td></tr>
-
<tr><td><img width="100px"; src="https://static.igem.org/mediawiki/2014/4/4e/Exposciences_Toulouse_2014.jpg"><br>Florie and Fanny during the Exposcience.</td>
+
<tr><td><img width="100px"; src="https://static.igem.org/mediawiki/2014/4/4e/Exposciences_Toulouse_2014.jpg"><br><p class="legend">Florie and Fanny during the Exposcience.</p></td>
-
<td valign="middle"><p class="texte">- The Journées de l’Ecole Doctorale Biologie, Santé, Biotechnologies (17th April 2014). This day was dedicated to the exhibition of doctor’s results with posters.  
+
<td valign="middle"><p class="texte">- The <b>Journées de l’Ecole Doctorale Biologie, Santé, Biotechnologies</b> (17<sup>th</sup> April 2014). This day was dedicated to the exhibition of PhD's results with posters.  
We came with a poster explaining what is the iGEM competition.</td></tr>
We came with a poster explaining what is the iGEM competition.</td></tr>
<tr><td><p class="texte">- The <b>Exposcience</b> in Toulouse (5<sup>th</sup> june 2014).  
<tr><td><p class="texte">- The <b>Exposcience</b> in Toulouse (5<sup>th</sup> june 2014).  
-
We held a stand during the whole day.  
+
We were there during the whole day.  
-
We met a few people and explained our project.  
+
We met hundreds of people and explained our project.  
We brought lab stuff and a poster describing the iGEM competition.</p></td>
We brought lab stuff and a poster describing the iGEM competition.</p></td>
-
<td valign="middle"><img width="150px"; src="https://static.igem.org/mediawiki/2014/0/00/Exposciences_1.jpg"><br>Manon and Camille during the Exposcience</td></tr>
+
<td valign="middle"><img width="150px"; src="https://static.igem.org/mediawiki/2014/0/00/Exposciences_1.jpg"><br><p class="legend">Manon and Camille during the Exposcience.</p></td></tr>
-
<tr><td valign="middle"><img width="200px"src="https://static.igem.org/mediawiki/2014/e/e5/Colloque_BioSynSys.jpg"><br>Pierre and Mathieu during the Biosynsys conference.</td>
+
<tr><td valign="middle"><img width="200px"src="https://static.igem.org/mediawiki/2014/e/e5/Colloque_BioSynSys.jpg"><br><p class="legend">Pierre and Mathieu during the BioSynSys conference.</p></td>
-
<td valign="middle"><p class="texte">- The <a href="http://biosynsys2014.sciencesconf.org/"><b>Biosynsys conference</b></a> (2<sup>nd</sup> july 2014)
+
<td valign="middle"><p class="texte">- The <a href="http://biosynsys2014.sciencesconf.org/"><b>BioSynSys conference</b></a> (2<sup>nd</sup> july 2014)
-
where we made an oral presentation behind a panel of scientists specialized in synthetic biology.</p></td></tr>
+
where we made an oral presentation in front of 150 scientists specialized in synthetic biology.</p></td></tr>
-
<tr><td><p class="texte">- The <b>Novela</b> in Toulouse (4<sup>th</sup> and 11<sup>th</sup> october 2014) where we made an oral presentation about synthetic biology and human health.</p></td>
+
<tr><td><p class="texte">- The <b>Novela</b> in Toulouse (4<sup>th</sup> and 11<sup>th</sup> october 2014) where we gave a small communication and further had a public discussion about synthetic biology and human health.</p></td>
-
<td valign="middle"><img width="200px" src="https://static.igem.org/mediawiki/2014/9/95/Novela.png"><br>Camille and Manon during the Novela.</td></tr>
+
<td valign="middle"><img width="200px" src="https://static.igem.org/mediawiki/2014/9/95/Novela.png"><br><p class="legend">Camille and Manon during the Novela.</p></td></tr>
</table></center>
</table></center>
</p>
</p>
<!--Other iGEM teams-->
<!--Other iGEM teams-->
-
<p class="title1">Interactions with other iGEM teams<br></p>
+
<p class="title1" id="select3">Interactions with other iGEM teams<br></p>
<p class="texte">
<p class="texte">
- Filling in the iGEM Virginia online survey to gauge acceptance and understanding of synthetic biology by the general public (11<sup>st</sup> July).</p><br>
- Filling in the iGEM Virginia online survey to gauge acceptance and understanding of synthetic biology by the general public (11<sup>st</sup> July).</p><br>
-
<div id="virginiabadge">
+
<div id="virginiabadge">
         <a href=
         <a href=
         "https://2014.igem.org/Team:Virginia/HumanPractices"><img height="180"
         "https://2014.igem.org/Team:Virginia/HumanPractices"><img height="180"
         src="https://static.igem.org/mediawiki/2014/b/b0/Virginia_Transparent.png"
         src="https://static.igem.org/mediawiki/2014/b/b0/Virginia_Transparent.png"
         width="250"></a>
         width="250"></a>
-
     </div><br>
+
     </div>
<p class="texte">- Skype with iGEM Columbia (31<sup>st</sup> July) : they explained their contest "Low Budget". Finally, we did not have the time to take part of this contest.<br>
<p class="texte">- Skype with iGEM Columbia (31<sup>st</sup> July) : they explained their contest "Low Budget". Finally, we did not have the time to take part of this contest.<br>
- Skype with iGEM York (29<sup>th</sup> August) : we answered questions about women in science</p><br>
- Skype with iGEM York (29<sup>th</sup> August) : we answered questions about women in science</p><br>
Line 209: Line 292:
<!--Newsletter-->
<!--Newsletter-->
-
<p class="title1">Newsletters</p>
+
<p class="title1" id="select4">Newsletters</p>
<p class="texte">We set up a monthly Newsletter to inform our sponsors and other people interested in our project. You can find these here (french version):<br>  
<p class="texte">We set up a monthly Newsletter to inform our sponsors and other people interested in our project. You can find these here (french version):<br>  
- <a href="https://static.igem.org/mediawiki/2014/a/ad/Newsletter_iGEM_n%C2%B01_-_juillet_2014.jpg">Newsletter n°1</a><br>
- <a href="https://static.igem.org/mediawiki/2014/a/ad/Newsletter_iGEM_n%C2%B01_-_juillet_2014.jpg">Newsletter n°1</a><br>
Line 215: Line 298:
- <a href="https://static.igem.org/mediawiki/2014/8/8b/Newsletter_iGEM_n%C2%B03_-_septembre_2014.pdf">Newsletter n°3</a><br>
- <a href="https://static.igem.org/mediawiki/2014/8/8b/Newsletter_iGEM_n%C2%B03_-_septembre_2014.pdf">Newsletter n°3</a><br>
- <a href="https://static.igem.org/mediawiki/2014/e/e1/Newsletter_iGEM_n%C2%B04_-_octobre_2014.pdf">Newsletter n°4</a><br>
- <a href="https://static.igem.org/mediawiki/2014/e/e1/Newsletter_iGEM_n%C2%B04_-_octobre_2014.pdf">Newsletter n°4</a><br>
 +
- <a href="https://static.igem.org/mediawiki/2014/7/70/Newsletter_iGEM_n%C2%B05_-_novembre_2014.pdf">Newsletter n°5</a><br>
</p>
</p>
<!--Communication tools-->
<!--Communication tools-->
-
<p class="title1">Communication tools</p>
+
<p class="title1" id="select5">Communication tools</p>
<p class="texte">Here you can find all our communication tools: <br>
<p class="texte">Here you can find all our communication tools: <br>
- <a href="https://2014.igem.org/File:IGEM_plaquette.jpg">iGEM Toulouse presentation flyer (French version)</a><br>
- <a href="https://2014.igem.org/File:IGEM_plaquette.jpg">iGEM Toulouse presentation flyer (French version)</a><br>
Line 227: Line 311:
- <a href="">iGEM Toulouse Giant Jamboree presentation (Coming soon)</a><br>
- <a href="">iGEM Toulouse Giant Jamboree presentation (Coming soon)</a><br>
</p>
</p>
 +
 +
</div>
 +
 +
<div class="clear"></div>

Latest revision as of 18:20, 24 November 2014