From 760c10914c27a877f69374a862b112356019e56c Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 14 Nov 2023 10:49:47 -0500 Subject: [PATCH 1/9] Update 03-writing_code_activity.Rmd --- 03-writing_code_activity.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-writing_code_activity.Rmd b/03-writing_code_activity.Rmd index a21df6f0..400caf53 100644 --- a/03-writing_code_activity.Rmd +++ b/03-writing_code_activity.Rmd @@ -4,7 +4,7 @@ ottrpal::set_knitr_image_path() ``` -# Writing Code: Hands-On Exercise +# Writing Code - Hands-On Exercise Now it’s your turn to try! From 5b9f69bc04ea376adf766dc33b21ab08451a06a7 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 14 Nov 2023 10:51:16 -0500 Subject: [PATCH 2/9] Update 04-refactoring_activity.Rmd --- 04-refactoring_activity.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-refactoring_activity.Rmd b/04-refactoring_activity.Rmd index bf2b53ca..7a21819e 100644 --- a/04-refactoring_activity.Rmd +++ b/04-refactoring_activity.Rmd @@ -8,7 +8,7 @@ ottrpal::set_knitr_image_path() ``` -# Refactoring Code: Hands-On Exercise +# Refactoring Code - Hands-On Exercise Now it's your turn to try. From d1958d39ef5bc2cc1de4ed4fe7a2a702aea70ba8 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 14 Nov 2023 10:51:38 -0500 Subject: [PATCH 3/9] Update 05-annotation_activity.Rmd --- 05-annotation_activity.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-annotation_activity.Rmd b/05-annotation_activity.Rmd index 170894a3..791eceaa 100644 --- a/05-annotation_activity.Rmd +++ b/05-annotation_activity.Rmd @@ -1,4 +1,4 @@ -# Annotation: Hands-On Exercise +# Annotation - Hands-On Exercise Now it's your turn to try! From 4b4e21841cc56de62f019da314355f14045badb3 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 14 Nov 2023 10:52:03 -0500 Subject: [PATCH 4/9] Update 06-understanding_other_ppl_code_activity.Rmd --- 06-understanding_other_ppl_code_activity.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-understanding_other_ppl_code_activity.Rmd b/06-understanding_other_ppl_code_activity.Rmd index 0427e89f..13569168 100644 --- a/06-understanding_other_ppl_code_activity.Rmd +++ b/06-understanding_other_ppl_code_activity.Rmd @@ -1,4 +1,4 @@ -# Understanding Unfamiliar Code: Hands-On Exercise +# Understanding Unfamiliar Code - Hands-On Exercise Now it's your turn to try! From 3ce76eb0d9293de3aa16bc99f49d57db4b6ee4da Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 14 Nov 2023 10:52:15 -0500 Subject: [PATCH 5/9] Update 07-bio_code_activity.Rmd --- 07-bio_code_activity.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07-bio_code_activity.Rmd b/07-bio_code_activity.Rmd index d0e1bae3..f4421e4a 100644 --- a/07-bio_code_activity.Rmd +++ b/07-bio_code_activity.Rmd @@ -2,7 +2,7 @@ ```{r, include = FALSE} ottrpal::set_knitr_image_path() ``` -# AI for Bioinformatics: Hands-On Exercise +# AI for Bioinformatics - Hands-On Exercise Now it's your turn to try. From 3d83885ba5dff98680bc41a7779919c1ed436aef Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 14 Nov 2023 11:07:27 -0500 Subject: [PATCH 6/9] Update 06-understanding_other_ppl_code.Rmd --- 06-understanding_other_ppl_code.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/06-understanding_other_ppl_code.Rmd b/06-understanding_other_ppl_code.Rmd index 90ef832c..e5cc3356 100644 --- a/06-understanding_other_ppl_code.Rmd +++ b/06-understanding_other_ppl_code.Rmd @@ -277,7 +277,7 @@ ottrpal::include_slide("https://docs.google.com/presentation/d/1MCNeSO4aOm1iESWD -(And if you do ever run across an expression like this in your code, you can check out our chapter on [refactoring code](https://hutchdatascience.org/AI_for_software/refactoring-code.html#refactoring-code) using AI to fix it!) +(And if you do ever run across an expression like this in your code, you can check out our chapter on [refactoring code](https://hutchdatascience.org/AI_for_Efficient_Programming/refactoring-code.html#refactoring-code) using AI to fix it!) ## Limitations @@ -309,4 +309,4 @@ Chatbot tools are also limited in terms of how up-to-date their training data is * AI chatbots can also identify the coding language and version used in legacy code * Be mindful of who owns the code and what the summary will be used for when using AI to summarize someone else's code -You can view and download the Google Slides [here](https://docs.google.com/presentation/d/1ygsb4nNLEsHugrXqbeiWUm9IrfvK4Y4f8teZlQAMWNM/edit#slide=id.g29848e7ae84_1_188). \ No newline at end of file +You can view and download the Google Slides [here](https://docs.google.com/presentation/d/1ygsb4nNLEsHugrXqbeiWUm9IrfvK4Y4f8teZlQAMWNM/edit#slide=id.g29848e7ae84_1_188). From 00934dd15dacd141a36fdac6290f852f17e0f54d Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 14 Nov 2023 11:08:27 -0500 Subject: [PATCH 7/9] Update index.Rmd --- index.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.Rmd b/index.Rmd index b6ccf2ac..109b4209 100644 --- a/index.Rmd +++ b/index.Rmd @@ -19,10 +19,10 @@ This course on efficient programming with AI explores the use of AI large langua This course is available in multiple formats which allows you to take it in the way that best suits your needs. -- The material for this course can be viewed without login requirement on this [Bookdown website](https://hutchdatascience.org/AI_for_software). 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/ai_for_software). +- The material for this course can be viewed without login requirement on this [Bookdown website](https://hutchdatascience.org/AI_for_Efficient_Programming). 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/ai_for_efficient_programming). -- Our courses are open source, you can find the [source material for this course on GitHub](https://github.com/fhdsl/AI_for_software/). +- Our courses are open source, you can find the [source material for this course on GitHub](https://github.com/fhdsl/AI_for_Efficient_Programming/). - The slides for the images in the course can be found [here](https://docs.google.com/presentation/d/1MCNeSO4aOm1iESWDLOGTcx3aLEbnu8UttV0QGVAeafE/edit?usp=sharing). ## Suggested Activity Context {-} From b35bddb500f5429443b05e4ef68b89aa1bcabecb Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 14 Nov 2023 11:09:34 -0500 Subject: [PATCH 8/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89e9fa59..d2d2fa58 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This course was created from [this GitHub template](https://github.com/jhudsl/OT You can see the rendered course material [here](https://hutchdatascience.org/AI_for_software/). -If you would like to contribute to this course material, please [submit an issue](https://github.com/fhdsl/AI_for_software/issues). +If you would like to contribute to this course material, please [submit an issue](https://github.com/fhdsl/AI_for_Efficient_Programming/issues). ## About this course From fe507f8acab7f0041ef8c12484b9b66f8bfe3849 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Wed, 15 Nov 2023 07:50:13 -0500 Subject: [PATCH 9/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2d2fa58..077a4658 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This course was created from [this GitHub template](https://github.com/jhudsl/OTTR_Template). -You can see the rendered course material [here](https://hutchdatascience.org/AI_for_software/). +You can see the rendered course material [here](https://hutchdatascience.org/AI_for_Efficient_Programming/). If you would like to contribute to this course material, please [submit an issue](https://github.com/fhdsl/AI_for_Efficient_Programming/issues).