Skip to content

Commit 51642af

Browse files
updated publications and contacts
1 parent b363298 commit 51642af

File tree

3 files changed

+42
-16
lines changed

3 files changed

+42
-16
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
3434
{% if site.github.is_project_page %}
3535
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
3636
{% endif %}
37-
<span class="site-footer-credits">A research group from <a href="https://polimi.it/">Politecnico di Milano</a>.</span>
37+
<span class="site-footer-credits">L2C: a research group from <a href="https://polimi.it/">Politecnico di Milano</a>.</span>
3838
</footer>
3939
</main>
4040
</body>

contacts.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: default
3+
title: "Contacts"
4+
permalink: /contacts
5+
---
6+
7+
8+
<nav>
9+
<ul>
10+
<li><a href="{{ site.baseurl }}/">Home</a></li>
11+
<li><a href="{{ site.baseurl }}/collaborations">Collaborations</a></li>
12+
<li><a href="{{ site.baseurl }}/publications">Publications & Patents</a></li>
13+
</ul>
14+
</nav>
15+
16+
<style>
17+
#contact ul > li {
18+
margin-bottom: 1.2em;
19+
}
20+
</style>
21+
22+
<section id="contact">
23+
<h2>Contacts</h2>
24+
<ul>
25+
<li><strong>Email:</strong>
26+
<ul>
27+
<li>simone.formentin@polimi.it</li>
28+
</ul></li>
29+
<li><a href="https://github.com/Learning2Control">GitHub</a></li>
30+
</ul>
31+
</section>

publications.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ permalink: /publications
3333
<em>2025 European Control Conference (ECC)</em><br>
3434
<em>R. G. Cestari, S. Chiodini, S. Formentin</em>
3535
</li>
36+
<li>
37+
<strong><a href="https://doi.org/10.1016/j.ejcon.2025.101205">Non-linear multi-objective Bayesian MPC of water reservoir systems</a></strong><br>
38+
<em>European Journal of Control, Volume 83, May 2025</em><br>
39+
<em>R. G. Cestari, A. Castelletti, S. Formentin</em>
40+
</li>
41+
<li>
42+
<strong>Control-oriented modeling for MPC of water reservoir systems</strong><br>
43+
<em>International Journal of Control, 2025</em><br>
44+
<em>R. G. Cestari, A. Castelletti, S. Formentin</em>
45+
</li>
3646
<li>
3747
<strong><a href="https://doi.org/10.1016/j.ifacol.2024.08.535">Split-boost neural networks</a></strong><br>
3848
<em>20th IFAC Symposium on System Identification SYSID 2024: Boston, United States, July 17–19, 2024</em><br>
@@ -58,21 +68,6 @@ permalink: /publications
5868
<em>2nd IFAC Workshop on Control Methods for Water Resource Systems CMWRS 2022: Milano, Italy, September 22–23, 2022</em><br>
5969
<em>R. G. Cestari, A. Castelletti, S. Formentin</em>
6070
</li>
61-
<li>
62-
<strong><a href="https://doi.org/10.1016/j.ejcon.2025.101205">Non-linear multi-objective Bayesian MPC of water reservoir systems</a></strong><br>
63-
<em>European Journal of Control, Volume 83, May 2025</em><br>
64-
<em>R. G. Cestari, A. Castelletti, S. Formentin</em>
65-
</li>
66-
<li>
67-
<strong>Control-oriented modeling for MPC of water reservoir systems</strong><br>
68-
<em>International Journal of Control</em><br>
69-
<em>R. G. Cestari, A. Castelletti, S. Formentin</em>
70-
</li>
71-
<li>
72-
<strong>E-Private Mobility Index: A Novel Tool to Assess BEV Transition Feasibility</strong><br>
73-
<em>Sustainability</em><br>
74-
<em>S. Strada, R. G. Cestari, A. Pagliaroli, S. M. Savaresi</em>
75-
</li>
7671
</ul>
7772
</section>
7873

0 commit comments

Comments
 (0)