From 75603fa33b19f0dffa74c394cfbdd787d0c0179d Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <m.kohlhase@jacobs-university.de> Date: Sat, 24 Jun 2017 11:20:35 +0200 Subject: [PATCH] internal projects --- projects/meta/index.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/projects/meta/index.md b/projects/meta/index.md index 4aa5479..301aad6 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/). -- GitLab