-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathindex.Rmd
More file actions
33 lines (26 loc) · 3.17 KB
/
index.Rmd
File metadata and controls
33 lines (26 loc) · 3.17 KB
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.
. 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>