Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Jun 27, 2024
2 parents 74c25c2 + 24b7817 commit e02dc81
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/admin/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
backend:
name: git-gateway
branch: dev
branch: main
squash_merges: true
commit_messages:
create: 'chore(cms): create "{{path}}"'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ shortDescription: >-
**Introductory session on Thursday, March 28th.**
previewImageUrl: /uploads/rtdd_colour_small-type_eng.jpg
previewImageUrl: /uploads/rtdd_colour_small-type_eng.svg
previewImageAltText: RtDD logo
---
We invite members of the disability community, aged 18 years or older, to participate in an upcoming online, inclusive co-design research event. We aim to foster an inclusive environment where diverse perspectives contribute to meaningful change and will work with you to make sure that you can participate equitably.
Expand Down
24 changes: 12 additions & 12 deletions src/collections/initiatives/inverted-wordles-architecture.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
---
title: Inverted Wordles
title: Inverted Word Clouds
author: Cindy Li
date: 2021-05-08T00:04:54.646Z
picture: /uploads/wordle.jpg
altTag: A sample wordle
excerpt: Our development team has been hard at work creating a wordle tool that
will allow users to highlight either minority or majority answers.
altTag: A sample word cloud
excerpt: Our development team has been hard at work creating a word cloud tool
that will allow users to highlight either minority or majority answers.
tags:
- Bias
- We Count
---
When word cloud centres build wordles based on people's answers to a question, majority answers are emphasized while minority answers fade to the background. In order to make minority voices heard, the development team is building a wordle tool that allows users to have the option to flip the algorithm to highlight either the majority or minority answers.
When word cloud centres build word clouds based on people's answers to a question, majority answers are emphasized while minority answers fade to the background. In order to make minority voices heard, the development team is building a word cloud tool that allows users to have the option to flip the algorithm to highlight either the majority or minority answers.

Currently, this wordle tool includes two steps. Further development will be based on feedback.
Currently, this word cloud tool includes two steps. Further development will be based on feedback.

1. People submit their answers to the question: What are the three most important problems to be addressed by inclusive design?
1. People submit their answers to a question. For example: What are the three most important problems to be addressed by inclusive design?

![Submit answers to a question](/uploads/question.png)

2. The wordle is built dynamically by polling submitted answers every five seconds. By default, the less frequent words will be highlighted. When the "conventional weighting" box is checked, the more frequent words will be highlighted.
2. The word cloud is built dynamically by polling submitted answers every five seconds. By default, the less frequent words will be highlighted. When the "conventional weighting" box is checked, the more frequent words will be highlighted.

![The wordle is built dynamically by polling submitted answers every 5 seconds](/uploads/wordle.jpg)
![The word cloud is built dynamically by polling submitted answers every 5 seconds](/uploads/wordle.jpg)

Visit these wiki pages to learn more about the technical details:

1. [Inverted Wordle Architecture](https://wiki.fluidproject.org/display/fluid/Inverted+Wordles+Architecture)
2. [Evaluation of Word Cloud Libraries](https://wiki.fluidproject.org/display/fluid/Evaluation+of+word+cloud+libraries)
3. [The Source Code in GitHub](https://github.com/inclusive-design/inverted-wordles/)
1. [Inverted Word Cloud Architecture](https://fluidproject.atlassian.net/wiki/spaces/fluid/pages/11588419/Inverted+Word+Clouds+Architecture)
2. [Evaluation of Word Cloud Libraries](https://fluidproject.atlassian.net/wiki/spaces/fluid/pages/11588563/Evaluation+of+word+cloud+libraries)
3. [The Source Code in GitHub](https://github.com/inclusive-design/inverted-wordles/)
1 change: 1 addition & 0 deletions src/uploads/rtdd_colour_small-type_eng.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e02dc81

Please sign in to comment.