Team:Lyon-INSA/Team

From 2012.igem.org

(Difference between revisions)
(What we did)
Line 1: Line 1:
-
!-- *** What falls between these lines is the Alert Box! You can remove it from your pages once you have read and understood the alert *** -->
+
{{Lyon-INSA/homeCss}}
 +
{{Lyon-INSA/team}}
 +
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml" >   
 +
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 +
  <script type="text/javascript"  href="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> 
-
<html>
+
<script>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
$(document).ready(function(){
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
$(".presentation").hide();
-
This is a template page. READ THESE INSTRUCTIONS.
+
$("#p-logo").find("img").attr("src","none");
-
</div>
+
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You are provided with this team page template with which to start the iGEM season. You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified.  PLEASE keep all of your pages within your teams namespace. 
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
$("h2").click(function(){
 +
if ($(this).next().height()>0)
 +
{
 +
  $(this).next().css("height","0px");
 +
}
 +
else
 +
{
 +
  var monh=$(this);
 +
  $(".wrapper").animate({"height":"0px"},0,function(){monh.next().animate({"height":"100%"},0);});
 +
}
 +
});
 +
$(".photoPres").mouseover(function(){
 +
  $(this).find(".photoNormale").hide();
 +
  $(this).find(".photoCool").show();
 +
});
-
{|align="justify"
+
$(".photoPres").mouseout(function(){
-
|You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.
+
  $(this).find(".photoCool").hide();
-
|[[Image:Lyon-INSA_logo.png|200px|right|frame]]
+
  $(this).find(".photoNormale").show();
-
|-
+
});
-
|
+
-
|[[Image:Lyon-INSA_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:Lyon-INSA | Team Lyon-INSA]]
+
-
|}
+
 +
$(".studentName").click(function(){
 +
  var index = $(this).index();
 +
  $(".presentation").hide();
 +
  $(".presStud").eq(index).show();
 +
  });
 +
$(".advisorName").click(function(){
 +
  var index = $(this).index();
 +
  $(".presentation").hide();
 +
  $(".adPres").eq(index).show();
 +
  });
 +
$(".instructorName").click(function(){
 +
  var index = $(this).index();
 +
  $(".presentation").hide();
 +
  $(".insPres").eq(index).show();
 +
  });
-
<!--- The Mission, Experiments --->
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
});
-
!align="center"|[[Team:Lyon-INSA|Home]]
+
</script>
-
!align="center"|[[Team:Lyon-INSA/Team|Team]]
+
<head>
-
!align="center"|[https://igem.org/Team.cgi?year=2012&team_name=Lyon-INSA Official Team Profile]
+
</head>
-
!align="center"|[[Team:Lyon-INSA/Project|Project]]
+
-
!align="center"|[[Team:Lyon-INSA/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Lyon-INSA/Modeling|Modeling]]
+
-
!align="center"|[[Team:Lyon-INSA/Notebook|Notebook]]
+
-
!align="center"|[[Team:Lyon-INSA/Safety|Safety]]
+
-
!align="center"|[[Team:Lyon-INSA/Attributions|Attributions]]
+
-
|}
+
 +
<body>
 +
<div id="projectBar" class="menuBar">
 +
    <div class="boutonMenu" onclick="window.location='menu';">Menu</div>
 +
    <div id="ongletBar">
 +
        <div class="boutonOnglet BOClicked">The Lyon-INSA team</div>
 +
        <div class="boutonOnglet"  onclick="window.location='town';">Our town</div>
 +
        <div class="boutonOnglet"  onclick="window.location='humanPractice';">Human practice</div>
 +
        <div class="boutonOnglet"  onclick="window.location='videos';">Videos and photos</div>
 +
        <div class="boutonOnglet" onclick="window.location='bonus';">Bonus !</div>
 +
    </div>
 +
</div>
 +
<div id="bandeau"></div>
-
== '''Who we are''' ==
+
<div id="pageContent">
-
{|border = "0"
+
<br/>
-
|-
+
<h1>
-
|rowspan="3"|
+
Our Team
 +
</h1>
 +
<h2>Students</h2>
 +
<div class="wrapper">
 +
<div id="studentListing">
 +
  <div class="studentName">
 +
        Anne Haziza
 +
  </div>
 +
  <div class="studentName">
 +
        Alex Mizgier
 +
  </div>
 +
  <div class="studentName">
 +
        Ioana Sandu
 +
  </div>
 +
  <div class="studentName">
 +
        Audrey Masi
 +
  </div> 
 +
<div class="studentName">
 +
        Marion Wolfovski
 +
  </div>
 +
  <div class="studentName">
 +
        Marion Traouan
 +
  </div>
 +
  <div class="studentName">
 +
        Alexandre Duprey
 +
  </div>
 +
  <div class="studentName">
 +
        Béryl Royer-Bertrand
 +
  </div>
 +
  <div class="studentName">
 +
        Vivianne Chansavang
 +
  </div>
 +
  <div class="studentName">
 +
        Clemence Gonthier
 +
  </div>
 +
  <div class="studentName">
 +
        Bastien Doix
 +
  </div>
 +
  <div class="studentName">
 +
          Patricia Gifu
 +
  </div>
 +
  <div class="studentName">
 +
        Rémi Hocq
 +
  </div>
 +
  <div class="studentName">
 +
        Carine Gimbert
 +
  </div>
 +
  <div class="studentName">
 +
        Xavier Tholot
 +
  </div>
 +
</div>
 +
  <div class="presentation presStud">
 +
      <div class="nomPres">
 +
        Anne Haziza
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
        Anne is a third-year student in Biochemistry and Biotechnologies at INSA Lyon. She takes part in the IGEM competition for the first time. This project is a good way for her to improve her organization, ingenuity and dynamism which will be very useful for her future. Outside of school, she enjoys cooking, playing handball and mainly travelling as soon as possible! So she counts on the talent of her team to discover Amsterdam and of course Boston!
 +
      </div>
 +
  </div>
 +
  <div class="presentation presStud">
 +
      <div class="nomPres">
 +
        Alex Mizgier
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
Alex is a third year biochemist at INSA Lyon. He’s from Chile, specifically from the northern limit of Western Patagonia.<br/>
 +
He got into the iGEM project because he thinks that it’s a unique experience and an excellent opportunity to learn more about bacterial manipulation and synthetic biology.<br/>
 +
Apart from microbiology, he likes reading, playing rugby, bicycle touring, and everything that involves nature and outdoor activities. Within him you will find a knight-errant.<br/>
 +
      </div>
 +
  </div>
 +
  <div class="presentation presStud">
 +
      <div class="nomPres">
 +
        Ioana Sandu
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
Ioana is a first year Biochemistry student. She decided to join the Lyon team because she believes that the iGEM competition is a challenging experience that will put her to the test. Apart synthetic biology, she likes dancing, stargazing and reading while listening to music (the older, the better).
 +
      </div>
 +
  </div>
 +
  <div class="presentation presStud">
 +
      <div class="nomPres">
 +
        Audrey Masi
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
Also known as squirrelix because she used to climb up on trees and hide in narrow cupboard to make jokes to her friends.
 +
She is a first year bioengineer.
 +
She joins the IGEM team after a first experience in molecular biology to improve her knowledge and dicover the synthetic biology approach.
 +
Outside of IGEM she is interested in rock dance, cooking, travelling, and above all that in litterature.
 +
      </div>
 +
  </div>
 +
  <div class="presentation presStud">
 +
      <div class="nomPres">
 +
        Marion Wolfovski
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
Marion has a bachelor in Sciences and is studying Biochemistry and Biolotechnology. This is her first participation in the iGEM competition. She loves news challenges and iGEM is an amazing opportunity to manage together her passion for biology and to build a project. (a scientific adventure). She loves sports and making astonishing cooking for her lovely team !
 +
      </div>
 +
  </div>
 +
  <div class="presentation presStud">
 +
      <div class="nomPres">
 +
        Marion Traouan
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
Marion is an undergraduate student in biochemistry and biotechnologies  at INSA Lyon. This is her first participation in an IGEM team. She considers this as an opportunity not only  to acquire specific qualifications very useful for the future, but also to participate in the construction of an attractive project from scratch.<br/>
 +
Besides her interest in biosciences, she is into sports like basket-ball or volley-ball,  reading and cinema. She hopes her blondness not to be an obstacle to the realization of this project.
 +
      </div>
 +
  </div>
 +
  <div class="presentation presStud">
 +
      <div class="nomPres">
 +
        Alexandre Duprey
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/6/64/Alexmizgier.jpg" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/6/64/Alexmizgier.jpg" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
This year, I’m back for another iGEM competition. I’m still at INSA Lyon, 4th year biochemistry and biotechnology, and still interested in how we can regulate parts to make them work together. However this time I’m rather advising on the project with the intent to improve our weak points (who said modelling ?), and making sure the newcomers don’t make (too many) mistakes. Otherwise I play video games. A lot. Too much...
 +
      </div>
 +
  </div>
 +
  <div class="presentation presStud">
 +
      <div class="nomPres">
 +
        Béryl Royer-Bertrand
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/c/c5/Berylroyer.jpg" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/c/c5/Berylroyer.jpg" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
This is my second participation in the iGEM competition with the INSA Lyon team. In 4th year in Bioinformatics and Modeling, i’m helping this year the team in the modeling part from Scotland, where i am in academic exchange.
 +
      </div>
 +
  </div>
 +
  <div class="presentation presStud">
 +
      <div class="nomPres">
 +
        Vivianne Chansavang
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/2/23/Viviannechansavang.jpg" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/2/23/Viviannechansavang.jpg" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
      </div>
 +
  </div>
 +
  <div class="presentation presStud">
 +
      <div class="nomPres">
 +
        Clemence Gonthier
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/d/db/Clemencegonthier.jpg" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/d/db/Clemencegonthier.jpg" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
      </div>
 +
  </div>
 +
  <div class="presentation presStud">
 +
      <div class="nomPres">
 +
        Bastien Doix
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
      </div>
 +
  </div>
 +
  <div class="presentation presStud">
 +
      <div class="nomPres">
 +
        Patricia Gifu
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
      </div>
 +
  </div>
 +
  <div class="presentation presStud">
 +
      <div class="nomPres">
 +
        Rémi Hocq
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
      </div>
 +
  </div>
 +
  <div class="presentation presStud">
 +
      <div class="nomPres">
 +
        Carine Gimbert
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
      </div>
 +
  </div>
 +
  <div class="presentation presStud">
 +
      <div class="nomPres">
 +
        Xavier Tholot
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
      </div>
 +
  </div>
 +
</div>
 +
<h2>Advisors</h2>
 +
<div class="wrapper">
 +
<div id="advisorListing">
 +
  <div class="advisorName">
 +
        Gaël Chambonnier
 +
  </div>
 +
  <div class="advisorName">
 +
        Fanny Springer
 +
  </div>
 +
  <div class="advisorName">
 +
        Philippe Thomas
 +
  </div>
 +
  <div class="advisorName">
 +
        Romain Briandet
 +
  </div>
 +
</div>
-
'''Advisors:'''
+
  <div class="presentation adPres">
 +
      <div class="nomPres">
 +
        Gaël Chambonnier
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/d/d8/GaelChambo.jpg" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/d/d8/GaelChambo.jpg" width="180px"/>
 +
        </div>   
 +
      </div>
 +
      <div class="textePres">
 +
      </div>
 +
  </div>
 +
  <div class="presentation adPres">
 +
      <div class="nomPres">
 +
        Fanny Springer
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
      </div>
 +
  </div>
 +
  <div class="presentation adPres">
 +
      <div class="nomPres">
 +
        Philippe Thomas
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
      </div>
 +
  </div>
 +
  <div class="presentation adPres">
 +
      <div class="nomPres">
 +
        Romain Briandet
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
      </div>
 +
  </div>
 +
</div>
 +
<h2>Instructors</h2>
 +
<div class="wrapper">
-
*''' Advisor 1''':    Mentor for all
+
<div id="instructorListing">
-
*'''Advisor 2''':      Our favorite
+
  <div class="instructorName">
-
*'''Grad Student 1''':    Our leader 
+
        Corinne Dorel
 +
  </div>
 +
  <div class="instructorName">
 +
        Valérie Desjardin
 +
  </div>
 +
  <div class="instructorName">
 +
        Agnès Rodrigue
 +
  </div>
 +
  <div class="instructorName">
 +
        Yoann Louis
 +
  </div>
 +
  <div class="instructorName">
 +
        Philippe Oger
 +
  </div>
 +
  <div class="instructorName">
 +
        Olivier Brette
 +
  </div>
 +
</div>
 +
  <div class="presentation insPres">
 +
      <div class="nomPres">
 +
        Corinne Dorel
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/7/77/CorinneDorel.jpg" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/7/77/CorinneDorel.jpg" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
My teaching activities in the Microbial Genetics mainly take place within the Biosciences department at INSA Lyon, but also at the Ecole Normale Supérieur de Lyon and at the University Claude Bernard Lyon 1.<br/><br/>
-
'''Undergrads:'''
+
My research work is based on the understanding of genetic mecanisms involved in the formation of biofilms and the contamination of materials. Being the Communications officer for the Biosciences department, my participation in iGEM 2011 is part of a strategy to promote and share knowledge in the field of research in genetic engineering and more generally in Biological Sciences.
 +
      </div>
 +
  </div>
 +
<div class="presentation insPres">
 +
      <div class="nomPres">
 +
        Valérie Desjardin
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/4/4e/Valeriedesjardins.jpg" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/4/4e/Valeriedesjardins.jpg" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
Associate professor at the Institut National des Sciences Appliquées de Lyon<br/><br/>
-
*'''Student 1''':   Sleepyhead
+
After a Master of Advanced Studies in Biochemistry and a PhD in Chemistry and Science and Techniques of waste, now I teach Chemistry classes and also a class dealing with radioactive waste management in the Energy Engineering and Environment department. My research work at the Laboratory of Civil engineering and Environmental engineering (LGCIE) is currently aimed at the study of biophysicochemical interactions of pollutants in various compounds (soils, sediments, municipal solid waste) using molecular biology tools. I am very excited to take part in the iGEM 2011 project which leads to the development of a synergy, already launched, between the Biosciences department and Environmental sciences.
-
*'''Student 2''':    Math nerd
+
      </div>
-
*'''Student 3''': Michael, Is going to save the world
+
   </div>
-
*'''Student 4''':    Loves iGEM
+
  <div class="presentation insPres">
-
*'''Student 5''': A normal student... or(r) am I?
+
      <div class="nomPres">
-
*'''Student 6''': Table football fan
+
        Agnès Rodrigue
-
*'''Student 7''': always late
+
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/f/f2/Agnesrodrigue.jpg" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/f/f2/Agnesrodrigue.jpg" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
      </div>
 +
   </div>
 +
  <div class="presentation insPres">
 +
      <div class="nomPres">
 +
        Yoann Louis
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
      </div>
 +
   </div>
 +
  <div class="presentation insPres">
 +
      <div class="nomPres">
 +
        Philippe Oger
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
      </div>
 +
  </div>
 +
  <div class="presentation insPres">
 +
      <div class="nomPres">
 +
        Olivier Brette
 +
      </div>
 +
      <div class="photoPres">
 +
        <div class="photoNormale">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
        <div class="photoCool">
 +
            <img src="https://static.igem.org/mediawiki/2012/3/36/Tete-d-asterix.gif" width="180px"/>
 +
        </div>
 +
      </div>
 +
      <div class="textePres">
 +
      </div>
 +
  </div>
 +
</div>
 +
</div>
-
|
+
</body>
-
<gallery>
+
-
Image:Lyon-INSA_Team_member_1.png|Team member 1
+
-
Image:Lyon-INSA_Team_member_2.png|Team member 2
+
-
Image:Lyon-INSA_Team_member_3.png|Team member 3
+
-
Image:Lyon-INSA_Team_member_4.png|Team member 4
+
-
Image:Lyon-INSA_Team_member_5.png|Team member 5
+
-
Image:Lyon-INSA_Team_member_6.png|Team member 6
+
-
Image:Lyon-INSA_Team_member_7.png|Team member 7
+
-
</gallery>
+
-
|}
+
-
== '''What we did''' ==
+
</html>
-
 
+
-
(Provide proper attribution for all work)
+
-
 
+
-
== '''Where we're from''' ==
+

Revision as of 14:48, 24 August 2012


Our Team

Students

Anne Haziza
Alex Mizgier
Ioana Sandu
Audrey Masi
Marion Wolfovski
Marion Traouan
Alexandre Duprey
Béryl Royer-Bertrand
Vivianne Chansavang
Clemence Gonthier
Bastien Doix
Patricia Gifu
Rémi Hocq
Carine Gimbert
Xavier Tholot
Anne Haziza
Anne is a third-year student in Biochemistry and Biotechnologies at INSA Lyon. She takes part in the IGEM competition for the first time. This project is a good way for her to improve her organization, ingenuity and dynamism which will be very useful for her future. Outside of school, she enjoys cooking, playing handball and mainly travelling as soon as possible! So she counts on the talent of her team to discover Amsterdam and of course Boston!
Alex Mizgier
Alex is a third year biochemist at INSA Lyon. He’s from Chile, specifically from the northern limit of Western Patagonia.
He got into the iGEM project because he thinks that it’s a unique experience and an excellent opportunity to learn more about bacterial manipulation and synthetic biology.
Apart from microbiology, he likes reading, playing rugby, bicycle touring, and everything that involves nature and outdoor activities. Within him you will find a knight-errant.
Ioana Sandu
Ioana is a first year Biochemistry student. She decided to join the Lyon team because she believes that the iGEM competition is a challenging experience that will put her to the test. Apart synthetic biology, she likes dancing, stargazing and reading while listening to music (the older, the better).
Audrey Masi
Also known as squirrelix because she used to climb up on trees and hide in narrow cupboard to make jokes to her friends. She is a first year bioengineer. She joins the IGEM team after a first experience in molecular biology to improve her knowledge and dicover the synthetic biology approach. Outside of IGEM she is interested in rock dance, cooking, travelling, and above all that in litterature.
Marion Wolfovski
Marion has a bachelor in Sciences and is studying Biochemistry and Biolotechnology. This is her first participation in the iGEM competition. She loves news challenges and iGEM is an amazing opportunity to manage together her passion for biology and to build a project. (a scientific adventure). She loves sports and making astonishing cooking for her lovely team !
Marion Traouan
Marion is an undergraduate student in biochemistry and biotechnologies at INSA Lyon. This is her first participation in an IGEM team. She considers this as an opportunity not only to acquire specific qualifications very useful for the future, but also to participate in the construction of an attractive project from scratch.
Besides her interest in biosciences, she is into sports like basket-ball or volley-ball, reading and cinema. She hopes her blondness not to be an obstacle to the realization of this project.
Alexandre Duprey
This year, I’m back for another iGEM competition. I’m still at INSA Lyon, 4th year biochemistry and biotechnology, and still interested in how we can regulate parts to make them work together. However this time I’m rather advising on the project with the intent to improve our weak points (who said modelling ?), and making sure the newcomers don’t make (too many) mistakes. Otherwise I play video games. A lot. Too much...
Béryl Royer-Bertrand
This is my second participation in the iGEM competition with the INSA Lyon team. In 4th year in Bioinformatics and Modeling, i’m helping this year the team in the modeling part from Scotland, where i am in academic exchange.
Vivianne Chansavang
Clemence Gonthier
Bastien Doix
Patricia Gifu
Rémi Hocq
Carine Gimbert
Xavier Tholot

Advisors

Gaël Chambonnier
Fanny Springer
Philippe Thomas
Romain Briandet
Gaël Chambonnier
Fanny Springer
Philippe Thomas
Romain Briandet

Instructors

Corinne Dorel
Valérie Desjardin
Agnès Rodrigue
Yoann Louis
Philippe Oger
Olivier Brette
Corinne Dorel
My teaching activities in the Microbial Genetics mainly take place within the Biosciences department at INSA Lyon, but also at the Ecole Normale Supérieur de Lyon and at the University Claude Bernard Lyon 1.

My research work is based on the understanding of genetic mecanisms involved in the formation of biofilms and the contamination of materials. Being the Communications officer for the Biosciences department, my participation in iGEM 2011 is part of a strategy to promote and share knowledge in the field of research in genetic engineering and more generally in Biological Sciences.
Valérie Desjardin
Associate professor at the Institut National des Sciences Appliquées de Lyon

After a Master of Advanced Studies in Biochemistry and a PhD in Chemistry and Science and Techniques of waste, now I teach Chemistry classes and also a class dealing with radioactive waste management in the Energy Engineering and Environment department. My research work at the Laboratory of Civil engineering and Environmental engineering (LGCIE) is currently aimed at the study of biophysicochemical interactions of pollutants in various compounds (soils, sediments, municipal solid waste) using molecular biology tools. I am very excited to take part in the iGEM 2011 project which leads to the development of a synergy, already launched, between the Biosciences department and Environmental sciences.
Agnès Rodrigue
Yoann Louis
Philippe Oger
Olivier Brette