Skip to content

Commit 9c5db4a

Browse files
authored
Merge pull request #23 from fhdsl/kweav-patch-1
Update 01-intro.Rmd
2 parents 8f8c333 + 86d867b commit 9c5db4a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

01-intro.Rmd

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,21 @@ _This course is written for individuals who:_
1919
- Wish to save time and enhance their scientific projects using automation
2020
- Have perhaps tried to learn about GitHub Actions before but felt overwhelmed about how to start
2121

22-
23-
```{r, out.width = "100%", echo = FALSE}
22+
```{r for_individuals_who, out.width = "100%", echo = FALSE}
2423
ottrpal::include_slide("https://docs.google.com/presentation/d/1x0Cnk2Wcsg8HYkmXnXo_0PxmYCxAwzVrUQzb8DUDvTA/edit#slide=id.g1173f7473f7_0_0")
2524
```
2625

2726
## Topics covered
2827

2928
This course covers how to use GitHub actions for scientific software development. We encourage the recognition that scientific software can take many forms that can all benefit from the concepts of continuous integration and continuous deployment.
3029

31-
```{r, out.width = "100%", echo = FALSE}
32-
ottrpal::include_slide("https://docs.google.com/presentation/d/1x0Cnk2Wcsg8HYkmXnXo_0PxmYCxAwzVrUQzb8DUDvTA/edit#slide=id.gd422c5de97_0_10")
30+
```{r topics_covered, out.width = "100%", echo = FALSE}
31+
ottrpal::include_slide("https://docs.google.com/presentation/d/1x0Cnk2Wcsg8HYkmXnXo_0PxmYCxAwzVrUQzb8DUDvTA/edit#slide=id.g2ab6f05fef1_0_0")
3332
```
3433

3534
This course builds on concepts introduced in the [Reproducibility](https://jhudatascience.org/Reproducibility_in_Cancer_Informatics/introduction.html) and [Advanced Reproducibility](https://jhudatascience.org/Adv_Reproducibility_in_Cancer_Informatics/introduction.html) courses from the ITCR Training Network. If you are unfamiliar with GitHub and/or do not have an account, we'd suggest you start with those courses by using the links or QR codes below.
3635

37-
```{r, echo = FALSE}
36+
```{r prereqs, echo = FALSE}
3837
ottrpal::include_slide("https://docs.google.com/presentation/d/1x0Cnk2Wcsg8HYkmXnXo_0PxmYCxAwzVrUQzb8DUDvTA/edit#slide=id.g101867ebdaa_18_0")
3938
```
4039

@@ -64,6 +63,10 @@ Equip learners with basics skills and confidence to utilize the concepts of cont
6463
**What is not the goal**
6564
This course is meant to teach learners how to create sophisticated GitHub Actions, but instead introduce learners to basic fundamentals of continuous integration and continuous deployment. This course focuses on GitHub Actions and will not cover any other (perfectly fine) tools for CI/CD.
6665

66+
```{r learning_objectives, out.width = "100%", echo = FALSE}
67+
ottrpal::include_slide("https://docs.google.com/presentation/d/1x0Cnk2Wcsg8HYkmXnXo_0PxmYCxAwzVrUQzb8DUDvTA/edit#slide=id.gd422c5de97_0_10")
68+
```
69+
6770
## How to use the course
6871

6972
Ideally you should follow along with the chapters and perform the activities as they are described. These activities involve using GitHub and GitHub actions. You will need a GitHub account and basic familiarity with GitHub.

0 commit comments

Comments
 (0)