Team:Tec-Monterrey/antifreeze/project

From 2012.igem.org

(Difference between revisions)
Line 157: Line 157:
.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{ 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;}
.content #cl6:hover{ background:url(https://static.igem.org/mediawiki/2012/2/24/TECMTY_Antifreeze_notebook_hover.png) no-repeat;}
 +
 +
#div_subcontent #slideshow {
 +
width:520px;
 +
margin-left: auto ;
 +
margin-right: auto ;
 +
position:relative;
 +
}
 +
#div_subcontent #slideshow #slidesContainer {
 +
margin:0 auto;
 +
width:520px;
 +
height:290px;
 +
overflow:auto;
 +
}
 +
#div_subcontent #slideshow #slidesContainer .slide {
 +
margin:0 auto;
 +
width:500px;
 +
height:290px;
 +
}
 +
#div_subcontent .control {
 +
display:block;
 +
width:40px;
 +
height:290px;
 +
text-indent:-10000px;
 +
cursor: pointer;
 +
position:absolute;
 +
top:0;
 +
}
 +
#div_subcontent #leftControl {
 +
left:-20;
 +
background:transparent url("https://static.igem.org/mediawiki/igem.org/f/fd/TECMTY_Bgaleria_allergen_normal.png") no-repeat center;
 +
}
 +
#div_subcontent #rightControl {
 +
right:0;
 +
background:transparent url("https://static.igem.org/mediawiki/igem.org/6/69/TECMTY_Bgaleria_antifreeze_normal.png") no-repeat center;
 +
}
.tabcolor {
.tabcolor {
Line 287: Line 322:
$("#div_subcontent").fadeOut(1000);
$("#div_subcontent").fadeOut(1000);
});
});
 +
//Tabs
 +
$('#tab1').click(function() {
 +
$('#replace').html($('#content1').html());
 +
});
 +
$('#tab2').click(function() {
 +
$('#replace').html($('#content2').html());
 +
prepareSlides();
 +
});
 +
//Slides
 +
function prepareSlides() {
 +
var currentPos = 0;
 +
var sWidth = 520;
 +
var slides = $('div#div_subcontent .slide');
 +
var numSlides = slides.length;
 +
$('div#div_subcontent #slidesContainer').css('overflow','hidden');
 +
slides.wrapAll('<div id="slideInner"></div>');
 +
slides.css({
 +
'float':'left',
 +
'width':sWidth
 +
});
 +
$('div#div_subcontent #slideInner').css('width',sWidth*numSlides);
 +
$('div#div_subcontent #slideshow').prepend('<span class="control" id="leftControl">Move left</span>');
 +
$('div#div_subcontent #slideshow').append('<span class="control" id="rightControl">Move right</span>');
 +
manageControls(currentPos,numSlides);
 +
$('div#div_subcontent .control').bind('click', function() {
 +
currentPos = ($(this).attr('id') == 'rightControl') ? currentPos+1 : currentPos-1;
 +
manageControls(currentPos,numSlides);
 +
$('div#div_subcontent #slideInner').animate({
 +
'marginLeft' : sWidth*(-currentPos)
 +
});
 +
});
 +
}
 +
function manageControls(position, numSlides) {
 +
if(position == 0) { $('div#div_subcontent #leftControl').hide(); }
 +
else { $('div#div_subcontent #leftControl').show(); }
 +
if(position == numSlides-1) { $('div#div_subcontent #rightControl').hide(); }
 +
else { $('div#div_subcontent #rightControl').show(); }
 +
}
});
});
</script>
</script>
Line 306: Line 379:
<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/f/fd/TECMTY_Antifreeze_results_hover.png" alt="11" />
<img src="https://static.igem.org/mediawiki/2012/2/24/TECMTY_Antifreeze_notebook_hover.png" alt="12" />
<img src="https://static.igem.org/mediawiki/2012/2/24/TECMTY_Antifreeze_notebook_hover.png" alt="12" />
 +
</span>
 +
<span class="preload" id="content1">
 +
<p>This project's objective is the development of a new E. coli strain capable of surviving numerous steps of freezing and thawing, due to the expression of antifreeze proteins from the beetle Rhagium inquisitor (RiAFP). We expect this new strain to be easier to handle in research labs and to increase the overall efficiency of transformed cells.</p>
 +
<p>We plan to modify this strain's chromosomal DNA by Red/ET homologous recombination, and to insert the necessary sequences for the expression of the RiAFP in the bacteria's cytoplasmic and periplasmic spaces. Furthermore, we will use an experimental design to find out the best storing conditions for this strain during cryopreservation.</p>
 +
</span>
 +
<span class="preload" id="content2">
 +
<div id="slideshow">
 +
<div id="slidesContainer">
 +
<div class="slide">
 +
<img src="img/1.jpg" alt="Slide1" />
 +
</div>
 +
<div class="slide">
 +
<img src="img/1.jpg" alt="Slide2" />
 +
</div>
 +
<div class="slide">
 +
<img src="img/1.jpg" alt="Slide3" />
 +
</div>
 +
<div class="slide">
 +
<img src="img/1.jpg" alt="Slide4" />
 +
</div>
 +
<div class="slide">
 +
<img src="img/1.jpg" alt="Slide5" />
 +
</div>
 +
</div>
 +
</div>
</span>
</span>

Revision as of 20:36, 10 July 2012

Tec Igem 2012 1 2 3 4 5 6 7 8 9 10 11 12

This project's objective is the development of a new E. coli strain capable of surviving numerous steps of freezing and thawing, due to the expression of antifreeze proteins from the beetle Rhagium inquisitor (RiAFP). We expect this new strain to be easier to handle in research labs and to increase the overall efficiency of transformed cells.

We plan to modify this strain's chromosomal DNA by Red/ET homologous recombination, and to insert the necessary sequences for the expression of the RiAFP in the bacteria's cytoplasmic and periplasmic spaces. Furthermore, we will use an experimental design to find out the best storing conditions for this strain during cryopreservation.

Slide1
Slide2
Slide3
Slide4
Slide5
project

This project's objective is the development of a new E. coli strain capable of surviving numerous steps of freezing and thawing, due to the expression of antifreeze proteins from the beetle Rhagium inquisitor (RiAFP). We expect this new strain to be easier to handle in research labs and to increase the overall efficiency of transformed cells.

We plan to modify this strain's chromosomal DNA by Red/ET homologous recombination, and to insert the necessary sequences for the expression of the RiAFP in the bacteria's cytoplasmic and periplasmic spaces. Furthermore, we will use an experimental design to find out the best storing conditions for this strain during cryopreservation.