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

m (Notebook Entry)
m (Notebook Entry)
Line 28: Line 28:
 
// establish the branches and their respective colours
 
// establish the branches and their respective colours
 
graph.branch(undefined, 'meta', '#e25b22');
 
graph.branch(undefined, 'meta', '#e25b22');
graph.branch('meta', 'optics', '#89cace');
+
graph.branch('meta', 'evolv', '#e88a27');
graph.branch('meta', 'design', '#ffb347');
+
graph.branch('meta', 'march', '#f2b130');
graph.branch('meta', 'sw', '#dea584');
+
graph.branch('march', 'optics', '#89cace');
graph.branch('meta', 'bio', '#57cda7');
+
graph.branch('march', 'design', '#ffb347');
 +
graph.branch('march', 'sw', '#dea584');
 +
graph.branch('march', 'bio', '#57cda7');
  
 
// notebook content
 
// notebook content
 
graph.commit('meta', '29 June 2015', $('<div>In an old office in the Dept. of Plant sciences, the entire team assembled for the first time. The morning consisted of introductions and a chat about the new BioHardware track. Things got much less formal in the afternoon with a quick team-building exercise. Using just plasticine, toothpicks and a plastic cup we were challenged with building as tall a tower as possible to support a set of weights. After a gruelling hour of work we soon realised that no degree could ever prepare anyone for the fickleness of plasticine.</div>'));
 
graph.commit('meta', '29 June 2015', $('<div>In an old office in the Dept. of Plant sciences, the entire team assembled for the first time. The morning consisted of introductions and a chat about the new BioHardware track. Things got much less formal in the afternoon with a quick team-building exercise. Using just plasticine, toothpicks and a plastic cup we were challenged with building as tall a tower as possible to support a set of weights. After a gruelling hour of work we soon realised that no degree could ever prepare anyone for the fickleness of plasticine.</div>'));
 +
graph.commit('meta', '3 July 2015', $('<div>After a week of brainstorming and experimenting with our new Arduinos and Raspberry Pis, we had narrowed in on three possible project ideas. In order to get a few different perspectives,  we organised two 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” left us feeling inspired and excited to move forward with our ideas on Monday.
 +
</div>'));
 +
graph.commit('evolv', '6 July 2015', $('<div>Our first 3D printed part - peristaltic pump. Evolvinator parts ordered. Beginning plans for sponsorship and outreach.
 +
</div>'));
 +
graph.commit('march', '7 July 2015', $('<div>Marchantia project suggestion. Two possible ideas: Evolvinator, Marchantia. Established project objectives, linked in with 3D printed microscope.</div>'));
 +
graph.merge('evolv', 'meta', 'Evolvinator project scrapped')
 
graph.commit('optics', "Alors c'est qui le papa?");
 
graph.commit('optics', "Alors c'est qui le papa?");
 
graph.commit('design', 'lol');
 
graph.commit('design', 'lol');

Revision as of 20:59, 15 July 2015

Notebook