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

index.md

Blame
  • Forked from KWARC / kwarc.info / www
    797 commits behind the upstream repository.
    layout: default
    title: Projects
    permalink: /projects/

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

    Projects with external funding

      {% for item in projects %} {% unless item.funding == 'internal' %} {% include psitem.html item=item %} {% endunless %} {% endfor %}

    Internal Projects

    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:

      {% for item in projects %} {% if item.funding == 'internal' %} {% include psitem.html item=item %} {% endif %} {% endfor %}

    System Projects

    Internal projects that are focused on building particular systems can be found under KWARC Systems.