From e30b7a780b53319e22b772ca54d5abfe8bd233d4 Mon Sep 17 00:00:00 2001 From: Rehtse Date: Wed, 17 Dec 2025 15:08:05 -0800 Subject: [PATCH 1/2] Add USENIX SREcon --- data/events/srecon.json | 44 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 data/events/srecon.json diff --git a/data/events/srecon.json b/data/events/srecon.json new file mode 100644 index 0000000..8c307b6 --- /dev/null +++ b/data/events/srecon.json @@ -0,0 +1,44 @@ +{ + "name": "SREcon", + "year_started": 2012, + "number_of_events_hosted": 20, + "city": "San Francisco", + "region": "California", + "country": "United States", + "continent": "North America", + "website": "https://www.usenix.org/conference/srecon", + "sector": [ + "SRE / Reliability", + "DevOps", + "Infrastructure" + ], + "tags": [ + "conference", + "sre", + "reliability" + ], + "acceptable_tags": [ + "sre", + "devops", + "reliability" + ], + "type": "in-person", + "languages": ["English"], + "frequency": "annual", + "timezone": "America/Los_Angeles", + "attendee_size": { "min": 800, "max": 2000 }, + "ticket_cost_usual": { "currency": "USD", "min": 200, "max": 900 }, + "organizer": { + "name": "USENIX Association", + "email": "", + "twitter": "https://twitter.com/usenix", + "website": "https://www.usenix.org" + }, + "socials": { + "twitter": "https://twitter.com/usenix", + "linkedin": "https://www.linkedin.com/company/usenix", + "youtube": "https://www.youtube.com/usenix", + "instagram": "" + }, + "description": "SREcon is a conference series organized by USENIX focused on site reliability engineering, operational best practices, and scaling infrastructure for reliability and performance." +} From 64e4191d2bb1ac44421ef7c097b2649ebf2ef4da Mon Sep 17 00:00:00 2001 From: Rehtse Date: Thu, 9 Apr 2026 08:10:52 +0300 Subject: [PATCH 2/2] Update srecon.json --- data/events/srecon.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/events/srecon.json b/data/events/srecon.json index 8c307b6..a7b4b9f 100644 --- a/data/events/srecon.json +++ b/data/events/srecon.json @@ -2,8 +2,8 @@ "name": "SREcon", "year_started": 2012, "number_of_events_hosted": 20, - "city": "San Francisco", - "region": "California", + "city": "Seattle", + "region": "Washington", "country": "United States", "continent": "North America", "website": "https://www.usenix.org/conference/srecon", @@ -36,7 +36,7 @@ }, "socials": { "twitter": "https://twitter.com/usenix", - "linkedin": "https://www.linkedin.com/company/usenix", + "linkedin": "", "youtube": "https://www.youtube.com/usenix", "instagram": "" },