-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
134 lines (119 loc) · 3.41 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
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
website:
title: "Mathias Louboutin"
image: images/banner.png
google-analytics: "G-ERCRWL13YZ"
repo-url: https://github.com/mloubout/mloubout.github.io
repo-actions: [issue]
search: true
page-navigation: true
reader-mode: true
twitter-card:
site: "@Louboutjunior"
page-footer:
center:
- text: "Copyright (c) Mathias Louboutin 2023-2024"
right:
- icon: twitter
href: https://twitter.com/Louboutjunior
aria-label: Twitter
- icon: github
href: https://github.com/mloubout
aria-label: GitHub
- icon: envelope-at-fill
href: mailto:mathias.louboutin@gmail.com
- icon: globe
href: https://www.devitocodes.com/
navbar:
logo: images/devito-logo.svg
collapse-below: lg
background: light
tools:
- icon: github
menu:
- text: Personal
href: https://github.com/mloubout
- text: Sponsor
href: https://github.com/sponsors/mloubout
- text: SLIM@gatech
url: https://github.com/slimgroup
- icon: twitter
href: https://twitter.com/Louboutjunior
- icon: linkedin
href: https://www.linkedin.com/in/mathias-louboutin-a116b957/
- icon: envelope-at-fill
menu:
- text: Personal
href: mailto:mathias.louboutin@gmail.com
- text: Professional
href: mailto:mathias@devitocodes.com
- icon: slack
href: https://join.slack.com/t/devitocodes/shared_invite/zt-2hgp6891e-jQDcepOWPQwxL5JJegYKSA
- icon: globe
href: https://www.devitocodes.com/
left:
- href: index.qmd
text: Home
- href: content/pubs/publications.qmd
text: Publications
- href: content/software/software.qmd
text: Software
- href: content/resume.qmd
text: Resume
- href: content/tutorials/tutorials.qmd
text: Tutorials
sidebar:
- id: pubs
title: "Publications"
style: "floating"
collapse-level: 1
contents:
- href: content/pubs/publications.qmd
text: Introduction
- title: Journal Papers
href: content/pubs/Journals.qmd
- title: Conferences
href: content/pubs/Conferences.qmd
- title: Presentations
href: content/pubs/Presentations.qmd
- title: Technical Reports
href: content/pubs/TechReports.qmd
- title: Unpublished
href: content/pubs/Unpublished.qmd
- id: soft
title: "Software"
contents:
- content/software/software.qmd
- id: resume
title: "Resume"
contents:
- href: content/resume.qmd
- id: tuto
style: "docked"
title: "Tutorials"
collapse-level: 0
contents:
- section: "Tutorials"
href: content/tutorials/tutorials.qmd
contents:
- section: "Devito API"
contents: content/tutorials/devitoapi/*.ipynb
- section: "Devito tutorials"
contents: content/tutorials/devitotutos/*.ipynb
- section: "JUDI tutorials"
contents: content/tutorials/judituto/*.ipynb
format:
html:
theme:
light: spacelab
dark: cyborg
css: assets/styles.css
toc: true
link-external-newwindow: True
code-copy: true
code-fold: false
execute:
enabled: false
execute:
freeze: auto