User Tools

Site Tools


ec1105-coordination

This is an old revision of the document!


Welcome Smart Developers & Thinkers!

Join us at the elektro:camp(«2011.5») Workshop on 27. und 28.5.2011 in Stuttgart, Germany!

This is a convention on Smart Metering, Smart Home, Smart Grid and Smart Ideas, in a BarCamp style.

This concept worked very well at the ElektroCamp in October 2010 in Kaiserlautern, but we can't wait till next October…

Schedule

We will meet in the “Pavillion” of Hochschle der Medien, Nobelstrasse 10, Room P01.

Walk up the way from the barrier at the big sign “Nobestrasse 10”. Turn right after 50m. The Pavillion is the flat small building on the right.

Fr. 27.5.2011
Time Room P01 “Venice Beach”
17:30 Doors Open
18:00 Welcome & Scheduling
18:45 Session 1
19:30 Session 2
20:00 Eat, Geek - Man, Woman at a local eatery
Sa. 28.5.2011
Time Room P01 “Venice Beach”
9:00 Coffee & Tea, Scheduling
9:15 Session 3
10:00 Session 4
10:30 Coffee & Tea, Scheduling
11:00 Session 5
11:45 Session 6
12:30 Lunch, Scheduling
13:15 Session 7
14:00 Session 8
14:45 Coffee, Tea, Scheduling
15:00 Session 9
15:45 Session 10
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:

// ...
synchronized (Schedule.instance()) {
  // grab tools from the environment
  schedulePtr=Schedule.instance();
  cardFactoryPtr=CardStack.instance();
 
  // now, add a new session
  if(schedulePtr.num_free_session_slots() > 0) {
    card=cardFactoryPtr.get_session_card();
    card.set_title(buzzwordify("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.

Topics

  • Demand Side Management
  • Smart Metering
  • Home Automation
  • Home Displays & User Interfaces

Special request

  • Geiger Counters

Registration

In order to help us organize things, please let us know that you want to come. Please do so as early as possible, because we need to organize things in advance. Just sign up on this page: ec1105-signup

If you have a question send an E-Mail to ec1105 .ÄT. commonboard .DOT. org

Location

Hochschule der Medien, Stuttgart, Germany

Getting There

  • Train: to Stuttgart HbF > S-Bahn S1, S2, S3 to “Universität”
  • Car: Autobahnkreuz Stuttgart > A831 to Universität/Zentrum
  • Air: Fluhgafen Stuttgart STR, S-Bahn to “Universität”

Accomodation

TODO List

A list of pending things to do for the event: EC1105ToDo

Documentation

Please use the twitter tag #ec1105. You can also use this wiki to create session transscripts or drafts or $whatever, please create a page with the „EC1105“ prefix (i.e. „EC1105OktoBus“) and link it here:

* OktoBus Session documentation

ec1105-coordination.1306318542.txt.gz · Last modified: 2012/10/30 10:37 (external edit)