Skip to content
Snippets Groups Projects
Commit 9eee76e9 authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

intro sentence

parent aa9e9f42
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,10 @@ title: KWARC Members
permalink: /people/
---
{% assign people = site.pages | where: "layout", "person" | where_exp: "person", "person.end_date == null" | sort: "start_date" %}
{% include people_list.html %}
\ No newline at end of file
{% 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="former.html">former
members</a>).</p>
{% include people_list.html %}
......@@ -4,5 +4,11 @@ title: Former KWARC Members
permalink: /people/former/
---
{% assign people = site.pages | where: "layout", "person" | where_exp: "person", "person.end_date != null" | sort: "start_date" %}
{% assign people = site.pages | where: "layout", "person" | where_exp: "person",
"person.end_date != null" | sort: "start_date" %}
<p>This page lists the former members of the KWARC group (<a href="current.html">current
members</a>). We are very proud of our alumni; if you are one, please keep in touch. </p>
{% include people_list.html %}
......@@ -6,6 +6,9 @@ permalink: /projects/completed/
{% assign projects = site.pages | where: "layout", "project" | where: "active", false | sort: "start_date" %}
This page lists the completed projects of the KWARC group
([projects with current, external funding](../).
<ul class="collection">
{% for item in projects %}
{% include psitem.html %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment