Skip to content
Snippets Groups Projects
Select Git revision
  • 47e1cd90e6a2494e8bcd36290b0c75755d3152c4
  • master default
  • patch-1
3 results

index.md

Blame
  • Forked from KWARC / kwarc.info / www
    1083 commits behind the upstream repository.
    user avatar
    Michael Kohlhase authored
    9b7d501b
    History
    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 %}