---
layout: page
title: KWARC - Open Positions 
---
The KWARC group is constantly looking for good developers and Ph.D. students.

{% assign jobads = site.pages | where: "layout", "jobad" | sort: "title" %}

<ul class="collection">
    {% for item in jobads %}
        {% if item.status contains 'open' %}
            {% include jobad.html %}
        {% endif %}
    {% endfor %}
</ul>