From 4aaaca56a83600af7609348928a984542928d329 Mon Sep 17 00:00:00 2001 From: Mateusz Sadowski Date: Thu, 18 Jan 2024 09:02:47 +0100 Subject: [PATCH 1/2] Add Xponential, Automate, ProMat, Automatica --- .gitignore | 1 + events.yaml | 36 ++++++++++++++++++++++++++++++++++-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ca35be0..759001b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ _site +.my_py_cache diff --git a/events.yaml b/events.yaml index b9b4bdd..8d3b237 100644 --- a/events.yaml +++ b/events.yaml @@ -23,7 +23,7 @@ category: Meetup - title: ROS Meetup Lagos 2024 - link: + link: https://docs.google.com/forms/d/e/1FAIpQLSdWL1mek_lxOX1RpLd8vSPlqLNwzUhnhya7uimQ0NABNz8VNA/viewform start_date: 2024-02-03 city: Lagos @@ -39,7 +39,7 @@ category: Conference - title: ROS Meetup Munich 2024 - link: + link: https://www.linkedin.com/events/6thros-robotics-meetup-7thfebru7148710255919628288/about/ start_date: 2024-02-07 city: Munich @@ -78,6 +78,14 @@ country: United States of America category: Conference +- title: Xponential + link: https://www.xponential.org/xponential2024/public/enter.aspx + start_date: 2024-04-22 + end_date: 2025-04-25 + city: San Diego + country: United States of America + category: Expo + - title: Open Hardware Summit 2024 link: https://2024.oshwa.org/ start_date: 2024-04-26 @@ -94,6 +102,14 @@ country: United states of America category: Expo +- title: Automate + link: https://www.automateshow.com/ + start_date: 2024-05-06 + end_date: 2024-05-09 + city: Chicago + country: United states of America + category: Expo + - title: Eurobot Open 2024 link: https://www.eurobot.org start_date: 2024-05-08 @@ -244,3 +260,19 @@ city: Kloten country: Switzerland category: Competition + +- title: ProMat + link: https://www.promatshow.com/ + start_date: 2025-03-17 + end_date: 2025-03-20 + city: Chicago + country: United States of America + category: Expo + +- title: Automatica + link: https://automatica-munich.com/en/ + start_date: 2025-06-24 + end_date: 2025-06-27 + city: Munich + country: Germany + category: Expo From d429952222c45264b92292c7d991ff9d33e17ef2 Mon Sep 17 00:00:00 2001 From: Mateusz Sadowski Date: Thu, 18 Jan 2024 09:45:09 +0100 Subject: [PATCH 2/2] Fix Xponential dates --- events.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events.yaml b/events.yaml index 8d3b237..f4d301c 100644 --- a/events.yaml +++ b/events.yaml @@ -81,7 +81,7 @@ - title: Xponential link: https://www.xponential.org/xponential2024/public/enter.aspx start_date: 2024-04-22 - end_date: 2025-04-25 + end_date: 2024-04-25 city: San Diego country: United States of America category: Expo