Skip to content

Add literature context to PopAgingMPtransmission#45

Open
nathanrobino wants to merge 8 commits intoecon-ark:masterfrom
nathanrobino:improve-PopAgingMPtransmission-NathanRobino
Open

Add literature context to PopAgingMPtransmission#45
nathanrobino wants to merge 8 commits intoecon-ark:masterfrom
nathanrobino:improve-PopAgingMPtransmission-NathanRobino

Conversation

@nathanrobino
Copy link

No description provided.

@llorracc llorracc force-pushed the improve-PopAgingMPtransmission-NathanRobino branch from 4c4dbea to 8db9ec0 Compare February 12, 2026 11:11
@llorracc
Copy link
Collaborator

MyST assembly feedback

Your PR adds literature context to PopAgingMPtransmission and you created PopAgingMPtransmission.md in Jupytext MyST format. However, the MyST Assembly and PR assignment asks for a four-notebook MyST document plus a myst.yml configuration so that myst build produces a rendered HTML site. Right now the MyST build is not configured.

What you need to add

  1. Create the four-notebook structure in models/We-Would-Like-In-Econ-ARK/PopAgingMPtransmission/:

    • PopAgingMPtransmission_intro.ipynb — paper metadata (Wong 2015/2016), original ballpark authors (Nino Kodua), your name as contributor
    • PopAgingMPtransmission_prior-literature.ipynb — prior literature with MyST citations
    • PopAgingMPtransmission_summary.ipynb — copy content from PopAgingMPtransmission_summary.ipynb or PopAgingMPtransmission.md; add {cite:t} citations, cross-reference links to the other notebooks
    • PopAgingMPtransmission_subsequent-literature.ipynb — subsequent literature with MyST citations
  2. Organize bibliography files:

    • self.bib — the Wong paper
    • references.bib — prior literature (from your bibliography.bib)
    • subsequent-literature.bib — papers that cite the main paper
  3. Create myst.yml in the PopAgingMPtransmission folder:

version: 1
project:
  title: "Population Aging and the Transmission of Monetary Policy to Consumption — Ballpark Entry"
  bibliography:
    - self.bib
    - references.bib
    - subsequent-literature.bib
  toc:
    - file: PopAgingMPtransmission_intro.ipynb
    - file: PopAgingMPtransmission_prior-literature.ipynb
    - file: PopAgingMPtransmission_summary.ipynb
    - file: PopAgingMPtransmission_subsequent-literature.ipynb
site:
  title: "Population Aging and the Transmission of Monetary Policy to Consumption — Ballpark Entry"
  1. Verify the build from the PopAgingMPtransmission folder:
myst build

Reference: See PR #40 (OpenHA) for a working example.

@llorracc
Copy link
Collaborator

Link correction: The MyST Assembly and PR assignment is published at:

https://llorracc.github.io/workspace-course-topics/assignments/myst-assembly-and-pr.html

(Previous link pointed to a path that does not exist in teaching-topics.)

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