forked from tskam/ISSS608
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDataViz.Rmd
57 lines (40 loc) · 2.95 KB
/
DataViz.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: "DataViz Makeover"
description: |
Explore different perspectives and approaches to create more truthful and enlightening data visualisation
date: "`r Sys.Date()`"
output:
distill::distill_article:
toc: true
toc_depth: 3
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
## Overview
Each fortnight, I will post one or two data visualisation and you are required to critic, suggest ways for improvement and rework the data visualisation. Maybe you retell the story more effectively, or find a new story in the data. I am curious to see the different approaches you all take.
The purpose of the makeover is to improve on the original visualisation. Focus on what works, what doesn’t work, why those things don’t work, and how you made it better. You should try stick to the fields in the data set provided and improve upon the original visualisation. However, if supplementing the data helps you tell a better story, go for it!
## DataViz Makeover Topics
- [DataViz Makeover 1](DataViz/DataViz1.html)
- [DataViz Makeover 2](DataViz/DataViz2.html)
- [DataViz Makeover 3](DataViz/DataViz3.html)
## Submission Instructions
- The write-up of the DataViz Makeover must be in [**distill**](https://rstudio.github.io/distill/) or [**blogdown**](https://github.com/rstudio/blogdown) format. You are required to publish the write-up on [**Netlify**](https://www.netlify.com/).
- The R project of the DataViz Makeover must be pushed onto your [Github](https://github.com/) repository.
- The DataViz Makeover must be prepared by using **Tableau Desktop**. The final workbook must be uploaded onto [Tableau Public](https://public.tableau.com/en-us/s/).
- All DataViz Makeover have to be completed by **Sunday before mid-night 11.59pm**. You are required to provide the links to the DataViz Makeover write-up, github repository and Tableau Public onto eLearn (i.e. DataViz Makeover section) as shown in the screenshot below:
![](img/image2.jpg)
## For your reference
### From seniors
- DataViz Makeover Blog Link [AY2020-2021 Term 2](https://wiki.smu.edu.sg/2021t2isss608/DataViz#DataViz_Makeover_Blog_Link)
- [DataViz Makeover 1 handout](others/ISSS608_AY2020-21T2_DataViz1.pdf), [sample web article](https://kaichinlim.netlify.app/posts/2021-01-24-dataviz-makeover-1/) and [Tableau Public](https://public.tableau.com/profile/kai.chin#!/vizhome/DataViz1_16113674336320/Sheet1?publish=yes) submission.
### From external sources
- [Makeover Monday](https://www.makeovermonday.co.uk/), especially:
- [Gallery](https://www.makeovermonday.co.uk/gallery/)
- [Our Makeover](https://www.makeovermonday.co.uk/makeovers/)
- [Webinars](https://www.makeovermonday.co.uk/webinars/)
- [blog](https://www.makeovermonday.co.uk/blog/)
- [Story Telling with Data](http://www.storytellingwithdata.com/), especially:
- [Community](https://community.storytellingwithdata.com/)
- [Blog](http://www.storytellingwithdata.com/blog)
## DataViz Makeover Blog Link