This website allows users to upload multiple SciolyFF YAML files (Science Olympiad tournament results) and generates a combined table with customized formatting for comparison and analysis.
- Multi-Tournament Upload: Upload several SciolyFF YAML files at once.
- Dynamic Table Rendering: View all tournaments side-by-side in a single, scrollable table.
- Medal Counts: Optionally display per-team medal counts for each tournament.
- Customizable Columns: Toggle columns for city, state, team number, suffix, medal counts, and more.
- Highlighting: Highlight top teams and customize how many are shown.
- Export Options: Copy the table as a PNG image or download as PNG/SVG for sharing or presentations.
- File Management: See a list of uploaded files and add and remove as needed.
- Go to the website.
- Drag and drop or select one or more SciolyFF YAML files.
- Use the controls to customize the table view.
- Export or download the table as needed.
- Pure browser JavaScript (no build required for main app)
- SCSS for styling (compiled to CSS)
- sciolyff for parsing YAML
- html2canvas for image export