-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
88 lines (84 loc) · 2.66 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
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
project:
type: website
output-dir: _site
website:
title: "Anthology of Data Science"
site-url: https://anthology-of-data.science
repo-url: https://github.com/anthology-of-data-science/anthology-of-data-science.github.io
favicon: favicon.png
repo-actions: [issue]
reader-mode: true
search:
location: sidebar
type: textbox
sidebar:
title: false
logo: /logo-anthology-of-data-science.png
tools:
- icon: linkedin
href: https://www.linkedin.com/in/dkapitan/
text: "LinkedIn profile"
- icon: github
href: https://github.com/anthology-of-data-science
text: "GitHub repositories"
style: floating
collapse-level: 1
contents:
- section: Books
href: books.qmd
contents:
- text: "Introduction to Statistical Learning"
href: books/islp.qmd
- text: "Python for Data Analysis"
href: books/pda.qmd
- text: "R for Data Science"
href: books/r4ds.qmd
- text: "Interpretable ML"
href: books/iml.qmd
- text: "Time-series forecasting"
href: books/fpp.qmd
- text: "Deep Learning"
href: books/udl.qmd
- text: "Fundamentals of Data Visualization"
href: books/fdv.qmd
- text: "The Turing Way"
href: books/turing-way.qmd
# - section: Getting into Python
# href: python/index.qmd
# contents:
# - text: "Real Python"
# href: python/realpython.qmd
# - text: "Tour of Python"
# href: python/whirlwind.qmd
# - text: "Pythonic and idiomatic Python"
# href: python/effective-python-and-idiomatic-pandas.ipynb
# - section: Visualization with Altair
# href: altair/index.qmd
# contents: altair/*
- section: "Lectures"
href: lectures.qmd
contents: lectures/*
- section: "Perspectives on data science"
href: posts/index.qmd
contents: posts/*/*
- section: "Use cases & applications"
href: cases/index.qmd
contents: cases/*/*
- section: "Notebooks"
href: notebooks/index.qmd
contents: notebooks/*/*
page-footer:
left: |
<br>
© 2023 by Daniel Kapitan<br>
This website was created with [![](/quarto.png){fig-alt="Quarto" width=65px}](https://quarto.org)<br>
[![](/cc-by-nc-eu.png){fig-alt="CC BY-NC 4.0"}](http://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1)<br>
format:
html:
theme:
- cosmo
- mozilla.scss
css: styles.css
toc: true
execute:
freeze: auto # re-render only when source changes