Skip to content

Commit

Permalink
Merge pull request #1183 from uccser/issue/1182/datarep
Browse files Browse the repository at this point in the history
Recreate Data Representation interactive for Field Guide
  • Loading branch information
eAlasdair authored Nov 5, 2019
2 parents ac2741b + e3ffaed commit 5926ea2
Show file tree
Hide file tree
Showing 11 changed files with 659 additions and 4 deletions.
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

0 comments on commit 5926ea2

Please sign in to comment.