|
1 | 1 | {{ $visualizations := slice |
2 | | - (dict "title" "Gender explorer" "url" "/visualizations/gender-explorer/" "description" "Filter genres or author nationalities and compare male, female, and other authorship totals." "type" "bars") |
3 | | - (dict "title" "Gender-genre scatter" "url" "/visualizations/gender-genre-scatter/" "description" "Compare average price and rating by gender group across genres or nationalities." "type" "scatter") |
4 | | - (dict "title" "Gender explorator" "url" "/visualizations/gender-explorator/" "description" "Inspect women-led and men-led representation by genre or author nationality." "type" "diverging") |
5 | | - (dict "title" "Cartogram" "url" "/visualizations/cartogram/" "description" "Scale countries by the number of books from authors with those nationalities." "type" "map") |
6 | | - (dict "title" "Bar race" "url" "/visualizations/bar-race/" "description" "Watch the leading author nationalities change over time, with optional population scaling." "type" "race") |
7 | | - (dict "title" "Languages" "url" "/visualizations/languages/" "description" "See the distribution of books by language as a waffle chart." "type" "waffle") |
8 | | - (dict "title" "Publishers" "url" "/visualizations/publishers/" "description" "Compare gender representation across major publishers." "type" "publishers") |
9 | | - (dict "title" "Library" "url" "/visualizations/library/" "description" "Browse and filter books on an interactive shelf." "type" "shelf") |
| 2 | + (dict "title" "Gender explorer" "url" "visualizations/gender-explorer/" "description" "Filter genres or author nationalities and compare male, female, and other authorship totals." "type" "bars") |
| 3 | + (dict "title" "Gender-genre scatter" "url" "visualizations/gender-genre-scatter/" "description" "Compare average price and rating by gender group across genres or nationalities." "type" "scatter") |
| 4 | + (dict "title" "Gender explorator" "url" "visualizations/gender-explorator/" "description" "Inspect women-led and men-led representation by genre or author nationality." "type" "diverging") |
| 5 | + (dict "title" "Cartogram" "url" "visualizations/cartogram/" "description" "Scale countries by the number of books from authors with those nationalities." "type" "map") |
| 6 | + (dict "title" "Bar race" "url" "visualizations/bar-race/" "description" "Watch the leading author nationalities change over time, with optional population scaling." "type" "race") |
| 7 | + (dict "title" "Languages" "url" "visualizations/languages/" "description" "See the distribution of books by language as a waffle chart." "type" "waffle") |
| 8 | + (dict "title" "Publishers" "url" "visualizations/publishers/" "description" "Compare gender representation across major publishers." "type" "publishers") |
| 9 | + (dict "title" "Library" "url" "visualizations/library/" "description" "Browse and filter books on an interactive shelf." "type" "shelf") |
10 | 10 | }} |
11 | 11 |
|
12 | 12 | <section class="viz-card-grid" aria-label="Project visualizations"> |
|
0 commit comments