-
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
Style and info #6
base: main
Are you sure you want to change the base?
Conversation
|
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 12a9893 |
@laderast sorry GitHub is not letting me add you as a reviewer again |
01-intro.Rmd
Outdated
|
||
The course is intended for ... | ||
Due to the frequent use of automated algorithms to collect and process data as well as the large size of datasets, it is critical to look at collected data and produce effective summaries. Data visualization is useful for exploration, exposition, and validation of research, aiding in the understanding of underlying biology in data sets, debugging errors in informatics workflows, and identifying/avoiding sources of bias. This course is designed to guide learners through constructing effective and accessible visualizations and point to additional practice and documentation resources. |
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 might avoid the word exposition just yet since it is jargon, or define it
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.
Good point. Maybe "exploration, validation, and presentation of research"?
Looks good! just a couple of minor comments |
update ITCR link Co-authored-by: Carrie Wright <[email protected]>
|
||
- The material for this course can be viewed without login requirement on this [Bookdown website](LINK HERE). This format might be most appropriate for you if you rely on screen-reader technology. |
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.
did we remove the info about all the locations that one can find the course (currently github as well)? maybe we have that elsewhere?
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.
Sorry, I had it on my to do list to add back later when the links existed. Adding it back
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.
no worries - you can add this part later - but the github part might be good now
- The material for this course can be viewed without login requirement on this [Bookdown website](LINK HERE). This format might be most appropriate for you if you rely on screen-reader technology. | ||
- 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). |
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.
might want to keep the github info and will want to add the other pieces later
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.
(would want this in the other course too)
- 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). | ||
Cancer Informatics Data Visualization in Practice is the second in a series of two courses on data visualization. This course focuses on using the best practice considerations discussed in the first course, specifically within context of Cancer Informatics Research. This course accomplishes this by discussing topics such as |
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 too - I was actually a tad confused which course you were referring to first so that might help fix that for people reading quickly like me :P
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.
Sorry, could you clarify what I should add here?
This PR begins by filling out the shell of this repo for Part 2 of the Data Visualization Course (Data Visualizations Practice) by
making style changes per the guide on ottrproject.org
creating .Rmd chapters with headings based on the developed outline NOTE: still need to create more here for additional types of visualizations, but this will be after the LOs step.
making some quick edits to the README and ._bookdown.yml files
Next steps will include filling out learning objectives and the names/motivation/goal sections of the index.Rmd and 01-intro.Rmd files.
Like in part 1, 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?