Difference between revisions of "Team:IONIS Paris/Notebook"

Line 19: Line 19:
 
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
 
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
  
<script>
 
jQuery(document).ready(function($){
 
var $timeline_block = $('.cd-timeline-block');
 
  
//hide timeline blocks which are outside the viewport
 
$timeline_block.each(function(){
 
if($(this).offset().top > $(window).scrollTop()+$(window).height()*0.75) {
 
$(this).find('.cd-timeline-img, .cd-timeline-content').addClass('is-hidden');
 
}
 
});
 
 
//on scolling, show/animate timeline blocks when enter the viewport
 
$(window).on('scroll', function(){
 
$timeline_block.each(function(){
 
if( $(this).offset().top <= $(window).scrollTop()+$(window).height()*0.75 && $(this).find('.cd-timeline-img').hasClass('is-hidden') ) {
 
$(this).find('.cd-timeline-img, .cd-timeline-content').removeClass('is-hidden').addClass('bounce-in');
 
}
 
});
 
});
 
});
 
</script>
 
 
</head>
 
</head>
  

Revision as of 20:51, 8 August 2015

Notebook

Notebook

Preparation of media

Aim: prepare media for bacteria culture
For 250mL
LB Broth LB Agar
2.5g tryptone 2.5g tryptone
2.5g NaCl 2.5g NaCl
1.25g yeast extract 1.25g yeast extract
5.0g agar

Qsp 250 ml distilled water
2 bottles of LB broth and 2 bottles of LB agar (+magnetic stirrer)
Auctoclave 121°C



28 March 15

img01

Project

Our reality game using bacteria
View more

team

OPTOGENETICS

Our scientific core of the project
View more

team

MICROFLUIDICS

Our challenge in achieving the Bio-console
View more