Skip to content

Conversation

@jstac
Copy link
Contributor

@jstac jstac commented Nov 8, 2025

Summary

This PR standardizes all Job Search section lecture titles to follow a consistent "Job Search [Roman Numeral]: [Topic]" format (I through IX).

Changes Made

1. Reordered Lectures in TOC

  • Swapped the order of odu and mccall_q in _toc.yml to better reflect the progression from basic search with learning to advanced Q-learning techniques

2. Standardized All Titles (I-IX)

Lecture Old Title New Title
mccall_model.md Job Search I: The McCall Search Model ✓ (no change)
mccall_model_with_separation.md Job Search II: Search and Separation ✓ (no change)
mccall_model_with_sep_markov.md Job Search with Separation and Markov Wages Job Search III: Search with Separation and Markov Wages
mccall_fitted_vfi.md Job Search III Job Search IV: Fitted Value Function Iteration
mccall_correlated.md Job Search IV Job Search V: Correlated Wage Offers
career.md Job Search V Job Search VI: Modeling Career Choice
jv.md Job Search VI Job Search VII: On-the-Job Search
odu.md Job Search VII Job Search VIII: Search with Learning
mccall_q.md Job Search VII: A McCall Worker Q-Learns Job Search IX: Search with Q-Learning

Verification

Cross-references verified: All internal references use file anchors (e.g., {doc}mccall_model) rather than title text, so no broken links were introduced
Index entries updated: The index directive in jv.md was also updated to reflect the new numbering

Files Changed

  • _toc.yml - Reordered lecture files
  • mccall_model_with_sep_markov.md - Added consistent title prefix
  • mccall_fitted_vfi.md - Renumbered III → IV
  • mccall_correlated.md - Renumbered IV → V
  • career.md - Renumbered V → VI
  • jv.md - Renumbered VI → VII
  • odu.md - Renumbered VII → VIII
  • mccall_q.md - Renumbered VII → IX and simplified title

🤖 Generated with Claude Code

Updated all Job Search section lectures to follow a consistent "Job Search [Roman Numeral]: [Topic]" title format.

Changes:
- Reordered lectures in _toc.yml: swapped odu and mccall_q positions
- Renumbered all lectures from I to IX with consistent title format:
  - III: Added "Job Search III:" prefix to "Search with Separation and Markov Wages"
  - IV: Renumbered from III to IV (Fitted Value Function Iteration)
  - V: Renumbered from IV to V (Correlated Wage Offers)
  - VI: Renumbered from V to VI (Modeling Career Choice)
  - VII: Renumbered from VI to VII (On-the-Job Search)
  - VIII: Renumbered from VII to VIII (Search with Learning)
  - IX: Renumbered from VII to IX and renamed to "Search with Q-Learning"

All cross-references verified - no broken links (all use file anchors, not title text).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@jstac
Copy link
Contributor Author

jstac commented Nov 8, 2025

@mmcky Could you please monitor this and merge when ready. it's straightforward and touches the toc and a few lectures, so it would be good to have it merged

@github-actions
Copy link

github-actions bot commented Nov 8, 2025

📖 Netlify Preview Ready!

Preview URL: https://pr-681--sunny-cactus-210e3e.netlify.app (e20b25b)

📚 Changed Lecture Pages: career, jv, mccall_correlated, mccall_fitted_vfi, mccall_model_with_sep_markov, mccall_q, odu

@jstac jstac merged commit 74949c4 into main Nov 8, 2025
1 check passed
@jstac jstac deleted the fix_js_toc_and_titles branch November 8, 2025 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants