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! 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. 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! 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). 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! 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. diff --git a/README.md b/README.md index 89e9fa59..077a4658 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ 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_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 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 {-}