-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathswd3.qmd
More file actions
24 lines (20 loc) · 778 Bytes
/
swd3.qmd
File metadata and controls
24 lines (20 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
format:
clean-revealjs:
self-contained: true
navigation-mode: linear
controls-layout: bottom-right
controls: false
footer: "[Research IT Website]({{< var rc.website >}}) | [Research IT Query]({{< var rc.servicedesk >}}) | [Courses Material]({{< var rc.material >}})"
name: Software development practices for Research
code: SWD3
---
{{< include _title.qmd >}}
{{< include _team.qmd >}}
## Useful Links
- [GitHub Project Demo](https://github.com/ARCTraining/swd3-demo)
- [Alan Turing Institute - Research Software Engineering Course Material](https://alan-turing-institute.github.io/rse-course/html/index.html)
{{< include swd3/sdlc.qmd >}}
{{< include swd3/structure.qmd >}}
{{< include swd3/good-practices.qmd >}}
{{< include swd3/project.qmd >}}