Skip to content

Commit 40e4636

Browse files
committed
feat(index): improve homepage
1 parent 8414703 commit 40e4636

File tree

3 files changed

+24
-16
lines changed

3 files changed

+24
-16
lines changed

_quarto.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ book:
55
title: "Quarto Template"
66
favicon: images/exeter.png
77
chapters:
8-
- index.qmd
8+
- text: Overview
9+
href: index.qmd
910
- pages/markdown.qmd
1011
- pages/frontmatter.qmd
1112
- pages/embed.qmd

images/intro_to_quarto.png

194 KB
Loading

index.qmd

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,33 @@
11
---
2+
title: Quarto Template
23
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
1011
---
1112

12-
## Overview {.unnumbered}
13+
This is a small Quarto website that we will use during the tutorial:
1314

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+
> [![](images/intro_to_quarto.png)](https://pythonhealthdatascience.github.io/quarto-tutorial/)
1518
16-
## Citation
19+
By the end of the tutorial you will have:
1720

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.
1928

20-
## Funding
29+
To cite this work, please use the following format: TODO.
2130

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].
2532

2633
This work is licensed under a [Creative Commons Attribution 4.0 International (CC BY 4.0)](LICENSE) licence.

0 commit comments

Comments
 (0)