-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
333 lines (324 loc) · 11.9 KB
/
index.html
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1"
/>
<title>Monica Rotulo</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/typicons/2.0.8/typicons.min.css"
/>
<script src="https://use.fontawesome.com/8181bf0991.js"></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"
/>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<!-- partial:index.partial.html -->
<!-- Header Section
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<header id="header">
<div class="main_nav">
<div class="container">
<div class="mobile-toggle">
<span></span> <span></span> <span></span>
</div>
<nav>
<ul>
<li><a class="smoothscroll" href="#header">Home</a></li>
<li>
<a class="smoothscroll" href="#publications">Publications</a>
</li>
<!-- <li>
<a
class="smoothscroll"
href="https://medium.com/@monica.rotulo"
target="_blank"
>Blog</a
>
</li> -->
<li><a class="smoothscroll" href="#about">About me</a></li>
<li>
<a class="smoothscroll" href="#photography">Photography</a>
</li>
<li><a class="smoothscroll" href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</div>
<div class="vertical-centered-box">
<div class="content">
<div class="title">
<span class="heading">Hi, I'm </span>
<h1 class="heading notranslate">Monica,</h1>
<h2 class="heading">a Machine Learning scientist @ SURF</h2>
</div>
<div class="cta">
<a href="#publications" class="smoothscroll">
<button type="button" class="cta-button">See my work</button>
</a>
</div>
</div>
</div>
</header>
<!-- Publications -->
<section id="publications">
<div class="container">
<div class="row1">
<h2>Latest Publications</h2>
<hr class="line" />
</div>
<div class="row">
<div class="articles-container">
<div class="icon-parent">
<div class="icon-child" id="brain"></div>
</div>
<div class="text-container">
<a class="text-above">Automatica</a>
<h3 class="title_publications">
Online learning of data-driven controllers for unknown switched
linear systems
</h3>
<p class="notranslate">
Monica Rotulo, Claudio De Persis, Pietro Tesi
</p>
<a
class="text-link"
href="https://www.sciencedirect.com/science/article/pii/S000510982200379X"
target="_blank"
><button type="button" class="smaller-button">LINK</button></a
>
</div>
</div>
<div class="articles-container">
<div class="icon-parent">
<div class="icon-child" id="switched"></div>
</div>
<div class="text-container">
<a class="text-above">IEEE Transactions on Automatic Control</a>
<h3 class="title_publications">
Learning controllers from data via approximate nonlinearity cancellation
</h3>
<p class="notranslate">
Claudio De Persis, Monica Rotulo, Pietro Tesi
</p>
<a class="text-link" href="https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10008012" target="_blank"
><button type="button" class="smaller-button">PDF</button></a
>
</div>
</div>
<div class="articles-container">
<div class="icon-parent">
<div class="icon-child" id="lqr"></div>
</div>
<div class="text-container">
<a class="text-above">IFAC-PapersOnLine 53 (2), 3995-4000</a>
<h3 class="title_publications">
Data-driven linear quadratic regulation via semidefinite
programming
</h3>
<p class="notranslate">
Monica Rotulo, Claudio De Persis, Pietro Tesi
</p>
<a
class="text-link"
href="https://arxiv.org/abs/1911.07767"
target="_blank"
><button type="button" class="smaller-button">LINK</button></a
>
<a
class="text-link"
href="https://arxiv.org/pdf/1911.07767.pdf"
target="_blank"
><button type="button" class="smaller-button">PDF</button></a
>
</div>
</div>
</div>
<!-- <div class="row2">
<a
href="https://scholar.google.com/citations?user=TqQO2WEAAAAJ&hl=en"
>
<button type="button" class="button-primary">See more</button>
</a>
</div> -->
</div>
</section>
<!-- About Section
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<section id="about">
<div class="container">
<div class="row1">
<h2>About me</h2>
<hr class="line" />
</div>
<div class="row">
<div class="about_wrapper">
<div class="picture">
<img
src="./image/zoom.jpg"
alt="Profile picture"
class="profile_pic"
/>
</div>
<div class="about_text">
<h4>Hi, I'm Monica!</h4>
<p>
I am an AI & machine learning scientist located in Amsterdam. I recently left academia to become an advisor on high performance machine learning at
<a
href="https://www.surf.nl/en/high-performance-machine-learning-efficient-and-scalable-machine-learning-in-hpc-environments"
target="_blank"
>SURF</a
>
(Dutch National Supercomputing Center).
Before stepping into the field of AI for Science, I obtained a Ph.D. in applied math and control engineering
at the University of
Groningen
focusing on data-driven methods for controlling unknown dynamical systems.
</p>
<p>
Besides working with data, I'm a
<a
href="https://www.juzaphoto.com/me.php?p=103353&pg=allphotos&srt=data&l=it"
target="_blank"
>landscape photographer</a
>, I travel, I love learning new things about science and
technology, and occasionally
<a href="https://medium.com/@monica.rotulo" target="_blank"
>write</a
>
about my research.
</p>
<div class="about_facts">
<h4>Personal interests:</h4>
<ul class="ul-facts">
<li>Photography and color theory</li>
<li>Astrophysics and astronautics</li>
<li>Environmental sustainability</li>
<li>UI/UX design</li>
</ul>
</div>
</div>
</div>
<div class="row2">
<a href="./file/cv_2021.pdf" target="_blank">
<button type="button" class="button-primary">
Download my CV
</button></a
>
</div>
</div>
</div>
</section>
<!-- Footer Section
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<footer id="contact">
<div class="container">
<div class="row1">
<h2 class="title-footer">Let's get in touch</h2>
<div class="block"></div>
<hr class="line" />
</div>
<div class="row">
<div class="contact-text">
<p>
Have a question, want to work together or simply want to have a
chat?
</p>
<p>
Write an email to
<a
href="mailto:[email protected]"
title="Email me"
rel="me"
target="_blank"
>, or fill in the form:
</p>
</div>
<form
name="contact"
data-netlify="true"
method="POST"
action="pages/success.html"
>
<div class="row">
<div class="sixcolumns">
<label for="exampleRecipientInput">Name</label>
<input class="u-full-width" type="text" name="name" />
</div>
<div class="sixcolumns">
<label for="exampleEmailInput">Email*</label>
<input
class="u-full-width"
type="email"
name="email"
required
/>
</div>
</div>
<div class="row sixcolumns">
<label for="exampleMessage">Message*</label>
<textarea class="u-full-width" name="message" required></textarea>
<input class="button-primary" type="submit" value="Submit" />
</div>
</form>
</div>
</div>
<div class="container">
<div class="ex1">
<a href="https://www.linkedin.com/in/monicarotulo/" target="_blank"
><i class="fa fa-linkedin fa-2x" aria-hidden="true"></i
></a>
<!-- <i class="fa fa-twitter fa-2x" aria-hidden="true"></i> -->
<a
href="https://scholar.google.com/citations?user=TqQO2WEAAAAJ&hl=en"
target="_blank"
><i class="ai ai-google-scholar ai-2x" aria-hidden="true"></i
></a>
<a href="https://www.instagram.com/monicarotulo_/" target="_blank"
><i class="fa fa-instagram fa-2x" aria-hidden="true"></i
></a>
<a href="https://medium.com/@monica.rotulo" target="_blank"
><i class="fa fa-medium fa-2x" aria-hidden="true"></i
></a>
</div>
<hr class="footer-hr" />
<div class="row">
<p class="powered-by notranslate">
© 2021 Monica Rotulo · Source code on
<a
href="https://github.com/Mooon/monicarotulo.com"
target="_blank"
rel="noopener"
>GitHub <em class="fa fa-github fa-fw"></em
></a>
and builds on
<a
href="https://app.netlify.com/sites/monicarotuloportfolio/deploys"
target="_blank"
rel="noopener"
>Netlify</a
>. Icons by
<a href="https://icons8.com/" target="_blank" rel="noopener"
>Icons8</a
>.
</p>
</div>
</div>
</footer>
<!-- partial -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js"></script>
<script src="./script.js"></script>
</body>
</html>