Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions data/people-wp2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
5 changes: 5 additions & 0 deletions data/people-wp3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
9 changes: 9 additions & 0 deletions includes/_people.ejs.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
<%= item.orcid %>
</a></li>
<% } %>
<% if ( item.responsibilities ) { %>
<li>Responsibilities:
<ul>
<% for (const responsibility of item.responsibilities) { %>
<li><a href="<%- responsibility.href %>"><%- responsibility.name %></a></li>
<% } %>
</ul>
</li>
<% } %>
</ul>
</div>
</div>
Expand Down
Loading