forked from pmichaillat/hugo-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
125 lines (119 loc) · 3.85 KB
/
config.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
baseURL: "https://dylanlaplacemermoud.github.io"
title: Dylan Laplace Mermoud
paginate: 20
theme: PaperMod
enableInlineShortcodes: true
enableRobotsTXT: true
taxonomies:
tag: tags
menu:
main:
- name: Publications
url: articles/
weight: 1
- name: Talks
url: talks/
weight: 2
- name: Teaching
url: classes/
weight: 3
- name: Resume
url: cv.pdf
# - name: Newsletter
# url: https://pmichaillat.substack.com
# weight: 4
params:
description: "I am a postdoctoral researcher in quantum algorithms at ENSTA - Institut Polytechnique de Paris."
author: Dylan Laplace Mermoud
# googleAnalyticsID: "G-XXXXX"
DateFormat: "02 Jan 2006"
defaultTheme: light
hideFooter: false
disableThemeToggle: true
ShowShareButtons: false
ShowReadingTime: false
disableSpecial1stPost: true
disableAnchoredHeadings: true
ShowPostNavLinks: false
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: false
ShowToc: false
disableScrollToTop: true
TocOpen: true
ShowWordCount: false
UseHugoToc: true
comments: false
math: true
profileMode:
enabled: true
title: Dylan Laplace Mermoud
subtitle: "I am a postdoctoral researcher in quantum algorithms at the mathematics department of ENSTA from the Institut Polytechnique de Paris. I am also affiliated with the combinatorial optimization team in the CEDRIC lab at the Conservatoire National des Arts et Métiers. I am supervised by Andrea Simonetto, and co-supervised by Sourour Elloumi. Besides quantum algorithms, my research focuses on cooperative game theory and algebraic combinatorics."
imageUrl: "photo.png"
imageWidth: 160
imageHeight: 160
imageTitle: Dylan Laplace Mermoud
buttons:
- name: Publications
url: articles/
- name: Talks
url: talks/
- name: Teaching
url: classes/
- name: Resume
url: cv.pdf
# - name: Archive
# url: archive/
socialIcons:
# - name: hal
# url: https://hal.science/search/index/?q=*&authIdPerson_i=1215683
# - name: arXiv
# url: https://arxiv.org/search/?query=Dylan+Laplace+Mermoud&searchtype=all&source=header
- name: orcid
url: https://orcid.org/0000-0002-1508-9656
# - name: CV
# url: cv.pdf
# - name: Location
# url: location/
# - name: Office Hours
# url: officehours/
- name: Google Scholar
url: https://scholar.google.com/citations?user=haznRHoAAAAJ&hl=fr&oi=ao
# - name: YouTube
# url: https://www.youtube.com/@pmichaillat
- name: GitLab
url: https://gitlab.com/DylanLaplaceMermoud
- name: GitHub
url: https://github.com/DylanLaplaceMermoud
# - name: Substack
# url: https://pmichaillat.substack.com
# - name: Twitter
# url: https://twitter.com/pmichaillat
- name: Email
url: mailto:dylan.laplace.mermoud@gmail.com
assets:
disableHLJS: true
disableScrollBarStyle: true
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"
mask_icon: "/safari-pinned-tab.svg"
cover:
hiddenInList: false
hiddenInSingle: true
label:
text: "Dylan Laplace Mermoud"
icon: logo2.ico
iconHeight: 18
markup:
goldmark:
renderer:
unsafe: true
highlight:
guessSyntax: true
style: autumn
tableOfContents:
endLevel: 2
ordered: false
startLevel: 2