Difference between revisions of "Team:Cambridge-JIC/Notebook"

Line 26: Line 26:
 
$(document).ready(function(){
 
$(document).ready(function(){
  
 +
setTimeout(function(){
 
var graph = null;
 
var graph = null;
 
if($(window).width() > 700) {
 
if($(window).width() > 700) {
Line 47: Line 48:
 
graph.commit('meta', '3 July 2015', $('<div><h4>General</h4> After a week of brainstorming and experimenting with our new Arduinos and Raspberry Pis, we had narrowed in on three possible project ideas. Q&A sessions with academics carrying out research here in Cambridge: a discussion with Dennis Bray on Bacterial chemotaxis followed by Richard Bowman’s talk  “Lab on the cheap: 3D printed microscope”. Inspired and excited to move forward with our ideas on Monday!</div>'));
 
graph.commit('meta', '3 July 2015', $('<div><h4>General</h4> After a week of brainstorming and experimenting with our new Arduinos and Raspberry Pis, we had narrowed in on three possible project ideas. Q&A sessions with academics carrying out research here in Cambridge: a discussion with Dennis Bray on Bacterial chemotaxis followed by Richard Bowman’s talk  “Lab on the cheap: 3D printed microscope”. Inspired and excited to move forward with our ideas on Monday!</div>'));
 
graph.commit('enose', '6 July 2015', $('<div><h4>BioNose</h4> Looking at electronic nose technology based on semi-conductors and FAIMS. Components extremely expensive and very challenging to develop.</div>'));
 
graph.commit('enose', '6 July 2015', $('<div><h4>BioNose</h4> Looking at electronic nose technology based on semi-conductors and FAIMS. Components extremely expensive and very challenging to develop.</div>'));
graph.commit('evolv', '', $('<div style="margin-top:-30px"><h4>Evolvinator</h4> Our first 3D printed part - peristaltic pump. Evolvinator parts ordered. Beginning plans for sponsorship and outreach.</div>'));
+
graph.commit('evolv', '', $('<div style="margin-top:-40px"><h4>Evolvinator</h4> Our first 3D printed part - peristaltic pump. Evolvinator parts ordered. Beginning plans for sponsorship and outreach.</div>'));
 
graph.commit('march', '7 July 2015', $('<div><h4>Marchantia</h4> Marchantia project suggestion. Two possible ideas: Evolvinator, Marchantia. Established project objectives, linked in with 3D printed microscope.</div>'));
 
graph.commit('march', '7 July 2015', $('<div><h4>Marchantia</h4> Marchantia project suggestion. Two possible ideas: Evolvinator, Marchantia. Established project objectives, linked in with 3D printed microscope.</div>'));
 
graph.merge('evolv', 'meta', '13 July 2015', $('<div><h4>General</h4> Evolvinator project ended. The Evolvinator is  already a great open source piece of lab equipment. Check it out!</div>'));
 
graph.merge('evolv', 'meta', '13 July 2015', $('<div><h4>General</h4> Evolvinator project ended. The Evolvinator is  already a great open source piece of lab equipment. Check it out!</div>'));
Line 75: Line 76:
  
  
 +
if($(window).width() <= 700) {
 +
$(".cam-container section div div div div div").css("margin-top", "-30px")
 +
}
 +
 +
}, 1000);
 
});
 
});
 
//]]>
 
//]]>

Revision as of 11:26, 29 July 2015

Notebook