From bce70fe2ffb5ab682b01ed752980d225540d19f6 Mon Sep 17 00:00:00 2001 From: David Perez-Suarez Date: Wed, 14 Jan 2026 11:59:44 +0000 Subject: [PATCH 1/2] Adds round-table event from DH --- _data/events.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_data/events.yml b/_data/events.yml index e7a8cf3..37129e5 100644 --- a/_data/events.yml +++ b/_data/events.yml @@ -10,6 +10,15 @@ # hours: y # location: address # location_url: https://www.openstreetmap.org/?mlat={{lat}}&mlon={{lon}}&zoom=16 # https://www.latlong.net/ +- title: Working With Open Source: A roundtable for PhD students and early-career researchers + organiser: UCL Centre for Digital Humanities + url: https://forms.cloud.microsoft/e/Gi72LxrjN7 + time: 2026-02-12 + time: "14:00" + duration: + hours: 1.5 + location: Room 104 (Elvin Hall), IOE Bedford Way (20) + location_url: https://www.openstreetmap.org/?mlat=51.523078&mlon=-0.128082&zoom=16 - title: Open source good-first issue hackathon organiser: ARC url: https://pretix.eu/ucl-open-source/good-first-issue/ From 0df654dedbb643a92fc67f7b29f30aa9fdbd993f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C3=A9rez-Su=C3=A1rez?= Date: Wed, 14 Jan 2026 12:16:56 +0000 Subject: [PATCH 2/2] Use quotes to avoid interpreting colons as part of yaml --- _data/events.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/events.yml b/_data/events.yml index 37129e5..253e3df 100644 --- a/_data/events.yml +++ b/_data/events.yml @@ -10,7 +10,7 @@ # hours: y # location: address # location_url: https://www.openstreetmap.org/?mlat={{lat}}&mlon={{lon}}&zoom=16 # https://www.latlong.net/ -- title: Working With Open Source: A roundtable for PhD students and early-career researchers +- title: "Working With Open Source: A roundtable for PhD students and early-career researchers" organiser: UCL Centre for Digital Humanities url: https://forms.cloud.microsoft/e/Gi72LxrjN7 time: 2026-02-12