-
Notifications
You must be signed in to change notification settings - Fork 0
/
syllabus.Rmd
82 lines (60 loc) · 2.23 KB
/
syllabus.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
output:
pdf_document:
keep_tex: true
fig_caption: yes
latex_engine: pdflatex
template: ~/Dropbox/acad/templates/jah-latex-syllabus.tex
geometry: margin=1in
title: "Community of Practice: Digital Humanities"
author: Jason A. Heppler
date: "Spring 2019"
email: "jheppler@unomaha.edu"
web: "jasonheppler.org"
officehours: "TH 9:00 - 11:00"
office: "CL 215"
classroom: "Faculty Lounge"
classhours: "F 11:00-12:00 p.m."
fontfamily: mathpazo
fontsize: 11pt
header-includes:
- \linespread{1.05}
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(cache=FALSE, dev='pdf')
#mon <- as.Date("2016-08-15")
fri <- as.Date("2018-01-18")
advdate <- function(obj, adv) {
tmon <- obj + 7*(adv-1)
tfri <- obj + 4 + 7*(adv-1)
tmon <- format(tmon, format="%m/%d")
tfri <- format(tfri, format="%m/%d")
zadv <- sprintf("%02d", adv)
tmp <- paste("Week ",zadv,sep='',", ", tmon," - ",tfri)
return(tmp)
}
```
# Schedule
## Friday, January 18: Introduction to Digital Humanities
Readings
- William G. Thomas III, "[Computing and the Historical Imagination](http://digitalhumanities.org/companion/view?docId=blackwell/9781405103213/9781405103213.xml&chunk.id=ss1-2-5)," in *A Companion to Digital Humanities*, ed. Susan Schreibman, Ray Siemens, John Unsworth (Blackwell, 2004).
Additional Readings
- Stephen Robertson, "The Differences Between Digital History and Digital Humanities"
- Miriam Posner, "How Did They Make That?," August 29, 2013.
## Friday, February 15: Maps
Readings
- Richard White, "What is Spatial History?'
- Cameron Blevins, "Space, Nation, and the Triumph of Region: A View of the World from Houston," *Journal of American History* (June 2014)
Additional Readings
## Friday, March 29: Networks
Readings
- Scott Weingart, "Demystifying Networks," scottbot irregular, December 14, 2011.
- Shin-Kap Han, "The Other Ride of Paul Revere"
- Caroline Winterer, "Where is America in the Republic of Letters" *Modern Intellectual History* 9 (2012): 597–623.
Additional Readings
## Friday, April 19: Text Analysis
Readings
- Ted Underwood, "Seven ways humanists are using computers to understand text"
- Cameron Blevins, "Topic Modeling Martha Ballard's Diary"
- Dan Cohen, "Searching for the Victorians," October 4, 2010
Additional Readings