Awesome
An Evaluation-Focused Framework for Visualization Recommendation Algorithms (VIS 2021 - Best Paper Honorable Mention)
web + app.py
The code for the interface design used in the empirical user study. The interface is implemented using Python Flask for the backend and HTML, CSS, JavaScript for the frontend.
app.py
the Flask application- web:
- static: stores all static files, like datasets, as well as CSS and JavaScript files
- templates: stores all HTML files.
analysis
The experiment results and the code for analyzing the result.