Team:Tec-Monterrey/antifreeze/project
From 2012.igem.org
Line 119: | Line 119: | ||
margin-left:auto; | margin-left:auto; | ||
margin-right:auto; | margin-right:auto; | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
.logo { | .logo { | ||
Line 148: | Line 144: | ||
.menu #bt5{ background:url(https://static.igem.org/mediawiki/2012/7/7e/TECMTY_Team_normal.jpg) no-repeat; border:none; height:65px; width:152px;} | .menu #bt5{ background:url(https://static.igem.org/mediawiki/2012/7/7e/TECMTY_Team_normal.jpg) no-repeat; border:none; height:65px; width:152px;} | ||
.menu #bt5:hover{ background:url(https://static.igem.org/mediawiki/2012/e/ed/TECMTY_Team_hover.jpg) no-repeat;} | .menu #bt5:hover{ background:url(https://static.igem.org/mediawiki/2012/e/ed/TECMTY_Team_hover.jpg) no-repeat;} | ||
+ | |||
+ | .content #cl1{ background:url(https://static.igem.org/mediawiki/2012/b/b1/TECMTY_Antifreeze_project_normal.png) no-repeat; height:110px; width:100px; border:none;} | ||
+ | .content #cl1:hover{ background:url(https://static.igem.org/mediawiki/2012/5/57/TECMTY_Antifreeze_project_hover.png) no-repeat;} | ||
+ | .content #cl2{ background:url(https://static.igem.org/mediawiki/2012/6/66/TECMTY_Antifreeze_video_normal.png) no-repeat; height:110px; width:100px; border:none;} | ||
+ | .content #cl2:hover{ background:url(https://static.igem.org/mediawiki/2012/0/09/TECMTY_Antifreeze_video_hover.png) no-repeat;} | ||
+ | .content #cl3{ background:url(https://static.igem.org/mediawiki/2012/a/ae/TECMTY_Antifreeze_data_normal.png) no-repeat; height:110px; width:100px; border:none;} | ||
+ | .content #cl3:hover{ background:url(https://static.igem.org/mediawiki/2012/b/bf/TECMTY_Antifreeze_data_hover.png) no-repeat;} | ||
+ | .content #cl4{ background:url(https://static.igem.org/mediawiki/2012/e/e7/TECMTY_Antifreeze_safety_normal.png) no-repeat; height:110px; width:100px; border:none;} | ||
+ | .content #cl4:hover{ background:url(https://static.igem.org/mediawiki/2012/2/2f/TECMTY_Antifreeze_safety_hover.png) no-repeat;} | ||
+ | .content #cl5{ background:url(https://static.igem.org/mediawiki/2012/d/d2/TECMTY_Antifreeze_results_normal.png) no-repeat; height:110px; width:100px; border:none;} | ||
+ | .content #cl5:hover{ background:url(https://static.igem.org/mediawiki/2012/f/fd/TECMTY_Antifreeze_results_hover.png) no-repeat;} | ||
+ | .content #cl6{ background:url(https://static.igem.org/mediawiki/2012/4/4a/TECMTY_Antifreeze_notebook_normal.png) no-repeat; height:110px; width:100px; border:none;} | ||
+ | .content #cl6:hover{ background:url(https://static.igem.org/mediawiki/2012/2/24/TECMTY_Antifreeze_notebook_hover.png) no-repeat;} | ||
#div_subcontent #slideshow { | #div_subcontent #slideshow { | ||
- | width: | + | width:540px; |
margin-left: auto ; | margin-left: auto ; | ||
margin-right: auto ; | margin-right: auto ; | ||
Line 157: | Line 166: | ||
#div_subcontent #slideshow #slidesContainer { | #div_subcontent #slideshow #slidesContainer { | ||
margin:0 auto; | margin:0 auto; | ||
- | width: | + | width:540px; |
- | height: | + | height:400px; |
overflow:auto; | overflow:auto; | ||
} | } | ||
#div_subcontent #slideshow #slidesContainer .slide { | #div_subcontent #slideshow #slidesContainer .slide { | ||
margin:0 auto; | margin:0 auto; | ||
- | width: | + | width:540px; |
- | height: | + | height:400px; |
} | } | ||
#div_subcontent .control { | #div_subcontent .control { | ||
display:block; | display:block; | ||
- | width:40px; | + | width:40px; |
- | height: | + | height:340px; |
text-indent:-10000px; | text-indent:-10000px; | ||
cursor: pointer; | cursor: pointer; | ||
Line 177: | Line 186: | ||
#div_subcontent #leftControl { | #div_subcontent #leftControl { | ||
left:-20; | left:-20; | ||
- | background:transparent url("https://static.igem.org/mediawiki/ | + | background:transparent url("https://static.igem.org/mediawiki/2012/5/52/TECMTY_Galeria_izquierda.png") no-repeat center; |
} | } | ||
#div_subcontent #rightControl { | #div_subcontent #rightControl { | ||
right:0; | right:0; | ||
- | background:transparent url("https://static.igem.org/mediawiki/ | + | background:transparent url("https://static.igem.org/mediawiki/2012/1/12/TECMTY_Galeria_derecha.png") no-repeat center; |
} | } | ||
Line 208: | Line 217: | ||
-moz-border-radius-bottomright:8px; | -moz-border-radius-bottomright:8px; | ||
} | } | ||
+ | |||
.content #tabs-back { | .content #tabs-back { | ||
margin-top:25px; | margin-top:25px; | ||
Line 274: | Line 284: | ||
}, 1000); | }, 1000); | ||
$("#div_content").fadeOut(1000); | $("#div_content").fadeOut(1000); | ||
+ | }); | ||
+ | //Circles | ||
+ | $("#cl1").click(function() { | ||
+ | window.setTimeout(function() { | ||
+ | document.location.href="https://2012.igem.org/Team:Tec-Monterrey/antifreeze/project" | ||
+ | }, 1000); | ||
+ | $("#div_subcontent").fadeOut(1000); | ||
+ | }); | ||
+ | $("#cl2").click(function() { | ||
+ | window.setTimeout(function() { | ||
+ | document.location.href="https://2012.igem.org/Team:Tec-Monterrey/antifreeze/video" | ||
+ | }, 1000); | ||
+ | $("#div_subcontent").fadeOut(1000); | ||
+ | }); | ||
+ | $("#cl3").click(function() { | ||
+ | window.setTimeout(function() { | ||
+ | document.location.href="https://2012.igem.org/Team:Tec-Monterrey/antifreeze/data" | ||
+ | }, 1000); | ||
+ | $("#div_subcontent").fadeOut(1000); | ||
+ | }); | ||
+ | $("#cl4").click(function() { | ||
+ | window.setTimeout(function() { | ||
+ | document.location.href="https://2012.igem.org/Team:Tec-Monterrey/antifreeze/safety" | ||
+ | }, 1000); | ||
+ | $("#div_subcontent").fadeOut(1000); | ||
+ | }); | ||
+ | $("#cl5").click(function() { | ||
+ | window.setTimeout(function() { | ||
+ | document.location.href="https://2012.igem.org/Team:Tec-Monterrey/antifreeze/results" | ||
+ | }, 1000); | ||
+ | $("#div_subcontent").fadeOut(1000); | ||
+ | }); | ||
+ | $("#cl6").click(function() { | ||
+ | window.setTimeout(function() { | ||
+ | document.location.href="https://2012.igem.org/Team:Tec-Monterrey/antifreeze/notebook" | ||
+ | }, 1000); | ||
+ | $("#div_subcontent").fadeOut(1000); | ||
}); | }); | ||
//Tabs | //Tabs | ||
Line 282: | Line 329: | ||
$('#replace').html($('#content2').html()); | $('#replace').html($('#content2').html()); | ||
prepareSlides(); | prepareSlides(); | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
}); | }); | ||
//Slides | //Slides | ||
function prepareSlides() { | function prepareSlides() { | ||
var currentPos = 0; | var currentPos = 0; | ||
- | var sWidth = | + | var sWidth = 540; |
var slides = $('div#div_subcontent .slide'); | var slides = $('div#div_subcontent .slide'); | ||
var numSlides = slides.length; | var numSlides = slides.length; | ||
Line 332: | Line 373: | ||
<img src="https://static.igem.org/mediawiki/igem.org/9/92/TECMTY_Humanpractice_hover.jpg" alt="5" /> | <img src="https://static.igem.org/mediawiki/igem.org/9/92/TECMTY_Humanpractice_hover.jpg" alt="5" /> | ||
<img src="2012.https://static.igem.org/mediawiki/igem.org/e/ed/TECMTY_Team_hover.jpg" alt="6" /> | <img src="2012.https://static.igem.org/mediawiki/igem.org/e/ed/TECMTY_Team_hover.jpg" alt="6" /> | ||
- | <img src="https://static.igem.org/mediawiki/2012/ | + | <img src="https://static.igem.org/mediawiki/2012/5/57/TECMTY_Antifreeze_project_hover.png" alt="7" /> |
- | <img src="https://static.igem.org/mediawiki/2012/ | + | <img src="https://static.igem.org/mediawiki/2012/0/09/TECMTY_Antifreeze_video_hover.png" alt="8" /> |
- | <img src="https://static.igem.org/mediawiki/2012/ | + | <img src="https://static.igem.org/mediawiki/2012/b/bf/TECMTY_Antifreeze_data_hover.png" alt="9" /> |
- | <img src="https://static.igem.org/mediawiki/2012/ | + | <img src="https://static.igem.org/mediawiki/2012/2/2f/TECMTY_Antifreeze_safety_hover.png" alt="10" /> |
- | <img src="https://static.igem.org/mediawiki/2012/ | + | <img src="https://static.igem.org/mediawiki/2012/f/fd/TECMTY_Antifreeze_results_hover.png" alt="11" /> |
- | <img src="https://static.igem.org/mediawiki/2012/ | + | <img src="https://static.igem.org/mediawiki/2012/2/24/TECMTY_Antifreeze_notebook_hover.png" alt="12" /> |
</span> | </span> | ||
<div class="preload" id="content1"> | <div class="preload" id="content1"> | ||
- | < | + | <p>Our project is based in the development of a standard production and expression of allergen proteins (from maize, dustmite and bees) in order for them to be easily purified and used in a new diagnostic kit designed for the detection of allergies.</p> |
- | + | <p>The project involves the construction of device that would allow the expression of allergen proteins in yeast, resulting in the secretion of the proteins to the medium, while also maintaining the ability to also produce the proteins in E. coli. The design of the kit is based on an ELISA assay and includes the production of modified scFv’s (single-chain variable fragment) that allow the detection of possible allergic reactions in an individual.</p> | |
- | </ | + | |
</div> | </div> | ||
<span class="preload" id="content2"> | <span class="preload" id="content2"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<div id="slideshow"> | <div id="slideshow"> | ||
<div id="slidesContainer"> | <div id="slidesContainer"> | ||
- | <div class="slide | + | <div class="slide"> |
- | + | <img src="https://2012.igem.org/File:TECMTY_Galeria_antifreeze01.png" alt="Slide1" /><p>Our pro.</p> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
- | |||
<div class="slide"> | <div class="slide"> | ||
- | + | <img src="https://2012.igem.org/File:TECMTY_Galeria_antifreeze02.png" alt="Slide2" /><p>°....Our pro.</p> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
- | + | <div class="slide"> | |
- | <div class="slide | + | <img src="https://2012.igem.org/File:TECMTY_Galeria_antifreeze03.png" alt="Slide3" /><p> Our pro.</p> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
- | + | <div class="slide"> | |
- | <div class="slide | + | <img src="https://2012.igem.org/File:TECMTY_Galeria_antifreeze04.png" alt="Slide4" /><p> Our pro.</p> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
- | + | <div class="slide"> | |
- | <div class="slide | + | <img src="https://2012.igem.org/File:TECMTY_Galeria_antifreeze05.png" alt="Slide5" /><p>Our pro.</p> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</span> | </span> | ||
Line 433: | Line 427: | ||
<div class="content" id="div_content"> | <div class="content" id="div_content"> | ||
+ | <table align="center"> | ||
+ | <tr> | ||
+ | <td align="center" width="167px"> | ||
+ | <button type="button" id="cl1"> </button> | ||
+ | </td> | ||
+ | <td align="center" width="167px"> | ||
+ | <button type="button" id="cl2"> </button> | ||
+ | </td> | ||
+ | <td align="center" width="167px"> | ||
+ | <button type="button" id="cl3"> </button> | ||
+ | </td> | ||
+ | <td align="center" width="167px"> | ||
+ | <button type="button" id="cl4"> </button> | ||
+ | </td> | ||
+ | <td align="center" width="167px"> | ||
+ | <button type="button" id="cl5"> </button> | ||
+ | </td> | ||
+ | <td align="center" width="167px"> | ||
+ | <button type="button" id="cl6"> </button> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
<div id="div_subcontent"> | <div id="div_subcontent"> | ||
<table align="center"> | <table align="center"> | ||
<tr> | <tr> | ||
<td align="center"> | <td align="center"> | ||
- | <img src="https:// | + | <img src="https://2012.igem.org/File:TECMTY_Antifreez_title_project.png" alt="project" width="1000px" /> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 446: | Line 462: | ||
<tr> | <tr> | ||
<td width="25%"> | <td width="25%"> | ||
- | <button type="button" id="tab1" class="tabcolor tablft"> | + | <button type="button" id="tab1" class="tabcolor tablft">description</button> |
</td> | </td> | ||
<td width="25%"> | <td width="25%"> | ||
- | <button type="button" id="tab2" class="tabcolor"> | + | <button type="button" id="tab2" class="tabcolor">overview</button> |
</td> | </td> | ||
<td width="25%"> | <td width="25%"> | ||
- | <button type="button" id="tab3" class="tabcolor"> | + | <button type="button" id="tab3" class="tabcolor"> </button> |
</td> | </td> | ||
<td width="25%"> | <td width="25%"> | ||
- | <button type="button" id="tab4" class="tabcolor tabrit"> | + | <button type="button" id="tab4" class="tabcolor tabrit"> </button> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 465: | Line 481: | ||
<td> | <td> | ||
<div class="inner" id="replace"> | <div class="inner" id="replace"> | ||
- | < | + | <p>Our project is based in the development of a standard production and expression of allergen proteins (from maize, dustmite and bees) in order for them to be easily purified and used in a new diagnostic kit designed for the detection of allergies.</p> |
- | + | <p>The project involves the construction of device that would allow the expression of allergen proteins in yeast, resulting in the secretion of the proteins to the medium, while also maintaining the ability to also produce the proteins in E. coli. The design of the kit is based on an ELISA assay and includes the production of modified scFv’s (single-chain variable fragment) that allow the detection of possible allergic reactions in an individual.</p> | |
- | </ | + | |
</div> | </div> | ||
</td> | </td> |
Revision as of 02:39, 7 September 2012
Our project is based in the development of a standard production and expression of allergen proteins (from maize, dustmite and bees) in order for them to be easily purified and used in a new diagnostic kit designed for the detection of allergies.
The project involves the construction of device that would allow the expression of allergen proteins in yeast, resulting in the secretion of the proteins to the medium, while also maintaining the ability to also produce the proteins in E. coli. The design of the kit is based on an ELISA assay and includes the production of modified scFv’s (single-chain variable fragment) that allow the detection of possible allergic reactions in an individual.
|
||||
Our project is based in the development of a standard production and expression of allergen proteins (from maize, dustmite and bees) in order for them to be easily purified and used in a new diagnostic kit designed for the detection of allergies. The project involves the construction of device that would allow the expression of allergen proteins in yeast, resulting in the secretion of the proteins to the medium, while also maintaining the ability to also produce the proteins in E. coli. The design of the kit is based on an ELISA assay and includes the production of modified scFv’s (single-chain variable fragment) that allow the detection of possible allergic reactions in an individual. |