-
Tom Wiesing authoredTom Wiesing authored
current.html 354 B
---
layout: default
title: KWARC Members
permalink: /people/
---
{% assign people = site.pages | where: "layout", "person" | where_exp: "person",
"person.end_date == null" | sort: "start_date" %}
<p>This page lists the current members of the KWARC group (<a href="/people/former/">former
members</a>).</p>
{% include people_list.html people=people %}