This repository contains data and code to reproduce the figures and results of the following paper:
Juhász, S., Wachs, J., Kaminski, J. and Hidalgo, C. A. (2026) The software complexity of nations. Research Policy, 55(3), 105422. https://doi.org/10.1016/j.respol.2026.105422
Structure of the repository
├── config.yml # Global project configuration (paths, parameters, settings)
├── code/
│ ├── data_processing/ # Scripts and notebooks for cleaning and preparing data
│ ├── figures/ # Notebooks for generating plots and visualizations
│ ├── regressions/ # Code for running regression models and statistical analyses
│ ├── utils/ # Helper functions, shared modules, and general utilities
│
├── data/
│ ├── inputs/ # External raw data sources
│ ├── outputs/ # Processed and intermediate datasets