Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 575 Bytes

File metadata and controls

16 lines (10 loc) · 575 Bytes

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.