Avoiding Email for Academics

How many times do you return from field work or a holiday to find that most of your first day is spent deleting emails that are no longer applicable or were never relevant to begin with? Or, worse, you are asked to address issue ‘x’ but have no history or documentation to explain how ‘x’ became a problem, what solutions have been considered, or even why you are the one to solve it! Asana and Slack can help with that.

What are they?

In a previous post I pointed to some ways that peer programming could be adapted for module development, now I want to turn my attention to developer tools that help programmers to avoid sending email in the first place. In most cases, these are cloud-based tools that try to make up for some of the basic failures of email:

  1. It is just about impossible to collaborate on a long, complex document via email since you have no versioning control and it can become very, very difficult to know which is the latest version.
  2. Only people who participated in the initial exchanges have access to a full discussion history. Anyone joining later either needs to be forwarded the entire history, or they basically have to jump in blind.
  3. A lot of email traffic amounts to “Have you done this?”, “No, not yet, as  I thought you were doing it”, “Oh, ok, now I have”… Does all of this actually need an email? What if someone else wants to comment?
  4. Email is not particularly ‘live’ in that you can’t see someone else’s reply while still composing your own.
  5. Email does not categorise easily – sure, you can categorise by sender, header, or keyword, but that’s all on you. Why not ask the sender to apply some ‘tags’ to help you filter out the ‘chat’ from the ‘this information is critical to the success of the project’?

Slack

Slack is designed to help keep lines of communication open within teams, but without that generating a flood of emails mixing in everything from cat photos to “Have you seen what ‘y’ have done? We need to get on top of this right away!” The service is a kind of ingenious blend of IRC, Twitter, Email, and SharePoint. Yes, I really did write that sentence sober.

So how does it work? When you join Slack you join one or more ‘teams’ which are the basic ‘unit’ of interaction on Slack. You can join many different teams, but the messages of one team remain private to that team, and to keep you from accidentally posting to the wrong team you have to ‘switch teams’ in order to post content to other teams.

Screenshot from King's Geocomputation Team channel.
Screenshot from King’s Geocomputation Team channel.

Within each team you can have any number of ‘channels’. So that’s the IRC bit: each channel has a purpose, and this can be everything from ‘deadlines’ to ‘random’ (for the cat photos, naturally). Using the Twitter-familiar hashtags you can categorise your messages/posts into one or more channels. There’s also the ‘@’ sign to draw an item to a team member’s attention, and so on. So that all cuts back on cc’ing and to-ing-and-fro-ing, and more importantly: you’ll never get the entire history included in the reply-to-all.

The final, SharePoint-y bit is what makes Slack into a fully-fledged business app: using service integrations you can automatically consume data published across a variety of services (github, Twitter, blogs, Dropbox, etc.) and route it to a particular channel. So if you want to track a competitor’s press releases you can do that. If you want to share a Dropbox document for collaborative editing you can do that too.

Oh, and there are clients for every major O/S: Mac, Windows, iOS, Android, etc. so you can keep abreast of things whether you’re at your computer or away from your desk.

Asana

Asana is much more complex service built around task management: at its most basic it’s a kind of shared checklist. But by organising things into projects, checklists and sub-checklists, and assigning them to individuals or groups, as well as giving them due dates, you can set up some pretty complex flows of dependencies. In fact, the wonderfully-named Instaganntt has even come up with a way to turn your Asana project into that dreaded – but still expected by most RCUKs – waterfall chart.

Project overview page from Asana.
Project overview page from Asana.

Again, as far as I’m concerned this is all about reducing or eliminating email: you can set up Asana to only watch certain tasks, to send you a summary of what has changed, alert you to what you have due next week, etc. Or you can tell it to shove off and leave you alone. So there’s a pull, not push option if you really dislike email reminders. Most importantly, you no longer need to ‘chase’ people just to find out the status of a job, you can just see if they’ve marked it as completed or not. You can also categorise tasks, linking them to one or more projects or other tasks, so some quite arcane structures can result.

As you’d expect, you can attach files, comment on tasks, reassign tasks, split them up, merge them, and so forth all within the rich web interface. Like Slack there are service integrations that allow you to add more functionality and to automatically integrate things like bug tracking and such, but I’ve not made use of those. As you’d expect these days there are also mobile versions for iOS and Android – they’re a little more limited as some functionality is missing, but more than good enough for keeping tabs on things while out of the office (or for catching up when you get back if you really do manage to switch off).

Relevance to Teaching & Administration

If you’ve had to use Moodle – the Open Source ‘blackboard’ app – then you’ll know that its 2-way communications functionality is rather poor: it’s fine for blasting the students with a message about exams or a change to the readings, but it’s not exactly encouraging of course-related ‘chat’ as it comes across as rather clunky (you need to navigate through several pages to even get to the messaging functionality for a given module) and very formal.

We’re going to be experimenting with Slack for our new Geocomputation pathway which starts in a week’s time in the hopes that it encourages students to support one another while also giving us a way to spot recurring problems or questions (and to not have to reply multiple times via email to those recurrent problems). By enabling more fluid conversation, and giving us a way to channel communications into appropriate categories, we’re hoping that students will be more open about the challenges they’re facing and will put us in a better place to help them learn to programme (as well as do statistics and spatial analysis!).

Of course, it would get hard on us if the students started to expect replies at 2a.m., but that’s where we hope the more open structure of Slack will come to the rescue: chances are, quite a few of our students will be working late to master Python and submit the requisite code on time, so they can help one another in a way that’s a lot more similar to what they’d encounter in the real world (where Slack is used by a lot of software shops) than what they’ve normally had to deal with in Moodle.

Asana is less obviously relevant for students, and here I’m using mainly for organising our thinking and planning on one of the departmental committees. We’ll see how well that goes, but early indications are pretty positive: no one has complained to me that the site was unusable or nonsensical, and I’m hoping that my colleagues will find it useful to have categorised ‘to do’ lists and a clearer understanding of who is working on what, and what issues are outstanding (e.g. unassigned or unresolved). So, with luck, it will again mean less email, more effective communication, and a higher level of ‘output’

Conclusion

I’m finding both of these tools really helpful for managing both the ‘meta’ part of teaching and also for grant/project management work. If you have other favourite tools for unblocking your inbox then feel free to share!

[1] There are plenty of other services, of course, but these are the ones I’m familiar with.