lqramsey#
Series: lecture-dp
File:
lectures/lqramsey.mdAudit date: 2026-05-28
Categories audited: writing, math, code, jax, figures, references, links, admonitions
Overall score: 7.7 / 10
Priority: LOW
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
H2/H3 mostly sentence case. |
Math |
8/10 |
|
Code |
8/10 |
Unicode Greek; pip install at top; PEP8; figsize 2×. |
JAX |
out of scope |
not a JAX lecture. |
Figures |
6/10 |
Three Title-Case |
References |
6/10 |
Three narrative-author |
Links |
9/10 |
No raw cross-series URLs. |
Admonitions |
9/10 |
One |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
[qe-math-010 (proposed)] —
\mathbb Ewritten without braces in nearly every display equation (lines 117, 128, 206, 262, 275, 331). Count: 6+.[qe-writing-004] —
\mathscr Lused for the Lagrangian (line 274); prefer plain letter or\mathcal{L}.[qe-ref-001] — Three narrative-author
{cite}patterns. Should be{cite:t}.[qe-fig-006] — Three Title-Case
xlabel('Time')calls. Lines: 780, 835, 842.
Low severity#
[qe-writing-001] — A few multi-sentence paragraphs.
[qe-fig-001] —
figsize=set 2 times.
Strengths#
Lecture title in correct Title Case.
H2/H3 headings sentence case.
Definitions italic/bold consistent (feasible, equilibrium, Ramsey problem, Ramsey plan).
“IID” used correctly.
Equation labels and
{eq}references used cleanly.No transpose violations, no bold vectors, no matrix-bracket, no
\tag, noalign-inside-$$issues.pip install at top; Unicode Greek in code.
Exercise uses
exercise-start/solution-startwith:label:and dropdown.
Recommended actions#
Add braces consistently:
\mathbb E→\mathbb{E}.Replace
\mathscr Lwith\mathcal{L}or plainL.Switch narrative
Author {cite}…to{cite:t}form.Lowercase
'Time'axis labels.