Team:Toulouse/Attributions

From 2014.igem.org

(Difference between revisions)
(Prototype team page)
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 *** -->
+
<!--ATRRIBUTIONS-->
 +
{{CSS/Main}}
 +
<html>
 +
<head>
 +
<!-- this section changes the default wiki template to a white full width background -->
 +
<style type="text/css">
-
{{CSS/Main}}
+
/* Removing wiki-like stuff */
 +
/****************************/
 +
#contentSub, #search-controls, .firstHeading, #-box, #catlinks, #p-logo {
 +
    display:none;}
 +
/* Redesigning the topmenu */
 +
/***************************/
 +
body {
 +
    margin: 0 0 0 0;
 +
    padding: 0;}
-
<html>
+
#top-section {
 +
    width : 100%;
 +
    left : 0px;
 +
    height: 0;
 +
    margin: 0;
 +
    padding: 0;
 +
    border: none;
 +
}
-
<!--main content -->
+
#menubar a {
-
<table width="70%" align="center">
+
color: white;
 +
background: white;
 +
padding: 3px;
 +
}
 +
#menubar:hover a{
 +
color:black;
 +
}
-
<!--welcome box -->
+
#menubar a:hover {
-
<tr>
+
color: black;
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
background: white;
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
padding:3px;
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
text-decoration: underline;
-
<br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
+
-
<br>
+
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:Toulouse/Attributions&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
-
</td>
+
-
</tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
}
-
<!-- end welcome box -->
+
-
<tr>
+
-
<!--navigation menu -->
+
#menubar {
-
<td align="center" colspan="3">
+
padding-top: 4px;
 +
}
-
<table  width="100%">
+
#menubar:hover {
-
<tr heigth="15px"></tr>
+
background-color:white;
-
<tr heigth="75px">
+
}
 +
/* Layout */
 +
/**********/
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
body, #heading, #innercontent, #innercontenthome {
-
<a href="https://2014.igem.org/Team:Toulouse"style="color:#000000">Home </a> </td>
+
    background-color : #ffffff;
 +
    font-family : Helvetica, sans-serif;
 +
    font-size : 16px;
 +
    }
 +
   
 +
#innercontenthome{
 +
    margin-top:-13px;
 +
    }
 +
   
 +
#content, #globalWrapper {
 +
    border: none;
 +
    width: 100%;
 +
    margin: 0;
 +
    padding: 0;
 +
    }
 +
   
 +
.centering {
 +
    margin: 0 auto;
 +
    width: 965px;
 +
    }
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
.clear{
-
<a href="https://2014.igem.org/Team:Toulouse/Team"style="color:#000000"> Team </a> </td>
+
    clear:both;
 +
}
-
<td style="border:1px solid black;" align="center"  height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
/*background Header*/
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=Toulouse"style="color:#000000"> Official Team Profile </a></td>
+
#bgHeader{
 +
    position : absolute;  
 +
    left : 0px;
 +
    top : 0px;
 +
    z-index:0;
 +
    width : 100%;
 +
    min-width : 700px;
 +
    max-width : 1200px;
 +
    background-color : transparent;
 +
   
 +
}
-
<td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
/* Barre de Menu*/
-
<a href="https://2014.igem.org/Team:Toulouse/Project"style="color:#000000"> Project</a></td>
+
/* Les boutons*/
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
a.btHeaderA1{
-
<a href="https://2014.igem.org/Team:Toulouse/Parts"style="color:#000000"> Parts</a></td>
+
    color:#000000;
 +
    position : absolute;
 +
        width: 100px;
 +
        height: 120px;
 +
    line-height:220px;
 +
    top : 30px;
 +
    background-image:url(https://static.igem.org/mediawiki/2014/0/0e/Bt_home_1.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;   
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
a.btHeaderA1:hover{
-
<a href="https://2014.igem.org/Team:Toulouse/Modeling"style="color:#000000"> Modeling</a></td>
+
    background-image:url(https://static.igem.org/mediawiki/2014/9/96/Bt_home_2.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
.btHeaderA2{
-
<a href="https://2014.igem.org/Team:Toulouse/Notebook"style="color:#000000"> Notebook</a></td>
+
    color:#000000;
 +
    position : absolute;
 +
        width: 100px;
 +
        height: 120px;
 +
    line-height:220px;
 +
    top: 5px;
 +
    background-image:url(https://static.igem.org/mediawiki/2014/a/a4/Bt_team_1.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
 +
}
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
.btHeaderA2:hover{
-
<a href="https://2014.igem.org/Team:Toulouse/Safety"style=" color:#000000"> Safety </a></td>
+
    background-image:url(https://static.igem.org/mediawiki/2014/8/84/Bt_team_2.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
 +
}
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
.btHeaderA3{
-
<a href="https://2014.igem.org/Team:Toulouse/Attributions"style="color:#000000"> Attributions </a></td>
+
    color:#000000;
 +
    position : absolute;
 +
        width: 100px;
 +
        height: 120px;
 +
    line-height:220px;
 +
    top : 33px;
 +
    background-image:url(https://static.igem.org/mediawiki/2014/e/e2/Bt_project_1.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
 +
}
 +
.btHeaderA3:hover{
 +
    background-image:url(https://static.igem.org/mediawiki/2014/4/42/Bt_project_2.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
 +
}
-
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
.btHeaderA4{
-
</tr>
+
    color:#000000;
-
</table>
+
    position : absolute;
-
</tr>
+
        width: 100px;
 +
        height: 160px;
 +
    padding-top:100px;
 +
    top : 2px;
 +
    background-image:url(https://static.igem.org/mediawiki/2014/2/27/Bt_human_1.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
 +
    white-space: nowrap;
 +
}
 +
.btHeaderA4:hover{
 +
    background-image:url(https://static.igem.org/mediawiki/2014/e/ee/Bt_human_2.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
 +
}
-
</tr>
+
.btHeaderA5{
-
+
    color:#000000;
 +
    position : absolute;
 +
        width: 100px;
 +
        height: 120px;
 +
    line-height:220px;
 +
    top : 38px;
 +
    background-image:url(https://static.igem.org/mediawiki/2014/d/d3/Bt_notebook_1.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
 +
}
-
</td>
+
.btHeaderA5:hover{
 +
    background-image:url(https://static.igem.org/mediawiki/2014/c/c0/Bt_notebook_2.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;
 +
}
-
<tr> <td colspan="3"  height="15px"> </td></tr>
+
.btHeaderA6{
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
+
    color:#000000;
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
    position : absolute;
 +
        width: 100px;
 +
        height: 120px;
 +
    line-height:220px;
 +
    top: 30px;
 +
    background-image:url(https://static.igem.org/mediawiki/2014/6/6a/Bt_attributions_1.png);
 +
    background-position:center top;
 +
    background-size: 100px 100px;
 +
    background-repeat : no-repeat;   
 +
}
-
<!--Attributions content -->
+
.btHeaderA6:hover{
-
<tr><td > <h3> iGEM Team attributions page</h3></td>
+
    background-image:url(https://static.igem.org/mediawiki/2014/6/66/Bt_attributions_2.png);
-
<td ></td >
+
    background-position:center top;
-
<td > <h3> </h3></td>
+
    background-size: 100px 100px;
-
</tr>
+
    background-repeat : no-repeat;
 +
}
-
<tr>
 
-
<td width="45%"  valign="top" colspan="3">
 
-
<p>
+
/*deroulement du menu*/
-
Each team must clearly attribute work done by the student team members on this page.  The team must distinguish work done by the students from work done by others, including the host labs, advisors, instructors, and individuals not on the team roster.
+
#Menu {
-
</p>
+
    position : absolute;
 +
    width : 100%;
 +
    min-width :780px;
 +
    max-width : 1400px;
 +
    top : 0;
 +
}
-
</td>
+
.Item {
 +
    position : absolute;
 +
    text-align : center;
 +
    display : inline-block;
 +
    min-Height : 150px;
 +
    text-decoration: no underline;
 +
}
 +
.Item a{
 +
    color : black;
 +
    text-shadow:3px 3px 5px #FFFFFF;
 +
}
 +
.sub-nav {
 +
    display: none; /* Masque la sous-liste */
 +
    position: absolute; /* Evite que la dimension du conteneur ne change quand la sous-liste est affichée */
 +
    white-space: nowrap; /* Pour que le texte ne revienne pas à la ligne */
 +
    background: white; /* FIX IE7 : évite que la sous-liste ne disparaisse au moment où le curseur arrive au-dessus */
 +
    margin-top: -2px; /* Pour que le sous-menu recouvre son parent, facilitant le passage de la souris de l’un à l’autre */
 +
    list-style-type: none;
 +
    list-style-image : url(#);
 +
    padding: 0;
 +
    margin-left: 1em;
 +
    left : 25px;
 +
    }
-
<tr>
+
.sub-nav-item{
-
<td > <h3> Why do we have this requirement?</h3></td>
+
    background-image : url(https://static.igem.org/mediawiki/2014/7/72/Fond_sub_nav.png);
-
<td></td>
+
    background-size: 100% 100%;
-
<td > <h3>Attribution Template </h3></td>
+
    text-align : left;
-
  </tr>
+
}
-
<tr>
+
.Item:hover .sub-nav {
 +
    display: block; /* Affiche cette sous-liste au survol de son conteneur */
 +
    background-color: transparent;
 +
    Z-index : 4;   
 +
}
-
<td width="45%"  valign="top">
+
/*Main*/
 +
.Title{
 +
    text-shadow: 1px 3px 3px rgba(70, 156, 133, 0.75);
 +
    color: #2CC23E;
 +
    font-size: 50px;
 +
    text-align: center;
 +
}
-
<p>
+
.Sub_title{
-
We have this requirement to help the judges know what you did yourselves and what you had help with. We don't mind if you get help with difficult or complex techniques, just be sure to report the work your team did and the work that was done by others.  
+
    color: #2CC23E;
-
</p>
+
    font-size: 30px;
 +
}
-
<p>
+
.Article {
-
For example, you might choose to work with an animal model during your project. Working with animals requires getting a license and applying far in advance to conduct certain experiments in many countries. This is something that is difficult to achieve during the course of a summer, but much easier if you can work with a postdoc or PI who has the right licenses.
+
    text-align: justify;
-
</p>
+
    text-indent:15px;
 +
}
-
<p>
+
/*Footer*/
-
A great example of complete attribution comes from the <a href="https://2011.igem.org/Team:Imperial_College_London/Team">Imperial College London 2011 team</a> (scroll down to the bottom of their team page to see attributions).  
+
#Footer{
-
</p>
+
    width : 100%;
 +
    background-image:url(https://static.igem.org/mediawiki/2014/2/2b/Background_G.png);
 +
    background-position:center center;
 +
    background-size: 100% 100%;
 +
    font-family: verdana;
 +
}
 +
</style>
-
</td>
+
 
-
<td></td>
+
<!-- STYLESHEET -->
-
<td width="45%"  valign="top">  
+
<!-- *********** --
 +
 
 +
    <link rel="stylesheet" href="https://2013.igem.org/Team:INSA_Toulouse/template/stylesheet?action=raw&amp;ctype=text/css" type="text/css" />
 +
 
 +
 
 +
    <link rel="stylesheet" href="https://2013.igem.org/wiki/index.php?title=Team:INSA_Toulouse/template/stylesheetslide&amp;action=edit" type="text/css" />
 +
 
 +
</head>
 +
-->
 +
<body >
 +
<!--main content -->
 +
<table width="100%" align="center">
 +
 
 +
<!--navigation menu -->
 +
<div style="background-color : transparent" >
 +
<img id="bgHeader" src="https://static.igem.org/mediawiki/2014/f/f2/Branch_col.png" alt="header background" />
 +
</div>
 +
 
 +
<div id="Menu" style="background-color:transparent;">
 +
    <div class="Item" style="left :5%;"> 
 +
        <a class="btHeaderA1" href="https://2014.igem.org/Team:Toulouse">Home</a>
 +
        </a>
 +
    </div>
 +
   
 +
    <div class="Item" style="left :15%">
 +
        <a class="btHeaderA2" href="https://2014.igem.org/Team:Toulouse/Team">Team</a>
 +
        <ul class="Item sub-nav" style="top : 125px;">
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Team" class="leaf">Our Team</a></li>
 +
            <li class="sub-nav-item" align="left"><a href="https://igem.org/Team.cgi?year=2014&team_name=Toulouse" class="leaf"> Official Team Profile </a></li>
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Team/Contact" class="leaf">Contact</a></li>
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Team/Gallery" class="leaf">Gallery</a></li>
 +
        </ul>
 +
    </div>
 +
 
 +
    <div class="Item" style=" left :25%"> 
 +
        <a class="btHeaderA3" href="https://2014.igem.org/Team:Toulouse/Project/Overview">Project</a>
 +
        <ul class="Item sub-nav" style="top : 155px;">
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Project/Overview" class="leaf">Overview</a></li>
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Project/Fixation" class="leaf">Fixation</a></li>
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Project/Chemotaxis" class="leaf">Chemotaxis</a></li>
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Project/Fungicides" class="leaf">Fungicides</a></li>
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Project/Spreading" class="leaf">Spreading</a></li>
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Modeling" class="leaf">Modeling</a></li>
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Parts" class="leaf">Parts</a></li>
 +
        </ul>
 +
    </div>
 +
   
 +
    <div class="Item" style=" left :35%"> 
 +
        <a class="btHeaderA4" href="https://2014.igem.org/Team:Toulouse/Safety">Human </br> Practice</a>
 +
        <ul class="Item sub-nav" style="top : 149px;">
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Safety" class="leaf">Safety</a></li>
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Human_Practice/Ethique" class="leaf">Ethique</a></li>
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Human_Practice/Meeting" class="leaf">Meeting</a></li>
 +
        </ul>
 +
    </div>
 +
    <div class="Item" style=" left :45%" >  
 +
        <a class="btHeaderA5" href="https://2014.igem.org/Team:Toulouse/Notebook/Calendar">Notebook</a>
 +
        <ul class="Item sub-nav" style="top : 160px;">
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Notebook/Calendar" class="leaf">Calendar</a></li>
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Notebook/Protocols" class="leaf">Protocols</a></li>
 +
        </ul>
 +
    </div>
 +
 
 +
    <div class="Item" style=" left : 55%">
 +
        <a class="btHeaderA6" href="https://2014.igem.org/Team:Toulouse/Attributions">Attributions</a>
 +
        <ul class="Item sub-nav" style="top : 152px;">
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Attributions" class="leaf">Attributions</a></li>
 +
            <li class="sub-nav-item" align="left"><a href="https://2014.igem.org/Team:Toulouse/Sponsors" class="leaf">Sponsors</a></li>
 +
        </ul>
 +
    </div>
 +
 
 +
    <div class="Item" style="left :70%; Z-index:4;" align ="center"  width="60px" >
 +
        <a href="https://2014.igem.org/Main_Page">
 +
        <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px">
 +
        </a>
 +
    </div>
 +
</div>
 +
<!--end navigation menu -->
 +
<tr height="250px"></tr>
 +
</table>
 +
<div class="centering">
 +
 
 +
 
 +
 
 +
<!--TITRE-->
 +
<h1 align="center" style="font-size:50px">
 +
Attributions
 +
</h1>
 +
 
 +
<br>
 +
 
 +
<!--Introduction-->
<p>
<p>
-
Here are some of the fields we recommend you have on this page. If there are other areas not listed below, but applicable to your team/project, please feel free to also list them on your attributions page. Please feel free to remove any areas not applicable to your project.  
+
All along our project, we require help from different people : scientists, administrators, specialists and even citizens. We would like to warmly thank all these persons for their contribution and their support, whatever the kind of it.
</p>
</p>
-
<ol>
+
<br>
-
<li>General Support</li>
+
-
<li>Project support and advice</li>
+
<!--SOUS-TITRE-->
 +
<h2 align="center">
 +
Ulule : a crowdfunding website
 +
</h2>
-
<li>Fundraising help and advice</li>
+
<br>
-
<li>Lab support</li>
+
<p>
 +
<img style="width:100px; float:left;" src="https://static.igem.org/mediawiki/2014/6/69/Ulule.gif">Ulule is the first european crowdfunding website. We have posted our SubtiTree project on this site to collect funds for pay the Giant Jamboree fee. The collect was successful : we had 41 supporters and 1262€ collected.
 +
IMAGE A RAJOUTER A A FIN DE LA COLLECTE
 +
<br><br>
 +
We warmly thank all the supporters, it was very encouraging to see that people mobilize for us !
 +
<br><br>
 +
We would like to thank especially : <br>
 +
- Stéphanie Marty<br>
 +
- Damien Kanitzer<br>
 +
- Charlene Douard<br>
 +
- Jacques de Grenier<br>
 +
- Colas Decloitre<br>
 +
- Chrystelle Gaucher<br>
 +
- Valérie Chataigner<br>
 +
- Florence Rigaud<br>
 +
- Nicolas Perez<br>
 +
- Pierre Pettera<br>
 +
- Eric Molina<br>
 +
- Clémence Witzmann<br>
 +
- Pierre Mirassou<br>
 +
- Sarah Guiziou<br>
 +
- Nathalie Pineau<br>
 +
- GRAND MERE FANNY ??<br>
 +
- Ngoc Thu Hang Pham<br>
 +
- Nathan Mirassou<br>
 +
- Eddy Manière<br>
 +
</p>
-
<li>Difficult technique support</li>
+
<br>
-
<li>Project advisor support</li>
+
<!--SOUS-TITRE-->
 +
<h2 align="center">
 +
Scientists
 +
</h2>
-
<li>Wiki support</li>
+
<br>
-
<li>Presentation coaching</li>
+
<!--Instructors-->
 +
<p>
 +
<h3 align="center">
 +
iGEM instructors
 +
</h3>
 +
In first, we thank our amazing instructor : Gilles Truan. He was with us from the beginning to the end and even more ! Moreover, he knows how to grill sausages better than anyone !<br>
 +
We warmly thank all the other instructors that helped us when we were lost with the scientific part or stressed by the lack of money... Especially, thanks to Brice Enjalbert, Florence Bordes, Kaymeuang Cam, Philippe Soucaille, Isabelle Meynial-Salles and Alain Marty. <br>
 +
To finish, a special thank to Claude Maranges, who helped us a lot with the sponsoring parts and all the administrative problems that we encountered.<br>
 +
</p>
-
<li>Policy & Practices support</li>
+
<br>
-
<li> Thanks and acknowledgements for all other people involved in helping make a successful iGEM team.</li>
+
<!--B. subti-->
 +
<p>
 +
<h3 align="center">
 +
<i>Bacillus subtilis</i> specialists
 +
</h3>
 +
Even if <i>Bacillus subtilis</i> is a gram positive model bacterium, at our lab (LISBP) there is no one working on it. It is why we asked other people to help us when we had question about <i>B. subtilis<i>.<br>
 +
Nathalie Campo, from the LMGM, helped us a lot with her advices and her kindness.<br>
 +
Sarah Guiziou also helped us with her advices and her protocols.<br>
 +
</p>
-
</ol>
 
-
</td>
 
-
 
+
<!-- footer -->
-
</tr>
+
<center>
-
</table>
+
<div id="Footer" >
 +
<table align="center" style="width : 100%; background-color:transparent;" bgColor="#99FF99">
 +
    <td width="5px"></td>
 +
    <td style="width: 35px;" align="center">
 +
        <a href="https://www.facebook.com/iGEM.Toulouse.2014?ref_type=bookmark"><img src="https://static.igem.org/mediawiki/2013/f/fc/Insa-toulouse2013-iconfacebook.png" alt="Facebook" /></a>
 +
        <br> <br>
 +
        <a href="https://twitter.com/iGEM_Toulouse"><img src="https://static.igem.org/mediawiki/2013/7/7b/Insa-toulouse2013-icontwitter.png" alt="Twitter" /></a>
 +
        <br>
 +
    </td>
 +
    <td width="15px"></td>
 +
    <td>
 +
        <p><b> iGEM Toulouse</b><br><address>
 +
        INSA Toulouse <br>135, Avenue de Rangueil <br>
 +
        31400 TOULOUSE <br></address>
 +
        <br>e-mail: <span><a href="mailto:igemtoulouse2014@gmail.com"> igemtoulouse2014@gmail.com</a></span></p>
 +
    </td>
 +
    <td align="right">
 +
        <a href="https://2013.igem.org/Main_Page">
 +
            <img style="width:170px" src="https://static.igem.org/mediawiki/igem.org/1/17/IGEM_basic_Logo_white_stylized.png"/img>
 +
        </a>
 +
    </td>
 +
  </table>
 +
</div>
 +
</center>
 +
</div>
</html>
</html>

Revision as of 15:53, 1 September 2014

header background

Attributions


All along our project, we require help from different people : scientists, administrators, specialists and even citizens. We would like to warmly thank all these persons for their contribution and their support, whatever the kind of it.


Ulule : a crowdfunding website


Ulule is the first european crowdfunding website. We have posted our SubtiTree project on this site to collect funds for pay the Giant Jamboree fee. The collect was successful : we had 41 supporters and 1262€ collected. IMAGE A RAJOUTER A A FIN DE LA COLLECTE

We warmly thank all the supporters, it was very encouraging to see that people mobilize for us !

We would like to thank especially :
- Stéphanie Marty
- Damien Kanitzer
- Charlene Douard
- Jacques de Grenier
- Colas Decloitre
- Chrystelle Gaucher
- Valérie Chataigner
- Florence Rigaud
- Nicolas Perez
- Pierre Pettera
- Eric Molina
- Clémence Witzmann
- Pierre Mirassou
- Sarah Guiziou
- Nathalie Pineau
- GRAND MERE FANNY ??
- Ngoc Thu Hang Pham
- Nathan Mirassou
- Eddy Manière


Scientists


iGEM instructors

In first, we thank our amazing instructor : Gilles Truan. He was with us from the beginning to the end and even more ! Moreover, he knows how to grill sausages better than anyone !
We warmly thank all the other instructors that helped us when we were lost with the scientific part or stressed by the lack of money... Especially, thanks to Brice Enjalbert, Florence Bordes, Kaymeuang Cam, Philippe Soucaille, Isabelle Meynial-Salles and Alain Marty.
To finish, a special thank to Claude Maranges, who helped us a lot with the sponsoring parts and all the administrative problems that we encountered.


Bacillus subtilis specialists

Even if Bacillus subtilis is a gram positive model bacterium, at our lab (LISBP) there is no one working on it. It is why we asked other people to help us when we had question about B. subtilis.
Nathalie Campo, from the LMGM, helped us a lot with her advices and her kindness.
Sarah Guiziou also helped us with her advices and her protocols.