-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (97 loc) · 7.69 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/libs/katex/katex.min.css">
<link rel="stylesheet" href="/libs/highlight/styles/github.min.css">
<link rel="stylesheet" href="/css/franklin.css">
<link rel="icon" href="/assets/dtu-logo.jpeg" type="image/x-icon">
<title>Licio Romao</title>
<nav>
<div class="nav-name">
<span class="full-content">
<img src="/assets/dtu-logo.jpeg" alt="DTU logo" class="logo">
Licio Romao - Assistant Professor<br>
Technical University of Denmark (DTU)
</span>
<span class="short-content">
<img src="/assets/dtu-logo.jpeg" alt="DTU logo" class="logo">
Licio Romao<br>
Assistant Professor
</span>
</div>
<div class="nav-links">
<a href="/">Home</a>
<a href="/pages/publications">Publications</a>
<a href="/pages/teaching">Teaching</a>
<a href="/pages/contact">Contact</a>
<!-- <button id="theme-toogle" onclick="toggleTheme()" class="theme-button"></button> -->
<img id="theme-toggle" src="/assets/light-theme.png" alt="Toogle Theme" onclick="toggleTheme()" style="cursor: pointer;">
</div>
<div class="hamburger-menu" onclick="toggleNav()">☰</div>
<script src="/assets/js/hamburger_menu.js"></script>
<!-- Add more links here -->
<script src="/assets/js/hamburger_menu.js"></script>
</nav>
<script src="/assets/js/theme_buttom.js"></script>
</head>
<body>
<!-- Content appended here -->
<script src="/assets/js/button_func.js"></script>
<div class="franklin-content">
<h2 id="welcome"><a href="#welcome" class="header-anchor">Welcome!</a></h2>
<div style="display:">
<img src="./assets/pictures/profile-photo.jpg" style="width: 200px; margin-right: 20px; float: left; border-radius: 40px;">
</div>
<div class="justify-text"><p>I am an Assistant Professor at the Technical University of Denmark (DTU), where I am affiliated with the <a href="https://wind.dtu.dk">Department of Wind and Energy Systems</a>. I am a member of the <a href="https://www.jalalkazempour.com/ema">Energy and Markets Analytics section (EMA)</a>.</p>
<p>Driven by the ongoing energy transition and the challenges emerging from the widespread integration of renewable energy sources, my research vision is to establish rigorous mathematical foundations and devise novel algorithmic solutions for enhancing the maintenance, planning, and coordination of both the power grid and electricity markets.</p>
<p>My research will delve into advancing and leveraging key areas, including game theory, formal verification, convex and functional analysis, measure theory, stochastic differential equations, optimisation, and feedback control theory. These areas are essential to address the complex challenges associated with coordination, operation, and analysis of modern power systems.</p>
<p>In fact, the high penetration of renewables, despite being a central driver of the ongoing energy transition, demands a fundamental shift in how we plan and operate modern power systems. <em>Amongst many challenges in this transition, one of the most critical and unsolved problems is how to effectively manage a power system with 100 \(\%\) of renewable energy penetration.</em></p>
<div class="prospective-students"><strong>Prospective students</strong>: If you have excellent mathematical and/or coding skills with a background in either control, optimisation, formal methods, or power systems, please feel free to reach out by email. Please send an email with your CV, a brief overview of your research interests and experiences, and a few paragraphs on why you would like to joining us.</div>
<h1 id="brief_bio"><a href="#brief_bio" class="header-anchor">Brief Bio</a></h1>
<p>Before joining DTU in October 2024, I was a postdoc at the <a href="https://sisl.stanford.edu/">Stanford Intelligent Systems Laboratory (SISL)</a>, where I worked with <a href="https://mykel.kochenderfer.com/">Prof. Mykel Kochenderfer</a>. I have also held a postdoctoral position at the <a href="https://oxcav.web.ox.ac.uk">Oxford Control and Verification Group (OXCAV)</a>, where I worked with <a href="https://www.cs.ox.ac.uk/people/alessandro.abate/home.html">Prof. Alessandro Abate</a>. I obtained my PhD from the <a href="https://eng.ox.ac.uk/">Department of Engineering Science</a>, University of Oxford, under the supervision of <a href="https://kostasmargellos.github.io/">Prof. Kostas Margellos</a> and <a href="https://sysos.eng.ox.ac.uk/wiki/index.php/User:Antonis">Prof. Antonis Papachristodoulou</a>. </p>
<p>I obtained my MSc in Electrical Engineering from the University of Campinas (UNICAMP), Brazil, in 2017, under the supervision of <a href="https://www.fee.unicamp.br/profs/peres/">Prof. Pedro Luis Dias Peres</a>, and BSc in Electrical Engineering from the Federal University of Campina Grande (UFCG), Brazil, in 2014.</p></div>
<h2 id="technical_background"><a href="#technical_background" class="header-anchor">Technical background</a></h2>
<div class="justify-text"><p>To support the theoretical advancements, test ideas, and algorithm implementation, we use either <a href="https://julialang.org/">Julia</a>, <a href="https://www.python.org">Python</a>, or <a href="https://matlab.mathworks.com">Matlab</a>. </p>
<p>Below we list some technical tools to be explored in our research:</p></div>
<ul>
<li><p><strong>Dynamic programming</strong> </p>
</li>
<li><p><strong>Abstraction of dynamical systems</strong></p>
</li>
<li><p><strong>Markov Decision Processes (MDPs) and Partially Observable Markov Decision Processes (POMDPs)</strong></p>
</li>
<li><p><strong>Measure theory, and Stochastic Differential Equations (SDE)</strong></p>
</li>
<li><p><strong>Stochastic optimization</strong></p>
</li>
<li><p><strong>Feedback control systems</strong></p>
</li>
</ul>
<hr class="footnote-line">
<div class="footnote-links">
<a href="https://github.com/licioromao" target="_blank" style="margin-right: 5px;">
<img src="/assets/GitHub.png" alt="GitHub" style="width: 30px; height: 30px; display: inline-block;">
</a> <a href="https://scholar.google.com/citations?user=AWJbL5kAAAAJ&hl=en" target="_blank" style="margin-right: 5px;">
<img src="/assets/GoogleScholar.png" alt="GoogleScholar" style="width: 30px; height: 30px; display: inline-block;">
</a> <a href="mailto:[email protected]" target="_blank" style="margin-right: 5px;">
<img src="/assets/Email.png" alt="Email" style="width: 30px; height: 30px; display: inline-block;">
</a> <a href="https://www.linkedin.com/in/licio-romao-58a9648b/" target="_blank" style="margin-right: 5px;">
<img src="/assets/LinkedIn.png" alt="LinkedIn" style="width: 30px; height: 30px; display: inline-block;">
</a> <a href="https://orcid.org/0000-0002-5716-6162" target="_blank" style="margin-right: 5px;">
<img src="/assets/OrcId.png" alt="OrcId" style="width: 30px; height: 30px; display: inline-block;">
</a>
</div>
<div class="page-foot">
<a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> Licio Romao. Last modified: October 18, 2024.
Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>.
</div>
</div><!-- CONTENT ENDS HERE -->
<script src="/libs/katex/katex.min.js"></script>
<script src="/libs/katex/contrib/auto-render.min.js"></script>
<script>renderMathInElement(document.body)</script>
<script src="/libs/highlight/highlight.min.js"></script>
<script>hljs.highlightAll();hljs.configure({tabReplace: ' '});</script>
</body>
</html>