Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recreate Data Representation interactive for Field Guide #1183

Merged
merged 17 commits into from
Nov 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions LICENCE-THIRD-PARTY
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ licensed under MIT licence.
third-party-licences/before-after.txt
==============================================================================

==============================================================================
Bias in Big Data
------------------------------------------------------------------------------
https://github.com/NCC74656/Bias-In-Big-Data-Interactive
Copyright 2019 Mark Henszey Wolgin
licensed under MIT licence.
third-party-licences/bias-in-big-data.txt
==============================================================================

==============================================================================
big.js
------------------------------------------------------------------------------
Expand Down Expand Up @@ -184,12 +193,12 @@ third-party-licences/cytoscape-no-overlap.txt
==============================================================================

==============================================================================
Bias in Big Data
Data Visualization
------------------------------------------------------------------------------
https://github.com/NCC74656/Bias-In-Big-Data-Interactive
Copyright 2019 Mark Henszey Wolgin
https://github.com/ahallak/CISC374
Copyright 2019 ahallak, sestrobel, joy-kitson, KMeyerUD.
licensed under MIT licence.
third-party-licences/bias-in-big-data.txt
third-party-licences/data-visualization.txt
==============================================================================

==============================================================================
Expand Down
2 changes: 2 additions & 0 deletions csfieldguide/interactives/content/en/interactives.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ confusing-error:
name: Confusing Error
data-bias:
name: Data Bias
data-visualisation:
name: Data Visualisation
date-picker:
name: Date Picker
deceiver:
Expand Down
4 changes: 4 additions & 0 deletions csfieldguide/interactives/content/structure/interactives.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ data-bias:
languages:
en: interactives/data-bias.html
is_interactive: true
data-visualisation:
languages:
en: interactives/data-visualisation.html
is_interactive: true
date-picker:
languages:
en: interactives/date-picker.html
Expand Down
1 change: 1 addition & 0 deletions csfieldguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"csfg-interactive-cmy-mixer": "file:./static/interactives/cmy-mixer/",
"csfg-interactive-colour-matcher": "file:./static/interactives/colour-matcher/",
"csfg-interactive-data-bias": "file:./static/interactives/data-bias/",
"csfg-interactive-data-visualisation": "file:./static/interactives/data-visualisation/",
"csfg-interactive-frequency-anaylsis": "file:./static/interactives/frequency-analysis/",
"csfg-interactive-jpeg-compression": "file:./static/interactives/jpeg-compression/",
"csfg-interactive-matrix-simplifier": "file:./static/interactives/matrix-simplifier/",
Expand Down
24 changes: 24 additions & 0 deletions csfieldguide/static/interactives/data-visualisation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Data Visualisation interactive

**Authors:**

- Amjed Hallak
- sestrobel
- Joy Kitson
- KMeyerUD

The original can be found [here](https://github.com/ahallak/CISC374).

**Recreated by:** Alasdair Smith

This game serves to teach students that visualisation can help a user quickly identify trends in data, and that some visualisations are more helpful than others.

## The Game

The user is presented with a data set for a short period, then expected to enter the mode (most common value) of the data.
This process is repeated with different visualisation techniques, including: a grid, heatmap, pie chart and bar chart.

## Licences

This interactive uses [Chart.js](https://www.chartjs.org/).
Its licence, and that of the original game, is listed in `LICENCE-THIRD-PARTY`, with a full copy available in the `third-party-licences` directory.
Loading