Newer
Older
---
layout: default
title: Projects
permalink: /projects/
---
{% assign projects = site.pages | where: "layout", "project" | where: "active", "true" | sort: "start_date" %}
<ul class="collection">
{% for item in projects %}
{% unless item.funding == 'internal' %}
{% include psitem.html %}
{% endunless %}
We also organize some of our research and development as projects as well, sometimes to
prepare for funding applications, other times to have a framework for collaborating with
external researchers:
{% if item.funding == 'internal' %}
{% include psitem.html %}
{% endif %}
Internal projects that are focused on building particular systems can be found under [KWARC Systems](../../systems/).