A simple HTML dashboard for visualizing TOP500 supercomputer data. The TOP500 project ranks and details the 500 most powerful non-distributed computer systems in the world.
- Upload and parse TOP500 data from Excel (.xlsx) files
- Interactive charts and visualizations using Chart.js
- Responsive design for various screen sizes
The dashboard is deployed and ready to use at https://jentrialgo.github.io/top500-dashboard/.
To run it locally:
- Download the latest TOP500 list in Excel format from the TOP500 website.
- Open
index.htmlin a web browser. - Upload the downloaded Excel file using the file input.
- View the generated charts and statistics.
This project uses CDN-hosted libraries:
- Chart.js for data visualization
- XLSX library for Excel file parsing
No installation required - just open the index.html file in a browser.