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

Line 27: Line 27:
  
 
var graph = null;
 
var graph = null;
    if($(window).width() > 700) {
+
if($(window).width() > 700) {
graph = new notebookGraph($('#notebook'));
+
    graph = new notebookGraph($('#notebook'));
 
} else {
 
} else {
graph = new notebookGraphMob($('#notebook'));
+
    graph = new notebookGraphMob($('#notebook'));
 
}
 
}
  
Line 47: Line 47:
 
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:-40px"><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:-30px"><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>'));

Revision as of 11:23, 29 July 2015

Notebook