Skip to content

Commit e0dd58a

Browse files
better cayman
1 parent d0f2432 commit e0dd58a

File tree

3 files changed

+59
-3
lines changed

3 files changed

+59
-3
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: "Learning 2 Control Website"
2-
remote_theme: pages-themes/architect@v0.2.0
1+
title: "Learning 2 Control [L2C]"
2+
remote_theme: pages-themes/cayman@v0.2.0
33
plugins:
44
- jekyll-remote-theme # add this line to the plugins list if you already have one

_layouts/default.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!DOCTYPE html>
2+
<html lang="{{ site.lang | default: "en-US" }}">
3+
<head>
4+
<meta charset="UTF-8">
5+
6+
{% seo %}
7+
<link rel="preconnect" href="https://fonts.gstatic.com">
8+
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin>
9+
<meta name="viewport" content="width=device-width, initial-scale=1">
10+
<meta name="theme-color" content="#157878">
11+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
12+
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
13+
{% include head-custom.html %}
14+
</head>
15+
<body>
16+
<a id="skip-to-content" href="#content">Skip to the content.</a>
17+
18+
<header class="page-header" role="banner">
19+
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
20+
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
21+
{% if site.github.is_project_page %}
22+
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
23+
{% endif %}
24+
{% if site.show_downloads %}
25+
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
26+
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
27+
{% endif %}
28+
</header>
29+
30+
<main id="content" class="main-content" role="main">
31+
{{ content }}
32+
33+
<footer class="site-footer">
34+
{% if site.github.is_project_page %}
35+
<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>
36+
{% endif %}
37+
<span class="site-footer-credits">L2C: a research group from <a href="https://polimi.it/">Politecnico di Milano</a>.</span>
38+
</footer>
39+
</main>
40+
</body>
41+
</html>

publications.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,22 @@ permalink: /publications
8383
<li>
8484
<strong><a href="https://doi.org/10.1109/TMECH.2023.3292503">The Twin-in-the-Loop Approach for Vehicle Dynamics Control</a></strong><br>
8585
<em>IEEE/ASME Transactions on Mechatronics, vol. 29, no. 2, pages 1217{1228, April 2024</em><br>
86-
<em>F. Dettu, S. Formentin, S.M. Savaresi</em>
86+
<em>F. Dettù, S. Formentin, S.M. Savaresi</em>
87+
</li>
88+
<li>
89+
<strong><a href="https://doi.org/10.1080/00423114.2023.2290709">Joint vehicle state and parameters estimation via twin-in-the-loop observers</a></strong><br>
90+
<em>Vehicle System Dynamics, vol. 1, pages 1{27, December 2023</em><br>
91+
<em>F. Dettù, S. Formentin, S.M. Savaresi</em>
92+
</li>
93+
<li>
94+
<strong><a href="https://doi.org/10.1109/MCS.2023.3310368">AutoDDC: Hyperparameter Tuning for Direct Data-Driven Control</a></strong><br>
95+
<em>IEEE Control Systems Magazine, vol. 43, no. 6, pages 98-124, December 2023</em><br>
96+
<em>V. Breschi, S. Formentin</em>
97+
</li>
98+
<li>
99+
<strong><a href="https://doi.org/10.1109/TCST.2023.3279949">Active Preference Learning for vehicle suspensions calibration</a></strong><br>
100+
<em>IEEE Transactions on Control Systems Technology, vol. 31, no. 6, pages 2961-2967, November 2023</em><br>
101+
<em>E. Catenaro, A. Dubbini, S. Formentin, M. Corno, S.M. Savaresi</em>
87102
</li>
88103
<li>
89104
<strong><a href="https://doi.org/10.1016/j.ifacol.2023.12.043">Scenario-based model predictive control of water reservoir systems</a></strong><br>

0 commit comments

Comments
 (0)