From 40cb491a563969eb2211318a30f4e618e905d26a Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Fri, 28 Jun 2024 00:07:51 +0200 Subject: [PATCH 1/2] add Ege Korkan to ambassadors list --- programs/ambassadors/ambassadors.json | 59 +++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/programs/ambassadors/ambassadors.json b/programs/ambassadors/ambassadors.json index cce078df..fc914932 100644 --- a/programs/ambassadors/ambassadors.json +++ b/programs/ambassadors/ambassadors.json @@ -38,6 +38,65 @@ "link": "https://landscape.json-schema.org/" } ] + }, + { + "name": "Ege Korkan", + "img": "https://media.licdn.com/dms/image/D4D03AQG03-U--zDJpw/profile-displayphoto-shrink_200_200/0/1707341764311?e=1724889600&v=beta&t=xY0i-IncaI51wlZVJD7fEuSb0LMdR7j0-XlipV7EK6c", + "bio": "Research and standardization focused engineer at Siemens with a passion to drive interoperability across all levels.", + "title": "Web of Things Expert at Siemens", + "github": "egekorkan", + "twitter": "egekorkan", + "linkedin": "ege-korkan", + "mastodon":"https://mastodon.social/@egekorkan", + "company": "Siemens AG", + "country": "Germany", + "contributions": [ + { + "type": "article", + "title": "How the W3C Web of Things brings JSON Schema to the Internet of Things", + "date": { + "year": 2022, + "month": "October" + }, + "link": "https://json-schema.org/blog/posts/w3c-wot-case-study" + }, + { + "type": "project", + "title": "Web of Things Tutorial which contains a part on JSON Schema", + "date": { + "year": 2024, + "month": "January" + }, + "link": "https://w3c.github.io/wot-cg/tutorials/whatiswot/docs/preliminary/json-schema/intro" + }, + { + "type": "adopter", + "title": "Add Standards Category to the JSON Schema Adopters list.", + "date": { + "year": 2024, + "month": "May" + }, + "link": "https://landscape.json-schema.org/" + }, + { + "type": "working group", + "title": "Web of Things Working Group participation at the W3C, which is using JSON Schema", + "date": { + "year": 2018, + "month": "September" + }, + "link": "https://www.w3.org/WoT/" + }, + { + "type": "project", + "title": "JSON Spell-checker based on JSON Schema", + "date": { + "year": 2023, + "month": "January" + }, + "link": "https://github.com/eclipse-thingweb/playground/tree/master/packages/json-spell-checker" + }, + ] } ] From 2a81bca38392fda6a29c7267c344fe6fc322ea84 Mon Sep 17 00:00:00 2001 From: Benjamin Granados <40007659+benjagm@users.noreply.github.com> Date: Thu, 22 Aug 2024 19:51:27 +0200 Subject: [PATCH 2/2] Update ambassadors.json --- programs/ambassadors/ambassadors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ambassadors/ambassadors.json b/programs/ambassadors/ambassadors.json index 83bcfbf7..660fda47 100644 --- a/programs/ambassadors/ambassadors.json +++ b/programs/ambassadors/ambassadors.json @@ -277,7 +277,7 @@ "month": "January" }, "link": "https://github.com/eclipse-thingweb/playground/tree/master/packages/json-spell-checker" - }, + } ] } ]