Difference between revisions of "Team:Bordeaux/Team"

(Prototype team page)
 
(Team page wiki edited by s3bc40 (first attempt))
Line 1: Line 1:
{{Bordeaux}}
+
{{:Team:Bordeaux/Template/Navbar}}
 
<html>
 
<html>
 +
    <head>
 +
        <meta charset="utf-8">
 +
        <meta name="viewport" content="width=device-width, initial-scale=1">
  
<div class="column two_thirds_size" >
+
<style>
 +
    /* Main page background */
 +
body{
 +
    background-color: #f9f9fa;
 +
}
 +
/* Presentation text*/
 +
.text_intro{
 +
    background-color: #ffffff;
 +
    padding: 3% 3% 3% 3%;
 +
}
 +
.text_intro h3{
 +
    margin-bottom: 3%;
 +
}
 +
/* Top Banner */
 +
.jumbotron{
 +
    height: 650px;
 +
    background-image: url("https://static.igem.org/mediawiki/2018/9/96/T--Bordeaux--cardbgteam.jpg");
 +
    background-position: center;
 +
    background-size : cover;
  
<h1>Team</h1>
+
}
<p>In this page you can introduce your team members, instructors, and advisors. </p>
+
/* The element to apply the animation to */
 +
.card{
 +
    max-width:350px;
 +
    /*border:1px solid black;*/
 +
    margin:0;
 +
    max-height:350px;
 +
    overflow:hidden;
 +
}
 +
.card img{
 +
    width:100%;
 +
    z-index:0;
 +
}
 +
.rectangle{
 +
    background-color:#ffffff;
 +
    position:absolute;
 +
    display:table;
 +
    z-index:3;
 +
    top:82%;
 +
    width:100%;
 +
    height:100%;
 +
    color:black;
 +
    -webkit-transition: all .3s ease-out;
 +
    -moz-transition: all .3s ease-out;
 +
    -o-transition: all .3s ease-out;
 +
    transition: all 0.3s ease-out;
 +
}
 +
.card:hover > .rectangle{
 +
    top:72%;
 +
}
 +
.hidden-text{
 +
    display:none;
 +
    margin-bottom: 20px;
 +
}
 +
/* .card:hover .hidden-text{
 +
    display:table;
 +
} */
  
 +
/* Card management */
 +
.card-memb {
 +
    margin-top: 50px;
 +
    margin-bottom: 20px;
  
<h3>What should this page contain?</h3>
+
}
<ul>
+
.card {
<li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
+
    text-align: center;
<li>You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.</li>
+
    margin-bottom: 50px;
<li>Take team pictures! Show us your school, your lab and little bit of your city.</li>
+
}
<li>Remember that image galleries can help you showcase many pictures while saving space.</li>
+
</ul>
+
</div>
+
  
 +
@media screen and (max-width: 1200px) and (min-width : 980px) {
 +
    .rectangle {
 +
        top:80%;
 +
    }
 +
    .card:hover > .rectangle{
 +
        top:69%;
 +
    }
 +
    .hidden-text{
 +
        font-size: 12px;
 +
    }
 +
}
 +
@media screen and (max-width: 768px) and (min-width : 576px) {
 +
    .rectangle {
 +
        top:80%;
 +
    }
 +
    .card:hover > .rectangle{
 +
        top:65%;
 +
    }
 +
    .hidden-text{
 +
        font-size: 11px;
 +
    }
 +
}
 +
@media screen and (max-width: 374px) and (min-width : 280px) {
 +
    .rectangle {
 +
        top:78%;
 +
    }
 +
    .card:hover > .rectangle{
 +
        top:66.5%;
 +
    }
 +
    .hidden-text{
 +
        font-size: 11px;
 +
    }
 +
}
 +
@media screen and (max-width: 280px) {
 +
    .rectangle {
 +
        top:74%;
 +
    }
 +
    .card:hover > .rectangle{
 +
        top:60%;
 +
    }
 +
    .hidden-text{
 +
        font-size: 9px;
 +
    }
 +
}
 +
</style>
  
 +
    </head>
 +
    <body>
 +
        <!-- Presentation banner -->
 +
        <div class="jumbotron jumbotron-fluid">
  
<div class="column third_size" >
+
        </div>
<div class="highlight decoration_A_full">
+
 
<h3>Inspiration</h3>
+
        <!-- Main Content-->
<p>You can look at what other teams did to get some inspiration! <br />
+
        <div id="main_content" class="container-fluid">
Here are a few examples:</p>
+
 
<ul>
+
            <!-- Intro Team IGEM-->
<li><a href="https://2014.igem.org/Team:METU_Turkey_team">2014 METU Turkey </a></li>
+
            <div class="container text_intro text-center">
<li><a href="https://2014.igem.org/Team:Colombia/Members">2014 Colombia</a></li>
+
                <h3 class="text_title"> We are IGEM Bordeaux 2018 </h3>
<li><a href="https://2014.igem.org/Team:Stony_Brook/Team">2014 Stony Brook</a></li>
+
                <p>
<li><a href="https://2014.igem.org/Team:OUC-China/Team">2014 OUC-China</a></li>
+
                    Among the 56000 student-trees of the University of Bordeaux was living XX motivated and ambitious young-trees. All scattered into the green mass, they reunited on this day of November 2017 to learn more about the iGEM competition.
</ul>
+
                    Their wise predecessors told them the adventure they lived last year. Envious and dreamers, they decided to take up the challenge too.
</div>
+
                    Our XX trees come from different horizons, with different backgrounds and future perspectives but they are all reunited by the desire to expand their branches of knowledge.
</div>
+
                    As the time passed, only the trees with very resistant roots survived to the “let it go” storm. After that our XX young little trees were reunited to form a stronger gathering ready to start the competition.
</html>
+
                </p>
 +
            </div>
 +
 
 +
            <!-- Cards Members -->
 +
            <div class="container card-memb">
 +
                <div class="row">
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="Denis" class="card">
 +
                            <img class="card-img-top" src="" alt="Denis">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    Denis
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The sequoia
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    He is in some sort the founder father of the forest.
 +
                                    He is nothing less than a researcher officer at the National Institute of Health and Medical Research (INSEREM). 
 +
                                    It is him who sowed the seeds since 6 years now, and watch them to grow until the Jamboree.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="Margueritte" class="card">
 +
                            <img class="card-img-top" src="" alt="Margueritte">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    Margueritte
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The ginkgo
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    She is a first year Plant Biotechnology Masters student.
 +
                                    This ancestral tree is very powerful.
 +
                                    Indeed, she is both president of the team, and in charge of the Human practice pole.
 +
                                    It is good to have a ginkgo around it brings many health benefits.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="Thoams" class="card">
 +
                            <img class="card-img-top" src="" alt="Thoams">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    Thoams
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The bonsai
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    He graduated this year of a Biotechnology Engineering School.
 +
                                    Symbol of ideas communication, he is at the head of the partnerships and funding pole.
 +
                                    He participates to the competition for the second time, therefore this tree is always here to give an attentive leaf to the needs of the team.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="Ines" class="card">
 +
                            <img class="card-img-top" src="" alt="Ines">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    Ines
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The cherry tree
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    She is a first year bioinformatics Master student.  
 +
                                    In charge of the Communication pole, her aim is to make shining the team as much as her flowers in lovely day of spring.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="Pierre" class="card">
 +
                            <img class="card-img-top" src="" alt="Ines">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    Pierre
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The stick insect
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    He is a first year Bioinformatics Masters student.
 +
                                    Passionate about computing, he delved the topic until to perfectly match to it.
 +
                                    Most of the time he hides behind a screen to code and build the wiki.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="Yasmine" class="card">
 +
                            <img class="card-img-top" src="" alt="Yasmine">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    Yasmine
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The fir
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    She graduated this year with a Bachelor in Molecular and Cellular Biology.
 +
                                    At the head of the thorny Scientific pole she has to coordinate all the progress of the various project carried out.
 +
                                    Her needles shelter someone who loves to escape the everyday grind by traveling or having deep readings.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="Lorine" class="card">
 +
                            <img class="card-img-top" src="" alt="Lorine">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    Lorine
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The eucalyptus
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    She graduated this year with a Bachelor in Molecular and Cellular Biology.  
 +
                                    She is not from Australia but her determination is from the same size.
 +
                                    She leads the wiki construction, et make sure everything is written on time.
 +
                                    This tree needs a minimum of sun each day.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="David" class="card">
 +
                            <img class="card-img-top" src="" alt="David">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    David
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The oak
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    He graduated this year with a Bachelor in Molecular and Cellular Biology.
 +
                                    His branches are active in  the scientific pole.
 +
                                    Caution, this tree is robust and cannot be grown inside.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="François" class="card">
 +
                            <img class="card-img-top" src="" alt="François">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    François
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The poplar
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    He graduated this year with a Bachelor degree in Molecular and Cellular Biology.
 +
                                    This tree is tall such as his implication in the work lab for iGEM.
 +
                                    A healthy mind in a healthy trunk is his motto.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="Maëlle" class="card">
 +
                            <img class="card-img-top" src="" alt="Maëlle">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    Maëlle
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The mapple
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    She is in third year of Biotech Engineering School.  
 +
                                    She takes part of the iGEM lab experiments.  
 +
                                    Some other trees reported she regularly use 5mL propipette to share her mapple syrup.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="Sandro" class="card">
 +
                            <img class="card-img-top" src="" alt="Sandro">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    Sandro
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The weeping willow
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    He graduated this year with a Bachelor in Cells and Organisms Biology.
 +
                                    Apparently he did not whimper to participate to the iGEM lab work, and he is not wailing neither during his working time.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="Jean-Clément" class="card">
 +
                            <img class="card-img-top" src="" alt="Jean-Clément">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    Jean Clément
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The pine
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    He graduated this year in Biology of Cells and Organisms.
 +
                                    He grows straight up, like a rocket that wants to discover the world.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="Frederic" class="card">
 +
                            <img class="card-img-top" src="" alt="Frederic">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    Frederic
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The linden
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    He is a first year Bioinformatics Masters student.  
 +
                                    Curious about new technology he planned to build an algorithm to calculate the exact time needed for a perfect infusion.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="Anaïs" class="card">
 +
                            <img class="card-img-top" src="" alt="Anaïs">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    Anaïs
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The cocoa tree
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    She graduated with a Bachelor in Cells and Organisms Biology.
 +
                                    Very coveted for her fruits.
 +
                                    Well managed and processed you can extract from her a piece of heaven
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="Arthur" class="card">
 +
                            <img class="card-img-top" src="" alt="Arthur">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    Arthur
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The pistachio
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    He graduated this year with a Bachelor in Molecular and Cellular Biology.
 +
                                    His green ideas intermingle music, DIY, and computer science.
 +
                                    All in one shell.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                        <div id="Seb" class="card">
 +
                            <img class="card-img-top" src="" alt="Seb">
 +
                            <div class="card-body rectangle">
 +
                                <h4 class="card-title memb-name">
 +
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                    Sebastien
 +
                                </h4>
 +
                                <i class="card-text">
 +
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                    The catalpa
 +
                                </i>
 +
                                <p class="hidden-text">
 +
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                    He if a first year Bioinformatics Master student.
 +
                                    Hiding in the shadow, he is here to support the Bioinformatic team of Bordeaux.
 +
                                    Ready to respond for any computing matters, his mind will always respond to the call of programming.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
<script>
 +
$(function() {
 +
    // Animation on mouseover : change color of cards
 +
    function color_change() {
 +
        if($(this).find(".hidden-text").hasClass("team-toggled")) return;
 +
        else {
 +
            var color_list = ["#8A2BE2"," #A52A2A","#D2691E"," #6495ED","#FF1493","#228B22","#FF69B4"];
 +
            var random_color = color_list[Math.floor(Math.random()*color_list.length)];
 +
            $(this).find(".rectangle")
 +
                .css({
 +
                    backgroundColor: random_color,
 +
                    color: "#ffffff"});
 +
        }
 +
    }
 +
    function color_default() {
 +
        if($(this).find(".hidden-text").hasClass("team-toggled")) return;
 +
        $(this).find(".rectangle")
 +
            .css({
 +
                backgroundColor: "#ffffff",
 +
                color: "#000000"});
 +
    }
 +
   
 +
    //Animation on click card
 +
    function banner_on() {
 +
        if($(this).find(".hidden-text").hasClass("team-toggled")) {
 +
            var actual_background = $(this).find(".rectangle").css("background-color");
 +
            $(this).removeAttr("style")
 +
            $(this).find(".rectangle")
 +
                .removeAttr("style")
 +
                .css({
 +
                    backgroundColor: actual_background,
 +
                    color: "#ffffff"
 +
                    });   
 +
            $(this).find(".hidden-text").removeClass("team-toggled")
 +
                .fadeToggle();
 +
        }else{
 +
            var bg_color = $(this).find(".rectangle").css("background-color");
 +
            var rectangle_height = $(this).find(".rectangle").css("height");
 +
            var card_height = $(this).css("height");
 +
            $(this).find(".rectangle")
 +
                .css({
 +
                    top: `0%`,
 +
                    backgroundColor: bg_color,
 +
                    color: "#ffffff"
 +
                    });
 +
            $(this).find(".hidden-text").fadeToggle(1000)
 +
                .addClass("team-toggled");
 +
        }
 +
    }
 +
 
 +
    // Main program
 +
 
 +
    $(document).on("click", ".card", banner_on);
 +
    $(document).on("mouseenter", ".card", color_change);
 +
    $(document).on("mouseleave", ".card", color_default);
 +
});
 +
</script>
 +
    </body>

Revision as of 07:52, 9 August 2018

Loading...

We are IGEM Bordeaux 2018

Among the 56000 student-trees of the University of Bordeaux was living XX motivated and ambitious young-trees. All scattered into the green mass, they reunited on this day of November 2017 to learn more about the iGEM competition. Their wise predecessors told them the adventure they lived last year. Envious and dreamers, they decided to take up the challenge too. Our XX trees come from different horizons, with different backgrounds and future perspectives but they are all reunited by the desire to expand their branches of knowledge. As the time passed, only the trees with very resistant roots survived to the “let it go” storm. After that our XX young little trees were reunited to form a stronger gathering ready to start the competition.

Denis

Denis

The sequoia

He is in some sort the founder father of the forest. He is nothing less than a researcher officer at the National Institute of Health and Medical Research (INSEREM). It is him who sowed the seeds since 6 years now, and watch them to grow until the Jamboree.

Margueritte

Margueritte

The ginkgo

She is a first year Plant Biotechnology Masters student. This ancestral tree is very powerful. Indeed, she is both president of the team, and in charge of the Human practice pole. It is good to have a ginkgo around it brings many health benefits.

Thoams

Thoams

The bonsai

He graduated this year of a Biotechnology Engineering School. Symbol of ideas communication, he is at the head of the partnerships and funding pole. He participates to the competition for the second time, therefore this tree is always here to give an attentive leaf to the needs of the team.

Ines

Ines

The cherry tree

She is a first year bioinformatics Master student. In charge of the Communication pole, her aim is to make shining the team as much as her flowers in lovely day of spring.

Ines

Pierre

The stick insect

He is a first year Bioinformatics Masters student. Passionate about computing, he delved the topic until to perfectly match to it. Most of the time he hides behind a screen to code and build the wiki.

Yasmine

Yasmine

The fir

She graduated this year with a Bachelor in Molecular and Cellular Biology. At the head of the thorny Scientific pole she has to coordinate all the progress of the various project carried out. Her needles shelter someone who loves to escape the everyday grind by traveling or having deep readings.

Lorine

Lorine

The eucalyptus

She graduated this year with a Bachelor in Molecular and Cellular Biology. She is not from Australia but her determination is from the same size. She leads the wiki construction, et make sure everything is written on time. This tree needs a minimum of sun each day.

David

David

The oak

He graduated this year with a Bachelor in Molecular and Cellular Biology. His branches are active in the scientific pole. Caution, this tree is robust and cannot be grown inside.

François

François

The poplar

He graduated this year with a Bachelor degree in Molecular and Cellular Biology. This tree is tall such as his implication in the work lab for iGEM. A healthy mind in a healthy trunk is his motto.

Maëlle

Maëlle

The mapple

She is in third year of Biotech Engineering School. She takes part of the iGEM lab experiments. Some other trees reported she regularly use 5mL propipette to share her mapple syrup.

Sandro

Sandro

The weeping willow

He graduated this year with a Bachelor in Cells and Organisms Biology. Apparently he did not whimper to participate to the iGEM lab work, and he is not wailing neither during his working time.

Jean-Clément

Jean Clément

The pine

He graduated this year in Biology of Cells and Organisms. He grows straight up, like a rocket that wants to discover the world.

Frederic

Frederic

The linden

He is a first year Bioinformatics Masters student. Curious about new technology he planned to build an algorithm to calculate the exact time needed for a perfect infusion.

Anaïs

Anaïs

The cocoa tree

She graduated with a Bachelor in Cells and Organisms Biology. Very coveted for her fruits. Well managed and processed you can extract from her a piece of heaven

Arthur

Arthur

The pistachio

He graduated this year with a Bachelor in Molecular and Cellular Biology. His green ideas intermingle music, DIY, and computer science. All in one shell.

Seb

Sebastien

The catalpa

He if a first year Bioinformatics Master student. Hiding in the shadow, he is here to support the Bioinformatic team of Bordeaux. Ready to respond for any computing matters, his mind will always respond to the call of programming.