-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
90 lines (84 loc) · 2 KB
/
mkdocs.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
site_name: PhysAI
repo_url: https://github.com/neurdylab/physai
repo_name: neurdylab/physai
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.tabs.annotate
- content.tabs.copy
language: en
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Dark Mode
primary: indigo
accent: indigo
- scheme: slate
toggle:
icon: material/weather-sunny
name: Light Mode
primary: indigo
accent: indigo
icon:
annotation: material/chevron-right-circle
nav:
- Home:
- index.md
- home/funding.md
- home/contact.md
- Projects:
- projects/index.md
- projects/deepphysiorecon.md
- projects/qa.md
- Resources:
- resources/index.md
- resources/talks.md
- resources/tutorials.md
- resources/datasets.md
- Publications:
- publications/2024.md
- publications/2023.md
- publications/2022.md
- publications/2021.md
- publications/2020.md
- Collaborations: collaborations.md
- Team: team.md
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://www.github.com/neurdylab
- icon: fontawesome/brands/twitter
link: https://www.x.com/neurdylab
- icon: fontawesome/solid/globe
link: https://www.cchanglab.com
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- tables
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- pymdownx.caret
- pymdownx.tilde
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
copyright: Copyright © 2024 NEURDY Lab