-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
93 lines (89 loc) · 2.55 KB
/
_quarto.yml
File metadata and controls
93 lines (89 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
project:
type: website
render:
- "*.qmd"
- "!cv.qmd"
- "amr/"
- "arha/"
- "covid/"
- "images/"
- "lassa/"
- "monkeypox/"
- "policy/"
- "others/"
- "rodent_ecology/"
website:
title: "David Simons"
favicon: /images/icon.ico
open-graph: true
twitter-card: true
google-analytics: "G-Z4H9BE4MVE"
page-navigation: true
navbar:
logo: /images/icon.ico
foreground: light
background: dark
search: true
left:
- href: index.qmd
text: "{{< iconify mingcute home-2-line >}} Home"
- text: "{{< iconify ic outline-category >}} Research Themes"
menu:
- text: "Rodent-Borne Zoonoses"
- text: "{{< iconify twemoji rat >}} Lassa Fever"
href: lassa.qmd
- text: "{{< iconify ph bug-bold >}} Project ArHa"
href: arha.qmd
- text: "{{< iconify fa6-solid bugs >}} Rodent Ecology"
href: rodent_ecology.qmd
- text: "{{< iconify mdi file-document-edit >}} Strategy & Policy"
href: policy.qmd
- text: "---"
- text: "Other Major Themes"
- text: "{{< fa virus >}} Monkeypox"
href: monkeypox.qmd
- text: "{{< fa lungs-virus >}} COVID-19"
href: covid_19.qmd
- text: "{{< fa bacterium >}} Antimicrobial Resistance (AMR)"
href: amr.qmd
- text: "---"
- href: others.qmd
text: "{{< fa shuffle >}} Other Work"
- href: https://scholar.google.com/citations?user=fT8u5MwAAAAJ&hl=en
text: "{{< iconify ooui articles-ltr >}} Publications"
- href: consultancy.qmd
text: "{{< iconify mdi briefcase-outline >}} Consultancy"
right:
- href: about.qmd
text: "About me"
- icon: twitter
href: https://twitter.com/David_Simons_UK
aria-label: David Twitter
- icon: github
href: https://github.com/DidDrog11
aria-label: David GitHub
sidebar:
- title: "Lassa Fever"
style: "floating"
collapse-level: 2
align: left
contents:
- lassa.qmd
- lassa/rodent_trapping.qmd
- lassa/rodent_review.qmd
- lassa/lips.qmd
format:
html:
theme: pulse
toc: true
toc-depth: 3
smooth-scroll: true
anchor-sections: true
link-external-icon: true
link-external-newwindow: true
link-external-filter: '^(?:http:|https:)\/\/www\.dsimons\.org\/'
comments:
hypothesis:
theme: clean
execute:
freeze: auto