diff --git a/_data/people.yml b/_data/people.yml index 445bc7e5..e2b793f1 100644 --- a/_data/people.yml +++ b/_data/people.yml @@ -113,6 +113,7 @@ institution: Fondazione Bruno Kessler place: Trento, Italy email: a.bisegna@fbk.eu + phone: "+390461314575" - id: AndreaBrandolini name: Andrea diff --git a/_events/TDI2024/venue.md b/_events/TDI2024/venue.md index 0ef1f58f..294d072c 100644 --- a/_events/TDI2024/venue.md +++ b/_events/TDI2024/venue.md @@ -1,6 +1,6 @@ --- title: 2nd International Workshop on Trends in Digital Identity (TDI 2024) -subtitle: Submission +subtitle: Venue menubar: TDI2024 --- diff --git a/_includes/menubar.html b/_includes/menubar.html index 4ae2576c..d3da9a0e 100644 --- a/_includes/menubar.html +++ b/_includes/menubar.html @@ -24,7 +24,7 @@ diff --git a/assets/css/custom.css b/assets/css/custom.css index b9f631da..fa2e9abf 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -893,6 +893,15 @@ table.program td p.type { font-size: smaller; font-weight: bold; } + +table.program td p.location { + font-size: smaller; + font-style: italic; +} + +table.program td p.location::before { + content: "Location: "; +} /* END EVENT PROGRAMS */ .bordered,