Skip to content

Commit 1cf389e

Browse files
authored
Merge pull request #120 from fhdsl/kweav-nameChunks
Update index.Rmd with code chunk names
2 parents 5cc4172 + 0b2720d commit 1cf389e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

index.Rmd

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This course is available in multiple formats which allows you to take it in the
3636
**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.
3737

3838

39-
```{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"}
39+
```{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"}
4040
ottrpal::include_slide("https://docs.google.com/presentation/d/1MCNeSO4aOm1iESWDLOGTcx3aLEbnu8UttV0QGVAeafE/edit#slide=id.g225d384a06d_0_176")
4141
```
4242

@@ -59,8 +59,14 @@ Learners will be able to:
5959
- Recognize strategies for using AI-based tools to understand and analyze code, such as code comprehension of unfamiliar languages or functions
6060
- Discuss the challenges and ethical implications of using AI for different aspects of programming
6161

62+
<!--
63+
```{r learning_objectives, out.width="100%", echo=FALSE, fig.alt="Overall Course Learning Objectives: Explain the basics of AI and its potential for improving software development workflows, Implement strategies to write and debug code using AI-based tools, Describe the benefits of refactoring code using AI-generated techniques, such as making code readable, keeping it brief, and optimizing code, Apply best practices for annotating code using AI, 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"}
64+
ottrpal::include_slide("https://docs.google.com/presentation/d/1MCNeSO4aOm1iESWDLOGTcx3aLEbnu8UttV0QGVAeafE/edit#slide=id.g2722fe8bae3_1_7")
65+
```
66+
-->
67+
6268

63-
```{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"}
69+
```{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"}
6470
ottrpal::include_slide("https://docs.google.com/presentation/d/1MCNeSO4aOm1iESWDLOGTcx3aLEbnu8UttV0QGVAeafE/edit#slide=id.g225d384a06d_0_355")
6571
```
6672

0 commit comments

Comments
 (0)