Skip to content

Commit 7accc39

Browse files
committed
fix: made descriptions better
1 parent 195f4a4 commit 7accc39

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ description: "Bar race representing books published by each author nationality o
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 -->

website/content/visualizations/cartogram/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ description: "Map that scales countries by the number of books published by auth
55
tags: ["d3", "visualization"]
66
layout: "simple"
77
---
8-
This map explores the voices amplified by the publishing industry, by scaling the countries on the map by the number of the authors from these countries. This deformed map, called a cartogram, shows us that as expected most published authors come from European and North America. The United States, Italy and France are some of the countries with the most published authors from our dataset. It should be mentionned that this vizualisation was made with the international bestsellers dataset. This means that it might be skewed towards books published by bigger countries with more reach. We tried finding other datasets with author origin but this one was the best we found. Sadly, our dataset covered few African, Central American and Central Asian authors.
8+
This map explores the voices amplified by the publishing industry by scaling each country by the number of authors from that country.
9+
10+
This deformed map, called a cartogram, shows that as expected most published authors come from Europe and North America. The United States, Italy and France are among the countries with the most published authors in our dataset. It should be noted that this visualisation was built from the International Bestsellers dataset, which may skew results towards larger countries with more global reach.
11+
12+
We looked for other datasets tracking author origin but this was the best available. As a result, African, Central American and Central Asian authors are underrepresented.
913

1014
*Toggle the button to discover the scaled map !*
1115
<!-- prettier-ignore-start -->

0 commit comments

Comments
 (0)