From c1b0dff8dca0280d195aa37a99e375ed8641a13e Mon Sep 17 00:00:00 2001 From: carriewright11 Date: Wed, 6 Nov 2024 13:08:51 -0500 Subject: [PATCH 1/2] adding www to itcr website link --- index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.Rmd b/index.Rmd index 9f9bd97..2480e06 100644 --- a/index.Rmd +++ b/index.Rmd @@ -20,4 +20,4 @@ knitr::write_bib(c( # About this course {-} -This course is part of a series of courses created for the [Informatics Technology for Cancer Research (ITCR)](https://itcr.cancer.gov/) Training Network (ITN). The ITN is a collaborative effort of researchers around the United States that supports 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](https://itcrtraining.org) at itcrtraining.org for more information. Except where otherwise indicated, the contents of this course are available for use under the Creative Commons Attribution 4.0 license. You are free to adapt and share the work, but you must give appropriate credit, provide a link to the license, and indicate if changes were made. Sample attribution: Ethical Data Handling for Cancer Research by Fred Hutchinson Data Science Lab (CC-BY 4.0). You can download the illustrations by clicking [here](https://docs.google.com/presentation/d/1SRokLaGAc2hiwJSN26FHE0ZEEhPr3KQdyMICic8kAcs/edit?usp=sharing). +This course is part of a series of courses created for the [Informatics Technology for Cancer Research (ITCR)](https://itcr.cancer.gov/) Training Network (ITN). The ITN is a collaborative effort of researchers around the United States that supports 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](https://www.itcrtraining.org) at itcrtraining.org for more information. Except where otherwise indicated, the contents of this course are available for use under the Creative Commons Attribution 4.0 license. You are free to adapt and share the work, but you must give appropriate credit, provide a link to the license, and indicate if changes were made. Sample attribution: Ethical Data Handling for Cancer Research by Fred Hutchinson Data Science Lab (CC-BY 4.0). You can download the illustrations by clicking [here](https://docs.google.com/presentation/d/1SRokLaGAc2hiwJSN26FHE0ZEEhPr3KQdyMICic8kAcs/edit?usp=sharing). From a6c7c265593617b1e36ffdd6dfffbca230068301 Mon Sep 17 00:00:00 2001 From: carriewright11 Date: Wed, 6 Nov 2024 17:08:32 -0500 Subject: [PATCH 2/2] trying small change in render-all workflow to see if this PR triggers the render after merging --- .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 b2e39b2..a311de6 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/*