Difference between revisions of "Team:Bordeaux/Description"

(Prototype team page)
 
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">
 +
        <link rel="stylesheet" href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapcss?action=raw&ctype=text/css">
 +
        <link rel="stylesheet" href="https://2018.igem.org/Team:Bordeaux/Template/css?action=raw&ctype=text/css">
  
 +
<style>
 +
            /* Main page background */
 +
            #bodyContent{
 +
                background-color: #efefef;
 +
            }
 +
            /* Top Banner */
 +
            .team_banner{
 +
                width: 100%;
 +
            }
 +
            .text_title{
 +
                font-size: 4vw;
 +
                position: relative;
 +
                left: 2vw;
 +
                bottom: 8vw;
 +
                color: #ffffff;
 +
                text-shadow: 2px 2px 5px;
 +
            }
 +
            /* Presentation text*/
 +
            .text_intro{
 +
                background-color: #ffffff !important;
 +
                padding: 4% 4% 4% 4%;
 +
            }
 +
            /* Card management */
 +
            .card-memb {
 +
                margin-top: 50px;
 +
                margin-bottom: 20px;
 +
                z-index:0;
 +
            }
 +
            .card{
 +
                margin:0;
 +
                background-color: transparent;
 +
                border: transparent;
 +
                text-align: center;
 +
                margin-bottom: 50px;
 +
                overflow:hidden;
 +
            }
 +
            .card .img-profile{
 +
                z-index:1;
 +
                display: block;
 +
                min-width:350px;
 +
                min-height:350px;
 +
                width: auto;
 +
                height: auto;
 +
                margin-bottom:25%;
 +
            }
 +
            .card-text {
 +
                font-size : 14px;
 +
            }
 +
            .rectangle{
 +
                background-color:#ffffff;
 +
                position:absolute;
 +
                z-index:3;
 +
                top:86%;
 +
                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:80%;
 +
            }
 +
            .hidden-text{
 +
                display:none;
 +
                margin-bottom: 20px;
 +
            }
 +
           
 +
            @media screen and (max-width: 1200px) and (min-width : 768px) {
 +
                .card .img-profile{
 +
                    min-width:300px;
 +
                    min-height:300px;
 +
                }
 +
                .rectangle {
 +
                    top:84%;
 +
                }
 +
                .card:hover > .rectangle{
 +
                    top:78%;
 +
                }
 +
                .hidden-text{
 +
                    font-size: 14px !important;
 +
                }
 +
            }
 +
            @media screen and (max-width: 768px) and (min-width : 574px) {
 +
                .text_intro{
 +
                    font-size: 14px !important;
 +
                }
 +
                .card .img-profile{
 +
                    min-width:250px;
 +
                    min-height:250px;
 +
                }
 +
                .rectangle {
 +
                    top:84%;
 +
                }
 +
                .card:hover > .rectangle{
 +
                    top:74%;
 +
                }
 +
                .hidden-text{
 +
                    font-size: 12px !important;
 +
                }
 +
            }
 +
            @media screen and (max-width : 574px) and (min-width: 374px) {
 +
                .text_intro{
 +
                    font-size: 14px !important;
 +
                }
 +
                .card .img-profile{
 +
                    min-width:350px;
 +
                    min-height:350px;
 +
                    margin-bottom: 18%;
 +
                }
 +
                .rectangle {
 +
                    top:88%;
 +
                }
 +
                .card:hover > .rectangle{
 +
                    top:80%;
 +
                }
 +
            }
 +
            @media screen and (max-width: 374px) {
 +
                .text_intro{
 +
                    font-size: 12px !important;
 +
                }
 +
                .card .img-profile{
 +
                    min-width:250px;
 +
                    min-height:250px;
 +
                    margin-bottom: 25%;
 +
                }
 +
                .rectangle {
 +
                    top:84%;
 +
                }
 +
                .card:hover > .rectangle{
 +
                    top:72%;
 +
                }
 +
                .hidden-text{
 +
                    font-size: 12px !important;
 +
                }
 +
            }
 +
        </style>     
 +
    </head>
 +
    <body>
 +
        <!-- Presentation banner -->
 +
        <img class="team_banner" src="https://static.igem.org/mediawiki/2018/9/96/T--Bordeaux--cardbgteam.jpg" alt="Team Bordeaux">
 +
        <h1 class="text_title"> We are IGEM Bordeaux 2018 </h1>
  
 +
    <!-- Main Content-->
  
<div class="column full_size">
+
        <!-- Intro Team IGEM-->
<h1>Description</h1>
+
        <div class="container text_intro">
 +
            <p>
 +
                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 15 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 15 young little trees were reunited to form a stronger gathering ready to start the competition.
 +
            </p>
 +
        </div>
  
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
+
        <!-- Cards Members -->
 +
        <div class="container card-memb">
 +
            <div class="row">
  
</div>
+
                <div class="col-xs-12 col-sm-6 col-lg-4" >
 +
                    <div id="Marguerite" class="card">
 +
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/1/19/T--Bordeaux--margueritte.png'); background-size:cover; background-position:center;"></div>
 +
                        <div class="card-body rectangle">
 +
                            <h5 class="card-title memb-name">
 +
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                Marguerite
 +
                            </h5>
 +
                            <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="Estelle" class="card">
 +
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/a/a7/T--Bordeaux--estelle.jpg'); background-size:cover; background-position:center";></div>
 +
                        <div class="card-body rectangle">
 +
                            <h5 class="card-title memb-name">
 +
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                Estelle
 +
                            </h5>
 +
                            <i class="card-text">
 +
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                The olive tree
 +
                            </i>
 +
                            <p class="hidden-text">
 +
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                She graduated of a Master in genetics. From the Southern of France, this mediterranean tree participates to the competition for the second time. After squeezing her fruits you obtain an intersting oil rich in laugh, travel and science fiction.
 +
                                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="Thomas" class="card">
 +
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/f/fc/T--Bordeaux--thoams.jpg'); background-size:cover; background-position:center";></div>
 +
                        <div class="card-body rectangle">
 +
                            <h5 class="card-title memb-name">
 +
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                Thomas
 +
                            </h5>
 +
                            <i class="card-text">
 +
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                The Japenese Maple
 +
                            </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="Yasmine" class="card">
 +
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/2/29/T--Bordeaux--yasmine1.png'); background-size:cover; background-position:center;"></div>
 +
                        <div class="card-body rectangle">
 +
                            <h5 class="card-title memb-name">
 +
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                Yasmine
 +
                            </h5>
 +
                            <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. She is our team leader and has to coordinate all the progresses from the different poles. In addition she is at the head of the thorny Scientific pole to organize and motivate the lab work. 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="Ines" class="card">
 +
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/b/bb/T--Bordeaux--ines.jpg'); background-size:cover; background-position:center";></div>
 +
                        <div class="card-body rectangle">
 +
                            <h5 class="card-title memb-name">
 +
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                Ines
 +
                            </h5>
 +
                            <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">
 +
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/4/48/T--Bordeaux--pierre1.png'); background-size:cover; background-position:center";></div>
 +
                        <div class="card-body rectangle">
 +
                            <h5 class="card-title memb-name">
 +
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                Pierre
 +
                            </h5>
 +
                            <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="Lorine" class="card">
<div class="column two_thirds_size">
+
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/thumb/f/f4/T--Bordeaux--lorine2.jpg/600px-T--Bordeaux--lorine2.jpg'); background-size:cover; background-position:center;"></div>
<h3>What should this page contain?</h3>
+
                        <div class="card-body rectangle">
<ul>
+
                            <h5 class="card-title memb-name">
<li> A clear and concise description of your project.</li>
+
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
<li>A detailed explanation of why your team chose to work on this particular project.</li>
+
                                Lorine
<li>References and sources to document your research.</li>
+
                            </h5>
<li>Use illustrations and other visual resources to explain your project.</li>
+
                            <i class="card-text">
</ul>
+
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
</div>
+
                                The eucalyptus
 
+
                            </i>
<div class="column third_size" >
+
                            <p class="hidden-text">
<div class="highlight decoration_A_full">
+
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
<h3>Inspiration</h3>
+
                                She graduated this year with a Bachelor in Molecular and Cellular Biology.
<p>See how other teams have described and presented their projects: </p>
+
                                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.
<ul>
+
                                This tree needs a minimum of sun each day.
<li><a href="https://2016.igem.org/Team:Imperial_College/Description">2016 Imperial College</a></li>
+
                            </p>
<li><a href="https://2016.igem.org/Team:Wageningen_UR/Description">2016 Wageningen UR</a></li>
+
                        </div>
<li><a href="https://2014.igem.org/Team:UC_Davis/Project_Overview"> 2014 UC Davis</a></li>
+
                    </div>
<li><a href="https://2014.igem.org/Team:SYSU-Software/Overview">2014 SYSU Software</a></li>
+
                </div>
</ul>
+
                <div class="col-xs-12 col-sm-6 col-lg-4" >
</div>
+
                    <div id="David" class="card">
</div>
+
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/1/1a/T--Bordeaux--david1.jpg'); background-size:cover; background-position:center";></div>
 
+
                        <div class="card-body rectangle">
 
+
                            <h5 class="card-title memb-name">
 
+
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 
+
                                David
<div class="column two_thirds_size" >
+
                            </h5>
<h3>Advice on writing your Project Description</h3>
+
                            <i class="card-text">
 
+
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
<p>
+
                                The oak
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be concise, accurate, and unambiguous in your achievements.  
+
                            </i>
</p>
+
                            <p class="hidden-text">
 
+
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
</div>
+
                                He graduated this year with a Bachelor in Molecular and Cellular Biology.
 
+
                                His branches are active in  the scientific pole.
<div class="column third_size">
+
                                Caution, this tree is robust and cannot be grown inside.
<h3>References</h3>
+
                            </p>
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you thought about your project and what works inspired you.</p>
+
                        </div>
 
+
                    </div>
</div>
+
                </div>
 
+
                <div class="col-xs-12 col-sm-6 col-lg-4" >
 
+
                    <div id="François" class="card">
 
+
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/9/95/T--Bordeaux--francois.jpg'); background-size:cover; background-position:center";></div>
 
+
                        <div class="card-body rectangle">
 
+
                            <h5 class="card-title memb-name">
 
+
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
</html>
+
                                François
 +
                            </h5>
 +
                            <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">
 +
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/5/5d/T--Bordeaux--maelle.jpg'); background-size:cover; background-position:center";></div>
 +
                        <div class="card-body rectangle">
 +
                            <h5 class="card-title memb-name">
 +
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                Maëlle
 +
                            </h5>
 +
                            <i class="card-text">
 +
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                The maple
 +
                            </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">
 +
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/d/da/T--Bordeaux--sandro1.jpg'); background-size:cover; background-position:center";></div>
 +
                        <div class="card-body rectangle">
 +
                            <h5 class="card-title memb-name">
 +
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                Sandro
 +
                            </h5>
 +
                            <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">
 +
                    <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/4/40/T--Bordeaux--jean_clement.jpg'); background-size:cover; background-position:center";></div>
 +
                        <div class="card-body rectangle">
 +
                            <h5 class="card-title memb-name">
 +
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                Jean Clément
 +
                            </h5>
 +
                            <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">
 +
                    <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/a/a0/T--Bordeaux--frederic.jpg'); background-size:cover; background-position:center";></div>
 +
                        <div class="card-body rectangle">
 +
                            <h5 class="card-title memb-name">
 +
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                Frederic
 +
                            </h5>
 +
                            <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">
 +
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/d/d8/T--Bordeaux--anais.jpg'); background-size:cover; background-position:center";></div>
 +
                        <div class="card-body rectangle">
 +
                            <h5 class="card-title memb-name">
 +
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                Anaïs
 +
                            </h5>
 +
                            <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">
 +
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/0/05/T--Bordeaux--arthur.jpg'); background-size:cover; background-position:center";></div>
 +
                        <div class="card-body rectangle">
 +
                            <h5 class="card-title memb-name">
 +
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                Arthur
 +
                            </h5>
 +
                            <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="Sebastien" class="card">
 +
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/9/9b/T--Bordeaux--seb.jpg'); background-size:cover; background-position:center";></div>
 +
                        <div class="card-body rectangle">
 +
                            <h5 class="card-title memb-name">
 +
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                Sebastien
 +
                            </h5>
 +
                            <i class="card-text">
 +
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                The catalpa
 +
                            </i>
 +
                            <p class="hidden-text">
 +
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                He is 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 class="sponso separator">
 +
            <a href="https://www.u-bordeaux.fr/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/8/80/T--Bordeaux--sponsobordeaux.png"></a>
 +
            <a href="https://www.france-science.org/-Homepage-English-.html" target="_blank"><img src="https://static.igem.org/mediawiki/2018/2/2e/T--Bordeaux--sponsoembassade.jpg"></a>
 +
            <a href="https://www.u-bordeaux.fr/projets-etudiants" target="_blank"><img src="https://static.igem.org/mediawiki/2018/e/e2/T--Bordeaux--sponsofsdie.png"></a>
 +
            <a href="https://idex.u-bordeaux.fr/fr/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/c/c6/T--Bordeaux--sponsoidex.png"></a>
 +
            <a href="http://www.iecb.u-bordeaux.fr/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/7/7d/T--Bordeaux--sponsoiecb.jpg"></a>
 +
            <a href="https://eu.idtdna.com/pages" target="_blank"><img src="https://static.igem.org/mediawiki/2018/b/b1/T--Bordeaux--sponsoidt.svg"></a>
 +
            <a href="http://synthetic-biology-bordeaux.fr/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/2/28/T--Bordeaux--sponsosbi2.jpg"></a>
 +
            <a href="https://international.neb.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/c/c2/T--Bordeaux--sponsoneb.jpg"></a>
 +
        </div>
 +
        <script href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapjs?action=raw"></script>
 +
       
 +
    </body>

Revision as of 08:32, 8 September 2018

Loading...

Team Bordeaux

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 15 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 15 young little trees were reunited to form a stronger gathering ready to start the competition.

Marguerite
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.

Estelle
The olive tree

She graduated of a Master in genetics. From the Southern of France, this mediterranean tree participates to the competition for the second time. After squeezing her fruits you obtain an intersting oil rich in laugh, travel and science fiction. It is him who sowed the seeds since 6 years now, and watch them to grow until the Jamboree.

Thomas
The Japenese Maple

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.

Yasmine
The fir

She graduated this year with a Bachelor in Molecular and Cellular Biology. She is our team leader and has to coordinate all the progresses from the different poles. In addition she is at the head of the thorny Scientific pole to organize and motivate the lab work. Her needles shelter someone who loves to escape the everyday grind by traveling or having deep readings.

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.

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.

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
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
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
The maple

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
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
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
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
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
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.

Sebastien
The catalpa

He is 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.