Welcome to the Harvard HCI Reading Group! This repository contains our weekly reading group's curated list of research papers, resources, and schedule.
This repository is set up as a website using Jekyll and GitHub Pages. You can browse the papers and find information about our reading schedule here.
Expect continuous updates over time! Feel free to contribute as well.
To add a new paper to the reading group, follow these steps:
- Fork and clone this repository.
- Navigate to the
_data/scheduledirectory. - Open the YAML file corresponding to the current semester (e.g.,
fall-2025.yml). - Add a new entry for the week with the date, title, readings, presenter, and any notes. For example:
- date: "2025-09-15"
title: "What is HCI?"
readings:
- title: "Some Foundational Paper on HCI"
url: "https://example.com/hci-study"
- title: "Another Important Read, but not as important"
url: "https://example.com/ui-design"
optional: true
- title: "A Third Reading without URL"
person: "Greg Heffley"
note: "Don't forget to bring snacks!"Important
Make sure to use proper YAML syntax and indentation. If you use a :, ", or other special characters in titles or notes, ensure they are properly escaped. The site will not build if there are syntax errors.
- Commit your changes and push them to your forked repository.
- Open a pull request to merge your changes into the main repository.
- Once approved, the new paper will be added to the reading group's schedule.
To add a new semester to the reading group schedule, follow these steps:
- Create a new entry in
_data/schedulewith the file nameseason-year.yml(e.g.,fall-2025.yml). - Add weeks with dates, titles, readings, presenters, and notes as needed.
- Update the
site.meetingvariable in_config.ymlto reflect the new semester's meeting time. - Commit and redeploy the site.
Note
The site automatically detects the latest semester and orders past semesters based on the filenames in the _data/schedule directory. Make sure you follow the naming convention for proper detection.
This repository is licensed under the MIT License. See the LICENSE file for more information.