Skip to content
Snippets Groups Projects
former.html 434 B
Newer Older
  • Learn to ignore specific revisions
  • ---
    layout: default
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    title: Former KWARC Members
    
    permalink: /people/former/
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    {% assign people = site.pages | where: "layout", "person" | where_exp: "person",
    "person.end_date != null" | sort: "start_date" %}
    
    
    Tom Wiesing's avatar
    Tom Wiesing committed
    <p>This page lists the former members of the KWARC group (<a href="/people/">current
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    members</a>). We are very proud of our alumni; if you are one, please keep in touch. </p>
    
    
    
    Tom Wiesing's avatar
    Tom Wiesing committed
    {% include people_list.html people=people %}