-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
54 lines (51 loc) · 1.27 KB
/
Copy path_quarto.yml
File metadata and controls
54 lines (51 loc) · 1.27 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
project:
type: website
output-dir: docs
website:
title: "SciK-Health"
navbar:
left:
- text: The Project
href: theProject.qmd
- text: Research Team
href: team.qmd
- text: Research Metrics
menu:
- text: Sources
href: sources.qmd
- text: Performance Indicators
href: performance.qmd
- text: R-daisy
href: rdaisy.qmd
- text: Data repository
menu:
- text: Data Description
href: description.qmd
- text: Data Structure
href: datastructure.qmd
- text: AHC data
href: data.qmd
- text: SciK-Health App
href: scikhealth_webapp.qmd
- text: References & Products
menu:
- text: Project References
href: references.qmd
- text: Publications
href: publications.qmd
- text: Conferences
href: conferences.qmd
- text: Workshops
href: workshops.qmd
- text: Organized Conference Sessions
href: organizedSessions.qmd
- text: Team Meetings
href: teamMeetings.qmd
format:
html:
include-in-header: _includes/banner.html
theme: lux
css: styles.css
toc: true
page-layout: full
editor: visual