Select Git revision
Forked from
KWARC / kwarc.info / www
1083 commits behind the upstream repository.
index.md 492 B
layout: default
title: Projects
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. Projects we engage in without funding can be found under KWARC Systems.
-
{% for item in projects %}
{% include psitem.html %}
{% endfor %}