Newer
Older
---
layout: default
title: Projects
permalink: /projects/
---
#### Projects with current, external funding ([completed projects](../completed)).
{% assign projects = site.pages | where: "layout", "project" | where: "active", true | sort: "start_date" %}
<ul class="collection">
{% for item in projects %}
We also organize some of our research and development into Projects,
{% assign internal = site.pages | where: "layout", "project" | where: "active", true | where: "funding" | sort: "start_date" %}
Projects that are focused on building particular systems can be found under [KWARC Systems](../../systems/).