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