IS445(AOG) - Data Viz

This is the course website for IS445(AOG) in Fall 2020

Week 12 - More with Idyll, Publishing Viz

We talk a little bit about publishing and carry on with Idyll.

Idyll Files & Example pages

  1. We’ll be building toward a webpage like this today using Idyll’s built-in components.
  2. Last week, we got to this index.idyll file right here and we’ll start from there this week.
  3. Full Markdown code for this week available right here.
  4. We’ll also build a few histogram components like:

Further examples include:

Data

  1. Corgis per country over time (corgs_per_country_over_time_columns_2020.csv)
  2. Subset of full Corgi database (corgiData_countries_subset_2020.json)
    • Full dataset available here

This dataset is from the Cardigan Archives and scraped using Beautiful Soup in Python and further processed in Python into this form.

Optional reading list

  1. Idyll Docs

Materials