This is a comprehensive collection of research materials I've gathered for my data visualization project. It includes academic papers, design inspiration, and technical implementation details.
For this project, I'm using D3.js for the core visualization logic, with React for the UI components. This combination provides both powerful visualization capabilities and a clean, maintainable component structure.
The data pipeline is built with Python, using pandas for data cleaning and preprocessing before it's served to the frontend.