-
Notifications
You must be signed in to change notification settings - Fork 26
/
index.Rmd
33 lines (26 loc) · 3.17 KB
/
index.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
---
title: "Computational Historical Thinking"
subtitle: "With Applications in R"
author: "Lincoln A. Mullen"
# date: "2017"
site: bookdown::bookdown_site
# output: bookdown::gitbook
lang: en
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: authortitle
citation-style: chicago-fullnote-bibliography-no-ibid.csl
link-citations: yes
github-repo: lmullen/dh-r
twitter-handle: lincolnmullen
description: '"Computational Historical Thinking" is a textbook that teaches you how to identify sources and frame historical questions, then answer them through computational methods. These historical methods include exploratory data analysis, mapping, text analysis, and network analysis. These methods are taught using the R programming language, commonly used by digital historians and digital humanists. Chapters on individual methods ground you in particular approaches, and chapters on case studies of historical research walk you through the process of asking and answering computational history questions.'
url: 'https\://dh-r.lincolnmullen.com/'
---
# About this book {-}
*Computational Historical Thinking* is a textbook that teaches you how to identify sources and frame historical questions, then answer them through computational methods. These historical methods include exploratory data analysis, mapping, text analysis, and network analysis. These methods are taught using the [R programming language](https://www.r-project.org/about.html), commonly used by digital historians and digital humanists. Chapters on individual methods ground you in particular approaches, and chapters on case studies of historical research walk you through the process of asking and answering computational history questions.
![Detail of denominational statistics for the Protestant Episcopal Church in 1880 from Fletcher W. Hewes and Henry Gannet, *Scribner's Statistical Atlas of the United States Showing by Graphic Methods Their Present Condition and Their Political, Social and Industrial Development* (New York: Charles Scribner's Sons, 1883), [plate 59](http://www.davidrumsey.com/luna/servlet/s/ekkrjp). Courtesy of the David Rumsey Map Collection.](images/protestant-episcopal.jpg)
**Work in progress.** This book is available while it is being written, and is very incomplete. In particular, chapter numbers are likely to change. Feel free to leave feedback as [issues on the GitHub repository](https://github.com/lmullen/dh-r/issues) or to [e-mail me](mailto:lincoln@lincolnmullen.com).
**Suggested citation format.** If you find this book useful, I would appreciate a citation: Lincoln A. Mullen, *Computational Historical Thinking: With Applications in R* (2018--): https://dh-r.lincolnmullen.com.
------------------------------------------
The code for this book is available on [GitHub](https://github.com/lmullen/dh-r). This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>.<br>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/80x15.png" /></a>