Getting yourself ready

LOC

Welcome!

Welcome! The website for this workbook was made by converting several plain-text files into a fully-operational website using the 'mkdocs' static website generator. This e-book was generated from the same files.

If you want to keep a copy of all these source files for your own records, you may. Simply click on the https://github.com/shawngraham/hist3907o/tree/master/workbook/docs. Then, when you're signed into 'github', you can 'fork' (that is, make a copy) the repo into your own account. Why 'forking'? It seems an odd phrase. Think of it like this:

Writing, crafting, coding: these are like a small river, flowing in one direction into the future. You get new ideas, new hunches: the river branches. There's a fork in its path. Sometimes new ideas, new hunches fold back into that original stream: they merge.

Github is a way of mapping that stream, and a guide to revisiting the interesting parts of it.

It's not the best metaphor, but it'll do. No doubt you've had that experience where, after working on an essay for days, you make a change that you regret. You wish you could go back to fix it, but ctrl+z only goes so far. You realize that everything you've done for the last week needs to be thrown out, and you start over.

Well, with 'versioning control', you can travel back upriver, back to where things were good. There are two tools that we will use to make this happen: git and github. You'll learn more about making those things work in Module 1. You'll see why you'd want to do that, and how to keep an open notebook of your work on Github, writing things in a plain-text format called 'markdown'.

In module 2, we'll start exploring the wide variety of historical data out there. We'll talk about some of the ethical dilemmas posed by having so much data out there. 'Data' are not neutral 'things given'; rather, they are 'capta': things taken.

In module 3, we'll see that data/capta are messy, and that they make a kind of illusory order that as historians, we are not normally in the habit of thinking about. The big secret of digital history is that the majority of your time on any digital history project won't be finding the capta, won't be analyzing the capta, won't be thinking about the historical meaning of the capta. We'll be cleaning it up. The exercises in this module will help you do that more efficiently (and be aware that 'efficiency' in computing terms is not a theoretically neutral idea!)

With module 4, we talk about doing the analysis. I present finding, cleaning, and analyzing as if they were sequential steps, but in reality they are circular. Movement in one aspect often requires revisting another one! This module explores how we do this, and what it means for us as historians.

In module 5, we begin at last to think about how we communicate all of this to our audiences. Look at how one university lays out the expectations for digital history work (and, do you see how this ties back to ideas about paradata?). We will think about things like typography and layout. We'll look at ways of making our visualizations more compelling, more effective.

Finally, while there is no formal requirement for you to do this, it would be a great way of launching yourself as a digital historian to think about how you would formally reveal your project work in this class to the wider world: and then do it. There's a lot of noise on the internet, especially when it comes to history. How do you, as a digital historian, make the strongest possible signal?

Some Readings To Kick Things Off

To get things underway, you should read and reflect on the following pieces. We can discuss these in our initial face-to-face virtual meeting; you should also feel free to reflect upon these in your narrative blog.

William G Thomas III. 'What is digital scholarship? A typology'. http://railroads.unl.edu/blog/?p=1159

Jefferson Bailey, Lily Pregill. 'Speak to the Eyes: The History and Practice of Information Visualization' Art Documentation: Journal of the Art Libraries Society of North America, vol. 33 (fall 2014) 0730-7187/2014/3302-0002 text

Shawn Graham, Ian Milligan, Scott Weingart. 'Principles of Information Visualization' The Historian's Macroscope - working title. Under contract with Imperial College Press. Open Draft Version, Autumn 2013, site

--- On Diversity in Digital History The Macroscope

Acknowledgements

The writing of this workbook took place alongside the writing of my more formal book on digital methods co-authored with the exceptional Ian Milligan and Scott Weingart. I learned far more about doing digital history from them than they ever from me, and someday, I hope to repay the debt. Other folks who've been instrumental in getting this workbook and course off the ground include Melodee Beals, John Bonnett, Chad Gaffield, Tamara Vaughan, the staff of the EDC at Carleton University, and of course, the digital history community on Twitter. My thanks to you all.

This class was first offered in the Winter 2015 semester at Carleton University in Ottawa Canada as HIST3907b. I am grateful to the participants in that class for the feedback and frank discussions of what worked and what didn't. To see the earlier version of the course, please feel free to browse its github repository