-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
45 lines (43 loc) · 1.05 KB
/
_quarto.yml
File metadata and controls
45 lines (43 loc) · 1.05 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
project:
type: website
render:
- "*.qmd"
website:
title: "LLM-Guided Morphogenesis"
navbar:
left:
- href: index.qmd
text: Home
- text: Interactions
menu:
- href: field-field.qmd
text: Field–Field
- href: field-particle.qmd
text: Field–Particle
- href: particle-field.qmd
text: Particle–Field
- href: particle-particle.qmd
text: Particle–Particle
- text: Models
menu:
- href: brusselator.qmd
text: Brusselator
- href: grayscott.qmd
text: Gray-Scott
- href: fhn.qmd
text: FitzHugh-Nagumo
- href: schnakenberg.qmd
text: Schnakenberg
- href: mechanochemical.qmd
text: Mechanochemical
tools:
- icon: github
href: https://github.com/allierc/ParticleGraph
page-footer: "Copyright 2025, Cédric Allier"
format:
html:
theme:
light: flatly
dark: darkly
toc: true
smooth-scroll: true