From 6261c9734111bdf58068b0abd40e47ca43d55701 Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:12:36 -0500 Subject: [PATCH 1/2] Update index.Rmd with available course formats Add available course formats (source material, bookdown, and leanpub) --- index.Rmd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.Rmd b/index.Rmd index 00a169c3..7c05055d 100644 --- a/index.Rmd +++ b/index.Rmd @@ -20,3 +20,12 @@ 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. + +## Available course formats + +This course is available in multiple formats which allows you to take it in the way that best suites your needs. You can take it for certificate which can be for free or fee. + +- The material for this course can be viewed without login requirement on this [Bookdown website](http://hutchdatascience.org/GitHub_Automation_for_Scientists/). This format might be most appropriate for you if you rely on screen-reader technology. +- This course can be taken for [free certification through Leanpub](https://leanpub.com/courses/fredhutch/github-automation-for-scientists). + +- Our courses are open source, you can find the [source material for this course on GitHub](https://github.com/fhdsl/GitHub_Automation_for_Scientists). From cd00e9656186cece272967adef55e488f9f41c11 Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:39:18 -0500 Subject: [PATCH 2/2] Update index.Rmd Add coursera -- thanks!! Co-authored-by: Candace Savonen --- index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.Rmd b/index.Rmd index 7c05055d..10e4c215 100644 --- a/index.Rmd +++ b/index.Rmd @@ -27,5 +27,5 @@ This course is available in multiple formats which allows you to take it in the - The material for this course can be viewed without login requirement on this [Bookdown website](http://hutchdatascience.org/GitHub_Automation_for_Scientists/). This format might be most appropriate for you if you rely on screen-reader technology. - This course can be taken for [free certification through Leanpub](https://leanpub.com/courses/fredhutch/github-automation-for-scientists). - +This course can be taken on [Coursera for certification here](https://www.coursera.org/learn/smarter-scientific-software-development-with-github-actions) (but it is not available for free on Coursera). - Our courses are open source, you can find the [source material for this course on GitHub](https://github.com/fhdsl/GitHub_Automation_for_Scientists).