« Data Stories: an introduction | Main | SFX menu with K-State Libraries branding »

September 16, 2008

Comments

Tara

That makes total sense. Thanks

melia erin

Seriously. I totally get it!!! And now I'm hungry. :)

Kevin

In what form/format do you get the data? You post it as a spreadsheet, does it come as a spreadsheet or does it come in other, more dynamic, forms?

Jamene

SFX puts out the results of its stock queries in tab-delimited text files that are most easily dealt with as spreadsheets. The data itself comes from an SQL table that lives inside the SFX file structure. I can query this table directly from the SFX command-line interface, but I don't do so very often. I'm curious about the "more dynamic forms" of data you refer to. Are you talking about SQL tables or perhaps something completely different?

Kevin

My immediate thought was some sort of feed (json) which we could use to grab the data and then manipulate in interesting ways, perhaps to tell a story through the design/manipulation of the data in an interface.

Jamene

Interesting. I haven't played with json, so don't know what it could do with this data. But I'm certainly willing to look into it! Thanks for the suggestion.

Kevin

All my web work in the libraries revolves around writing javascript, in which there is tons of possibility. JSON just passes the information along in an object that's easily manipulated with javascript (no parsing). This could be done with xml and other feeds using other languages as well.

I think there is a lot of room for interesting things to be created by manipulating raw data and opening it up to be seen/played with.

BTW: reading "A Whole New Mind" by Daniel Pink, talks about the importance of stories and storytelling.

The comments to this entry are closed.