Skip to content

Commit

Permalink
add learning objectives and other beginning info
Browse files Browse the repository at this point in the history
  • Loading branch information
kweav committed Nov 6, 2024
1 parent cafe20a commit 592c696
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
14 changes: 10 additions & 4 deletions 01-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,24 @@ ottrpal::set_knitr_image_path()

# Introduction

This course is meant as a follow up to the ITCR course "Considerations for Bioinformatic Data Visualization", employing best practices while constructing data visualizations (both guided and a self-guided project) and interpreting the conclusions presented in the visualizations.

## Motivation
## Target Audience

The course is intended for cancer researchers with experience using basic informatics tools and who have an interest in data visualization.

## Target Audience
## Motivation

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.

## Curriculum

The course covers...
The course covers using data visualization tools to construct effective and accessible data visualizations.


```{r out.width=100%, echo=FALSE}
ottrpal::include_slide("https://docs.google.com/presentation/d/1cbxc79tKxbH7PZJC18IQcfOfZALNwwVs7WtiiPxD6gU/edit#slide=id.g3015fd53a67_0_22")
```

```{r}
devtools::session_info()
Expand Down
10 changes: 8 additions & 2 deletions index.Rmd
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "Informatics Technology for Cancer Research (ITCR): Course Name "
title: "Informatics Technology for Cancer Research (ITCR): Cancer Informatics Data Visualization in Practice"
date: "`r format(Sys.time(), '%B, %Y')`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
description: "Description about Course/Book."
description: "This ITN course focuses on practicing best practices in data visualization, specifically for cancer informatics data and research questions, by discussing common graph types used within Cancer Informatics, building graphs (while employing best practices), and showcasing ITCR tools that are helpful for data visualization of cancer research data."
favicon: assets/ITN_favicon.ico
---

Expand All @@ -21,3 +21,9 @@ knitr::write_bib(c(
# About this Course {-}

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.

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
- common visualizations for cancer informatics research questions
- pointing to resources for data visualization tools (R, Python, ITCR-funded, etc.)
- practicing building graphs while integrating best practices
- pointing to resources for additional practice

0 comments on commit 592c696

Please sign in to comment.