|
1 | 1 | --- |
| 2 | +title: Quarto Template |
2 | 3 | author: |
3 | | - - name: Name Surname |
4 | | - orcid: 0000-0000-0000 |
5 | | - affiliations: University of Exeter Team A |
6 | | - - name: Name Surname |
7 | | - orcid: 0000-0000-0000 |
8 | | - affiliations: University of Exeter Team B |
9 | | -date: 03-20-2026 |
| 4 | + - name: Amy Heather |
| 5 | + orcid: 0000-0002-6596-3479 |
| 6 | + affiliations: University of Exeter |
| 7 | + - name: Thomas Monks |
| 8 | + orcid: 0000-0003-2631-4481 |
| 9 | + affiliations: University of Exeter |
| 10 | +date: 03-24-2026 |
10 | 11 | --- |
11 | 12 |
|
12 | | -## Overview {.unnumbered} |
| 13 | +This is a small Quarto website that we will use during the tutorial: |
13 | 14 |
|
14 | | -Short paragraph introducing the research project in plain language. |
| 15 | +> **Introduction to Quarto for Research Projects**. [Tutorial Website](https://pythonhealthdatascience.github.io/quarto-tutorial/). |
| 16 | +> |
| 17 | +> [](https://pythonhealthdatascience.github.io/quarto-tutorial/) |
15 | 18 |
|
16 | | -## Citation |
| 19 | +By the end of the tutorial you will have: |
17 | 20 |
|
18 | | -To cite this work, please use the following format: |
| 21 | +* Opened this template in RStudio on GitHub Codespaces. |
| 22 | +* Made a change and rendered the quarto site. |
| 23 | +* Made a GitHub commit in a forked version of the repository. |
| 24 | +* Used markdown text, callouts, images, videos and other embedded content. |
| 25 | +* Modified YAML front matter. |
| 26 | +* Customised site appearance using CSS. |
| 27 | +* Run code chunks. |
19 | 28 |
|
20 | | -## Funding |
| 29 | +To cite this work, please use the following format: TODO. |
21 | 30 |
|
22 | | -This project is funded by... |
23 | | - |
24 | | -## Licence |
| 31 | +This course was developed as part of the [STARS project](https://pythonhealthdatascience.github.io/stars/). STARS is supported by the Medical Research Council [grant number MR/Z503915/1]. |
25 | 32 |
|
26 | 33 | This work is licensed under a [Creative Commons Attribution 4.0 International (CC BY 4.0)](LICENSE) licence. |
0 commit comments