-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
97 lines (89 loc) · 3.19 KB
/
_quarto.yml
File metadata and controls
97 lines (89 loc) · 3.19 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
94
95
96
97
project:
type: website
execute-dir: project
render: # Add HERE new chapters (but not the interactive qmd files)
- index.qmd
- chapters/coordination.qmd
- chapters/communication.qmd
- chapters/aiml_lab.qmd
- chapters/standards_methodology_implementation.qmd
- chapters/knowledge_repository.qmd
- chapters/earth_observation_data.qmd
- chapters/editing.qmd
- chapters/imputation.qmd
- chapters/supply_chain_networks.qmd
- chapters/llms.qmd
- chapters/synthetic_data.qmd
- chapters/useful_links2.qmd
- chapters/news.qmd
- chapters/deliverables_tasks.qmd
- chapters/about_project.qmd
website:
page-navigation: true
title: "AIML4OS"
# In the two URLs below:
# - replace AIML4OS by the Github account/organization your repository is hosted by;
# - replace AIML4OS-template-quarto-r by the name of your repository.
# If your repo is on the AIML4OS organization, change only the name of the repo.
site-url: "https://AIML4OS.github.io/AIML4OS.github.io"
repo-url: "https://github.com/AIML4OS/AIML4OS.github.io"
repo-actions: [edit, source, issue]
# favicon: images/Template2.png
sidebar:
# Brendan commenting out these two lines, as they
# don't appear in the WP10 yaml
# logo: resources/profile/main3.png
# style: "docked"
collapse-level: 0
# Setting search to true. False setting didn't seem to improve collapsibility.
# search: true
contents: # Add HERE new chapters (but not the interactive qmd files)
- file: index.qmd
text: "Home"
- section: Workpackages
expanded: false
contents:
- file: chapters/coordination.qmd
text: "Project Management & Coordination"
- file: chapters/communication.qmd
text: "Communication"
- file: chapters/aiml_lab.qmd
text: "AI/ML Lab"
- text: "Ecosystem Monitoring"
href: https://aiml4os.github.io/WP4/
- file: chapters/standards_methodology_implementation.qmd
text: "Standards, Methodology & Implementation"
- file: chapters/knowledge_repository.qmd
text: "Knowledge Repository"
- file: chapters/earth_observation_data.qmd
text: "Earth Observation Data"
- text: "Editing"
href: https://aiml4os.github.io/WP8/
- file: chapters/imputation.qmd
text: "Imputation"
- text: "Text to Code"
href: https://aiml4os.github.io/WP10/
- file: chapters/supply_chain_networks.qmd
text: "Supply Chain Networks"
- file: chapters/llms.qmd
text: "Large Language Models"
- file: chapters/synthetic_data.qmd
text: "Synthetic Data"
- file: chapters/useful_links2.qmd
text: "Useful Links"
- file: chapters/news.qmd
text: "News"
- file: chapters/deliverables_tasks.qmd
text: "Deliverables & Tasks"
- file: chapters/about_project.qmd
text: "About Project"
format:
html:
theme:
- cosmo
# - brand
# removing this line as it doesn't appear in the one for WP10
css: styles.css
toc: true
filters:
- export-metadata.lua