---
layout: default
title: Projects
permalink: /projects/
---

{% assign projects = site.pages | where: "layout", "project" | where: "active", true | sort: "start_date" %}

#### Projects with current, external funding ([completed projects](../completed)).

<ul class="collection">
    {% for item in projects %}
       {% 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 %} {% endunless %}
    {% endfor %}
</ul>

#### System Projects
Projects that are focused on building particular systems can be found under [KWARC Systems](../../systems/).