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

Line 25: Line 25:
 
// instantiate our notebook
 
// instantiate our notebook
 
graph = new notebookGraph($('#notebook'));
 
graph = new notebookGraph($('#notebook'));
 
return;
 
  
 
// establish the branches and their respective colours
 
// establish the branches and their respective colours
Line 40: Line 38:
 
// notebook content
 
// notebook content
 
graph.commit('meta', 'General', $('<div>29 June 2015: Entire team assembled for the first time in the Department of Plant Sciences. Chat & team building: tried to build toothpick towers. No degree could ever prepare anyone for that!</div>'));
 
graph.commit('meta', 'General', $('<div>29 June 2015: Entire team assembled for the first time in the Department of Plant Sciences. Chat & team building: tried to build toothpick towers. No degree could ever prepare anyone for that!</div>'));
 +
 +
 +
return;
 +
 
graph.commit('meta', 'General', $('<div>3 July 2015: 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', 'General', $('<div>3 July 2015: 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', 'BioNose', $('<div>6 July 2015: Looking at electronic nose technology based on semi-conductors and FAIMS. Components extremely expensive and very challenging to develop.</div>'));
 
graph.commit('enose', 'BioNose', $('<div>6 July 2015: Looking at electronic nose technology based on semi-conductors and FAIMS. Components extremely expensive and very challenging to develop.</div>'));

Revision as of 11:50, 28 July 2015

Notebook