From c5a1791366aff28716d74a837709b3b8421db6be Mon Sep 17 00:00:00 2001 From: Andreas Eberhart <61732435+aeberhart@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:18:04 +0200 Subject: [PATCH 1/3] Update ambassadors.json Application for Andreas Eberhart --- programs/ambassadors/ambassadors.json | 42 ++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/programs/ambassadors/ambassadors.json b/programs/ambassadors/ambassadors.json index 29f32766..4b24b1f3 100644 --- a/programs/ambassadors/ambassadors.json +++ b/programs/ambassadors/ambassadors.json @@ -20,5 +20,45 @@ "link": "link-to-my-contribution" } ] + }, + { + "name": "Andreas Eberhart", + "img": "https://media.licdn.com/dms/image/C5603AQFwzjco4Zp2iw/profile-displayphoto-shrink_200_200/0/1522155839427?e=1723680000&v=beta&t=mzwGrHJqCu_doxI4tTZIkH2GtWIeW8iOTD-JDLxwYuA", + "bio": "With 25 years of professional experience, Andreas is very proficient in the areas of enterprise cloud, linked & big data, as well as systems architecture and development. He co-founded two startups and drove their growth resulting in two acquisitions by silicon valley giants HP and Veritas. Combined with his extensive background in cutting edge research, he has the unique ability to address projects from technical, time to market, and ROI angles. He holds a PhD in Computer Science from the University of Saarbrücken and a Master in Computer Science from Portland State University.", + "title": "CEO at Dashjoin", + "github": "aeberhart", + "twitter": "dashjoin", + "linkedin": "andreas-eberhart-94264a44", + "company": "Dashjoin", + "country": "🇩🇪", + "contributions": [ + { + "type": "article", + "title": "JSON Schema, Schema.org, JSON-LD: What’s the Difference?", + "date": { + "year": 2020, + "month": "Aug" + }, + "link": "https://medium.com/@dashjoin/json-schema-schema-org-json-ld-whats-the-difference-e30d7315686a" + }, + { + "type": "video", + "title": "Supercharge your Angular Project with JSON Schema Forms", + "date": { + "year": 2020, + "month": "Aug" + }, + "link": "https://www.youtube.com/watch?v=Xk9dxbbBFjo" + }, + { + "type": "documentation", + "title": "Dashjoin Open Source & Cloud Native Low Code Development Platform", + "date": { + "year": 2024, + "month": "April" + }, + "link": "https://dashjoin.github.io/platform/latest/" + } + ] } -] \ No newline at end of file +] From 3db4f79e45ab9cede7841a99f020f98ca1d0a32c Mon Sep 17 00:00:00 2001 From: Andreas Eberhart <61732435+aeberhart@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:11:27 +0200 Subject: [PATCH 2/3] Update programs/ambassadors/ambassadors.json Co-authored-by: Benjamin Granados <40007659+benjagm@users.noreply.github.com> --- programs/ambassadors/ambassadors.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/programs/ambassadors/ambassadors.json b/programs/ambassadors/ambassadors.json index 4b24b1f3..835ee818 100644 --- a/programs/ambassadors/ambassadors.json +++ b/programs/ambassadors/ambassadors.json @@ -51,14 +51,14 @@ "link": "https://www.youtube.com/watch?v=Xk9dxbbBFjo" }, { - "type": "documentation", - "title": "Dashjoin Open Source & Cloud Native Low Code Development Platform", + "type": "adopter", + "title": "Add Dashjoin to the JSON Schema Adopters list.", "date": { "year": 2024, "month": "April" }, - "link": "https://dashjoin.github.io/platform/latest/" - } + "link": "https://landscape.json-schema.org/" + }, ] } ] From 6fa429304262766ed93cbd1bab7b90b9ec871f97 Mon Sep 17 00:00:00 2001 From: Benjamin Granados Date: Tue, 25 Jun 2024 12:15:05 +0200 Subject: [PATCH 3/3] Fix some details in the JSON instance --- programs/ambassadors/ambassadors.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programs/ambassadors/ambassadors.json b/programs/ambassadors/ambassadors.json index a6aca726..cce078df 100644 --- a/programs/ambassadors/ambassadors.json +++ b/programs/ambassadors/ambassadors.json @@ -15,7 +15,7 @@ "title": "JSON Schema, Schema.org, JSON-LD: What’s the Difference?", "date": { "year": 2020, - "month": "Aug" + "month": "August" }, "link": "https://medium.com/@dashjoin/json-schema-schema-org-json-ld-whats-the-difference-e30d7315686a" }, @@ -24,7 +24,7 @@ "title": "Supercharge your Angular Project with JSON Schema Forms", "date": { "year": 2020, - "month": "Aug" + "month": "August" }, "link": "https://www.youtube.com/watch?v=Xk9dxbbBFjo" }, @@ -36,7 +36,7 @@ "month": "April" }, "link": "https://landscape.json-schema.org/" - }, + } ] } ]