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") ```