Starting from session #04 (2024-10-18), you should submit the results of your work as an assignment in Moodle.
When? The assignment modules will be created in Moodle at the time the assignment itself is published. The assignments are designed to be achievable in the 2 hours of a petite classe session (not counting optional parts). You should submit an assignment by 12:00 (noon) the following day when the petite classe session actually takes place. You are all expected to submit your assignment after each session, no matter whether you have completed it 100% or not.
How? Prepare a ZIP file with:
- a screenshot of your visualization, along with the browser's Inspector showing a representative view of your DOM tree structure (see example below);
- optional: when it is interactive/animated, a short video clip of that same visualization running in your browser;
- the code itself (HTML+JS) along with the libs (e.g., D3), and the data. When reviewing your submission, we should be able to run the code as is, out of the box, without having to copy libraries from elsewhere, or data, or anything else. Just launching a local HTTP server in your folder and accessing the Web page in a browser. The same as the solutions we provide you with. We will ignore all submissions that fail to meet this requirement.