Skip to content

Commit bf51634

Browse files
authored
Merge pull request #41 from physycom/posters
Add poster section
1 parent a67ca11 commit bf51634

9 files changed

Lines changed: 81 additions & 88 deletions

File tree

_data/posters.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
- title: "Towards an Urban Digital Twin: A use case for the optimization of urban traffic"
2+
authors:
3+
- name: Filippo Dalla
4+
member: filippo-dalla
5+
- name: Gregorio Berselli
6+
member: gregorio-berselli
7+
- name: Dragos Dumitru Ioan
8+
member: dragosdumitru-ioan
9+
- name: Armando Bazzani
10+
member: armando-bazzani
11+
- name: Mirko degli Esposti
12+
member: mirko-degliesposti
13+
pdf: posters/dtw25_Dalla.pdf
14+
event: DTW 2025 - Padua
15+
date: 2025-02-20
16+
17+
- title: "Urban Building Energy Modelling"
18+
authors:
19+
- name: Aldo Canfora
20+
member: aldo-canfora
21+
- name: Armando Bazzani
22+
member: armando-bazzani
23+
- name: Mirko degli Esposti
24+
member: mirko-degliesposti
25+
pdf: posters/dtw25_Canfora.pdf
26+
event: DTW 2025 - Padua
27+
date: 2025-02-20
28+
29+
- title: "Emergence of power laws in hierarchical dynamics on multi-level graphs"
30+
authors:
31+
- name: Tommaso Rondini
32+
member: tommaso-rondini
33+
- name: Gregorio Berselli
34+
member: gregorio-berselli
35+
- name: Armando Bazzani
36+
member: armando-bazzani
37+
- name: Mirko degli Esposti
38+
member: mirko-degliesposti
39+
pdf: posters/statphys29_Rondini.pdf
40+
event: StatPhys 29 - Florence
41+
date: 2025-07-17

_data/projects.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@
5151
subtitle: posters presented at workshops or conferences
5252
group: featured
5353
image: images/poster_icon.png
54-
link: https://github.com/physycom/website/tree/main/_posters/_posters/poster_Aldo_DTW2025_Padova.pdf
54+
link: posters
5555
description: The posters refer to topics related to the Bologna Digital Twin project and concern urban mobility, infrastructure energy and urban green heritage for the city of Bologna.
56-
repo: greenelab/lab-website-template
5756
tags:
5857
- resource
5958

_includes/poster-list.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{% assign posters = site.data.posters | sort: "date" | reverse %}
2+
{% for poster in posters %}
3+
<div class="citation-container">
4+
<div class="citation">
5+
<div class="citation-text">
6+
{% include icon.html icon="fa-solid fa-chalkboard" %}
7+
<a href="{{ poster.pdf | relative_url }}" target="_blank" class="citation-title">{{ poster.title }}</a>
8+
<div class="citation-authors">
9+
{%- for author in poster.authors -%}
10+
{%- if author.member -%}
11+
<a href="{{ '/members/' | append: author.member | relative_url }}">{{ author.name }}</a>
12+
{%- else -%}
13+
{{ author.name }}
14+
{%- endif -%}
15+
{%- unless forloop.last %}, {% endunless -%}
16+
{%- endfor -%}
17+
</div>
18+
<div class="citation-details">
19+
{% if poster.event %}<span class="citation-publisher">{{ poster.event }}</span>&nbsp;·&nbsp;{% endif %}<span class="citation-date">{{ poster.date | date: "%Y" }}</span>
20+
</div>
21+
<div class="citation-buttons">
22+
{% include button.html type="link" icon="fa-solid fa-file-pdf" text="View PDF" link=poster.pdf style="bare" %}
23+
</div>
24+
</div>
25+
</div>
26+
</div>
27+
{% endfor %}

_posters/input-html.html

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

_posters/target001.png

-4.5 MB
Binary file not shown.

posters/dtw25_Dalla.pdf

4.3 MB
Binary file not shown.

posters/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Posters
3+
nav:
4+
order: 3
5+
tooltip: Posters presented at workshops and conferences
6+
---
7+
8+
# {% include icon.html icon="fa-solid fa-image" %}Posters
9+
10+
{% include section.html %}
11+
12+
{% include poster-list.html %}

posters/statphys29_Rondini.pdf

397 KB
Binary file not shown.

0 commit comments

Comments
 (0)