Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 25 additions & 3 deletions _data/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _test/yamale_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading