diff --git a/projects/meta/index.md b/projects/meta/index.md index 4aa5479e4529360e24f326f02dfbf718b136a641..301aad6329f66b5d54a601db9662f6db65ec3e7d 100644 --- a/projects/meta/index.md +++ b/projects/meta/index.md @@ -6,12 +6,22 @@ permalink: /projects/ {% assign projects = site.pages | where: "layout", "project" | where: "active", true | sort: "start_date" %} -This page lists the projects of the KWARC group with current, external funding -([completed projects](../completed)). Projects we engage in without funding can be found -under [KWARC Systems](../../systems/). +### Projects with current, external funding ([completed projects](../completed)). <ul class="collection"> {% for item in projects %} - {% include psitem.html %} + {% if item.funding %} {% include psitem.html %} {% endif %} {% endfor %} </ul> + +### Internal Projects +We also organize some of our research and development into Projects, + +<ul class="collection"> + {% for item in projects %} + {% unless item.funding %} {% include psitem.html %} {% endif %} + {% endfor %} +</ul> + +### System Projects +Projects that are focused on building particular systems can be found under [KWARC Systems](../../systems/).