Skip to content

Add MyST assembly for HKS Wealth Distribution-rubyzheng#44

Open
rzheng2112 wants to merge 11 commits intoecon-ark:masterfrom
rzheng2112:improve-hks-wealth-distribution-rubyzheng
Open

Add MyST assembly for HKS Wealth Distribution-rubyzheng#44
rzheng2112 wants to merge 11 commits intoecon-ark:masterfrom
rzheng2112:improve-hks-wealth-distribution-rubyzheng

Conversation

@rzheng2112
Copy link

New supporting documents (in proposed-revisions/):

  • prior-literature.md — summary of prior literature the paper builds on
  • subsequent-literature-analysis.md — analysis of work that cites HKS (2018)
  • proposed-revisions.md — proposed revisions and section text
  • subsequent-literature.bib — bibliography of subsequent literature
  • wealth_inequality.bib — bibliography of prior literature (papers HKS cites)

Notebook updates (Acalin_HKS.ipynb):

  • Prior literature: New section after Overview.
  • Subsequent literature: New section after Conclusion.
  • Title: Updated from “Hubmer, Krusell, and Smith (Forthcoming)” to “Hubmer, Krusell, and Smith (2018)”.
  • Coauthor: Added Ruby Zheng as coauthor of the notebook.

Coauthor: Ruby Zheng

@llorracc llorracc force-pushed the improve-hks-wealth-distribution-rubyzheng branch from f82aad8 to 086940c Compare February 12, 2026 11:11
@rzheng2112 rzheng2112 force-pushed the improve-hks-wealth-distribution-rubyzheng branch from e3f8d60 to 9496a1e Compare February 17, 2026 01:57
@rzheng2112
Copy link
Author

HKSWealthDistribution_intro.ipynb — paper metadata, attribution (SST)
HKSWealthDistribution_prior-literature.ipynb — prior literature with MyST citations
HKSWealthDistribution_summary.ipynb — original notebook with typo fixes, heading hierarchy, MyST citations, and cross-reference links
HKSWealthDistribution_subsequent-literature.ipynb — subsequent literature with MyST citations
self.bib, references.bib, subsequent-literature.bib
myst.yml with TOC and bibliography configuration ```

@rzheng2112 rzheng2112 changed the title Add literature context to HKS Wealth Distribution Add MyST assembly for HKS Wealth Distribution-rubyzheng Feb 17, 2026
@llorracc
Copy link
Collaborator

MyST assembly feedback

Your PR adds prior and subsequent literature to the HKS Wealth Distribution entry, and you created Acalin_HKS.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/HKSWealthDistribution/:

    • HKSWealthDistribution_intro.ipynb — paper metadata (Hubmer, Krusell, Smith 2018), original ballpark authors (Julien Acalin), your name as contributor
    • HKSWealthDistribution_prior-literature.ipynb — prior literature with MyST citations (from your proposed-revisions content)
    • HKSWealthDistribution_summary.ipynb — copy your edited content from Acalin_HKS.ipynb here; add {cite:t} citations, cross-reference links to the other notebooks
    • HKSWealthDistribution_subsequent-literature.ipynb — subsequent literature with MyST citations
  2. Organize bibliography files:

    • self.bib — the HKS (2018) paper
    • references.bib — prior literature (from your wealth_inequality.bib or similar)
    • subsequent-literature.bib — papers that cite HKS (from your subsequent-literature.bib)
  3. Create myst.yml in the HKSWealthDistribution folder:

version: 1
project:
  title: "A Comprehensive Quantitative Theory of the U.S. Wealth Distribution — Ballpark Entry"
  bibliography:
    - self.bib
    - references.bib
    - subsequent-literature.bib
  toc:
    - file: HKSWealthDistribution_intro.ipynb
    - file: HKSWealthDistribution_prior-literature.ipynb
    - file: HKSWealthDistribution_summary.ipynb
    - file: HKSWealthDistribution_subsequent-literature.ipynb
site:
  title: "A Comprehensive Quantitative Theory of the U.S. Wealth Distribution — Ballpark Entry"
  1. Verify the build from the HKSWealthDistribution folder:
myst build

Note: The Acalin_HKS.md Jupytext file is useful for editing, but the MyST site build requires myst.yml and the assembled notebooks. 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