Public notes for CS6750 - HCI Spring 2022 at Georgia Tech

Public webpage for sharing information about Dr. Joyner's CS6750 - Human Computer Interaction course in Spring 2022.

View the Project on GitHub idkaaa/cs-6750-hci-sp22-public

CS6750 Human-Computer Interaction Lesson Transcripts

Semester: Spring 2022

Vanilla Markdown Conversion of Provided Spring 2022 Lecture Notes

The raw/unmodified markdown after it was converted.

Edited Markdown Lecture Notes

Edited and formatted markdown.

Test 2 Lecture Notes

Index of lecture notes that are specific to Test 2

Formatting Examples

Example: Add a Table of Contents to a file with pandoc

FILE=2.x.md
pandoc -s $FILE -o $FILE -t gfm --toc --wrap=preserve