From ccc49ea6e2feb394011ec5318810f5be092a5685 Mon Sep 17 00:00:00 2001 From: Marc-cn <130138935+Marc-cn@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:26:28 +0100 Subject: [PATCH] Add Marco De Vincenzi to lab website --- _data/data.yml | 28 +++++++++++++++++++++++++--- _test/yamale_schema.yml | 2 +- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/_data/data.yml b/_data/data.yml index ac08143e..6735340d 100644 --- a/_data/data.yml +++ b/_data/data.yml @@ -745,6 +745,27 @@ people: - name: "ACSAC 2024" link: "https://portokalidis.net/files/sidecar_acsac24.pdf" + - &marco_de_vincenzi + name: "Marco De Vincenzi" + anchor: marco_de_vincenzi + internal: true + role: "Postdoctoral Associate (starting March 2026)" + since: 2026 + photo: "/img/people/marco.png" + site: "https://scholar.google.com/citations?user=6khaGAsAAAAJ&hl=en" + interests: "Automotive cybersecurity, cyber-physical systems, V2X authentication" + publications: + - name: "ACM Computing Surveys" + link: "https://dl.acm.org/doi/pdf/10.1145/3637059" + - name: "IEEE Transactions on Vehicular Technology" + link: "https://ieeexplore.ieee.org/document/11123165" + - name: "IEEE Transactions on Intelligent Transportation Systems" + link: "https://ieeexplore.ieee.org/abstract/document/9945656" + - name: "Journal of Computer Virology and Hacking Techniques" + link: "https://link.springer.com/article/10.1007/s11416-024-00522-4" + - name: IEEE Open Journal of Vehicular Technology + link: "https://ieeexplore.ieee.org/document/10818588" + - &yongjae_chung name: "Yongjae Chung" anchor: yongjae_chung @@ -817,9 +838,10 @@ people: - *aaditya_rengarajan - *naman_badlani - # - type: "Visiting Scholars" - # anchor: visitingscholars - # people: + - type: "Postdocs" + anchor: postdocs + people: + - *marco_de_vincenzi - type: Alumni anchor: alumni diff --git a/_test/yamale_schema.yml b/_test/yamale_schema.yml index e27ebf0c..e9618615 100644 --- a/_test/yamale_schema.yml +++ b/_test/yamale_schema.yml @@ -26,7 +26,7 @@ person: site: str(required=False) internal: bool() role: str() - since: any(int(min=2010,max=2025), str()) + since: any(int(min=2010,max=2026), str()) interests: str() photo: str() publications: list(include('person_publication'), required=False)