Saturday, 23 October 2010

Army Colonel Fired for Speaking Out Against PowerPoint

 
 

Sent to you by David Andrew via Google Reader:

 
 

via Duarte Blog by Nancy Duarte on 10/15/10

All industries are sick of ineffective and boring presentations. Some are so frustrated by the tool, they're willing to speak up and risk their job. Check out the article in the CNN.com opinion section on what we can do to end PowerPoint fatigue.


 
 

Things you can do from here:

 
 

Google Fusion Tables - Data Visualization Made Easy

 
 

Sent to you by David Andrew via Google Reader:

 
 

via Free Technology for Teachers by noreply@blogger.com (Mr. Byrne) on 10/15/10

Over the last two days at ACTEM's annual conference I've shared Google Fusion Tables to great response. Many people commented that they had never heard of it, but really liked it and plan to explore it some more on their own. This post is a follow-up to yesterday's conversations. I originally wrote most of this post last winter.

Google Fusion Tables is a neat spreadsheet application that makes it easy to create visualizations of data sets. Fusion Tables can also be used to create visualizations of data set comparisons. At its most basic level Fusion Tables can be used to visualize existing data sets with one click. At a deeper level, Fusion Tables can be used to compare your own data sets and create visualizations of those comparisons. The types of visualizations available include tables, maps, charts, and graphs. As a Social Studies teacher, I really like the map visualization options.

Applications for Education
For the visual learners in your classroom, Google Fusion Tables could be an excellent tool for showing the various ways that data can be interpreted. Fusion Tables also provides students with a fairly easy way to compare their own data sets.  


Here are some related items that may be of interest to you:
Google for Teachers II - Free Ebook
Free 33 Page Guide - Google for Teachers
12 Resources All Social Studies Teachers Should Try


 
 

Things you can do from here:

 
 

Thursday, 7 October 2010

Orange Visual Visualisation Tool

Orange Visual Visualisation Tool: "

A few days ago, I came across a drag’n'drop, wire it together visualisation and data analysis tool called Orange.


Here’s a quick run through of some of the basics (at least, a run through of the first few things I tried to do with the tool…)


First off, we need some data. Orange likes TSV (tab separated values) rather than CSV, so I grabbed some TSV from one of the Guardian Datastore spreadheets on Google Docs (use “Save as Text” to get the tab separated value format…)


TSV from google docs


Orange is a canvas based visual programming environment, in which functional blocks are added the the canvas and certain parameters set within the block. Here’s how we get some data into Orange from a TSV file:


Orangie viz tool - import data


The File icon is giving me a warning (no dependent variable) but I’m not sure why…? I’m sure Orange has managed to detect labels and quantities correctly from other files I’ve tried?


Anyway… we can inspect the data by looking at it in a data table widget – just wire one in:


Orange viz tool - data table


The table is sortable by column, and the Report button can be used to save a version of the table. Looking t the data table, we see it has identified columns with missing entries. We can clean these from out data set using the Preprocessing widget:


Orange - data cleaning


If we now wire the output of the Processing widget into the Scatterplot widget, we can generate a variety of scatterplots:


Orange scatterplot


If you want to save a copy of the chart, it’s easy enough to do so. (I can’t get colour palettes to work on my Mac, so I’m stuck with greyscale displays. Also, the blob sizing doesn’t seem very responsive…)


Orange - save a scatterplot


The Report tool allows us to create a report from various bits of the dataflow, including adding information from several widgets to either separate report pages or the same report page.


Orange - report generator


Saving a Report saves all the report pages to a navigable set of HTML pages that resemble the Orange Report viewer.


Here are a couple of other things we can do with the data, this time using a data set that isn’t throwing the “dependent variable missing” error, in particular the distribution of comments in a small Friendfeed network…


So for example, here’s how the number of comments made by members of the network is distributed:


Orange - distribution of values


Alternatively, we may look at the distribution in a more “statistical” way:


Orange - simple distributions


(Remember, we can generate these reports interactively, and then add them to a growing report.)


The survey plot gives us a macroscopic birds eye view over the whole of the data set:


Orange - survey plot


Okay, that’s enough for starters – hopefully you get the idea: wire stuff together and generate visual reports… So why not go and download Orange now?!;-)


There are a whole range of clustering tools, too, which look like they could be interesting…


And I think the platform is extensible, which means there’s a way of adding your own widgets (written in Python, maybe..?)





"