History 8510: Methods in Digital History II

Clemson University, Spring 2023


Course Details

Spring 2023
Clemson University
Tuesday

Meets in person unless noted otherwise.

3 credit hours.
Meets: 4-6:30pm
Location: Hardin Hall 024.

Instructor Info

Instructor: Dr. Amanda Regan
aeregan (at) clemson.edu

Pronouns: She/Her

Office Location: Hardin Hall 004

Office Hours: My office hours are flexible and you can schedule a time to meet with me. Make an appointment for Office Hours here.


Course Description

Welcome to History 8510, Methods in Digital History II. This course in computational history will teach you to create, manipulate, explore, and visualize historical data with the goal of advancing historical arguments.

This class is the second in a series of digital history courses at Clemson University. It is designed to build on History 8500: Digital Methods I. In that course you reviewed digital history projects and methods, experimented with out of the box tools, and developed your own digital research collections. In this course we will build on that and you will now learn to use computational methods to analyze historical sources in the programming language R.

This course will break down into roughly four units. The first, will provide an overview of computational history and look at examples of historical scholarship that have relied on computational methods to make historical arguments. The second, will focus on creating methodologically transparent and clean datasets from primary sources. You will learn to document those datasets and methodologies in a reproducible manner using GitHub and version control. The next unit focuses on the basics of the programming with an emphasis on computational thinking skills and the foundational patterns behind every programming language. Finally, in the last half of our course, we will survey various methods within computational history and ask ourselves, what kinds of historical questions do these methods make possible? Each week will focus on a new method – visualization, mapping, text analysis, and network analysis. By the end of this course you’ll have gained a basic familiarity and competency all of these approaches, but more importantly you’ll understand how to ask and answer historical questions using the computational methods that are useful to you. At the conclusion of the course you will be prepared to produce a seminar paper in digital history and potentially employ digital methods for your dissertation.

Why R?

There are numerous languages we could learn in this course but we’ll focus on R which is common in the field of digital history as well as data science. With roots in statistical analysis, R is a high level programming language (meaning further from machine code or really complicated languages like C++). However, more important than the specific language are the programming fundamentals you will learn. After this class you may decide that Python, PHP, Go, or any other number of programming languages better suits your needs based on the historical questions you want to ask. Learning these fundamentals will allow you to pivot as needed and learn new languages, syntaxes, and tools.

A Note on Data and Sources for this Class

For the most part, I’ve provided datasets for all of the assignments in this class so that you don’t have to worry about learning the material and creating a historical dataset that will work with that approach. The only exception to this is the assignment on dataset creation but I will provided suggested primary source repositories in case you don’t yet have a set of sources in mind. However, you are welcome (and encouraged) to use your own data for any assignment. Doing so will only further prepare you for your future classes in digital history and for your dissertation.

Learning goals:

At the conclusion of this course you will:

  • be able to use a computer programming language (R) to make historical arguments.
  • understand the basic computational patterns in programming.
  • Be able to use documentation for programming languages and libraries to learn skills as they become applicable to your work.
  • Be able to create historical data from primary sources.
  • Understand how to clean, organize, manipulate, and document that data.
  • Critically evaluate existing historical data.
  • be familiar with the major computational methodologies (i.e. mapping, text analysis etc) and what types of historical data and questions those methods are useful for. Understand their limitations and strengths.
  • Visualize your work and communicate your methods to other historians.

Assignments & Grades

Assignment Percentage of Grade
Worksheets & Participation 40%
Dataset Biography 20%
Historical Dataset Review 10%
Final Project 30%

Assignments:

  • Worksheets/Problem Sets & Participation (40%): Most weeks you will complete a worksheet that is based on the method for the week. With a few exceptions, these worksheets will be due the week after we discuss that method. Worksheets will be R Markdown documents that allow you to blend code and prose and in these worksheets you’ll be asked to practice various concepts with a provided dataset. These worksheets will contain a mix of problems ranging from easy to very hard. The goal is not perfect completion of a worksheet and there isn’t an answer key that I’ll grade from. Rather, the goal here is to practice the methodology at hand. It’s one thing to read about the methodology and read the documentation for the associated R packages, but it’s another thing to actually apply that methodology to historical sources and ask questions of it. So, in other words, the goal of these worksheets is twofold. First, it is to grasp the basic programming concepts related to the methodology. Second, it is to understand what types of historical questions can be asked of that method and what kinds of arguments or interpretations it makes possible. There are a total of seven worksheets across the semester. They are listed in the schedule on the day they are due. Note that in all cases they are due before the start of class as we will discuss and go over them together.
    • #1: R Basics - January 31st at 4:30pm
    • #2: Data Structures - due February 14th at 4:30pm
    • #3: Data Manipulation - due February 21st at 4:30pm
    • #4: Data Visualization - due February 28th at 4:30pm
    • #5: Mapping - due March 14th at 4:30pm
    • #6: Text Analysis - due April 4th at 4:30pm
    • #7: Topic Modeling - due April 11th at 4:30pm
  • Dataset Biography (20%): Each of you will create a Dataset Biography during the semester. Creating a historical dataset is a process that is fraught with decisions that impact how the dataset can be used. This assignment asks you to think about and document the process of collecting information from primary sources and turning it into data. Using primary sources of your choosing (I can provide suggestions if you need them), your data management plan should come up with a data structure and define key elements of the dataset. What is the dataset based on? What information will be captured and how will it be stored? Will you be importing external data? (i.e. Historical place names from an existing dataset or information about a person’s term in office.) If so, where will that information come from? Who owns it? What are the methods behind the data collection design and process?
  • Historical Dataset Review (10%): For most weeks during the semester one student will give a short presentation on a historical dataset. Much like a book review in a traditional historical seminar, this dataset review should interrogate the methods used to create the dataset. A handout will be provided in class, but your review should ask questions like: Are the data logically and consistently organized? What primary sources is the dataset based on? What is added and what is missing? Was the data processed? Are they layers of scholarly interpretation integrated into the dataset? What digital scholarly products have been produced using this dataset? How does the dataset shape the interpretation that the authors were able to reach? You’ll sign up for a date and a dataset in the first weeks of class. I’ll provide a list of suggestions, however, if you have a dataset that you’d like to review and isn’t on my list email me to discuss the potential of including it.
  • Final Project Data Driven Historical Vignette (30%) - At the conclusion of the course you will demonstrate the skills you have learned by writing a data driven historical vignette. This vignette can use a dataset provided for class or one of your own creation, but it will use data visualizations and analysis to make a historical argument about the data. It should blend prose and visualization in a .Rmd document and include citations to other scholarship where necessary. It should be no longer than 1500 words.

Grading Scale: A (93-100), A- (90–92), B+ (87–89), B (83–86), B- (80–82), C+ (77–79), C (73–76), C- (70–72).


Policies & Procedures

Please note that this syllabus may be updated online as necessary. The online version of this syllabus is the only authoritative version.

Late Work

Due dates for all assignments are listed on the course syllabus and in the schedule for the class. Because of the technical nature of this class it is essential that you keep up with the worksheets. If you miss one worksheet the others will be much harder because you will have missed key concepts. Unless otherwise stated, assignments are due on the day listed on the syllabus and canvas. If you submit an assignment late, I will deduct 10% for every day that it is late. Assignments submitted more than 7 days after the due date will not be accepted.

Classroom Conduct

In order to learn, we must be open to the views of people different from ourselves. In the time we share together over the semester, please honor the uniqueness of your fellow classmates and appreciate the opportunity we have to learn from one another. Please respect each others’ opinions and refrain from personal attacks or demeaning comments of any kind. Anyone who engages in hostile or antagonistic rhetoric will be asked to leave the classroom immediately.

Academic Integrity

As members of the Clemson University community, we have inherited Thomas Green Clemson’s vision of this institution as a “high seminary of learning.” Fundamental to this vision is a mutual commitment to truthfulness, honor, and responsibility, without which we cannot earn the trust and respect of others. Furthermore, we recognize that academic dishonesty detracts from the value of a Clemson degree. Therefore, we shall not tolerate lying, cheating, or stealing in any form.

All infractions of academic dishonesty by undergraduates must be reported to Undergraduate Studies for resolution through that office. In cases of plagiarism instructors may use the Plagiarism Resolution Form.

See the Undergraduate Academic Integrity Policy website for additional information and the current catalogue for the policy.

Please keep in mind that if you are copying and pasting text that you did not write yourself, you might be plagiarizing. If you are using copied text, whether pasted or retyped manually, you must be sure to accurately cite the information. Text is accurately cited when: 1) pasted text is surrounded by quotation marks or offset as a block quote and 2) the pasted text is attributed to its author and source and 3) the pasted text is cited in a footnote, endnote, or bibliography.

Student Accessibility Services

Clemson University values the diversity of our student body as a strength and a critical component of our dynamic community. Students with disabilities or temporary injuries/conditions may require accommodations due to barriers in the structure of facilities, course design, technology used for curricular purposes, or other campus resources. Students who experience a barrier to full access to this class should let the instructor know and make an appointment to meet with a staff member in Student Accessibility Services as soon as possible. You can make an appointment by calling 864-656-6848, by emailing studentaccess@lists.clemson.edu, or by visiting Suite 239 in the Academic Success Center building. Appointments are strongly encouraged – drop-ins will be seen if at all possible, but there could be a significant wait due to scheduled appointments. Students who have accommodations are strongly encouraged to request, obtain and send these to their instructors through their AIM portal as early in the semester as possible so that accommodations can be made in a timely manner. It is the student’s responsibility to follow this process each semester.
You can access further information at the Student Accessibility website. Other information is at the university’s Accessibility Portal.

Commitment to Diversity

“Clemson University aspires to create a diverse community that welcomes people of different races, cultures, ages, genders, sexual orientation, religions, socioeconomic levels, political perspectives, abilities, opinions, values and experiences.” - The Clemson University Title IX statement regarding non-discrimination

Clemson University is committed to a policy of equal opportunity for all persons and does not discriminate on the basis of race, color, religion, sex, sexual orientation, gender, pregnancy, national origin, age, disability, veteran’s status, genetic information or protected activity in employment, educational programs and activities, admissions and financial aid. This includes a prohibition against sexual harassment and sexual violence as mandated by Title IX of the Education Amendments of 1972. This Title IX policy is located on the Campus Life website. Ms. Alesia Smith is the Clemson University Title IX Coordinator, and the Executive Director of Equity Compliance. Her office is located at 223 Brackett Hall, 864.656.0620. Remember, email is not a fully secured method of communication and should not be used to discuss Title IX issues.

Emergency Preparedness

Emergency procedures have been posted in all buildings and on all elevators. Students should be reminded to review these procedures for their own safety. All students and employees should be familiar with guidelines from the Clemson Police Department. Visit here for information about safety.

Clemson University is committed to providing a safe campus environment for students, faculty, staff, and visitors. As members of the community, we encourage you to take the following actions to be better prepared in case of an emergency:


Schedule

Note: Unless stated otherwise, all reading and worksheets should be completed before class for the day that it is listed.


Tuesday, January 17, 2023


Tuesday, January 24, 2023


Tuesday, January 31, 2023

  • Topic:
    • Why R?
    • R Basics
  • Reading:
  • Assignments:
    • The R Basics Worksheet Due

Tuesday, February 7, 2023

  • Topics:
    • Information as Data (Tidy Data)
  • Reading:
  • Assignments Due:
    • Data Structures worksheet DUE (focuses on data structures, functions, and loops).

Tuesday, February 14, 2023


Tuesday, February 21, 2023

  • Topics:
    • Data visualization
  • Reading:
    • Hadley Wickham & Garret Groulemund, R for Data Science, chs 1, 3, 22.
    • Kieran Healy, Data Visualization, 1, 3, 4.
    • David Staley, Computers, Visualization, and History: How New Technology will Transform Our Understanding of the Past, Introduction and Chapter 2.
    • Look at:
  • Assignments Due:
    • Data Manipulation Worksheet Due (focuses on data manipulation usign the tools provided in the Tidyverse)
    • Find one historical visualization and post it in the slack channel. In your post, describe why this visualization is useful (or why it is flawed.)

Tuesday, February 28, 2023

  • Topic:
    • Using Exploratory Data Analysis to Ask and Answer Questions
  • Reading:
  • Assignments Due:
    • Data Visualization Worksheet Due

Tuesday, March 7, 2023


Tuesday, March 14, 2023


Tuesday, March 21, 2023

  • Spring Break

Tuesday, March 28, 2023


Tuesday, April 4, 2023


Tuesday, April 11, 2023

  • Assignments:
    • Topic Modeling Worksheet Due

Tuesday, April 18, 2023


Tuesday, April 25, 2023


Tuesday, May 3, 2023

  • Final project due by 6pm
  • Public presentation of final projects for department & campus community.