Difference between revisions of "Team:Bordeaux/Member:Boys"

 
(147 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 +
 
<html>
 
<html>
 
<head>
 
<head>
 
<style>
 
<style>
 
#boys{
 
#boys{
background-image: url(https://static.igem.org/mediawiki/2015/thumb/9/96/Bordeaux_boys_back.jpg/800px-Bordeaux_boys_back.jpg);
+
background-image: url("");
 +
width:100px;
 +
height:100px;
 
}
 
}
#boys:link {
 
  
 +
.members{
 +
border-radius:100%;
 +
width:100px;
 +
height:100px;
 
}
 
}
#boys:visited {
+
 
;
+
#portrait {
 +
width:100px;
 +
height:100px;
 +
border-radius:100%;
 
}
 
}
#boys:hover {
+
 
background-image: url(https://static.igem.org/mediawiki/2015/thumb/e/ed/Bordeaux_boys2_back.jpg/800px-Bordeaux_boys2_back.jpg);
+
#por {
 +
width:150px;
 +
padding-bottom : 50px;
 +
}
 +
 
 +
#figure
 +
{
 +
background-color:transparent;
 +
color: white;
 +
font-size: 15px;
 +
}
 +
 
 +
#last_section {
 +
padding-left : 150px;
 +
}
 +
 
 +
#toggle{
 +
position: absolute;
 +
top: 71%;
 +
left: 165px;
 +
 
 +
}
 +
#toggle1{
 +
position: absolute;
 +
top: 71%;
 +
left:314px;
 +
 
 +
}
 +
#toggle2{
 +
position: absolute;
 +
top: 71%;
 +
left:468px;
 +
 
 +
}
 +
#toggle3{
 +
position: absolute;
 +
top: 71%;
 +
left:616px;
 +
 
 +
}
 +
#toggle4{
 +
position: absolute;
 +
top: 71%;
 +
left:64%;
 +
 
 +
}
 +
#toggle5{
 +
position: absolute;
 +
top: 71%;
 +
left:917px;
 +
 
 +
}
 +
#toggle6{
 +
position: absolute;
 +
left: 20px;
 +
top:1000px;
 +
 
 +
}
 +
#toggle10{
 +
position: absolute;
 +
top: 71%;
 +
left:6px;
 +
}
 +
 
 +
#toggle7{
 +
position: absolute;
 +
left:156px;
 +
top:1000px;
 +
 
 +
}
 +
#toggle8{
 +
position: absolute;
 +
left: 305px;
 +
top:1000px;
 +
 
 +
}
 +
#toggle9{
 +
position: absolute;
 +
left: 460px;
 +
top:1000px;
 +
 
 +
}
 +
#toggle11{
 +
position: absolute;
 +
left: 613px;
 +
top:1000px;
 +
 
 +
}
 +
#toggle12{
 +
position: absolute;
 +
left: 770px;
 +
top: 1000px;
 +
 
 +
}
 +
#toggle13{
 +
position: absolute;
 +
left: 916px;
 +
top: 1000px;
 +
 
 +
}
 +
#toggle14{
 +
position: absolute;
 +
left: 6px;
 +
top: 1151px;
 +
 
 +
}
 +
#toggle15{
 +
position: absolute;
 +
left: 165px;
 +
top: 1151px;
 +
 
 +
}
 +
 
 +
#toggle16{
 +
position: absolute;
 +
left: 316px;
 +
top: 1151px;
 +
 
 +
}
 +
#toggle17{
 +
position: absolute;
 +
left: 468px;
 +
top: 1151px;
 +
 
 +
}
 +
#toggle18{
 +
position: absolute;
 +
left: 616px;
 +
top: 1151px;
 +
 
 +
}
 +
 
 +
#toggle19{
 +
position: absolute;
 +
left: 64%;
 +
top: 1151px;
 +
 
 +
}
 +
 
 +
#toggle20{
 +
position: absolute;
 +
left: 917px;
 +
top: 1151px;
 +
 
 +
}
 +
.desc {
 +
 
 +
font-size:1.1em;
 +
}
 +
 
 +
.description{
 +
width:136px;
 +
background-color:white;
 
}
 
}
 
</style>
 
</style>
 +
 +
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
 
</head>
 
</head>
<div class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
+
 
     <div class="team-item animated waves-element waves-block waves-light hiding increment-animation" data-animation="fadeInUp" data-delay="50" data-toggle="modal" data-target="#speakerDetail-4">
+
<script type='text/javascript'>
        <figure id="boys" class="flow-img">
+
 
            <div class="overlay"></div>
+
// On attend que la page soit chargée
           
+
jQuery(document).ready(function()
            <figcaption>
+
{
                <div class="col-md-8 col-xs-8 text-left">
+
  // On cache la zone de texte
                    <h2 class="name"> Boys <span> Band </span></h2>
+
  jQuery('.description').hide();
                    <div class="clearfix"></div>
+
 
                    <span class="position"> Engineering and biology students </span>
+
  jQuery('a#savy').hover(function()
                </div>
+
  {  jQuery('.description').hide();
               
+
      jQuery('#toggle').toggle();},
            </figcaption>
+
 
            <p class="bio"> Front picture coming soon! </p>
+
    function(){
        </figure>
+
      jQuery('.description').hide();
 +
});
 +
 
 +
 
 +
  jQuery('a#ed').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle1').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
 
 +
 
 +
  jQuery('a#marie').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle2').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
  jQuery('a#thomas').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle3').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
  jQuery('a#caroline').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle4').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
 
 +
 
 +
 
 +
  jQuery('a#nicolas').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle5').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
  jQuery('a#jeand').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle6').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
 
 +
  jQuery('a#jeanremy').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle7').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
jQuery('a#charlotte').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle8').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
jQuery('a#gilles').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle9').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
 
 +
jQuery('a#hiba').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle10').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
jQuery('a#charlie').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle11').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
 
 +
jQuery('a#diego').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle12').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
jQuery('a#septpierre').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle13').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
jQuery('a#maxime').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle14').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
 
 +
jQuery('a#corentin').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle15').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
jQuery('a#emilie').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle16').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
jQuery('a#claudia').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle17').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
jQuery('a#diane').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle18').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
 
 +
jQuery('a#lily').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle19').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
jQuery('a#marjorie').hover(function()
 +
  {  jQuery('.description').hide();
 +
      jQuery('#toggle20').toggle();},
 +
 
 +
    function(){
 +
      jQuery('.description').hide();
 +
});
 +
});
 +
 
 +
</script>
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
     <div id="portrait">
 +
<a href="#" id="hiba">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1442098167-hiba.jpg"/>
 +
</br>
 +
            <span class="position">Hiba Benmohamed </span>
 +
 
 +
          </a>
 +
 
 
     </div>
 
     </div>
 
</div>
 
</div>
 +
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="savy">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1441577437-sav.jpg"/>
 +
</br>
 +
            <span class="position">Savandara Besse </span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="ed">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1441649965-11988616-10207708931620798-6511678435721460963-n.jpg"/>
 +
</br>
 +
            <span class="position">Edouard Tourdot </span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="marie">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1441927085-marie-cecille.jpg"/>
 +
</br>
 +
            <span class="position">Marie Cecille </span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="thomas">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1441927255-thomas.jpg"/>
 +
</br>
 +
            <span class="position">Thomas Favraud </span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="caroline">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1441927364-caroline-rousseau.jpg"/>
 +
</br>
 +
            <span class="position">Caroline Rousseau </span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="nicolas">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1441927649-nicolas.jpg"/>
 +
</br>
 +
            <span class="position">Nicolas Boisset </span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="jeand">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1441927825-jean.jpg"/>
 +
</br>
 +
            <span class="position">Jean Descarpentrie</span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="jeanremy">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1441928088-jeanremy.jpg"/>
 +
</br>
 +
            <span class="position">Jean-Rémy Brossier</span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="charlotte">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1441928512-charlotte.jpg"/>
 +
</br>
 +
            <span class="position">Charlotte Maillot</span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="gilles">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1441928708-gilles.jpg"/>
 +
</br>
 +
            <span class="position">Gilles Krembel-Sautot</span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="charlie">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1442096024-charlie.jpg"/>
 +
</br>
 +
            <span class="position">Charlie Coffee</span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="diego">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1442096024-diego.jpg"/>
 +
</br>
 +
            <span class="position">Diego Rodriguez</span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="septpierre">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1442096024-kellian.jpg"/>
 +
</br>
 +
            <span class="position">Kellian Cipiere</span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="maxime">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1442096024-maxime.jpg"/>
 +
</br>
 +
            <span class="position">Maxime Fages Lartaud</span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="corentin">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1442096024-corentin.jpg"/>
 +
</br>
 +
            <span class="position">Corentin Koehler</span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="emilie">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1442096024-emilie.jpg"/>
 +
</br>
 +
            <span class="position">Emilie Gounin</span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="claudia">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1442096024-claudia.jpg"/>
 +
</br>
 +
            <span class="position">Claudia Smith-Ména</span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="diane">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/37/1442096024-gabriel.jpg"/>
 +
</br>
 +
            <span class="position">Gabriel Diané</span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="lily">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/38/1442274053-lily.jpg"/>
 +
</br>
 +
            <span class="position">Lily Bourgoin</span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
<div id="por" class="team-item-wrapper col-md-4 col-sm-6 col-xs-12">
 +
    <div id="portrait">
 +
<a href="#" id="marjorie">
 +
        <img class="members" src="http://image.noelshack.com/fichiers/2015/38/1442274053-marjorie.jpg"/>
 +
</br>
 +
            <span class="position">Marjorie Lacourrège</span>
 +
 +
          </a>
 +
 +
    </div>
 +
</div>
 +
 +
<div class="description" id="toggle"> <p class="desc"> <strong>Bachelor's Degree </strong>in cellular physiology and molecular biology,She has broken the wiki freeze record!!Pikachu fan and my favorite meal is roast duck :D </p></div>
 +
<div class="description" id="toggle1"> <p class="desc"> <strong>Bachelor's Degree </strong> in cellular physiology and molecular biology , 2nd year of iGEM and Still looking for syn bio !</p></div>
 +
<div class="description" id="toggle2"> <p class="desc"> <strong>1st year at Engineering school of biotechnology </strong>, the Power Point Queen and my favorite vegetable is broccoli </p></div>
 +
<div class="description" id="toggle3"> <p class="desc"> <strong>1st year at Engineering school of biotechnology </strong>, called Toto the "Haricot" and i like the Curdlan dance </p></div>
 +
<div class="description" id="toggle4"> <p class="desc"> <strong>2nd year at Engineering school of biotechnology </strong> ,Iam excited to learn more about Syn bio and how it can influence our lives and the society in general.</p></div>
 +
<div class="description" id="toggle5"> <p class="desc"><strong> Bachelor's Degree in cellular physiology and molecular biology </strong>, Yeast drive me crazy but iam "Enorme et Sec" </p></div>
 +
<div class="description" id="toggle6"> <p class="desc"><strong>Bachelor's Degree in cellular physiology and molecular biology </strong>, Singer,Dancer,cooker, and scientist when iam not playing video games, POwPOwPOw</p></div>
 +
<div class="description" id="toggle7"> <p class="desc"> </p><strong>Bachelor's Degree in cellular physiology and molecular biology </strong> , 3rd participation to iGEM i would share my experience with my teammates and my interest on syn bio.</div>
 +
<div class="description" id="toggle8"> <p class="desc"><strong>1st year at Engineering school of biotechnology </strong>,kind lab girl ,jukebox of the lab ! "j'aime ta couleur café"</p></div>
 +
<div class="description" id="toggle9"> <p class="desc"><strong>Bachelor's Degree in cellular physiology and molecular biology </strong>, imagine life leader! </p></div>
 +
<div class="description" id="toggle10"> <p class="desc"> <strong>Bachelor's Degree in cellular physiology and molecular biology </strong>.She has broken the wiki freeze record!!Always on her phone taking selfies ,bad singer who did a good chocolate Crepes! </p></div>
 +
<div class="description" id="toggle11"> <p class="desc"> </p><strong>2nd year License of biology </strong>, lab life leader </div>
 +
<div class="description" id="toggle12"> <p class="desc"> <strong>2nd year License of biology </strong>, imagine life participant </p></div>
 +
<div class="description" id="toggle13"> <p class="desc"> <strong>2nd year License of biology </strong>, Lablife designer </p></div>
 +
<div class="description" id="toggle14"> <p class="desc"> <strong>Student à Chemistry engineering school </strong>, The super Chemist! </p></div>
 +
<div class="description" id="toggle15"> <p class="desc"></p><strong>2nd year License of biology</strong>, the DJ and wine tester of the team</div>
 +
<div class="description" id="toggle16"> <p class="desc"> <strong>Bachelor's Degree in cellular physiology and molecular biology</strong>, Lab Dry Queen ,E.coli Tamer,singer and creator of Curdlan dance !</p></div>
 +
<div class="description" id="toggle17"> <p class="desc"><strong>2nd year License of biology </strong>, sponsoring girl !</p></div>
 +
<div class="description" id="toggle18"> <p class="desc"> </p><strong>1st year at Engineering school of biotechnology </strong>, B.Subtilis tamer !</div>
 +
<div class="description" id="toggle19"> <p class="desc"> <strong>2nd year License of biology </strong>,Sweet lab girl who finished all the lab cappuccino in a short time !</p></div>
 +
<div class="description" id="toggle20"> <p class="desc"> <strong>1st year at Engineering school of biotechnology </strong>, sweet lab girl who had a really (not all the time) funny jokes </p></div>
 
</html>
 
</html>

Latest revision as of 02:04, 19 September 2015


Bachelor's Degree in cellular physiology and molecular biology,She has broken the wiki freeze record!!Pikachu fan and my favorite meal is roast duck :D

Bachelor's Degree in cellular physiology and molecular biology , 2nd year of iGEM and Still looking for syn bio !

1st year at Engineering school of biotechnology , the Power Point Queen and my favorite vegetable is broccoli

1st year at Engineering school of biotechnology , called Toto the "Haricot" and i like the Curdlan dance

2nd year at Engineering school of biotechnology ,Iam excited to learn more about Syn bio and how it can influence our lives and the society in general.

Bachelor's Degree in cellular physiology and molecular biology , Yeast drive me crazy but iam "Enorme et Sec"

Bachelor's Degree in cellular physiology and molecular biology , Singer,Dancer,cooker, and scientist when iam not playing video games, POwPOwPOw

Bachelor's Degree in cellular physiology and molecular biology , 3rd participation to iGEM i would share my experience with my teammates and my interest on syn bio.

1st year at Engineering school of biotechnology ,kind lab girl ,jukebox of the lab ! "j'aime ta couleur café"

Bachelor's Degree in cellular physiology and molecular biology , imagine life leader!

Bachelor's Degree in cellular physiology and molecular biology .She has broken the wiki freeze record!!Always on her phone taking selfies ,bad singer who did a good chocolate Crepes!

2nd year License of biology , lab life leader

2nd year License of biology , imagine life participant

2nd year License of biology , Lablife designer

Student à Chemistry engineering school , The super Chemist!

2nd year License of biology, the DJ and wine tester of the team

Bachelor's Degree in cellular physiology and molecular biology, Lab Dry Queen ,E.coli Tamer,singer and creator of Curdlan dance !

2nd year License of biology , sponsoring girl !

1st year at Engineering school of biotechnology , B.Subtilis tamer !

2nd year License of biology ,Sweet lab girl who finished all the lab cappuccino in a short time !

1st year at Engineering school of biotechnology , sweet lab girl who had a really (not all the time) funny jokes