Team:Paris Bettencourt/Notebook

From 2014.igem.org

(Difference between revisions)
 
(42 intermediate revisions not shown)
Line 2: Line 2:
<html>
<html>
-
<style>
+
<style>
-
body {
+
              body {
-
width : 100%;
+
                      width : 100%;
 +
              }
 +
 
 +
#topheader {
 +
width : 100%;
 +
height : 300px;
 +
margin-top : 40px;
 +
background-image : url("https://static.igem.org/mediawiki/2014/2/2d/NotebookPB.png");
 +
        background-size : cover;
 +
background-color : transparent;
 +
}
 +
 
 +
h2 {
 +
font-family : Times;
 +
font-size : 30px;
 +
text-align : center;
}
}
-
#topheader {
+
-
width : 100%;
+
h3 {
-
height : 700px;
+
font-family : Times;
-
margin-top : 40px;
+
font-size : 30px;
-
background-image : url("https://static.igem.org/mediawiki/2014/7/7f/Faefe568ebc4d67e30154c3e4b21563a.jpg");
+
text-align : center;
-
background-size : cover;
+
text-decoration : underline;
-
background-color : rgb(0,255,255);
+
}
}
-
#subheader {
+
-
width : 100%;
+
h4 {
-
height : 60px;
+
font-family : Times;
-
background : rgb(255,0,99);
+
font-size : 16px;
-
margin-top : 0px;
+
margin-left : 5%;
 +
text-decoration : underline;
 +
color : rgb(0,0,0);
}
}
-
#subheader #tableau {
+
-
width : 100%;
+
#link {
-
height : 100%;
+
color : rgb(0,0,0);
-
text-align : center;
+
-
background : rgb(255,0,99);
+
}
}
-
#subheader #tableau tr .case {
+
-
width : 16.666%;
+
-
color : rgb(255,255,255);
+
#shadow {
-
background : rgb(255,0,99);
+
margin-left : 2%;
 +
float : left;
}
}
-
.description {
+
 
-
position : absolute;
+
#menu-accordeon {
-
height : 200px;
+
padding:0;
-
width : 100%;
+
margin:0;
-
display : none;
+
list-style:none;
-
background-color : rgb(255,255,255);
+
width: 180px;
-
z-index : 50;
+
-
left : 0;
+
-
margin-top : 20px;
+
-
text-align : center;
+
-
vertical-align : middle;
+
-
border : solid 1px rgb(0,0,0);
+
}
}
-
#subheader #tableau tr .case:hover .description {
+
#menu-accordeon ul {
-
display : table-cell;
+
padding:0;
 +
margin:0;
 +
list-style:none;
}
}
-
.description p {
+
 
-
width : 90%;
+
#menu-accordeon li {
-
margin-left : 5%;
+
border-radius: 6px;
-
font-size : 15px;
+
margin-bottom:2px;
-
vertical-align : middle;
+
-
color : rgb(150,149,149);
+
-
margin-top : 58px;
+
}
}
-
#subheader #tableau tr .case a {
+
 
-
color : rgb(255,255,255);
+
#menu-accordeon li li {
-
text-decoration : none;
+
max-height:0;
-
font-size : 18px;
+
overflow: hidden;
 +
transition: all .5s;
 +
border-radius:0;
 +
box-shadow: none;
 +
border:none;
 +
margin-left : 20px;
}
}
-
#top {
+
#menu-accordeon a {
-
position : fixed;
+
display:block;
-
right : 20px;
+
text-decoration: none;
-
bottom : 10px;
+
color: rgb(0,0,0);
-
width : 25px;
+
padding: 8px 0;
-
height : 25px;
+
font-family: verdana;
-
z-index : 100;
+
}
}
-
#top img {
+
-
width : 100%;
+
-
height : 100%;
+
#menu-accordeon ul li:last-child {
 +
border-radius: 0 0 6px 6px;
 +
border:none;
}
}
-
#nameimg {
+
#menu-accordeon li:hover li {
-
position : relative;
+
max-height: 15em;
-
width : 200px;
+
-
height : 200px;
+
-
left : 20%;
+
-
background : transparent;
+
-
z-index : 60;
+
}
}
-
#separation {
+
-
width : 100%;
+
h5 {
-
heigth : 1px;
+
font-size : 17px;
-
margin-top : 1150px;
+
margin-left : 6%;
 +
font-family : Times;
 +
color : rgb(0,0,0);
}
}
-
#descriptionmain {
+
-
width : 100%;
+
#corps {
-
height : 200px;
+
margin-left : 18%;
-
text-align : center;
+
margin-right : 18%;
-
vertical-align : middle;
+
                        width: 60%;  
-
display : table-cell;
+
                        margin-bottom:50px;
-
z-index :0
+
-
border : solid 1px rgb(0,0,0);
+
-
}
+
-
#descriptionmain p {
+
-
width : 90%;
+
-
margin-left : 5%;
+
-
font-size : 15px;
+
-
vertical-align : middle;
+
-
color : rgb(150,149,149);
+
}
}
-
.date {
+
.nameimg {
-
position : relative;
+
position : absolute;
 +
width : 230px;
 +
margin-left : 8%;
 +
                margin-top : 80px;
 +
background : transparent;
 +
z-index : 60;
 +
}
 +
#moocdiv {
width : 100%;
width : 100%;
-
height : 50px;
+
                        height : 60px;
-
vertical-align : bottom;
+
background : rgb(255,255,255);
-
background-color : initial;
+
-
margin-bottom : 0px;
+
-
background-color : rgb(255,0,99);
+
}
}
-
.date tr .case2 {
+
#moocdiv table {
-
width : 20%;
+
width : 92.5%;
-
color : initial;
+
text-align : center;
text-align : center;
-
color : rgb(0,0,0);
+
background : rgb(255,255,255);
 +
                        height : 60px;
 +
margin-right : 3.75%;
 +
margin-left : 3.75%;
 +
                        text-align : center;
}
}
-
.date tr .case2 a {
+
#moocdiv table tr td {
-
color : rgb(0,0,0);
+
                        width : 16.666%;
 +
                        text-align : center;
 +
                }
 +
#moocdiv table tr td a {
 +
color : rgb(143,142,147);
 +
                        font-size : 15px;
text-decoration : none;
text-decoration : none;
 +
                        margin-right : auto;
 +
                        margin-left : auto;
 +
                        align : center;
}
}
 +
                #avertissement {
 +
                        height : 100px;
 +
                        width 100%;
 +
                        text-align : center;
 +
                }
 +
                #avertissement  p {
 +
                        font-size : 15px;
 +
                        margin-top : 42.5px;
 +
                }
</style>
</style>
 +
<body>
<body>
-
<p id=top><a href="#topheader"><img src="https://static.igem.org/mediawiki/2014/4/41/Arrow.png"></a></p>
+
 
 +
 
<div id="topheader">
<div id="topheader">
-
<img src="https://static.igem.org/mediawiki/2014/b/b1/Smelltheroses.png" id=nameimg>
+
<img src="https://static.igem.org/mediawiki/2014/8/82/PB14dailynote.png" class=nameimg>
</div>
</div>
-
<div id=subheader>
+
                <div id=avertissement><p>In order to access the daily lab notes for each sub project, click on the links to the subproject below. The notes are arranged in chronological order for each subproject.</p></div>
-
<table id=tableau>
+
<div id=moocdiv>
 +
<table>
<tr>
<tr>
-
<td class=case><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Odor_Library">SMELL THE ROSES</a><div class=description><p> Here we present the design of an odour palette. It is composed of BioBricks containing coding sequences for different enzymes known to catalyse reactions that yield volatile compounds with characteristic smells. We included smells with different tonalities such in order to explore the resulting aromas from different combinations of smelly units.
+
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Odor_Library"><p>Smell The Roses</p></a></td>
-
<table class=date><tr><td class=case2><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Odor_Library#June">June</a></td>
+
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/TMAU"><p>Something Fishy</p></a></td>
-
<td class=case2><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Odor_Library#July">July</a></td>
+
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Eliminate_Smell"><p>Don't Sweat It</p></a></td>
-
<td class=case2><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Odor_Library#August">August</a></td>
+
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Foot_Odor"><p>Goody Two Shoes</p></a></td>
-
<td class=case2><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Odor_Library#September">September</a></td>
+
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Old_People_Smell"><p>Teen Spirit</p></a></td>
-
<td class=case2><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Odor_Library#October">October</a></td></tr></table></p></div></td>
+
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Interlab_Study"><p>Interlab Study</p></a></td>
-
<td class=case><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/TMAU">SOMETHING FISHY</a><div class=description><p>Trimethylaminuria (TMAU) is a rare genetic disease causing a strong fish odor. Our project aims at engineering skin bacteria to degrade trimethylamine, the odor causing molecule, by the enzyme TMM (trimethylamine monooxygenase).
+
-
<table class=date><tr><td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/TMAU#June">June</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/TMAU#July">July</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/TMAU#August">August</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/TMAU#September">September</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/TMAU#October">October</a></td></tr></table></p></div></td>
+
-
<td class=case><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Foot_Odor">GOODY TWO SHOES</a><div class=description><p>Isovaleric acid is a compound produced by B. subtilis through leucine degradation pathway, which is hypothesized to be responsible for the foot odor (cheese smell.) Our project aims at validating this hypothesis with the aid of both invitro and insitu experimentation's.
+
-
<table class=date><tr><td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Foot_Odor#June">June</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Foot_Odor#July">July</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Foot_Odor#August">August</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Foot_Odor#September">September</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Foot_Odor#October">October</a></td></tr></table></p></div></td>
+
-
<td class=case><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Eliminate_Smell">DON'T SWEAT IT</a><div class=description><p>Bacteria processing sweat is the major responsible of body odor. Our project aims to study the bacteria involved in the creation of malodorant compounds and try to find natural variant that are odorless. The final goal would be to create a probiotic cosmetic.
+
-
<table class=date><tr><td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Eliminate_Smell#June">June</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Eliminate_Smell#July">July</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Eliminate_Smell#August">August</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Eliminate_Smell#September">September</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Eliminate_Smell#October">October</a></td></tr></table></p></div></td>
+
-
<td class=case><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Old_People_Smell">TEEN SPIRIT</a><div class=description><p>2-nonenal is a compound, with very specific strong odor perceived as iris, fat, and cucumber, which rate increases with age. Our goal is to study relationship between human skin bacteria and 2-nonenal.
+
-
<table class=date><tr><td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Old_People_Smell#June">June</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Old_People_Smell#July">July</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Old_People_Smell#August">August</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Old_People_Smell#September">September</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Old_People_Smell#October">October</a></td></tr></table></p></div></td>
+
-
<td class=case><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Interlab_Study">INTERLAB STUDIES</a><div class=description><p>2-nonenal is a compound, with very specific strong odor perceived as iris, fat, and cucumber, which rate increases with age. Our goal is to study relationship between human skin bacteria and 2-nonenal.
+
-
<table class=date><tr><td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Interlab_Study#June">June</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Interlab_Study#July">July</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Interlab_Study#August">August</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Interlab_Study#September">September</a></td>
+
-
<td><a href="https://2014.igem.org/Team:Paris_Bettencourt/Notebook/Interlab_Study#October">October</a></td></tr></table></p></div></td>
+
</tr>
</tr>
</table>
</table>
-
</div>
 
-
<div id=descriptionmain>
 
-
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque sollicitudin elementum rutrum. Vivamus sapien ipsum, scelerisque ut facilisis vel, elementum at sapien. Curabitur et semper enim. Morbi vitae velit quis dui porttitor tristique. Mauris odio quam, pellentesque in quam sit amet, volutpat condimentum sem. Praesent cursus aliquam sodales. Duis nec.</p>
 
</div>
</div>
</body>
</body>
</html>
</html>
-
 
{{:Team:Paris_Bettencourt/Footer}}
{{:Team:Paris_Bettencourt/Footer}}

Latest revision as of 03:10, 18 October 2014

In order to access the daily lab notes for each sub project, click on the links to the subproject below. The notes are arranged in chronological order for each subproject.

Centre for Research and Interdisciplinarity (CRI)
Faculty of Medicine Cochin Port-Royal, South wing, 2nd floor
Paris Descartes University
24, rue du Faubourg Saint Jacques
75014 Paris, France
+33 1 44 41 25 22/25
paris-bettencourt-igem@googlegroups.com
Copyright (c) 2014 igem.org. All rights reserved.