From 0b2720d3c95214f2a8be3d67be85d3fa35ea4fde Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:34:20 -0500 Subject: [PATCH] Update index.Rmd with code chunk names Labeled code chunks for ottrpal::include_slide's for topics covered and audience. Also added in a commented out, but labeled code chunk pointing to the slide for the Overall Course Learning Objectives. This is commented out since the LOs are enumerated within the text. --- index.Rmd | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/index.Rmd b/index.Rmd index 74827dbd..c0aa3a77 100644 --- a/index.Rmd +++ b/index.Rmd @@ -36,7 +36,7 @@ This course is available in multiple formats which allows you to take it in the **Note**: Those completely new to programming will find using AI tools to create software solutions challenging at this time. It is helpful to have some fundamental knowledge to write appropriate prompts and to discern when code is not working as expected. We advise novices to seek expert review. -```{r, fig.align='center', out.width="100%", echo = FALSE, fig.alt= "For individuals who: develop software or want to start, are interested in using large language model AI tools to help you with your work, want to use AI tools responsibly"} +```{r for_individuals_who, fig.align='center', out.width="100%", echo = FALSE, fig.alt= "For individuals who: develop software or want to start, are interested in using large language model AI tools to help you with your work, want to use AI tools responsibly"} ottrpal::include_slide("https://docs.google.com/presentation/d/1MCNeSO4aOm1iESWDLOGTcx3aLEbnu8UttV0QGVAeafE/edit#slide=id.g225d384a06d_0_176") ``` @@ -59,8 +59,14 @@ Learners will be able to: - Recognize strategies for using AI-based tools to understand and analyze code, such as code comprehension of unfamiliar languages or functions - Discuss the challenges and ethical implications of using AI for different aspects of programming + + -```{r, fig.align='center', out.width="100%", echo = FALSE, fig.alt= "Concepts discussed in the Ai for Software Development course: Introduction to large language AI tools, ethics of AI tool use for software development, using AI tools to write code from scratch, using AI tools to refactor code, Using AI to annotate code, and Using AI to understand unfamiliar code"} +```{r topics_covered, fig.align='center', out.width="100%", echo = FALSE, fig.alt= "Concepts discussed in the Ai for Software Development course: Introduction to large language AI tools, ethics of AI tool use for software development, using AI tools to write code from scratch, using AI tools to refactor code, Using AI to annotate code, and Using AI to understand unfamiliar code"} ottrpal::include_slide("https://docs.google.com/presentation/d/1MCNeSO4aOm1iESWDLOGTcx3aLEbnu8UttV0QGVAeafE/edit#slide=id.g225d384a06d_0_355") ```