From ca8878191ea48d251b28280d2433a766c2bece8f Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:27:51 -0500 Subject: [PATCH] Update 01-intro.Rmd Naming for individuals who, topics covered, and learning objectives code chunks --- 01-intro.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/01-intro.Rmd b/01-intro.Rmd index 130f446..3d8b105 100644 --- a/01-intro.Rmd +++ b/01-intro.Rmd @@ -19,14 +19,14 @@ One of the key cancer informatics challenges is dealing with and managing the ex This course is intended for researchers (including postdocs and students) with limited to intermediate experience with informatics research. The conceptual material will also be useful for those in management roles who are collecting data and using informatics pipelines. -```{r, fig.align='center', echo = FALSE, fig.alt= "This courses is itended for anyone who needs a refresher on ethical data handling, Is new working with new data (esp. clinical or genomic data) and wants to use it appropriately, wants to learn about the emerging and current issues in biomedical ethics", out.width= "100%"} +```{r for_individuals_who, fig.align='center', echo = FALSE, fig.alt= "This courses is itended for anyone who needs a refresher on ethical data handling, Is new working with new data (esp. clinical or genomic data) and wants to use it appropriately, wants to learn about the emerging and current issues in biomedical ethics", out.width= "100%"} ottrpal::include_slide("https://docs.google.com/presentation/d/1SRokLaGAc2hiwJSN26FHE0ZEEhPr3KQdyMICic8kAcs/edit#slide=id.g256827a0886_0_0") ``` ## Topics Covered -```{r, fig.align='center', echo = FALSE, fig.alt= "Concepts discussed in the Ethical Data Handling for Cancer Research course: Risks of personal identifiable information and personal health information. Tips for HIPAA compliance and methods of de-identification. Cancer data types that are potentially re-identifiable. Major methods of data security and practical everyday tips. Tips about sharing cancer research data, including relevant repositories. General History of medical research ethics. Current and potential concerns for medical research ethics. Strategies to protect and respect research participants.", out.width= "100%"} +```{r topics_covered, fig.align='center', echo = FALSE, fig.alt= "Concepts discussed in the Ethical Data Handling for Cancer Research course: Risks of personal identifiable information and personal health information. Tips for HIPAA compliance and methods of de-identification. Cancer data types that are potentially re-identifiable. Major methods of data security and practical everyday tips. Tips about sharing cancer research data, including relevant repositories. General History of medical research ethics. Current and potential concerns for medical research ethics. Strategies to protect and respect research participants.", out.width= "100%"} ottrpal::include_slide("https://docs.google.com/presentation/d/1SRokLaGAc2hiwJSN26FHE0ZEEhPr3KQdyMICic8kAcs/edit#slide=id.g256fece0af0_0_0") ``` @@ -35,7 +35,7 @@ ottrpal::include_slide("https://docs.google.com/presentation/d/1SRokLaGAc2hiwJSN The course will cover key underlying principles and concepts in ethical data handling. -```{r, fig.align='center', echo = FALSE, fig.alt= "Overall Course Learning Objectives. This course will demonstrate how to: 1.Recognize and work with data that requires extra privacy protection, 2.Implement best practices for data security, 3.Share data safely and securely in a variety of contexts, 4. Apply ethical consideration in data management workflows, 5. Recognize current ethical concerns regarding data for research", out.width= "100%"} +```{r learning_objectives, fig.align='center', echo = FALSE, fig.alt= "Overall Course Learning Objectives. This course will demonstrate how to: 1.Recognize and work with data that requires extra privacy protection, 2.Implement best practices for data security, 3.Share data safely and securely in a variety of contexts, 4. Apply ethical consideration in data management workflows, 5. Recognize current ethical concerns regarding data for research", out.width= "100%"} ottrpal::include_slide("https://docs.google.com/presentation/d/1SRokLaGAc2hiwJSN26FHE0ZEEhPr3KQdyMICic8kAcs/edit#slide=id.gf5f8818810_1_5") ```