File Management Fundamentals
Learn the basics of organizing your digital research materials with hands-on exercises and real DH examples.
What You'll Learn:
- Develop consistent file naming conventions
- Create logical folder structures for DH projects
- Implement effective backup strategies
- Navigate files efficiently on Mac and PC
File management is the foundation of effective digital humanities work. Poor file organization leads to lost research, duplicated effort, and frustration. This guide will help you develop habits that will serve you throughout your academic and professional career.
Why File Management Matters for DH Students
In digital humanities, youβll work with:
- Multiple versions of text files and datasets
- Research notes and drafts
- Images, audio, and video files
- Code and scripts
- Collaboration materials shared with team members
Good file management ensures you can always find what you need and that your work is reproducible and shareable.
Quick Check: Why is file management especially important in DH work?
Exactly! DH projects are complex, involving text data, images, code, analysis results, and often multiple team members. Good organization prevents confusion and lost work.
While file size and backups matter, the main challenge is managing the complexity of DH projectsβmultiple file types, versions, and collaborators all need clear organization.
Core Principles
1. Consistent Naming Conventions
Good naming habits save hours of searching later.
File Naming Best Practices
- Use descriptive names:
medieval-manuscript-transcription-draft-2024-09-26.txtnotdocument1.txt - Use hyphens or underscores instead of spaces:
research_notes.txtnotresearch notes.txt - Include dates in YYYY-MM-DD format for version control:
2024-09-26_interview-transcript.txt - Use consistent capitalization (recommend lowercase for compatibility)
π― Interactive Exercise: Fix These File Names
Your research partner sent you these poorly named files. Can you improve them?
My Research Paper (Final Version).docx
Your fix:
data file.csv
Your fix:
Platform-Specific Considerations
Mac Users:
- File names are case-sensitive in some contexts, case-insensitive in others
-
Avoid special characters: / : < > * ? β - Maximum filename length: 255 characters
PC Users:
- File names are case-insensitive
-
Avoid special characters: \ / : * ? β < > - Maximum filename length: 260 characters (including full path)
2. Folder Structure and Hierarchy
Create a logical, consistent folder structure that makes sense for your work.
Recommended DH Project Structure
Your-DH-Project/
βββ 01-raw-data/
β βββ texts/
β βββ images/
β βββ metadata/
βββ 02-processed-data/
β βββ cleaned-texts/
β βββ analysis-ready/
βββ 03-analysis/
β βββ scripts/
β βββ outputs/
βββ 04-documentation/
β βββ research-notes/
β βββ methodology/
βββ 05-drafts/
βββ 06-final-outputs/
Benefits of This Structure
- Numbered folders ensure consistent ordering across platforms
- Descriptive names make purpose clear
- Separation by stage prevents confusion between raw and processed data
- Documentation folder keeps important notes accessible
3. Version Control Through Naming
Until you learn formal version control (Git), use naming conventions:
For Documents
paper-draft-v1.docxpaper-draft-v2.docxpaper-draft-final.docxpaper-draft-final-FINAL.docx(weβve all been there!)
Better Approach with Dates
paper-draft-2024-09-26.docxpaper-draft-2024-10-03.docxpaper-draft-2024-10-15-submitted.docx
Which versioning approach is most reliable?
Perfect! Dates provide clear chronological order and never repeat. The YYYY-MM-DD format sorts correctly and avoids confusion about which version is newest.
While version numbers and descriptive words can help, dates in YYYY-MM-DD format provide the clearest chronological sequence and sort correctly in file listings.
Platform-Specific File Management
Mac File Management
Using Finder Effectively
- View Options: Use List view (β+2) for detailed file info
- Column View (β+3): Great for navigating deep folder structures
- Tags: Color-code files by project or status
- Smart Folders: Create saved searches for file types or dates
Essential Keyboard Shortcuts
β+Space: Open Spotlight searchβ+Shift+G: Go to specific folder pathβ+I: Get info on selected fileβ+Delete: Move to Trash
Pro Tips for Mac Users
- Use Stacks on Desktop to auto-organize files by type
- Enable filename extensions in Finder preferences
- Use AirDrop for easy file sharing between Mac devices
PC File Management
Using File Explorer Effectively
- Details View: Shows file size, type, and modification date
- Quick Access: Pin frequently used folders
- Ribbon Interface: Access file operations quickly
- Search: Use search operators like
type:pdformodified:today
Essential Keyboard Shortcuts
Windows+E: Open File ExplorerCtrl+Shift+N: Create new folderF2: Rename selected fileAlt+Enter: File properties
Pro Tips for PC Users
- Use Libraries to group related folders from different locations
- Enable file extensions in View options
- Use OneDrive integration for cloud storage and sync
Common File Management Mistakes to Avoid
1. Desktop Dumping
Problem: Saving everything to the desktop Solution: Use desktop only for temporary files; move to proper folders daily
2. Generic Folder Names
Problem: Folders named βStuff,β βMisc,β βNew Folderβ Solution: Always use descriptive names that indicate content
3. Deep Folder Nesting
Problem: Folders buried 8+ levels deep Solution: Keep structure 3-5 levels deep maximum
4. Inconsistent Naming
Problem: Mixing naming conventions within a project Solution: Establish conventions early and stick to them
5. No Backup Strategy
Problem: Keeping only one copy of important files Solution: Follow the 3-2-1 rule (3 copies, 2 different media, 1 offsite)
π Spot the Problems
Look at this folder structure and identify the issues:
Desktop/
βββ Untitled folder/
βββ My Stuff/
β βββ More Stuff/
β βββ Research Things/
β βββ Important/
β βββ Really Important/
β βββ SUPER IMPORTANT/
β βββ document.txt
βββ New folder/
βββ New folder (2)/
βββ thesis final.docx
βββ thesis final FINAL.docx
βββ thesis final FINAL v2.docx
Practical Exercises
Exercise 1: Create Your DH Project Structure
Letβs practice creating a proper folder structure for a digital humanities project.
π Your Mission: Victorian Literature Analysis Project
You're starting a project analyzing Victorian novels. Create a folder structure that will keep everything organized.
Recommended Structure:
victorian-literature-analysis-2024/
βββ 01-raw-data/
β βββ novels/
β βββ author-biographies/
β βββ historical-context/
βββ 02-processed-data/
β βββ cleaned-texts/
β βββ word-frequencies/
βββ 03-analysis/
β βββ python-scripts/
β βββ results/
βββ 04-documentation/
β βββ research-notes/
β βββ bibliography/
β βββ methodology/
βββ 05-drafts/
βββ 06-final-outputs/
βββ README.md
Exercise 2: File Naming Challenge
Practice creating better file names for common DH scenarios.
Scenario 1: Research Interview
You interviewed Dr. Sarah Johnson about Victorian women writers on September 26, 2024.
Bad name: interview.mp3
Your improvement:
Scenario 2: Data Analysis Script
Python script that analyzes word frequency in your text corpus.
Bad name: script.py
Your improvement:
Advanced Tips
Metadata and File Properties
Both Mac and PC allow you to add metadata to files:
- Tags/Keywords: For easy searching
- Comments: Brief descriptions of file contents
- Custom properties: Project names, authors, etc.
Automation Tools
- Mac: Use Automator for repetitive file tasks
- PC: Use PowerToys or batch renaming tools
- Both: Consider tools like Hazel (Mac) or File Juggler (PC) for automatic file organization
π‘ Pro Tip: The Two-Minute Rule
If organizing a file takes less than two minutes, do it immediately. This prevents the accumulation of messy files and keeps your system clean.
Knowledge Check
Final Check: File Management Best Practices
Which of these demonstrates good file management for a DH project?
Excellent! This filename shows all the best practices:
- Descriptive project folder name
- Numbered organization system
- Clear subfolder purposes
- Descriptive filename with date
- No spaces (using hyphens)
This example has several problems common in poor file management. The correct answer demonstrates all the best practices we've learned.
Questions for Reflection
- How much time do you currently spend looking for files?
- What types of files do you work with most in your DH projects?
- How do you currently handle different versions of the same document?
- What file management habits from this guide would help you most?
Next Steps
Once youβve learned basic file management, youβre ready to learn about file paths and navigation, which will help you understand exactly where your well-organized files live on your computer.
Remember: Good file management is a skill that improves with practice. Start with small improvements and build better habits gradually.