Skip to content
Snippets Groups Projects
index.md 859 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" %}
    
    Tom Wiesing's avatar
    Tom Wiesing committed
    #### Projects with external funding
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    
    
    <ul class="collection">
        {% for item in projects %}
    
    Tom Wiesing's avatar
    Tom Wiesing 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 as projects as well, sometimes to
    prepare for funding applications: 
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    
    <ul class="collection">
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
        {% for item in projects %}
    
    Tom Wiesing's avatar
    Tom Wiesing 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/).