Developing a WiNDC Web Application to solve CGE Models
October 17, 2025
Since I stated at WiNDC I have had the vision of developing a web application to allow users to run CGE models built with WiNDC without needing to install any software locally. The past week I have made significant progress towards this goal and have a working prototype. Read more
Visualizing GTAP in Julia
October 03, 2025
I’ve spent the past week working on a package to load GTAP data from the provided HAR files. The good news is that I have working code to load the data into a Julia DataFrame. The bad news is that it will take a little more time to clean it up and make it user-friendly. Read more
Exploring the WiNDC Data
September 12, 2025
Today I want to share a few visualizations I’ve created using the basic WiNDC national data. The goal is to provide some insights into the data, see exactly what the economy is doing and how WiNDC reflects that. My code is available on my GitHub. Read more