From 1e3fe4c6d9f8b38656a3b48bd3eb553a46852d50 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 1 Dec 2012 01:53:47 +0100 Subject: First draft of Dashboard. --- msg/talk/dashboard.mkd | 93 ++++++++++++++++++++++++++ msg/talk/dashboard/index.html | 147 ++++++++++++++++++++++++++++++++++++++++++ msg/talk/dashboard/local.css | 3 + 3 files changed, 243 insertions(+) create mode 100644 msg/talk/dashboard.mkd create mode 100644 msg/talk/dashboard/index.html create mode 100644 msg/talk/dashboard/local.css (limited to 'msg') diff --git a/msg/talk/dashboard.mkd b/msg/talk/dashboard.mkd new file mode 100644 index 0000000..9454e11 --- /dev/null +++ b/msg/talk/dashboard.mkd @@ -0,0 +1,93 @@ +% messaging dashboard +% Jonas Smedegaard +% Denmark, December 2012 + +# Overview + + * Background - Open standards tools + * Dashboard + * Data + * Enhancing data + * Feeding Dashboards + * Personalizing your dashboard + +# Background - Custom tools or open standards tools + +# Background - Custom tools + + * Owners can innovate + * Others run behind, maybe innovate bits but on owners' mercy + * Innovation not really needed: incentive is weak + * Leads to stagnating innovation: mono culture + +# Background - Open standard tools + + * Anyone can innovate + * Those innovating lead + * Innovation is power: incentive is high + * Leads to lively innovation + +# Dashboard + + * shows personal "tip of the iceberg" + * needs data already organized (not a magic bullet!) + * proposes sensible grouping of organized data + +# Data - Types of material + + * Articles (blogs, reports, news columns, ...) + * Activities (tweets, presence hints, ...) + * Media (audio/vide recordings, slide compositions, sketches, ...) + * Agents (persons, organisations, ..., crowds?) + +# Data - Sources + + * Open public (and private?) hubs (blog aggregations, ...) + * Closed data silos (Facebook, Google, ...) + * Organizational resources (filesystems, mails, relations, ...) + * Select personal resources (presence, relations, bookmarks, ...) + + * ! Understand and embrace the power of copyleft + +# Data - Interesting stuff + +Reasons why something should appear at "top of the iceberg". + + * New + * Popular + * Due + * Inspiring + * ... + +# Data - streams (not pieces) + + * Not just the movie web page + * Not just the event behind the movie + * Not just the broker of the movie + * Not just the discussion around the movie + * The **channels** of web pages, events, brokers, discussions, etc. + +# Enhancing data + + * Semantics often missing, esp. for most local data + * Must be dead convenient + * Be loose - tags not folders, share generously + +# Enhancing data - tagging + + * Pick a tag, and apply to many resources + * Get a batch of suggestions, and approve/reject + * Work fast and sloppy - verify later and collaboratively + +# Enhancing data - channeling + + * Share genereously + +# Feeding Dashboards + +# Personalizing your dashboard + +# The End - Use the source, Luke + + * Me: + * This talk: diff --git a/msg/talk/dashboard/index.html b/msg/talk/dashboard/index.html new file mode 100644 index 0000000..8e3ba3b --- /dev/null +++ b/msg/talk/dashboard/index.html @@ -0,0 +1,147 @@ + + + + + + + + + messaging dashboard + + + + + +
+

messaging dashboard

+

+Jonas Smedegaard +

+

Denmark, December 2012

+
+
+

Overview

+
    +
  • Background - Open standards tools
  • +
  • Dashboard
  • +
  • Data
  • +
  • Enhancing data
  • +
  • Feeding Dashboards
  • +
  • Personalizing your dashboard
  • +
+
+
+

Background - Custom tools or open standards tools

+
+
+

Background - Custom tools

+
    +
  • Owners can innovate
  • +
  • Others run behind, maybe innovate bits but on owners' mercy
  • +
  • Innovation not really needed: incentive is weak
  • +
  • Leads to stagnating innovation: mono culture
  • +
+
+
+

Background - Open standard tools

+
    +
  • Anyone can innovate
  • +
  • Those innovating lead
  • +
  • Innovation is power: incentive is high
  • +
  • Leads to lively innovation
  • +
+
+
+

Dashboard

+
    +
  • shows personal "tip of the iceberg"
  • +
  • needs data already organized (not a magic bullet!)
  • +
  • proposes sensible grouping of organized data
  • +
+
+
+

Data - Types of material

+
    +
  • Articles (blogs, reports, news columns, ...)
  • +
  • Activities (tweets, presence hints, ...)
  • +
  • Media (audio/vide recordings, slide compositions, sketches, ...)
  • +
  • Agents (persons, organisations, ..., crowds?)
  • +
+
+
+

Data - Sources

+
    +
  • Open public (and private?) hubs (blog aggregations, ...)
  • +
  • Closed data silos (Facebook, Google, ...)
  • +
  • Organizational resources (filesystems, mails, relations, ...)
  • +
  • Select personal resources (presence, relations, bookmarks, ...)

  • +
  • ! Understand and embrace the power of copyleft

  • +
+
+
+

Data - Interesting stuff

+

Reasons why something should appear at "top of the iceberg".

+
    +
  • New
  • +
  • Popular
  • +
  • Due
  • +
  • Inspiring
  • +
  • ...
  • +
+
+
+

Data - streams (not pieces)

+
    +
  • Not just the movie web page
  • +
  • Not just the event behind the movie
  • +
  • Not just the broker of the movie
  • +
  • Not just the discussion around the movie
  • +
  • The channels of web pages, events, brokers, discussions, etc.
  • +
+
+
+

Enhancing data

+
    +
  • Semantics often missing, esp. for most local data
  • +
  • Must be dead convenient
  • +
  • Be loose - tags not folders, share generously
  • +
+
+
+

Enhancing data - tagging

+
    +
  • Pick a tag, and apply to many resources
  • +
  • Get a batch of suggestions, and approve/reject
  • +
  • Work fast and sloppy - verify later and collaboratively
  • +
+
+
+

Enhancing data - channeling

+
    +
  • Share genereously
  • +
+
+
+

Feeding Dashboards

+
+
+

Personalizing your dashboard

+
+
+

The End - Use the source, Luke

+
    +
  • Me:
  • +
  • This talk: http://dr.jones.dk/msg/dashboard/
  • +
+
+ + diff --git a/msg/talk/dashboard/local.css b/msg/talk/dashboard/local.css new file mode 100644 index 0000000..bc83026 --- /dev/null +++ b/msg/talk/dashboard/local.css @@ -0,0 +1,3 @@ +body { + background-image: url(../../../logos/pictoman_big.gif); +} -- cgit v1.2.3