User Tools

Site Tools


campschedule2010

This is an old revision of the document!


Schedule

We have two rooms and a foyer for our event. Interactivity is better than listening: Our goal is to provide a platform for discussions. If you would like to present something, keep it short and allow for discussions afterwards. As with all rules, there are exceptions - but be reasonable. There are other people in the auditorium that probably have similar ideas, so let them participate.

We will built the schedule for the event incrementally during the breaks.

Friday:

Foyer Room Z.03.07 Room Z.03.08
18:00 Snacks & Welcome, Scheduling
18:30 Session 1 Session 2
19:15 Session 3 Session 4
20:00 Hacking, Drinks & Snacks
22:00 Closing

Saturday:

Foyer Room Z.03.07 Room Z.03.08
9:00 Coffee & Tea, Scheduling
9:15 Session 7 Session 8
10:00 Session 9 Session 10
10:30 Coffee, Tea & Snacks, Scheduling
11:00 Session 11 Session 12
11:45 Session 13 Session 14
12:30 Fingerfood & Refreshments, Scheduling
13:15 Session 15 Session 16
14:00 Session 17 Session 18
14:45 Coffee, Tea & Snacks, Scheduling
15:00 Session 19 Session 20
15:45 Session 21 Session 22
16:30 Closing

Session Scheduling Algorithm

Everyone can propose sessions, you can propose sessions by adding sessions below or just anouncing it during the event. There will be a whiteboard representing the session slots. If you want to offer a session, you just stick a note to the whiteboard. The algorithm for adding a new session topic to the schedule is:

// ...
 
// grab tools from the environment
schedulePtr=Schedule.instance();
cardFactoryPtr=CardStack.instance();
 
// now, add a new session
while(schedulePtr.num_free_session_slots() > 0) {
  card=cardFactoryPtr.get_session_card();
  card.set_title("xyz");
  card.set_name("me");
  slot=rand(schedulePtr.get_free_slots());
  schedulePtr.attach(card, slot);
}
 
// here be dragons

If you want to join someone in a session, just go in the appropriate room. If you see someone proposing the same topic as you, talk to her and join forces.

Session proposals

Please use this space to propose sessions:

  • mySmartGrid: Deployment issues
  • Visualization of Energy Consumption Data on the Chumby
  • Open-Source Home Automation (See also: Project Octobus)
  • volkszaehler.org Demonstration
  • Open Source Hardware for Smart Grids
  • What is needed for creating a demo setup for device fingerprinting in the home?
  • How do we detect events through multi-sensor (e.g. electricity, temp, water, gas) correlation?
  • What sort of statistics can we use for aberrant consumption detection?
  • What is needed to turn this flood of Smart Grid data into people starting to truly live a greener life? How can technology help them?
campschedule2010.1288182905.txt.gz · Last modified: 2012/10/30 10:41 (external edit)