Skip to content

Commit 4bd64e9

Browse files
committed
Added Alberto Ferrante and refactored peoples
1 parent 68dd520 commit 4bd64e9

7 files changed

Lines changed: 66 additions & 46 deletions

File tree

_data/people.yml

Lines changed: 33 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# ADMIN
1+
# LEADER
22
- id: calippi
33
name: Cesare
44
surname: Alippi
5-
group: admin
5+
group: leader
66
role: Professor with Università della Svizzera italiana and Politecnico di Milano <br> IEEE Fellow - ELLIS Fellow
77
description: His research focuses on graph-based learning, learning in non-stationary environments, lifelong learning, intelligence in embedded, cyber-physical systems and the Internet-of-Things.
88
links:
@@ -12,21 +12,11 @@
1212
# twitter: GMLG_Lugano
1313
scholar: zyzNf4AAAAAJ
1414
img: CA.jpg
15-
# STAFF
16-
- id: slukovic
17-
name: Slobodan
18-
surname: Lukovic
19-
group: staff
20-
role: Post-doc Researcher
21-
description: His work is focused on the energy efficiency and reliability of Smart Grids.
22-
links:
23-
linkedin: slukovic
24-
scholar: Ko1rhNYAAAAJ
25-
img: SL.jpg
15+
# TEAM
2616
- id: dzambon
2717
name: Daniele
2818
surname: Zambon
29-
group: staff
19+
group: team
3020
role: Post-doc Researcher
3121
description: His research focuses on learning in non-stationary environments with spatiotemporal and graph data.
3222
links:
@@ -39,7 +29,7 @@
3929
- id: acini
4030
name: Andrea
4131
surname: Cini
42-
group: staff
32+
group: team
4333
role: Ph.D. Student
4434
description: He is interested in relational inductive biases for the processing of spatiotemporal data.
4535
links:
@@ -52,7 +42,7 @@
5242
- id: imarisca
5343
name: Ivan
5444
surname: Marisca
55-
group: staff
45+
group: team
5646
role: Ph.D. Student
5747
description: His studies concern the analysis and prediction of irregular spatiotemporal data.
5848
links:
@@ -65,7 +55,7 @@
6555
- id: lbutera
6656
name: Luca
6757
surname: Butera
68-
group: staff
58+
group: team
6959
role: Ph.D. Student
7060
description: Working on object detection and computer vision.
7161
links:
@@ -74,7 +64,7 @@
7464
- id: amanenti
7565
name: Alessandro
7666
surname: Manenti
77-
group: staff
67+
group: team
7868
role: Ph.D. Student
7969
description: He studies spatiotemporal data processing using graph latent spaces.
8070
links:
@@ -87,7 +77,7 @@
8777
- id: tmarzi
8878
name: Tommaso
8979
surname: Marzi
90-
group: staff
80+
group: team
9181
role: Ph.D. Student
9282
description: His research focuses on graph-based prediction and control in reinforcement learning.
9383
links:
@@ -100,7 +90,7 @@
10090
- id: simoscopi
10191
name: Stefano
10292
surname: Imoscopi
103-
group: staff
93+
group: team
10494
role: Research Collaborator
10595
description: He works on applied research projects. His focus is on time series forecasting for the energy industry.
10696
links:
@@ -111,12 +101,34 @@
111101
- id: fbombardieri
112102
name: Federico
113103
surname: Bombardieri
114-
group: staff
104+
group: team
115105
role: Research Collaborator
116106
description: His research focuses on machine learning for hydrology.
117107
links:
118108
linkedin: federicobombardieri
119109
img: FB.jpg
110+
# AFFILIATE
111+
- id: slukovic
112+
name: Slobodan
113+
surname: Lukovic
114+
group: affiliate
115+
role: Researcher
116+
description: His work is focused on the energy efficiency and reliability of Smart Grids.
117+
links:
118+
linkedin: slukovic
119+
scholar: Ko1rhNYAAAAJ
120+
img: SL.jpg
121+
- id: aferrante
122+
name: Alberto
123+
surname: Ferrante
124+
group: affiliate
125+
role: Lecturer and Researcher
126+
description: His work focuses on security for pervasive devices and applications of machine learning in IoT.
127+
links:
128+
website: https://usi.to/esg
129+
linkedin: alberto-ferrante-155b53
130+
scholar: nxoghS8AAAAJ
131+
img: AF.jpg
120132
# EXTERNAL
121133
- id: llivi
122134
name: Lorenzo

_data/publications.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
authors:
121121
- id:lbutera
122122
- id:acini
123-
- A. Ferrante
123+
- id:aferrante
124124
- id:calippi
125125
keywords:
126126
- relational inductive biases
@@ -751,7 +751,7 @@
751751
year: 2021
752752
authors:
753753
- id:lbutera
754-
- A. Ferrante
754+
- id:aferrante
755755
- M. Jermini
756756
- M. Prevostini
757757
- id:calippi

_includes/admin_item.html

Lines changed: 0 additions & 15 deletions
This file was deleted.

_includes/leader_item.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{% assign leader = include.leader %}
2+
<div class="col-10 col-md-4 text-center text-md-end pe-md-4">
3+
<img class="people-thumb" src="{{site.url}}/assets/img/people/{{leader.img}}" />
4+
</div>
5+
<div class="col-10 col-md-7">
6+
<p class="fw-light text-muted fs-5 mb-0">Group leader</p>
7+
<h2>{{leader.name}} <strong>{{leader.surname}}</strong></h2>
8+
<p class="fw-light fs-6">{{leader.role}}</p>
9+
{% unless include.hide_description %}
10+
<p class="mb-1">{{leader.description}}</p>
11+
{% endunless %}
12+
{% if leader.links %}
13+
{% include links_list.html links=leader.links %}
14+
{% endif %}
15+
</div>
16+
<div class="d-none d-md-block col-1"></div>

_tutorials/graph-based-processing/ecml-2023.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>Material</h1>
5757
</div>
5858
</section>
5959
<!-- Location section-->
60-
<section class="text-white" style="background-image: url(./img/torino-background.jpg); background-attachment: fixed;">
60+
<section class="text-white" style="background-image: url(./img/torino-background.jpg); background-attachment: fixed; background-size: cover;">
6161
<div class="container px-4">
6262
<div class="row gx-4 justify-content-center">
6363
<div class="col-lg-8">

assets/img/people/AF.jpg

52.4 KB
Loading

people.html

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,29 @@
55
description: Meet the people in GMLG.
66
---
77
{% assign people = site.data.people %}
8-
<!-- Admin section-->
8+
<!-- Leader section-->
99
<section>
1010
<div class="container px-4">
1111
<div class="row g-4 justify-content-center align-items-center text-center text-md-start">
12-
{% assign admin = people | where: "group", "admin" | first %}
13-
{% include admin_item.html admin=admin %}
12+
{% assign leader = people | where: "group", "leader" | first %}
13+
{% include leader_item.html leader=leader %}
1414
</div>
1515
</div>
1616
</section>
17-
<!-- Staff section-->
17+
<!-- Team section-->
1818
<section class="bg-light">
1919
<div class="container px-4">
2020
<div class="row g-4 justify-content-center align-items-top text-center">
21-
<div class="col-12"><h2>Staff</h2></div>
22-
{% assign staff = people | where: "group", "staff" %}
23-
{% for person in staff %}
21+
<div class="col-12"><h2>Research Team</h2></div>
22+
{% assign team = people | where: "group", "team" %}
23+
{% for person in team %}
24+
{% include people_item.html person=person %}
25+
{% endfor %}
26+
</div>
27+
<div class="row g-4 mt-4 justify-content-center align-items-top text-center">
28+
<div class="col-12"><h2>Affiliate Senior Researchers</h2></div>
29+
{% assign affiliate = people | where: "group", "affiliate" %}
30+
{% for person in affiliate %}
2431
{% include people_item.html person=person %}
2532
{% endfor %}
2633
</div>

0 commit comments

Comments
 (0)