Skip to content
Snippets Groups Projects
index.md 802 B
Newer Older
  • Learn to ignore specific revisions
  • ---
    layout: default
    title: Projects
    permalink: /projects/
    ---
    
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    {% assign projects = site.pages | where: "layout", "project" | where: "active", "true" | sort: "start_date" %}
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    #### Projects with external funding ([completed projects](../completed)).
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    
    
    <ul class="collection">
        {% for item in projects %}
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
           {% unless item.funding == 'internal' %} {% include psitem.html %} {% endunless %}
    
        {% endfor %}
    </ul>
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    #### Internal Projects
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    We also organize some of our research and development into Projects, 
    
    <ul class="collection">
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
        {% for item in projects %}
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
           {% if item.funding == 'internal' %} {% include psitem.html %} {% endif %}
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
        {% endfor %}
    </ul>
    
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    #### System Projects
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    Projects that are focused on building particular systems can be found under [KWARC Systems](../../systems/).