Skip to content

Changing colons to dashes in titles #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 03-writing_code_activity.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
2 changes: 1 addition & 1 deletion 04-refactoring_activity.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion 05-annotation_activity.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Annotation: Hands-On Exercise
# Annotation - Hands-On Exercise

Now it's your turn to try!

Expand Down
4 changes: 2 additions & 2 deletions 06-understanding_other_ppl_code.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
You can view and download the Google Slides [here](https://docs.google.com/presentation/d/1ygsb4nNLEsHugrXqbeiWUm9IrfvK4Y4f8teZlQAMWNM/edit#slide=id.g29848e7ae84_1_188).
2 changes: 1 addition & 1 deletion 06-understanding_other_ppl_code_activity.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Understanding Unfamiliar Code: Hands-On Exercise
# Understanding Unfamiliar Code - Hands-On Exercise

Now it's your turn to try!

Expand Down
2 changes: 1 addition & 1 deletion 07-bio_code_activity.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we change this one too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes! Good catch.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Expand Down
6 changes: 3 additions & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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).
<!-- - This course can be taken on [Coursera for certification here](LINK HERE) (but it is not available for free on Coursera). -->
- 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 {-}
Expand Down