You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/visualizations/languages/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ date: 2026-04-13
4
4
description: "Guide to D3.js usage in Congo"
5
5
layout: "simple"
6
6
---
7
+
This chart shows the distribution of the languages of the published books in the goodreads dataset.
8
+
9
+
Initially, one could think that goodreads contains a large panel of the books published over the world, but the large predominance of English suggests that there is very likely a bias. It might be because books with an english translation are marked as english, or because goodreads userbase mostly resides in North America and Europe.
Copy file name to clipboardExpand all lines: website/content/visualizations/publishers/index.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,27 @@
1
1
---
2
2
title: "Publishers"
3
3
date: 2026-04-13
4
-
description: "Guide to D3.js usage in Congo"
4
+
description: "compare gender representation across major publishers"
5
5
layout: "simple"
6
6
---
7
+
8
+
This charts explores the relationship betwen publishers and authors' gender.
9
+
10
+
As we can see, few publishers are close to gender equality.
11
+
12
+
One factor that seem to impact the ratio quite strongly is the most published book genres, as all publishers with a majority of books published by women have either Romance, Young Adult or both in their top 3.
13
+
14
+
On the other hand, publishers focusing on Classics/Literature, Science Fiction and Fantasy seem to be publishing men's books overwhelmingly.
0 commit comments