How to Organize Study Materials as PDF (Folders, Naming, Index)
Last updated
By week four of a semester, your downloads folder has fifty PDFs with names like 'lecture7.pdf', 'final-version-2.pdf', 'Slides_v3_corrected.pdf', and 'Document.pdf'. By week ten you can't find anything. By finals week you're searching the same lecture three times because you don't remember which version of which file has the slide you need.
The fix isn't software or apps — it's a convention. A short folder structure, a consistent filename, and a habit of merging weekly. Once those three are in place, finding a specific lecture two months later takes five seconds instead of fifteen minutes.
This guide describes the convention that holds up across a semester: how the folders should look, how filenames should read, when to merge, and what happens at the end of the term.
Step by step
- 1
Build a top-level folder per course
/Courses/[CourseCode]/. Inside: /lectures/, /assignments/, /readings/, /exams/. Four folders cover most of what arrives. Don't nest deeper than two levels.
- 2
Standardize the filename pattern
WeekN_DocType_YYYY-MM-DD.pdf. So Week3_Lecture_2026-09-15.pdf, Assignment2_Submission_2026-09-20.pdf. Date last sorts chronologically; week first groups by topic.
- 3
Merge per week, not per file
End of each week, Merge PDF combines that week's lecture notes, slides and board photos into one Week3_Lecture_Pack_YYYY-MM-DD.pdf. Single file per week is much easier to revisit later.
- 4
Add cover sheets to merged packs
A typed cover page (course, week, topics covered) makes the pack self-describing at finals time. Future-you skimming twelve weeks of packs will thank present-you.
- 5
Archive at end of semester
Move /Courses/[Course]/ to /Archive/[Year]/[Course]/ when the semester ends. Active folders stay slim; archives are searchable for prerequisite review later.
- 6
Compress archives, not active files
Compress PDF the archived material to save disk space. Don't compress the active study files — readability matters more than size during the semester.
Tips
- Use dates in YYYY-MM-DD format. They sort correctly in any file browser. 9/15/26 doesn't.
- Don't put version numbers in study materials. Final lecture is the lecture; a v2 means the professor reuploaded.
- Tag exam prep separately — /exams/midterm/ and /exams/final/. They're a different study mode than weekly review.
- Don't merge across courses. Cross-course PDFs are unfindable.
- Keep a one-line README.txt in each course folder noting what's in each subfolder. Helps when returning to material a semester later.