-
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?
Conversation
@laderast I tried to add you as a reviewer to this too, but I seem to be missing how to do that. |
|
No spelling errors! 🎉 |
Re-rendered previews from the latest commit:
* note not all html features will be properly displayed in the "quick preview" but it will give you a rough idea. Updated at 2024-11-06 with changes from the latest commit 4d1b927 |
Looks great! The only thing I might change is shifting the "What are the parts of a data visualization?" Chapter to more of an emphasis on how to know what type of plot to use. Also if the chapter titles are shorter it makes it easier for learners to navigate the table of contents (as they don't get cut off) , so you might want to consider changing them to be shorter. |
Maybe work on learning objectives next |
Might also be good to talk about distortions that can happen |
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.
Looks good, Kate. I mostly added a few links to other material if it's helpful.
|
||
## What is Data Visualization? | ||
|
||
### Exploratory Data Analysis (EDA) |
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
- {LO1} | ||
- {LO2} | ||
|
||
## Visual Design Principles |
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.
Can be helpful to talk about preattentive attributes and how they're used in viz design: https://laderast.github.io/data_storytelling_bdc/#22
|
||
## Data types | ||
|
||
## Graph types |
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.
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
Thank you both, @carriewright11 and @laderast -- these are very helpful! |
index.Rmd
Outdated
|
||
## Available course formats | ||
This course is part of a series of courses for the [Informatics Technology for Cancer Research (ITCR)](https://itcr.cancer.gov/) called the Informatics Technology for Cancer Research Education Resource. This material was created by the ITCR Training Network (ITN) which is a collaborative effort of researchers around the United States to support cancer informatics and data science training through resources, technology, and events. This initiative is funded by the following grant: [National Cancer Institute (NCI)](https://www.cancer.gov/) UE5 CA254170. Our courses feature tools developed by ITCR Investigators and make it easier for principal investigators, scientists, and analysts to integrate cancer informatics into their workflows. Please see our website at [www.itcrtraining.org](www.itcrtraining.org) for more information. |
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.
This course is part of a series of courses for the [Informatics Technology for Cancer Research (ITCR)](https://itcr.cancer.gov/) called the Informatics Technology for Cancer Research Education Resource. This material was created by the ITCR Training Network (ITN) which is a collaborative effort of researchers around the United States to support cancer informatics and data science training through resources, technology, and events. This initiative is funded by the following grant: [National Cancer Institute (NCI)](https://www.cancer.gov/) UE5 CA254170. Our courses feature tools developed by ITCR Investigators and make it easier for principal investigators, scientists, and analysts to integrate cancer informatics into their workflows. Please see our website at [www.itcrtraining.org](www.itcrtraining.org) for more information. | |
This course is part of a series of courses for the [Informatics Technology for Cancer Research (ITCR)](https://www.cancer.gov/about-nci/organization/cssi/research/itcr). This material was created by the ITCR Training Network (ITN) which is a collaborative effort of researchers around the United States to support cancer informatics and data science training through resources, technology, and events. This initiative is funded by the following grant: [National Cancer Institute (NCI)](https://www.cancer.gov/) UE5 CA254170. Our courses feature tools developed by ITCR Investigators and make it easier for principal investigators, scientists, and analysts to integrate cancer informatics into their workflows. Please see our website at [www.itcrtraining.org](www.itcrtraining.org) for more information. |
index.Rmd
Outdated
- This course can be taken for [free certification through Leanpub](LINK HERE). | ||
- This course can be taken on [Coursera for certification here](LINK HERE) (but it is not available for free on Coursera). | ||
- Our courses are open source, you can find the [source material for this course on GitHub](LINK HERE). | ||
The second course in the series will focus on building data visualizations, pointing to resources across R and Python, while integrating the best practice considerations discussed in this course. |
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.
could add major objectives to the other course here
Looks good! |
This PR begins by filling out the shell of this repo for Part 1 of the Data Visualization Course (Data Visualizations Considerations) by
making style changes per the guide on ottrproject.org
creating
.Rmd
chapters with headings based on the developed outlinemaking some quick edits to the
README
and._bookdown.yml
filesNext steps will include filling out learning objectives and the names/motivation/goal sections of the
index.Rmd
and01-intro.Rmd
files.Looking for feedback on layout and content of the shell -- e.g., is there anything that doesn't seem to be there that should be? Do we like the addition of EDA in the what is data visualization chapter (contrasting EDA vs more polished visualizations)?