26
Jan 09

Monkeying with the Lizard Feeder

There’s another worthy challenge, and opportunity, from Mozilla for visualizing the community. The turbo-river-of-news Lizard Feeder mashup flows data from bugs, microblogs, the wiki, etc. With the options dropdown, you can fast forward up to 200x and select any day of the last 60.

The call to action is to build on the Lizard Feeder concept with anything from ideas to pixels to code. I hacked up a grease monkey script that weights the data-source checkbox & label on the left according to the volume of flow. This provides a bit of focus + context for the recent stream. The implementation is a minimal, bit-of-an-evening starter kit (MPL) for more interesting creations.



It was my first experience with posting code to GitHub — wow, cut and paste. Get it here: http://gist.github.com/53159. It loads up jQuery and goes selector crazy. Thanks to good semantic markup with multiple classes per element and jQuery, slicing and dicing the DOM is cake. To get the filters/labels, I select “li.group-” + type + “.filter”. To get the news items, I grab “li.entry:visible” — or all LI tags with the class entry that are visible.

For ease of use, performance optimizations are needed for the label weighting effect and some baseline features for the Lizard Feeder itself are listed in the bug. Creative Director John Slater and design firm Stamen Design put together a whole different view of this data set, focused on aggregating across people while streaming that goes well beyond this bit of interaction & information design hijinx.

Here’s a quote from the call to action that sets the bar:

We aim to create a compelling visual metaphor that effectively depicts the dynamic nature and breadth of activity happening right now across planet Mozilla.

I’m plotting some typographical exploration (ala the Mozilla 1.0 screenplay or typhoGraphic) for extracting and aggregating across terms and commonalities like actor.


by andyed | About the author:

Related Posts

  • No related posts found.

Comments


Posted on Monday, January 26th, 2009 at 10:23 pm and is filed under Academic, AddOns, Blogging, General, Mozilla, Search, Visualization. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
3 Comments so far

  1. 1 John Slater on January 27, 2009

    Awesome…thanks for getting involved!

  2. 2 l.m.orchard on January 27, 2009

    Cool! At one point, I’d stuck counts in there next to each of the filters, but cut them out at one point. I can’t exactly remember why now though, so it’s cool to see some measure of traffic overview like that return

  3. 3 VersionOne Activity Stream | UX Agile on October 2, 2009

    [...] to VersionOne for supporting this 20% style project and to the LizardFeeder Mozilla project for inspiring [...]

Name

Email

Website

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Share your wisdom