![]() |
![]() |
Threaded conversations are a major form of social media. Message boards, email and email lists, twitter, blog comments, text messages, and discussion forums are all social media systems built around the message thread data structure. As messages are exchanged through these systems, some messages are sent as a reply to a particular previous message. As messages are sent in reply to prior messages, chains of messages form. Message chains come in two major forms: branching and non-branching. Branching threads are those that allow more than one message to reply to a prior message. Non-branching threads are single chains, like a string of pearls, that allow only one message to reply to a prior message. Many web based message boards are non-branching. Many email systems and discussion forums are branching.
ThreadMill requires a minimal set of data elements to generate its reports. A data table must minimally have a column of information for each message that includes the name of the message board, the forum, the thread, and the author, along with a unique identifier for each message and the date and time it was posted. Optional data elements include the unique identifier of the message being replied to, the URL of the message, and the URL for a profile photo.
All forms of threaded message exchange can be measured. Simple measures like the count of the number of messages or the number of authors are obvious and useful. Other measures can be created from more sophisticated analysis. For example, the network of connections that forms as different authors reply to one another can be extracted and analyzed using network analysis methods. It is possible to calculate metrics from these networks of reply that describe the location of each person in the graph.
ThreadMill generates several data sets that can be used to create visualizations of the activity and structure of a message board collection.
A Treemap data set can illustrate the hierarchy of encapsulated authors within threads, threads within fora, fora within boards, and boards within collections. Treemap visualizations of collections of threaded conversations can quickly highlight the most active or populous discussions.
An AuthorLine visualization takes the form of a double histogram, with bubbles representing each thread active in each time period sized by the volume of messages the author contributed, sorted by size. Threads that have been initiated by the author are represented as bubbles above the center line. Messages that the author contributes to threads started by other authors are represented as bubbles stacked below the center line. AuthorLines quickly reveal the pattern of activity an author displays and identifies which of several types of contributors the author is.
A scatter plot visualization represents each author as a bubble in an X-Y space defined by the number of different days the author was active against the average number of messages the author contributes to the threads in which they participate.
A time series line chart reveals the days of maximum and minimum activity along with trends.
A network diagram reveals the overall structure of the discussion space and the people who occupy strategic locations within the network graph.
ThreadMill has received generous assistance from Morningside Analytics. Bruce Woodson implemented ThreadMill.