Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Econ Project Templates: Modern, Reproducible Research in Economics

Why Reproducibility Matters

We are in the midst of a reproducibility crisis in the social sciences. Journals like the AER now mandate rigorous data and code availability policies, and the days of “trust me, I ran the regression” are over. But beyond compliance, reproducibility is about your peace of mind. It means knowing that if you find a mistake in your raw data three days before submission, you can re-run your entire project—tables, figures, and paper—with a single command. It means your future self (and your co-authors) can understand and run your code on a new machine without spending a week fighting dependency hell.

The Solution

This template is a “batteries-included” starting point for professional economic research. It replaces fragile, manual workflows with a robust, automated pipeline. By combining Pixi for hermetic environment management, Pytask for workflow automation, and MyST for integrated writing, we provide a structure where code and text live in harmony. You don’t build an environment; you define it. You don’t “paste” results into LaTeX; you generate a dynamic document. This project gives you the tooling of a senior software engineer with an interface designed for economists.


We have structured our documentation to get you working immediately, regardless of your experience level.