Illinois Water Resources Center (IWRC) - Comprehensive tracking and analysis of research funding, student outcomes, and project impact across fiscal years 2016-2024.
Open Navigation Hub - Modern, dynamic IWRC-branded interface to browse all content
The repository now features automatic data updates and a modern UI. See Dynamic Updates Guide for details.
# Update repository metadata after changes
python3 scripts/update_repo_metadata.py
This repository contains:
The repository has been completely reorganized with improved structure, IWRC branding, and comprehensive navigation:
β
Clean Organization - Logical separation of deliverables, analysis, data, and assets
β
IWRC Branding - Professional branded index pages and CSS theme
β
Comprehensive Documentation - README.md in every major folder
β
45% Size Reduction - Removed 128 MB of duplicates (282 MB β 154 MB)
β
Dynamic Updates - Automatic metadata updates and modern responsive UI
β
Improved Navigation - Card-based navigation hubs with smooth animations
seed-fund-tracking/
βββ index.html # π Main navigation hub (START HERE - Dynamic)
βββ README.md # This file
β
βββ config/ # βοΈ Configuration
β βββ repo-metadata.json # Dynamic metadata for index.html
β
βββ deliverables_final/ # π All final outputs
β βββ index.html # Deliverables navigation
β βββ 1_Executive_Reports/ # Executive summaries
β βββ 2_Detailed_Reports/ # In-depth analysis
β βββ 3_Data_Files/ # Excel data files
β βββ 4_Visualizations/ # Static & interactive charts
β βββ 5_Archive/ # Historical versions
β
βββ data/ # π Source and processed data
β βββ source/ # Original FY reports
β βββ consolidated/ # Main tracking database
β βββ outputs/ # Analysis results
β
βββ analysis/ # π¬ Analysis code
β βββ notebooks/ # 8 Jupyter notebooks
β βββ scripts/ # 42+ Python scripts
β
βββ scripts/ # π§ Utility scripts
β βββ update_repo_metadata.py # Auto-update metadata
β
βββ assets/ # π¨ Branding and design
β βββ branding/ # Logos, fonts, guidelines
β βββ styles/ # Shared CSS theme
β
βββ docs/ # π Documentation (23 files)
βββ DYNAMIC_UPDATES_GUIDE.md # Dynamic system guide
Executive Reports:
Detailed Reports:
Static Charts (36 PNGs) - Organized by category:
Interactive Dashboards (15 HTML):
# Python 3.8+ required
pip install pandas numpy matplotlib plotly openpyxl reportlab folium
# Launch Jupyter for notebooks
jupyter notebook analysis/notebooks/
# Run specific analysis scripts
python analysis/scripts/generate_static_visualizations.py
# Execute all notebooks in order
python analysis/scripts/execute_notebooks.py
# Generate final reports and visualizations
python analysis/scripts/generate_final_deliverables_v2.py
See docs/ folder for complete documentation (22 files)
See IWRC_BRANDING_GUIDELINES.md for complete specifications.
data/source/data/processed/clean_iwrc_tracking.xlsxanalysis/notebooks/current/analysis/scripts/For questions or contributions:
Illinois Water Resources Center (IWRC)
University of Illinois System
Data and analysis for Illinois Water Resources Center internal use and reporting.
Navigation: Home | Deliverables | Data | Analysis | Docs
Last Updated: November 27, 2025 | Repository Size: 154 MB | Version: 2.0 (Reorganized)