From d9dd387cca50d4bd0ded9d651252d451c8d92e47 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 10 Jun 2026 12:19:24 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20assign=20Jonas=20and=20Davi?= =?UTF-8?q?d=20issue=20and=20roadmap=20management?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/people-wp2.yml | 5 +++++ data/people-wp3.yml | 5 +++++ includes/_people.ejs.html | 9 +++++++++ 3 files changed, 19 insertions(+) diff --git a/data/people-wp2.yml b/data/people-wp2.yml index 063af45..2976337 100644 --- a/data/people-wp2.yml +++ b/data/people-wp2.yml @@ -46,3 +46,8 @@ orcid: "" image: "/images/profiles/jonas-schaarup.jpg" description: "Main lead for coordinating the practical development of the risk prediction models within the Danish register data, to ensure reproducibility and translatability to the Greenlandic and Faroe Islands' register data." + responsibilities: + - name: "Issue management" + href: "https://dp-next.github.io/wp1-ros/managing/roles.html#Issue-management" + - name: "Roadmap management" + href: "https://dp-next.github.io/wp1-ros/managing/roles.html#Roadmap-management" diff --git a/data/people-wp3.yml b/data/people-wp3.yml index 5c99195..7304c22 100644 --- a/data/people-wp3.yml +++ b/data/people-wp3.yml @@ -60,3 +60,8 @@ orcid: https://orcid.org/0009-0005-6227-7333 image: "/images/profiles/david-vadsholt.jpg" description: "PhD student in Aalborg contributing to develop the data collection protocol" + responsibilities: + - name: "Issue management" + href: "https://dp-next.github.io/wp1-ros/managing/roles.html#Issue-management" + - name: "Roadmap management" + href: "https://dp-next.github.io/wp1-ros/managing/roles.html#Roadmap-management" diff --git a/includes/_people.ejs.html b/includes/_people.ejs.html index 044e540..98306dc 100644 --- a/includes/_people.ejs.html +++ b/includes/_people.ejs.html @@ -18,6 +18,15 @@ <%= item.orcid %> <% } %> + <% if ( item.responsibilities ) { %> +
  • Responsibilities: + +
  • + <% } %>