From 108068f09cbb6555c3e102dea739fafd72a46a2f Mon Sep 17 00:00:00 2001 From: bianchini88 Date: Thu, 25 Jun 2026 10:45:10 +0200 Subject: [PATCH 1/2] Updating coordinator roles --- src/data/people.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/data/people.json b/src/data/people.json index 2fe11798..2c6634ae 100644 --- a/src/data/people.json +++ b/src/data/people.json @@ -111,7 +111,12 @@ "photo": "/data/people/david-dolan.png", "profile-url": "https://www4.uib.no/en/find-employees/David.William.Peter.Dolan", "affiliations": [], - "elixir-groups": [] + "elixir-groups": [ + { + "name": "coordinators", + "role": "Deputy Training Coordinator" + } + ] }, { "username": "siri-kallhovd", @@ -275,7 +280,12 @@ "photo": "/data/people/federico-bianchini.png", "profile-url": "https://www.mn.uio.no/bils/english/people/fredebi/", "affiliations": [], - "elixir-groups": [] + "elixir-groups": [ + { + "name": "coordinators", + "role": "Depuy Training Coordinator" + } + ] }, { "username": "victor-kalbskopf", From d20f8b5e58cd483efc71812cd5964c57d4ff64ff Mon Sep 17 00:00:00 2001 From: Federico Bianchini <72258479+bianchini88@users.noreply.github.com> Date: Thu, 25 Jun 2026 14:13:25 +0200 Subject: [PATCH 2/2] Update people.json Updating roles --- src/data/people.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/data/people.json b/src/data/people.json index 2c6634ae..9fcbd331 100644 --- a/src/data/people.json +++ b/src/data/people.json @@ -111,12 +111,7 @@ "photo": "/data/people/david-dolan.png", "profile-url": "https://www4.uib.no/en/find-employees/David.William.Peter.Dolan", "affiliations": [], - "elixir-groups": [ - { - "name": "coordinators", - "role": "Deputy Training Coordinator" - } - ] + "elixir-groups": [] }, { "username": "siri-kallhovd",