diff --git a/_data/menus/events/TDI2024.yml b/_data/menus/events/TDI2024.yml index acc59145..47965df3 100644 --- a/_data/menus/events/TDI2024.yml +++ b/_data/menus/events/TDI2024.yml @@ -2,5 +2,11 @@ items: - name: Home link: /events/TDI2024/ + - name: Committees + link: committees + - name: Submission + link: submission + - name: Venue + link: venue - name: Previous Edition (2023) link: /events/TDI2023/ \ No newline at end of file diff --git a/_events/TDI2024/committees.md b/_events/TDI2024/committees.md new file mode 100644 index 00000000..7cd5e5c1 --- /dev/null +++ b/_events/TDI2024/committees.md @@ -0,0 +1,15 @@ +--- +title: 2nd International Workshop on Trends in Digital Identity (TDI 2024) +subtitle: Committees +menubar: TDI2024 +--- + +# Organizing Committee +- **Roberto Carbone** (Fondazione Bruno Kessler, Italy) +- **Marco Pernpruner** (Fondazione Bruno Kessler and University of Genoa, Italy) +- **Silvio Ranise** (Fondazione Bruno Kessler and University of Trento, Italy) +- **Giada Sciarretta** (Fondazione Bruno Kessler, Italy) +- **Amir Sharif** (Fondazione Bruno Kessler, Italy) + +# Program Committee +*Under definition* \ No newline at end of file diff --git a/_events/TDI2024/includes/important-dates.md b/_events/TDI2024/includes/important-dates.md new file mode 100644 index 00000000..f745a493 --- /dev/null +++ b/_events/TDI2024/includes/important-dates.md @@ -0,0 +1,3 @@ +- **Paper Submission**: February 23, 2024 (11:59 pm AoE) +- **Notification to Authors**: March 11, 2024 +- **Camera Ready**: March 29, 2024 \ No newline at end of file diff --git a/_events/TDI2024/index.md b/_events/TDI2024/index.md index 63677efa..9ba742a2 100644 --- a/_events/TDI2024/index.md +++ b/_events/TDI2024/index.md @@ -33,13 +33,13 @@ We encourage submissions on a range of topics, including but not limited to: - Mobile and Strong Authentication - Passwordless Authentication (including passkeys) - Privacy-Enhancing Technologies for Identity Management -- Securing Identities for the Financial and Governmental Services +- Securing Identities for Financial, Governmental and Health Services - Session Management for Seamless and Continuous Authentication - Trust Frameworks for Identity Management Solutions +- Video-based Identity Proofing (e.g., automated face comparison, impersonation attacks, document analysis) - Zero Trust Architectures -We look forward to receiving your submissions and engaging in fruitful and lively discussions on the latest trends and developments in identity management for critical infrastructures and services. +We look forward to receiving your submissions and engaging in fruitful and lively discussions on the latest trends and developments in identity management. -
-

More information on submissions will be available soon!

-
\ No newline at end of file +# Important Dates +{% include_relative includes/important-dates.md %} \ No newline at end of file diff --git a/_events/TDI2024/submission.md b/_events/TDI2024/submission.md new file mode 100644 index 00000000..9a72af7e --- /dev/null +++ b/_events/TDI2024/submission.md @@ -0,0 +1,25 @@ +--- +title: 2nd International Workshop on Trends in Digital Identity (TDI 2024) +subtitle: Submission +menubar: TDI2024 +--- + +# Submission Guidelines +We solicit research and innovation papers that present ideas, proof of concepts, use cases, challenges and results from a variety of topics relevant to the secure and reliable identity management solutions. We accept different kinds of submissions: +- Original contributions, also in preliminary form, which will be included in an open-access post-proceeding volume of [CEUR Workshop Proceedings](https://ceur-ws.org/), indexed by both Scopus and DBLP; +- Already published works, which will not be included in the post-proceedings volume. + +Papers must be submitted in English and in PDF format, by following the CEURART template (1-column format). The LaTeX and Word version of the template can be found [here](https://drive.google.com/file/d/1x6k5X7dMdD_MKRDQAeSKfr0-lnL4kjOK/view). An [Overleaf version](https://www.overleaf.com/latex/templates/template-for-submissions-to-ceur-workshop-proceedings-ceur-ws-dot-org/wqyfdgftmcfw) of the template is also available. + +Depending on the length, submissions are classified as: +- Short papers: 5-9 pages including bibliography and appendices; +- Regular papers: 10-12 pages including bibliography and appendices. + +Submitted papers will undergo a single-blind review process, thus anonymization is **not** required. + +Submissions must be made to the [EasyChair conference management system](https://easychair.org/conferences/?conf=tdi2024). + +Please note that at least one authors of each accepted paper must register for the workshop and is expected to (physically) present it. + +# Important Dates +{% include_relative includes/important-dates.md %} \ No newline at end of file diff --git a/_events/TDI2024/venue.md b/_events/TDI2024/venue.md new file mode 100644 index 00000000..0ef1f58f --- /dev/null +++ b/_events/TDI2024/venue.md @@ -0,0 +1,50 @@ +--- +title: 2nd International Workshop on Trends in Digital Identity (TDI 2024) +subtitle: Submission +menubar: TDI2024 +--- + +The workshop will be held at: + + +

Travel

+

By train

+

The closest train station is Roma Termini. Train schedules and tickets can be found on the official website of Trenitalia (Italian Railways). + +From Roma Termini, the location can be reached:

+ + +

By plane

+

The closest airports are Roma Ciampino (20 km) and Roma Fiumicino (30 km).

+ +From Roma Ciampino (CIA), the location can be reached: + + +From Roma Fiumicino (FCO), the location can be reached: + + +

By car

+

For detailed driving directions to the location use Google Maps. Please note that the location does not offer any parking.

+ +

Local transportation

+

Bus, tram and subway

+

The town has an urban travel system (bus, tram and subway) run by ATAC.

+

In addition to physical tickets, also contactless cards and NFC-equipped mobile devices can be used.

+ +

Taxi

+

Cabs can be requested by calling (+39) 060609 or by using the specific Android/iOS applications.

+ +

Accommodation

diff --git a/assets/css/custom.css b/assets/css/custom.css index fb5558c9..02a6e0cb 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -203,14 +203,18 @@ html { } .content h1 { - font-size: 1.5em; + font-size: 1.7em; } .content h2 { - font-size: 1.2em; + font-size: 1.5em; } .content h3 { + font-size: 1.3em; +} + +.content h4 { font-size: 1em; }