Recon on War
“Recon on War” - Data Visualization Project
This interactive data visualization website examines Stanford University’s financial connections to the military-industrial complex through comprehensive data analysis and visual storytelling. The project served as both a technical skill-building exercise and an investigation into an important social issue, combining data processing, visualization, and web development practice with meaningful research into institutional power structures.
The analysis reveals significant financial ties, including over $60 million in funding from top weapons manufacturers like Boeing (52 projects, $40+ million) and Lockheed Martin (31 projects, $10+ million) since 2002. The visualization shows that the vast majority of proposed projects receive funding, highlighting the consistency of these institutional relationships.
Visit the website here!
Technical Implementation & Skill Development:
Data Processing with Tableau: Extensively used Tableau for data cleaning, transformation, and exploratory analysis of complex funding datasets. This involved parsing multiple data sources, standardizing company names and project categories, calculating funding totals and project counts, and preparing the data for web-based visualization. The Tableau work provided hands-on experience with data preparation workflows and statistical analysis.
Interactive Visualization with D3.js & Observable: Built sophisticated interactive charts using D3.js within Observable notebooks, creating dynamic bar charts with hover states that reveal detailed project information, funding breakdowns, and contextual data. The D3.js implementation involved data binding, SVG manipulation, animation transitions, and responsive design principles. Observable provided an excellent environment for iterative development and sharing interactive visualizations. The code for individual figures is available in the figures folder, with Observable notebooks accessible directly (Figure 1 notebook, Figure 2 notebook, Figure 3 notebook, Figure 4 notebook, Figure 5 notebook, Figure 6 notebook).
Web Development: Integrated the visualizations into a cohesive website that combines data analysis with historical narrative and social commentary. This involved HTML/CSS layout, responsive design, and embedding Observable notebooks seamlessly into the broader site architecture.
Data Sources:
- Stanford Electronic Research Administration (SeRA) Projects and Agreements Database: Contains reports with information about projects and agreements between various corporations and institutions and Stanford faculty (sera.stanford.edu)
- Defense Technical Information Center Database: Contains information on grants awarded to Stanford from the DoD and military (dtic.dimensions.ai)
The project allowed me to simultaneously develop technical competencies in modern data visualization tools while exploring the important issue of university-military funding relationships. By choosing a subject matter with real social significance, the technical learning process became more engaging and purposeful, demonstrating how data visualization can be used as a tool for institutional transparency and public education.
The website contextualizes the quantitative findings within Stanford’s broader historical relationship with military research, from Cold War-era projects to contemporary defense partnerships, showing how data analysis can illuminate patterns of institutional power and influence.
Project repository: github.com/phalpha/recon_on_war