From ac39d4193a20a18df394c8199adf483aeea0cdc2 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 3 Nov 2024 07:41:17 -0500 Subject: [PATCH] OpenTOC: Fix SPLASH companion links These use a hyphen in place of the space in the name. --- OpenTOC.md | 2 +- _data/OpenTOC.yaml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/OpenTOC.md b/OpenTOC.md index 57e4e97f..c87d2e92 100644 --- a/OpenTOC.md +++ b/OpenTOC.md @@ -34,7 +34,7 @@ confusion over article versioning. {% for i in items %} {% assign event = i.event %} -{% assign name = event | downcase | remove: "!" %} +{% assign name = event | downcase | remove: "!" | replace: " ", "-" %} {% assign year = i.year %} {% assign shortyear = year | slice: -2,2 %} {% assign title = i.title %} diff --git a/_data/OpenTOC.yaml b/_data/OpenTOC.yaml index 3c6d8228..e4cca400 100644 --- a/_data/OpenTOC.yaml +++ b/_data/OpenTOC.yaml @@ -1498,10 +1498,6 @@ event: SPLASH Companion year: 2024 title: "Companion Proceedings of the 2024 ACM SIGPLAN International Conference on Systems, Programming, Languages, and Applications: Software for Humanity" -- - event: SPLASH Companion - year: 2024 - title: "Companion Proceedings of the 2024 ACM SIGPLAN International Conference on Systems, Programming, Languages, and Applications: Software for Humanity" - event: JENSFEST year: 2024