Skip to content

Commit 42b7c8c

Browse files
committed
Merge branch 'master' of github.com:com-480-data-visualization/scion-babylon
2 parents 5a4afd2 + 328fa98 commit 42b7c8c

16 files changed

Lines changed: 1249 additions & 1255 deletions

File tree

website/content/_index.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
---
2-
title: "Welcome to Dataviz! :tada:"
2+
title: "Welcome to the publishing industry! :tada:"
33
date: 2026-04-13
44
description: "This is a website to host our book visualizations."
55
tags: ["d3", "sample", "graph", "shortcodes"]
66
---
77

88
{{< lead >}}
9-
A powerful, lightweight visualization for COM-480 built with Hugo, Tailwind CSS.
9+
A data-led analysis of the publishing industry through gender and nationality for COM-480.
1010
{{< /lead >}}
1111

12-
This project explores a Goodreads book dataset through questions of authorship, geography, language, publishing, and gender representation.
12+
This project explores a Goodreads book dataset and an International Bestsellers dataset through questions of authorship, geography, language, publishing, and gender representation.
1313

1414
Instead of reading the dataset as a static table, each visualization gives you a different way to move through it: compare groups, follow changes over time, filter the library, or look for the categories where the patterns become surprising.
1515

16+
These vizualisations where build with the following questions in mind:
17+
- What are the most published voices, where do they come from ?
18+
- Is there a correlation between gender and genres ?
19+
- Is there a discrepancy in the way books are rated depending on the author's gender ?
20+
- Is there a discrepancy between male/female authors across nationality ?
21+
- What is the language distribution of published books?
22+
23+
By building the different views of the datasets we have found different ways to explore and answer these questions. We invite you to come to your own conclusions by exploring our visualizations!
24+
25+
1626
# Visualizations {#visualizations}
1727

1828
{{< visualization-cards >}}

website/content/visualizations/bar-race/index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
---
2-
title: "Bar Race"
2+
title: "The Countries Race"
33
date: 2026-04-13
44
description: "Bar race representing books published by each author nationality over time, with optional population scaling."
55
tags: ["d3", "visualization"]
66
layout: "simple"
77
---
8-
This vizualisation represents the amount of authors from a country over time. There is also the possibility to scale it per million of inhabitants. The data spans from 2013 to 2022, that is because these are the ranges available in the international bestsellers dataset.
9-
We have chosen to only show the first 10 countries.
10-
11-
This allows us to see that even though the United States publish more books, they do not have the biggest ratio of authors per million of inhabitants. Using the scaled view allows us to see tha Iceland has about 32 authors per million inhabitants in 2022, which by far the country with the most authors overall.
12-
It is good to see the top 3 of countries change, when scaled it is Iceland, Norway and Spain otherwise it is the United States, France and Spain. Spain seems to have a high enough amount of authors that even when scaled it remains in the top 3.
13-
8+
This visualisation represents the number of authors from each country over time, with the option to scale by million inhabitants. The data spans from 2013 to 2022, which corresponds to the range available in the International Bestsellers dataset. We chose to only show the top 10 countries.
149

10+
Even though the United States publishes more books overall, it does not have the highest ratio of authors per million inhabitants. Switching to the scaled view reveals that Iceland reaches around 32 authors per million inhabitants in 2022, making it by far the most represented country relative to its size.
1511

12+
It is interesting to see the top 3 shift between views: scaled it is Iceland, Norway and Spain, unscaled it is the United States, France and Spain. Spain's author count is high enough that it holds its place in the top 3 either way.
1613

1714
*Toggle the button to see the race with data scaled by inhabitants. Please note that the toggle is disabled while the race is running :)*
1815
<!-- prettier-ignore-start -->

0 commit comments

Comments
 (0)