-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
64 lines (55 loc) · 1.21 KB
/
_quarto.yml
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
project:
type: book
output-dir: docs
preview:
port: 4200
browser: true
execute:
freeze: auto # re-render only when source changes
cache: true
book:
title: "Topological Data Analysis with Julia"
reader-mode: true
# subtitle: "With examples in Julia"
site-url: https://vituri.github.io/TDA_with_julia/
repo-url: https://github.com/vituri/TDA_with_julia
author: "G. Vituri"
date: "2023-09-01"
# sharing: [twitter, linkedin]
downloads: [pdf, epub]
chapters:
- index.qmd
- intro.qmd
- part: "Topology"
chapters:
- topology.qmd
- simplicial.qmd
- homology.qmd
- part: "Data Analysis"
chapters:
- clustering.qmd
- part: Topological Data Analysis
chapters:
- tomato.qmd
- mapper.qmd
- ballmapper.qmd
- mapper-general.qmd
- persistence.qmd
- part: "Applications"
chapters:
- digits.qmd
- clustering_tomato.qmd
- part: "Closing"
chapters:
- references.qmd
bibliography: references.bib
format:
html:
theme: cosmo
css: style.css
code-link: true
page-layout: full
max-width: 90vw
preview-links: true
pdf:
documentclass: scrreprt