-
Notifications
You must be signed in to change notification settings - Fork 0
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
Changed book style and started adding shell per outline #6
base: main
Are you sure you want to change the base?
Changes from 4 commits
4bea988
5303f6f
8c7b799
212366a
8873d02
a10d301
09ad732
1edc5ce
16e1c2f
7376595
f3af216
32773be
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# What is Data Visualization? | ||
|
||
```{r, include = FALSE} | ||
ottrpal::set_knitr_image_path() | ||
``` | ||
|
||
## Learning Objectives | ||
|
||
This chapter will cover: | ||
|
||
- {LO1} | ||
- {LO2} | ||
|
||
## What is Data Visualization? | ||
|
||
### Exploratory Data Analysis (EDA) | ||
|
||
### Polished Visualizations for sharing | ||
|
||
## Why is data visualization so important? |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Which visualization should I use? | ||
|
||
A data visualization is made up of data and ... | ||
|
||
Deciding which data visualization to use ... | ||
|
||
```{r, include = FALSE} | ||
ottrpal::set_knitr_image_path() | ||
``` | ||
|
||
## Learning Objectives | ||
|
||
This chapter will cover: | ||
|
||
- {LO1} | ||
- {LO2} | ||
|
||
## Data types | ||
|
||
## Graph types | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Per @carriewright11 's suggestion, I like showing a decision tree like this to help people decide on visualizations: https://www.data-to-viz.com/ Probably need to also expand to include cancer informatics-specific visualizations, including genomics/volcano plots, etc |
||
|
||
## Data encodings | ||
|
||
### Shape | ||
|
||
### Color | ||
|
||
### Area, Line, point, ... | ||
|
||
### Labels |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# High quality and inclusive data visualizations | ||
|
||
```{r, include = FALSE} | ||
ottrpal::set_knitr_image_path() | ||
``` | ||
|
||
## Learning Objectives | ||
|
||
This chapter will cover: | ||
|
||
- {LO1} | ||
- {LO2} | ||
|
||
## Visual Design Principles | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can be helpful to talk about preattentive attributes and how they're used in viz design: https://laderast.github.io/data_storytelling_bdc/#22 |
||
|
||
## Accessibility Considerations | ||
|
||
### Color palettes | ||
|
||
### Labels | ||
|
||
### Captions and alternative text descriptions | ||
|
||
## Ethical Considerations | ||
|
||
### Data Distortions | ||
|
||
## Annotations and other points of reference |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Wrapping up | ||
|
||
```{r, include = FALSE} | ||
ottrpal::set_knitr_image_path() | ||
``` | ||
|
||
## Learning Objectives | ||
|
||
This chapter will cover: | ||
|
||
- {LO1} | ||
- {LO2} | ||
|
||
## In summary | ||
|
||
## Additional Considerations | ||
|
||
## See next |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
bookdown::gitbook: | ||
css: assets/style.css | ||
css: assets/style_ITN.css | ||
includes: | ||
before_body: assets/big-image.html | ||
after_body: [assets/footer.html, assets/open-new-tab.html] | ||
highlight: tango | ||
before_body: assets/big-image-itcr.html | ||
after_body: assets/footer.html | ||
highlight: tango | ||
config: | ||
toc: | ||
collapse: section | ||
before: | | ||
<a href="http://jhudatascience.org/"><img src="https://jhudatascience.org/images/dasl.png" style=" width: 80%; padding-left: 40px; padding-top: 8px; vertical-align: top "</a> | ||
<a href="https://www.itcrtraining.org/"><img src="assets/ITN_logo.png" style="padding-left: 15px; padding-top: 8px;"</a> | ||
after: | | ||
<p style="text-align:center;"> <a href="https://www.ottrproject.org/" target="blank" > This content was published with</a> <a href="https://bookdown.org/" target="blank"> bookdown using</a> </p> | ||
<p style="text-align:center;"> <a href="https://github.com/jhudsl/OTTR_Template"> The OTTR Template by:</a></p> | ||
<p style="text-align:center;"> <a href="http://jhudatascience.org/"> The Johns Hopkins Data Science Lab </a></p> | ||
<a href="http://jhudatascience.org/"><img src="https://jhudatascience.org/images/dasl.png" style=" width: 80%; filter: grayscale(100%); padding-left: 40px; padding-top: 8px; vertical-align: top "</a> | ||
<p style="text-align:center; font-size: 12px;"> <a href="https://github.com/rstudio4edu/rstudio4edu-book/"> Style adapted from: rstudio4edu-book </a> <a href ="https://creativecommons.org/licenses/by/2.0/"> (CC-BY 2.0) </a></p> | ||
<p style="padding-left: 40px;"><div class="trapezoid" style = "padding-left: 40px;"><span> <a href="https://forms.gle/hc8Xt3Y2Znjb6M4Y7"> Click here to provide feedback</a> <img src="assets/itcr_arrow.png" style=" width: 10%" ></span></div></p> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<head> | ||
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0"> | ||
<!--script src="https://kit.fontawesome.com/6a26f47516.js"></script--> | ||
<!--<script src="assets/hideOutput.js"></script>--> | ||
<link href="assets/style_ITN.css" rel="stylesheet"> | ||
</head> | ||
|
||
|
||
|
||
<div class="hero-image-container"> | ||
<img class= "hero-image" src="assets/itcr_main_image.png"> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do like the exploratory vs explanatory dichotomy for explaining the aims of visualization: https://laderast.github.io/data_storytelling_bdc/#5