geog458

Lab 6: Making a Smart Dashboard

Instructor: Bo Zhao, 206.685.3846 or zhaobo@uw.edu; Points Available = 50

In this lab, you will need to walk through the procedure to create a smart dashboard. The smart dashboard illustrates the earthquakes in Japan in September 2017, check out the demo from here). This dashboard is primarily built with a map component and a dynamic chart. This map component is made by MapBox, while the chart was built upon C3.js.

For your deliverable, you need to create a smart dashboard all by yourself upon the template we have provided. You should make this dashboard to visualize a specific geographical phenomenon. For example, you can create a smart dashboard to visualize the distribution of the COVID-19 cases in the US, or the vehicle collisions in Seattle. When you determine the geographical phenomenon, make sure the use of language on the information panel and the map style are relevant to the group. (20 POINTS).

Below are a few other requirement.

Please make sure the internal structure of the files in your project repository is well organized. For example, it may be similar to the file structure below.

[your_repository_name]
    index.html
    readme.md
    ├─css
          style.css
    ├─img
          xxx.jpg
    └─js
            main.js