Grokking Topic Models

Today I came across Instragrok via Hack Education via Digital Humanities Now. This is a cool alternative to Google for training students to do targeted research, and I might even try an assignment based on it next semester, if we’re not on strike.

But what I find really interesting is the way it implements topic model browsing. It looks like a fairly typical force-directed network diagram with nodes connect by edges. Each large node is a topic, and each connected node is a sub-topic, which I presume is based on a lower-ranked term within the topic. Clicking on any node generates new sub-topics, and this essentially allows you to dig down into the topic model. Unfortunately, there’s no way toggle nodes off, but I don’t imagine that would be hard to implement. Browsing topic models is difficult, and this is perhaps the easiest one to nagivate that I have seen. I wish there were a way to upload data, rather than relying on data mined from the internet…… Read more…

Continue reading


Easy-to-Use Timeline Tool

I’ve been looking for an easy-to-use Timeline Tool for a long time. The Knight Labs Timeline Tool might be just the ticket. I’m hoping to re-work some of my existing timelines soon. The major advantage of this tool is its easy integration of images and video media. Of course, the downside of this is that I need to spend some time locating appropriate images.

The technical stuff. It’s implemented entirely in the browser with JQuery, so accessibility may be an issue. You can use hosted versions of the files, so you don’t need to download anything. Source data is stored in JSON format, which is a bit challenging, but they also provide a Google docs spreadsheet template. I think I would probably write a quick script to convert the spreadsheet to JSON format so that I don’t have to store my data on Google docs. A WordPress plugin is supposedly on the way. … Read more…

Continue reading