-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
132 lines (116 loc) · 3.07 KB
/
Copy path_quarto.yml
File metadata and controls
132 lines (116 loc) · 3.07 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
project:
type: website
execute-dir: project
output-dir: docs
resources:
- resources/
execute:
freeze: auto
website:
cookie-consent:
type: implied
style: simple
palette: dark
google-analytics:
tracking-id: "G-G5XSH1GLW7"
favicon: resources/ICON.png
title: "DevStart"
description: "Hands-on tutorials for the GenerativeNetworkModels Python package."
site-url: "https://devstart.org/BrainNetworks"
repo-url: "https://github.com/EdwardJamesYoung/GenerativeNetworkModels"
image: resources/LOGO.png
# Cards
open-graph:
title: "GNM Tutorials"
description: "Generative Network Models tutorials"
image: "images/ICON.png"
twitter-card:
title: "GNM Tutorials"
card-style: summary
description: "Generative Network Models tutorials"
site: "@DevSciStart"
image: "images/ICON.png"
# Utilities
back-to-top-navigation: true
page-navigation: true
reader-mode: false
search:
location: sidebar
type: textbox
## Sidebar settings
sidebar:
title: " "
style: "floating"
border: true
align: center
logo: "images/LOGO.png"
logo-href: "https://devstart.org/"
tools:
- icon: twitter
href: https://x.com/DevSciStart
- icon: github
menu:
- text: Source Code
url: https://github.com/EdwardJamesYoung/GenerativeNetworkModels
- text: Report a Bug
url: https://github.com/EdwardJamesYoung/GenerativeNetworkModels/issues
- icon: menu-up
href: index.qmd
contents:
- index.qmd
- section: "Brain Networks"
contents:
- CONTENT/Introduction.qmd
- CONTENT/Installation.qmd
- CONTENT/ResearchQuestion.qmd
- CONTENT/Preprocessing.qmd
- CONTENT/Topology.qmd
- section: "Generative Models"
contents:
- CONTENT/WhatIsGNM.qmd
- CONTENT/ModelSpecification.qmd
- CONTENT/ModelFitting.qmd
- CONTENT/IndividualDifferences.qmd
- section: "Artificial Neural Networks"
contents:
- CONTENT/WhatIsAnRNN.qmd
- CONTENT/TaskDesign.qmd
- CONTENT/BuildingTheRNN.qmd
- CONTENT/TrainingTheRNN.qmd
- CONTENT/LookingInsideTheRNN.qmd
- CONTENT/ComparingRNNsAndBrains.qmd
## Footer
page-footer:
center:
- href: https://github.com/EdwardJamesYoung/GenerativeNetworkModels
icon: github
aria-label: GitHub
- href: https://x.com/DevSciStart
icon: twitter
aria-label: Twitter
##### Format #####
format:
html:
# Toc
toc: true
toc-expand: 4
embed-resources: true
# Images
lightbox: true
theme:
light: bookup.scss
# dark: bookup_dark.scss
mainfont: 'Arial'
# Code variables
code-fold: false
code-copy: true
code-link: true
code-overflow: scroll
code-tools:
source: true
toggle: true
caption: none
highlight-style: zenburn
code-block-background: true
code-block-border-left: "#00B3B3"
editor: visual