m |
|||
(53 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{: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 */ | |
− | + | ||
− | + | ||
− | + | ||
− | . | + | |
− | + | ||
− | + | ||
− | / | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .bg-bgteam { | |
− | + | background-image: url("https://static.igem.org/mediawiki/2018/9/96/T--Bordeaux--cardbgteam.jpg"); | |
− | . | + | background-position: 50% 50%; |
− | + | background-repeat: no-repeat; | |
− | + | background-size: cover; | |
− | + | height: 100vh; | |
− | + | position: fixed; | |
− | + | width: 100%; | |
− | + | } | |
− | . | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | #bodyContent { | |
− | + | background-color: #efefef; | |
− | + | } | |
− | + | ||
− | + | /* Top Banner */ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .team_banner { | |
− | + | width: 100%; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .text_title { | |
− | + | font-size: 3vw; | |
− | + | position: absolute; | |
− | + | left: 4vw; | |
+ | bottom: 50px; | ||
+ | color: #ffffff; | ||
+ | text-shadow: 2px 2px 5px #00000080; | ||
+ | mix-blend-mode: hard-light; | ||
+ | background-color: #36353599; | ||
+ | padding: 10px; | ||
+ | width: 100%; | ||
+ | } | ||
− | + | /* Presentation text*/ | |
− | + | .text_intro { | |
− | + | background-color: #ffffff !important; | |
+ | padding: 4% 4% 4% 4%; | ||
+ | position: relative; | ||
+ | } | ||
− | + | .bg-glass { | |
− | + | position: relative; | |
− | + | z-index: 1; | |
− | + | background-color: #ffffffe6; | |
− | + | padding-top: 50px; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .popup { | |
− | <div class=" | + | z-index: 99999; |
− | + | } | |
− | + | ||
− | + | /* Card management */ | |
− | + | ||
− | + | .card-memb { | |
− | + | margin-top: 50px; | |
− | + | margin-bottom: 20px; | |
− | + | z-index: 0; | |
− | + | /* margin-right: 35px; | |
− | + | padding-left: 35px; */ | |
− | + | } | |
− | + | ||
− | + | .card { | |
− | + | margin: 0; | |
− | + | background-color: transparent; | |
− | + | border: transparent; | |
− | + | text-align: center; | |
− | + | margin-bottom: 50px; | |
− | </p> | + | 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; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | .jumbotron-img { | ||
+ | height: 74vh; | ||
+ | background-position: 50% 50%; | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | } | ||
+ | |||
+ | .animdna ul { | ||
+ | overflow: hidden; | ||
+ | perspective: 900px; | ||
+ | list-style: none; | ||
+ | height: 100vh; | ||
+ | max-height: 100vh; | ||
+ | min-height: 100vh; | ||
+ | text-align: center; | ||
+ | letter-spacing: 4px; | ||
+ | width: 120%; | ||
+ | position: absolute; | ||
+ | z-index: 36; | ||
+ | white-space: nowrap; | ||
+ | margin-left: 0px !important; | ||
+ | } | ||
+ | |||
+ | @keyframes width-sway { | ||
+ | 0%, | ||
+ | 100% { | ||
+ | width: 500px; | ||
+ | } | ||
+ | 50% { | ||
+ | width: 100%; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | .animdna { | ||
+ | padding-left: 0px !important; | ||
+ | margin-left: 0px !important; | ||
+ | } | ||
+ | |||
+ | .animdna li { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | width: 100%; | ||
+ | transform: translateY(100vh); | ||
+ | font-size: 1.5rem; | ||
+ | font-family: sans-serif; | ||
+ | font-weight: bold; | ||
+ | animation: 16s spiral-staircase linear infinite; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(1) { | ||
+ | animation-delay: 1s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(2) { | ||
+ | animation-delay: 2s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(3) { | ||
+ | animation-delay: 3s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(4) { | ||
+ | animation-delay: 4s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(5) { | ||
+ | animation-delay: 5s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(6) { | ||
+ | animation-delay: 6s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(7) { | ||
+ | animation-delay: 7s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(8) { | ||
+ | animation-delay: 8s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(9) { | ||
+ | animation-delay: 9s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(10) { | ||
+ | animation-delay: 10s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(11) { | ||
+ | animation-delay: 11s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(12) { | ||
+ | animation-delay: 12s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(13) { | ||
+ | animation-delay: 13s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(14) { | ||
+ | animation-delay: 14s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(15) { | ||
+ | animation-delay: 15s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(16) { | ||
+ | animation-delay: 16s; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(1) { | ||
+ | right: 1rem; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-last-child(1) { | ||
+ | right: 1rem; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(2) { | ||
+ | right: 2rem; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-last-child(2) { | ||
+ | right: 2rem; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(3) { | ||
+ | right: 3rem; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-last-child(3) { | ||
+ | right: 3rem; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(4) { | ||
+ | right: 4rem; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-last-child(4) { | ||
+ | right: 4rem; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(5) { | ||
+ | right: 5rem; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-last-child(5) { | ||
+ | right: 5rem; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(6) { | ||
+ | right: 6rem; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-last-child(6) { | ||
+ | right: 6rem; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(7) { | ||
+ | right: 7rem; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-last-child(7) { | ||
+ | right: 7rem; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-child(8) { | ||
+ | right: 8rem; | ||
+ | } | ||
+ | |||
+ | .animdna li:nth-last-child(8) { | ||
+ | right: 8rem; | ||
+ | } | ||
+ | |||
+ | @keyframes spiral-staircase { | ||
+ | 0% { | ||
+ | transform: rotateY(90deg) translateY(105vh) rotate(0deg); | ||
+ | } | ||
+ | 50% { | ||
+ | transform: rotateY(0deg) translateY(50vh) rotate(0deg); | ||
+ | } | ||
+ | 100% { | ||
+ | transform: rotateY(-90deg) translateY(-5vh) rotate(0deg); | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <!-- Presentation banner --> | ||
+ | <div class="bg-bgteam"></div> | ||
+ | <div class="col-12 jumbotron-img"> | ||
+ | <h1 class="text_title"> We are IGEM Bordeaux 2018 </h1> | ||
+ | </div> | ||
+ | <!-- <img class="team_banner" src="https://static.igem.org/mediawiki/2018/9/96/T--Bordeaux--cardbgteam.jpg" alt="Team Bordeaux"> --> | ||
+ | <!-- Main Content--> | ||
+ | <!-- Intro Team IGEM--> | ||
+ | <div class="bg-glass"> | ||
+ | <div class="container text_intro"> | ||
+ | <p> | ||
+ | Among the 56000 student-trees of the University of Bordeaux was living 17 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 17 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 17 young little | ||
+ | trees were reunited to form a stronger gathering ready to start the competition. | ||
+ | </p> | ||
+ | </div> | ||
+ | <!-- Cards Members --> | ||
+ | <div class="card-memb"> | ||
+ | <div class="col-md-4 animdna" style="position: sticky;top: 0;"> | ||
+ | <ul> | ||
+ | <li> | ||
+ | Our IGEM TEAM | ||
+ | </li> | ||
+ | <li> | ||
+ | Marguerite Batsale | ||
+ | </li> | ||
+ | <li> | ||
+ | Yasmine Amrani | ||
+ | </li> | ||
+ | <li> | ||
+ | Arthur Grimaud | ||
+ | </li> | ||
+ | <li> | ||
+ | Sandro Papaïs | ||
+ | </li> | ||
+ | <li> | ||
+ | Sebastien Goncalves Claro | ||
+ | </li> | ||
+ | <li> | ||
+ | Maëlle Allender | ||
+ | </li> | ||
+ | <li> | ||
+ | David Mauboules | ||
+ | </li> | ||
+ | <li> | ||
+ | Thomas Favraud | ||
+ | </li> | ||
+ | <li> | ||
+ | Ines Baghou | ||
+ | </li> | ||
+ | <li> | ||
+ | Lorine Debande | ||
+ | </li> | ||
+ | <li> | ||
+ | Jean-Clément Gallardo | ||
+ | </li> | ||
+ | <li> | ||
+ | Anaïs Labecot | ||
+ | </li> | ||
+ | <li> | ||
+ | Estelle Lesbros | ||
+ | </li> | ||
+ | <li> | ||
+ | François Hebrard | ||
+ | </li> | ||
+ | <li> | ||
+ | Pierre Jacquet | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="row offset-md-4"> | ||
+ | <div id="Denis" class="card mx-auto"> | ||
+ | <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2016/5/55/T--Bordeaux--Dupuy.png'); background-size:cover; background-position:center;"></div> | ||
+ | <div class="card-body rectangle"> | ||
+ | <h5 class="card-title memb-name"> | ||
+ | <!-- ##### ECRIRE LE NOM EN DESSOUS #####--> | ||
+ | Denis | ||
+ | </h5> | ||
+ | <i class="card-text"> | ||
+ | <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### --> | ||
+ | The bonsai | ||
+ | </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="row" style="padding-left: 35px; padding-right: 35px;"> | ||
+ | <div class="col-md-8 offset-md-4"> | ||
+ | <div class="row"> | ||
+ | <div class="col-xs-12 col-md-6 col-xl-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> | </div> | ||
− | + | <div class="col-xs-12 col-md-6 col-xl-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> | </div> | ||
− | + | <div class="col-xs-12 col-md-6 col-xl-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> | </div> | ||
− | + | <div class="col-xs-12 col-md-6 col-xl-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:top 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> | </div> | ||
− | + | <div class="col-xs-12 col-md-6 col-xl-4"> | |
− | + | <div id="Lorine" class="card"> | |
− | + | <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> | |
− | + | <div class="card-body rectangle"> | |
− | + | <h5 class="card-title memb-name"> | |
− | + | <!-- ##### ECRIRE LE NOM EN DESSOUS #####--> | |
− | + | Lorine | |
− | + | </h5> | |
− | + | <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> | </div> | ||
− | + | <div class="col-xs-12 col-md-6 col-xl-4"> | |
− | + | <div id="David" class="card"> | |
− | + | <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 | |
− | + | </h5> | |
− | + | <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> | </div> | ||
− | + | <div class="col-xs-12 col-md-6 col-xl-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.</p> | |
− | + | </div> | |
− | </ | + | |
</div> | </div> | ||
</div> | </div> | ||
− | + | <div class="col-xs-12 col-md-6 col-xl-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> | </div> | ||
− | + | <div class="col-xs-12 col-md-6 col-xl-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 #####--> | |
− | + | 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> | </div> | ||
− | + | <div class="col-xs-12 col-md-6 col-xl-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> | </div> | ||
− | + | <div class="col-xs-12 col-md-6 col-xl-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> | </div> | ||
− | + | <div class="col-xs-12 col-md-6 col-xl-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> | </div> | ||
− | + | <div class="col-xs-12 col-md-6 col-xl-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> | </div> | ||
− | + | <div class="col-xs-12 col-md-6 col-xl-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> | </div> | ||
− | + | <div class="col-xs-12 col-md-6 col-xl-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> | </div> | ||
− | + | <div class="col-xs-12 col-md-6 col-xl-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> | ||
Line 484: | Line 823: | ||
</div> | </div> | ||
</div> | </div> | ||
− | <script> | + | </div> |
− | $(function() { | + | <!-- <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> | |
− | + | <script> | |
− | + | // Preload image | |
− | + | $(function () { | |
− | + | $.preloadImages = function (data) { | |
− | + | for (var key in data) { | |
− | + | $("<div class='img-profile';>").css("background-image", `url(${data[key]})`); | |
− | + | } | |
− | + | } | |
− | + | // Animation on mouseover : change color of cards | |
− | + | function color_change(event) { | |
− | + | var img_trees = event.data.param1; | |
− | + | 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)]; | |
− | + | var img_url = $(this).find(".img-profile") | |
− | + | .css("background-image"); // on hover change picture with corresponding tree | |
− | + | var card_id = $(this).attr("id"); | |
− | + | $(this).data("profile_img", img_url); | |
− | + | $(this).find(".rectangle") | |
− | + | .css({ | |
− | + | backgroundColor: random_color, | |
− | + | color: "#ffffff" | |
− | + | }); | |
− | + | $(this).find(".img-profile").css("background-image", `url(${img_trees[card_id]})`) | |
− | + | } | |
− | + | } | |
− | + | function color_default() { | |
− | + | if ($(this).find(".hidden-text").hasClass("team-toggled")) return; | |
− | + | $(this).find(".rectangle") | |
− | + | .css({ | |
+ | backgroundColor: "#ffffff", | ||
+ | color: "#000000" | ||
}); | }); | ||
− | + | $(this).find(".img-profile") | |
− | + | .css("background-image", $(this).data("profile_img")); | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | //Animation on click card | |
− | + | function banner_on() { | |
− | + | if ($(this).find(".hidden-text").hasClass("team-toggled")) { | |
− | }); | + | var actual_background = $(this).find(".rectangle").css("background-color"); |
− | </script> | + | $(this).removeAttr("style") |
− | + | $(this).find(".rectangle") | |
− | + | .removeAttr("style") | |
+ | .css({ | ||
+ | backgroundColor: actual_background, | ||
+ | color: "#ffffff" | ||
+ | }); | ||
+ | $(this).find(".hidden-text").removeClass("team-toggled") | ||
+ | .fadeToggle(); | ||
+ | } else { | ||
+ | var color_list = ["#8A2BE2", " #A52A2A", "#D2691E", " #6495ED", "#FF1493", "#228B22", "#FF69B4"]; | ||
+ | var random_color = color_list[Math.floor(Math.random() * color_list.length)]; | ||
+ | //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: random_color, | ||
+ | color: "#ffffff" | ||
+ | }); | ||
+ | $(this).find(".hidden-text").fadeToggle(1000) | ||
+ | .addClass("team-toggled"); | ||
+ | } | ||
+ | } | ||
+ | // Main program | ||
+ | var img_trees = { | ||
+ | "Denis": "https://static.igem.org/mediawiki/2018/thumb/3/35/T--Bordeaux--bonsai.jpg/800px-T--Bordeaux--bonsai.jpg", | ||
+ | "Marguerite": "https://static.igem.org/mediawiki/2018/thumb/3/38/T--Bordeaux--ginkgo.jpg/483px-T--Bordeaux--ginkgo.jpg", | ||
+ | "Estelle": "https://static.igem.org/mediawiki/2018/thumb/d/d4/T--Bordeaux--olive_tree.jpeg/800px-T--Bordeaux--olive_tree.jpeg", | ||
+ | "Thomas": "https://static.igem.org/mediawiki/2018/thumb/5/5b/T--Bordeaux--japanese_maple.jpg/800px-T--Bordeaux--japanese_maple.jpg", | ||
+ | "Yasmine": "https://static.igem.org/mediawiki/2018/thumb/8/8b/T--Bordeaux--fir.jpg/400px-T--Bordeaux--fir.jpg", | ||
+ | "Ines": "https://static.igem.org/mediawiki/2018/thumb/b/be/T--Bordeaux--cherry_tree.jpg/800px-T--Bordeaux--cherry_tree.jpg", | ||
+ | "Pierre": "https://static.igem.org/mediawiki/2018/thumb/5/56/T--Bordeaux--stick_insect.jpeg/800px-T--Bordeaux--stick_insect.jpeg", | ||
+ | "Lorine": "https://static.igem.org/mediawiki/2018/thumb/0/05/T--Bordeaux--eucalyptus.jpg/800px-T--Bordeaux--eucalyptus.jpg", | ||
+ | "David": "https://static.igem.org/mediawiki/2018/thumb/5/55/T--Bordeaux--oak.jpg/800px-T--Bordeaux--oak.jpg", | ||
+ | "François": "https://static.igem.org/mediawiki/2018/thumb/4/48/T--Bordeaux--poplar.jpg/600px-T--Bordeaux--poplar.jpg", | ||
+ | "Maëlle": "https://static.igem.org/mediawiki/2018/thumb/3/38/T--Bordeaux--maple.jpeg/800px-T--Bordeaux--maple.jpeg", | ||
+ | "Sandro": "https://static.igem.org/mediawiki/2018/thumb/2/24/T--Bordeaux--weeping_willow.jpg/800px-T--Bordeaux--weeping_willow.jpg", | ||
+ | "Jean-Clément": "https://static.igem.org/mediawiki/2018/thumb/9/9e/T--Bordeaux--pine.jpg/436px-T--Bordeaux--pine.jpg", | ||
+ | "Frederic": "https://static.igem.org/mediawiki/2018/thumb/8/8e/T--Bordeaux--linden.jpg/800px-T--Bordeaux--linden.jpg", | ||
+ | "Anaïs": "https://static.igem.org/mediawiki/2018/thumb/9/98/T--Bordeaux--cocoa_tree.jpg/800px-T--Bordeaux--cocoa_tree.jpg", | ||
+ | "Arthur": "https://static.igem.org/mediawiki/2018/thumb/2/22/T--Bordeaux--pistachio.jpeg/800px-T--Bordeaux--pistachio.jpeg", | ||
+ | "Sebastien": "https://static.igem.org/mediawiki/2018/thumb/d/dc/T--Bordeaux--catalpa.jpg/400px-T--Bordeaux--catalpa.jpg" | ||
+ | }; | ||
+ | $.preloadImages(img_trees); | ||
+ | $(document).on("click", ".card", banner_on); | ||
+ | $(document).on("mouseenter", ".card", { param1: img_trees }, color_change); | ||
+ | $(document).on("mouseleave", ".card", color_default); | ||
+ | }); | ||
+ | </script> | ||
+ | </body> |
Latest revision as of 15:00, 14 October 2018
Loading...
We are IGEM Bordeaux 2018
Among the 56000 student-trees of the University of Bordeaux was living 17 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 17 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 17 young little trees were reunited to form a stronger gathering ready to start the competition.
- Our IGEM TEAM
- Marguerite Batsale
- Yasmine Amrani
- Arthur Grimaud
- Sandro Papaïs
- Sebastien Goncalves Claro
- Maëlle Allender
- David Mauboules
- Thomas Favraud
- Ines Baghou
- Lorine Debande
- Jean-Clément Gallardo
- Anaïs Labecot
- Estelle Lesbros
- François Hebrard
- Pierre Jacquet
Denis
The bonsaiHe 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.
Marguerite
The ginkgoShe 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.
Yasmine
The firShe 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 treeShe 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 insectHe 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 eucalyptusShe 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 oakHe 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.
Estelle
The olive treeShe 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.
Thomas
The Japenese MapleHe 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.
François
The poplarHe 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 mapleShe 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 willowHe 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 pineHe graduated this year in Biology of Cells and Organisms. He grows straight up, like a rocket that wants to discover the world.
Frederic
The lindenHe 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 treeShe 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 pistachioHe 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 catalpaHe 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.