-
Notifications
You must be signed in to change notification settings - Fork 13
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
6 changed files
with
42 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Wonderful Wednesdays | ||
|
||
**September 11th, 2024**. | ||
**October 9th, 2024**. | ||
|
||
The challenge for the next webinar is about personalized dosing. Details can be found [here](https://github.com/VIS-SIG/Wonderful-Wednesdays/tree/master/data/2024/2024-09-11). | ||
The challenge for the next webinar is about improving a bad chart. Details can be found [here](https://github.com/VIS-SIG/Wonderful-Wednesdays/tree/master/data/2024/2024-10-09). | ||
|
||
For more on PSI and wonderful wednesdays see https://www.psiweb.org/sigs-special-interest-groups/visualisation/welcome-to-wonderful-wednesdays | ||
|
||
|
@@ -20,15 +20,15 @@ You will be able to submit your improvements for feedback via a google form on t | |
We will make the submissions available to the community together with highlights of the strength and limitations through our [blog](https://vis-sig.github.io/blog/). Over time, this will lead to a gallery of visualizations for others to learn from. | ||
|
||
|
||
## September data set | ||
## October data set | ||
|
||
**Upcoming October 9th, 2024 webinar**. The current data example focuses on [personalized dosing](https://github.com/VIS-SIG/Wonderful-Wednesdays/tree/master/data/2024/2024-09-11). | ||
**Upcoming November 13th, 2024 webinar**. The current data example focuses on [improving a bad chart](https://github.com/VIS-SIG/Wonderful-Wednesdays/tree/master/data/2024/2024-10-09). | ||
|
||
Submit your visualisations [here](https://docs.google.com/forms/d/e/1FAIpQLSdNAaiuUAD89LAdQm5KNnLWs-MjqA4pzX2VHAwN7iqwoKpi-Q/viewform) or send them to <[email protected]>! | ||
|
||
## Next Webinar | ||
|
||
**October 9th, 2024**. | ||
**November 13th, 2024**. | ||
|
||
## Previous data sets | ||
|
||
|
@@ -134,6 +134,7 @@ Submit your visualisations [here](https://docs.google.com/forms/d/e/1FAIpQLSdNAa | |
|
||
* [Personalised dosing](data/2024/2024-09-11). Presented on **September 11th, 2024**. | ||
|
||
* [Improving a bad chart](https://github.com/VIS-SIG/Wonderful-Wednesdays/tree/master/data/2024/2024-10-09) | ||
|
||
## Downloading single files | ||
|
||
|
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
TREATMENT,1,2,3,4,5,6,7 | ||
001,6.2,5.7,5.2,4.8,4.1,6,5.2 | ||
002,2.2,3.8,4,4.2,4.7,2.3,2.8 | ||
003,5.5,4.6,4.2,5.3,5.4,6.7,4.3 | ||
004,6.1,6.4,7.3,7.2,8,5.8,5.1 | ||
005,7,7.2,8.3,8.5,9.3,8.1,6.4 | ||
006,8.5,8.1,9,8.3,7.4,6.3,5.6 | ||
007,2.5,2.1,1.8,2.3,4.1,9.4,10 | ||
008,7.6,8.1,7.4,7.9,6.1,5.5,5.7 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Improving a Bad Chart | ||
===================== | ||
|
||
## Background | ||
|
||
- A randomized study comparing 8 treatments/interventions | ||
- Subjects were followed up at 7 study visits, with the intervention given between visits 5-6 | ||
- Endpoint: Disease Index Score | ||
- Dataset contains mean scores by treatment and visit | ||
- A data visualisation is provided, along with the source data | ||
|
||
## Data set | ||
|
||
The dataset contains mean Disease Index Score at each Visit, by Treatment. It is provided as [csv](WW Nov 2024.csv) and [xlsx](WW Nov 2024.xlsx) file. | ||
|
||
## The bad chart | ||
|
||
![](bad_chart.png) | ||
|
||
## The Challenge | ||
|
||
- Can you produce an improved version of the supplied visualisation? | ||
- Identify any pattern or interesting finding in the results | ||
- Produce a visualisation that clearly shows any trends | ||
- Focus on attention to detail and quality |
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