From 73634bb6b91db004c00c41626953063790676907 Mon Sep 17 00:00:00 2001 From: carriewright11 <cwright2@fredhutch.org> Date: Tue, 18 Jun 2024 17:54:21 -0400 Subject: [PATCH] fix quotes --- 01-intro.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-intro.Rmd b/01-intro.Rmd index 8cda984..130f446 100644 --- a/01-intro.Rmd +++ b/01-intro.Rmd @@ -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, 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") ```