-
Notifications
You must be signed in to change notification settings - Fork 10
/
_quarto.yml
93 lines (80 loc) · 2.38 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
88
89
90
91
92
project:
type: website
resources:
- images/*
website:
title: "Nexus: Crowdsourced ML Resources"
page-navigation: true
repo-url: https://github.com/UW-Madison-DataScience/ML-X-Nexus
repo-actions: [edit]
sidebar:
tools:
- icon: github
href: https://github.com/UW-Madison-DataScience/ML-X-Nexus
text: "GitHub organization"
# logo: "images/ML+X_Logo_Secondary_Tagline_Transparent.png"
logo: "images/ML+X_Logo_Secondary_Transparent.png"
pinned: true
align: center
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Home
- href: Learn/Guides/How-to-contribute.qmd
text: "How to contribute?"
- text: "Learn"
href: Learn/index.qmd
contents:
- text: "Books"
href: Learn/Books/index.qmd
- text: "Guides"
href: Learn/Guides/index.qmd
- text: "Workshops"
href: Learn/Workshops/index.qmd
- text: "Videos"
href: Learn/Videos/index.qmd
- text: "Toolbox"
href: Toolbox/index.qmd
contents:
- text: "Compute"
href: Toolbox/Compute/index.qmd
- text: "Data"
href: Toolbox/Data/index.qmd
- text: "Libraries"
href: Toolbox/Libraries/index.qmd
- text: "Models"
href: Toolbox/Models/index.qmd
- text: "Applications"
href: Applications/index.qmd
contents:
- text: "Blogs"
href: Applications/Blogs/index.qmd
- text: "EDA"
href: Applications/EDA/index.qmd
- text: "Videos"
href: Applications/Videos/index.qmd
contents:
- text: "Forums"
href: Applications/Videos/Forums/index.qmd
- text: "ML4MI"
href: Applications/Videos/ML4MI/index.qmd
- text: "SILO"
href: Applications/Videos/SILO/index.qmd
- text: "Other"
href: Applications/Videos/Other/index.qmd
- href: glossary.qmd
text: "Category glossary"
format:
html:
theme:
light: [cosmo, fonts.scss, theme.scss]
dark: [cosmo, fonts.scss, theme-dark.scss]
toc: true
code-copy: true
code-overflow: wrap
execute:
freeze: auto
language:
repo-action-links-edit: "Improve this page"