Skip to content

Commit 6fcd035

Browse files
research page added and changhed the past reasearch page in publicati… (#6)
* research page added and changhed the past reasearch page in publications page * pages order fixed * error fixed * error fixed * Update description * sections topics added * title changed --------- Co-authored-by: Grufoony <[email protected]>
1 parent d4faf88 commit 6fcd035

File tree

5 files changed

+66
-34
lines changed

5 files changed

+66
-34
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Get insights of our research interests and explore our publications.
2323
{%
2424
include button.html
2525
link="research"
26-
text="See our publications"
26+
text="See our research topics"
2727
icon="fa-solid fa-arrow-right"
2828
flip=true
2929
style="bare"

projects/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Projects
33
nav:
4-
order: 2
4+
order: 3
55
tooltip: Software, datasets, and more
66
---
77

publications/index.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Publications
3+
nav:
4+
order: 1
5+
tooltip: Published works
6+
---
7+
8+
# {% include icon.html icon="fa-solid fa-microscope" %}Publications
9+
10+
11+
{% include section.html %}
12+
13+
## Highlighted
14+
{% include citation.html lookup="A survival model to explain the statistical properties of multimodal mobility" style="rich" %}
15+
16+
{% include citation.html lookup="Modellizzazione della mobilità urbana. Una nuova sfida per la teoria dei sistemi dinamici" style="rich" %}
17+
18+
{% include citation.html lookup="A stochastic compartmental model to simulate the Covid-19 epidemic spread on a simple network" style="rich" %}
19+
20+
{% include citation.html lookup="Unraveling pedestrian mobility on a road network using ICTs data during great tourist events" style="rich" %}
21+
22+
{% include citation.html lookup="A stochastic model of randomly accelerated walkers for human mobility" style="rich" %}
23+
24+
{% include citation.html lookup="Understanding the variability of daily travel-time expenditures using GPS trajectory data" style="rich" %}
25+
26+
27+
{% include citation.html lookup="MODELING TRAFFIC FLUCTUATIONS AND CONGESTION ON A ROAD NETWORK" style="rich" %}
28+
29+
30+
{% include citation.html lookup="Dynamical Systems on Graphs : from Random Walks to Transportation Networks" style="rich" %}
31+
32+
33+
{% include citation.html lookup="A stochastic model of randomly accelerated walkers for human mobility" style="rich" %}
34+
35+
36+
{% include section.html %}
37+
38+
## All
39+
40+
{% include search-box.html %}
41+
42+
{% include search-info.html %}
43+
44+
{% include list.html data="citations" component="citation" style="rich" %}

research/index.md

Lines changed: 19 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,32 @@
11
---
22
title: Research
33
nav:
4-
order: 1
5-
tooltip: Published works
4+
order: 2
5+
tooltip: research topics
66
---
7+
<h1 style="font-size: 3em;">Research Activities at the City Science Lab</h1>
78

8-
# {% include icon.html icon="fa-solid fa-microscope" %}Research
9+
<h1 style="font-size: 1.5em;">Mobility</h1>
910

11+
- Network theory and random walks<br>
12+
We study the dynamics of complex networks using random walk models to explore node connectivity, community structure, and diffusion processes. Applications include urban infrastructure, mobility systems, and energy distribution.
1013

11-
{% include section.html %}
14+
- Urban vehicular mobility modeling<br>
15+
We develop large-scale simulations of traffic flow across various cities, e.g. Bologna, to forecast congestion patterns and optimize traffic lights and routing strategies. The model integrates real traffic data from heterogeneous sources and adaptive control mechanisms to improve urban mobility efficiency.
1216

13-
## Highlighted
14-
{% include citation.html lookup="A survival model to explain the statistical properties of multimodal mobility" style="rich" %}
17+
- Railway delay prediction using Italian train data<br>
18+
We analyze national train schedules and historical delay records to build a simple model able to replicate the empirical distribution of delays. This model can be used to predict future delays and improve the reliability of the railway system.
1519

16-
{% include citation.html lookup="Modellizzazione della mobilità urbana. Una nuova sfida per la teoria dei sistemi dinamici" style="rich" %}
20+
<h1 style="font-size: 1.5em;">Urban energy and vegetation</h1>
1721

18-
{% include citation.html lookup="A stochastic compartmental model to simulate the Covid-19 epidemic spread on a simple network" style="rich" %}
22+
- Building energy simulation<br>
23+
We simulate energy consumption for the buildings in Bologna based on their geometry and age. The output is used to map the city’s most energy-demanding and polluting zones, supporting decarbonization strategies and policymaking.
1924

20-
{% include citation.html lookup="Unraveling pedestrian mobility on a road network using ICTs data during great tourist events" style="rich" %}
25+
- Urban vegetation analysis<br>
26+
We extract information on urban trees using airborne LiDAR, including segmentation of individual trees and updates of tree features such as height and crown radius. This helps maintain accurate vegetation inventories and assess urban green coverage.
2127

22-
{% include citation.html lookup="A stochastic model of randomly accelerated walkers for human mobility" style="rich" %}
28+
- Urban Heat Island (UHI) analysis<br>
29+
We study the urban heat island effect using spatial variables like Sky View Factor (SVF). The aim is to understand microclimate variation across urban zones and identify heat-vulnerable areas for climate adaptation planning.
2330

24-
{% include citation.html lookup="Understanding the variability of daily travel-time expenditures using GPS trajectory data" style="rich" %}
25-
26-
27-
{% include citation.html lookup="MODELING TRAFFIC FLUCTUATIONS AND CONGESTION ON A ROAD NETWORK" style="rich" %}
28-
29-
30-
{% include citation.html lookup="Dynamical Systems on Graphs : from Random Walks to Transportation Networks" style="rich" %}
31-
32-
33-
{% include citation.html lookup="A stochastic model of randomly accelerated walkers for human mobility" style="rich" %}
34-
35-
36-
{% include section.html %}
37-
38-
## All
39-
40-
{% include search-box.html %}
41-
42-
{% include search-info.html %}
43-
44-
{% include list.html data="citations" component="citation" style="rich" %}
31+
<h1 style="font-size: 1.5em;">GIULIO, PUCCI, DRAGOS AGGIUNGETE LA VOSTRA SEZIONE !!!</h1>
32+
[nota importante](https://www.youtube.com/watch?v=SXHMnicI6Pg)

team/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Team
33
nav:
4-
order: 3
4+
order: 4
55
tooltip: About our team
66
---
77

0 commit comments

Comments
 (0)