-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 12 additions & 12 deletions
24
src/collections/initiatives/inverted-wordles-architecture.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.