From 71f18f68dd4a48018e40a0ed80ea8c71d66b36c7 Mon Sep 17 00:00:00 2001 From: carriewright11 Date: Wed, 6 Nov 2024 17:19:14 -0500 Subject: [PATCH 1/4] adding a dot to test out a more robust solution although seems ok if we over-trigger the render with files with md in the name --- .github/workflows/render-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-all.yml b/.github/workflows/render-all.yml index a311de6..cdc1171 100644 --- a/.github/workflows/render-all.yml +++ b/.github/workflows/render-all.yml @@ -8,7 +8,7 @@ on: push: branches: [ main, staging ] paths: - - '**md' + - '**.md' - assets/* - quizzes/* From c86537aaac43f0a8dca7c023fcad734205840fe9 Mon Sep 17 00:00:00 2001 From: carriewright11 Date: Wed, 6 Nov 2024 17:19:46 -0500 Subject: [PATCH 2/4] random change to test this --- 02-Data_Privacy.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-Data_Privacy.Rmd b/02-Data_Privacy.Rmd index 2c0d11c..ff6e207 100644 --- a/02-Data_Privacy.Rmd +++ b/02-Data_Privacy.Rmd @@ -6,7 +6,7 @@ ottrpal::set_knitr_image_path() # Data Privacy -Cancer research often involves personal health data that requires compliance with [Health Insurance Portability and Accountability Act (HIPAA)](https://searchhealthit.techtarget.com/definition/HIPAA) regulations. In this chapter we will discuss data management strategies to maintain compliance with these important regulations. +Cancer research often involves personal health data that requires compliance with [Health Insurance Portability and Accountability Act (HIPAA)](https://searchhealthit.techtarget.com/definition/HIPAA) regulations. In this chapter, we will discuss data management strategies to maintain compliance with these important regulations. ```{r, fig.align='center', echo = FALSE, fig.alt= "Learning Objectives: 1.Define the terms personal identifiable information (PII) and protected health information (PHI), 2. Describe the difference between PII and PHI, 3.Explain the risks associated with PII and PHI 4. Explain what HIPAA is and how to maintain complaince 5. List strategies used to protect PHI", out.width="100%"} ottrpal::include_slide("https://docs.google.com/presentation/d/1SRokLaGAc2hiwJSN26FHE0ZEEhPr3KQdyMICic8kAcs/edit#slide=id.g20f61f033e7_18_1758") From 3a9680f470898ab8ddfa9c00d6f52dbc3a894520 Mon Sep 17 00:00:00 2001 From: carriewright11 Date: Fri, 8 Nov 2024 11:02:25 -0500 Subject: [PATCH 3/4] testing out target blank for coursera --- 02-Data_Privacy.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-Data_Privacy.Rmd b/02-Data_Privacy.Rmd index ff6e207..1709f29 100644 --- a/02-Data_Privacy.Rmd +++ b/02-Data_Privacy.Rmd @@ -37,7 +37,7 @@ Data privacy has a close relationship with data security. Both are concerned wit PII (personal identifiable information) are aspects of a person that could allow you to identify a person. -PII is defined by the [US Department of Labor](https://www.dol.gov/general/ppii) as: +PII is defined by the [US Department of Labor](https://www.dol.gov/general/ppii){target="_blank"} as: > "Any representation of information that permits the **identity** of an individual to whom the information applies to be reasonably inferred by either **direct** or **indirect** means." From 7d834142015d8127d0bddfffe10531c01977bcb6 Mon Sep 17 00:00:00 2001 From: carriewright11 Date: Fri, 8 Nov 2024 11:08:33 -0500 Subject: [PATCH 4/4] fixing workflow --- .github/workflows/render-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-all.yml b/.github/workflows/render-all.yml index cdc1171..b12a26a 100644 --- a/.github/workflows/render-all.yml +++ b/.github/workflows/render-all.yml @@ -8,7 +8,7 @@ on: push: branches: [ main, staging ] paths: - - '**.md' + - '*.Rmd' - assets/* - quizzes/*