Skip to content

Commit d8c8ea9

Browse files
Merge pull request #115 from fhdsl/kweav-patch-1
Update _bookdown.yml
2 parents 0fe9f9e + edb1b7e commit d8c8ea9

File tree

7 files changed

+43
-35
lines changed

7 files changed

+43
-35
lines changed

06-understanding_other_ppl_code.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ ottrpal::include_slide("https://docs.google.com/presentation/d/1MCNeSO4aOm1iESWD
277277

278278

279279

280-
(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!)
280+
(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!)
281281

282282
## Limitations
283283

@@ -309,4 +309,4 @@ Chatbot tools are also limited in terms of how up-to-date their training data is
309309
* AI chatbots can also identify the coding language and version used in legacy code
310310
* Be mindful of who owns the code and what the summary will be used for when using AI to summarize someone else's code
311311

312-
You can view and download the Google Slides [here](https://docs.google.com/presentation/d/1ygsb4nNLEsHugrXqbeiWUm9IrfvK4Y4f8teZlQAMWNM/edit#slide=id.g29848e7ae84_1_188).
312+
You can view and download the Google Slides [here](https://docs.google.com/presentation/d/1ygsb4nNLEsHugrXqbeiWUm9IrfvK4Y4f8teZlQAMWNM/edit#slide=id.g29848e7ae84_1_188).

GA_Script.Rhtml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<html>
2-
3-
<head>
4-
<title>Title</title>
5-
</head>
6-
7-
<body>
8-
91
<!-- Global site tag (gtag.js) - Google Analytics -->
102
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q4LSK62HQ2"></script>
113
<script>
@@ -14,7 +6,4 @@
146
gtag('js', new Date());
157

168
gtag('config', 'G-Q4LSK62HQ2');
17-
</script>
18-
19-
</body>
20-
</html>
9+
</script>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
This course was created from [this GitHub template](https://github.com/jhudsl/OTTR_Template).
66

7-
You can see the rendered course material [here](https://hutchdatascience.org/AI_for_software/).
7+
You can see the rendered course material [here](https://hutchdatascience.org/AI_for_Efficient_Programming/).
88

9-
If you would like to contribute to this course material, please [submit an issue](https://github.com/fhdsl/AI_for_software/issues).
9+
If you would like to contribute to this course material, please [submit an issue](https://github.com/fhdsl/AI_for_Efficient_Programming/issues).
1010

1111
## About this course
1212

_bookdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
book_filename: "Course_Name"
1+
book_filename: "AI for Efficient Programming"
22
chapter_name: "Chapter "
3-
repo: https://github.com/fhdsl/AI_for_software
3+
repo: https://github.com/fhdsl/AI_for_Efficient_Programming
44
rmd_files: ["index.Rmd",
55
"01-intro.Rmd",
66
"02-ethics.Rmd",

docs/coursera/02-chapter_of_course.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -123,20 +123,6 @@ OR this works:
123123

124124
<iframe src="https://www.youtube.com/embed/VOCYL-FNbr0" width="672" height="400px"></iframe>
125125

126-
### Links to files
127-
128-
This works:
129-
130-
<iframe src="https://www.messiah.edu/download/downloads/id/921/Microaggressions_in_the_Classroom.pdf" width="672" height="800px"></iframe>
131-
132-
Or this:
133-
134-
[This works](https://www.messiah.edu/download/downloads/id/921/Microaggressions_in_the_Classroom.pdf).
135-
136-
Or this:
137-
138-
<iframe src="https://www.messiah.edu/download/downloads/id/921/Microaggressions_in_the_Classroom.pdf" width="672" height="800px"></iframe>
139-
140126
### Links to websites
141127

142128
Examples of including a website link.

index.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ This course on efficient programming with AI explores the use of AI large langua
1919

2020
This course is available in multiple formats which allows you to take it in the way that best suits your needs.
2121

22-
- 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.
22+
- 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.
2323
- This course can be taken for [free certification through Leanpub](https://leanpub.com/courses/fredhutch/ai_for_software).
24-
<!-- - This course can be taken on [Coursera for certification here](LINK HERE) (but it is not available for free on Coursera). -->
25-
- Our courses are open source, you can find the [source material for this course on GitHub](https://github.com/fhdsl/AI_for_software/).
24+
- This course can be taken on [Coursera for certification here](https://www.coursera.org/learn/ai-for-software-development) (but it is not available for free on Coursera).
25+
- Our courses are open source, you can find the [source material for this course on GitHub](https://github.com/fhdsl/AI_for_Efficient_Programming/).
2626
- The slides for the images in the course can be found [here](https://docs.google.com/presentation/d/1MCNeSO4aOm1iESWDLOGTcx3aLEbnu8UttV0QGVAeafE/edit?usp=sharing).
2727

2828
## Suggested Activity Context {-}

resources/dictionary.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
11
ai
2+
AMH
23
analytics
34
Anthropic
45
AnVIL
6+
Audiographer
7+
Audiography
8+
Baek
59
bcftools
610
BIPOC
711
Bioconductor's
812
bioinformatics
913
BitMapBackend
1014
Bloomberg
1115
Bookdown
16+
chapt
1217
chatbot
1318
chatbots
1419
ChatGPT
1520
chatGPT
1621
codebase
1722
codebases
23+
cofunding
1824
CoPilot
1925
CodeWhisperer
2026
const
2127
Coursera
28+
creativecommons
2229
css
2330
csv
2431
DALL
@@ -27,24 +34,38 @@ datagy
2734
Datatrail
2835
DataTrail
2936
didt
37+
DISCOVERABLE
3038
Dockerfile
3139
Dockerhub
3240
dsdt
3341
dropdown
42+
EMH
43+
enforceability
3444
Explainability
3545
Ehang's
3646
else's
3747
epigenetic
48+
faq
3849
favicon
50+
FHDaSL
51+
FirstName
3952
fn
4053
fs
54+
Funder
55+
Funders
4156
GDSCN
57+
Generis
4258
GitHub
4359
Github
4460
github
4561
GH
4662
GPT
63+
HB
64+
Humphries
4765
https
66+
ies
67+
iframe
68+
immunities
4869
impactful
4970
IndexOutOfRangeException
5071
io
@@ -53,19 +74,26 @@ itcrtraining
5374
ITN
5475
Jupyter
5576
fyi
77+
LastName
5678
Leanpub
79+
Licensor
80+
LICENSOR
5781
LLaMA
5882
LLM
5983
LLM's
6084
LLMs
6185
macOS
6286
Markua
6387
mentorship
88+
MERCHANTABILITY
89+
Muschelli
6490
NCI
6591
NHGRI
6692
NLP
6793
OdeMethod
94+
ODSS
6895
OpenAI's
96+
Ormbrek
6997
ottrpal
7098
Overcomplexity
7199
Pandoc
@@ -83,6 +111,8 @@ repo
83111
roadmap
84112
RStudio
85113
SageMaker
114+
Savonen
115+
sexualized
86116
socio
87117
str
88118
stackoverflow
@@ -92,6 +122,7 @@ scalable
92122
subdisciplines
93123
suboptimal
94124
summarization
125+
synched
95126
syntaxes
96127
tidyverse
97128
transformative
@@ -101,6 +132,7 @@ UE5
101132
vec
102133
Vec
103134
vcf
135+
Videographer
104136
refactorings
105137
reproducibility
106138
README
@@ -110,4 +142,5 @@ stringr
110142
underserved
111143
uppercased
112144
wikipedia
145+
WIPO
113146
www

0 commit comments

Comments
 (0)