---
title: Current work
---
{{ page.title }}
Current work is organised in Special Interest Groups or SIGs. A SIG is a group of people from different PaN facilities, working together on a particular topic of common interest. The SIGs have defined targets and report progress back to the WG3 meetings.
The current list of SIGs is the following:
{% for sig in site.data.sigs %}
{% assign uniqid = sig.name | split: " " | join: "-" %}
- {{ sig.name }}
{% endfor %}
{% for sig in site.data.sigs %}
{% assign uniqid = sig.name | split: " " | join: "-" %}
{{ sig.name }} {% if sig.status %}{{ sig.status }}{% endif %}
{% if sig.chairs %}Chair(s): {{ sig.chairs }}
{% endif %}
{% if sig.mandate %}Mandate: {{ sig.mandate }}
{% endif %}
{% if sig.mail %}Mailing list: {{ sig.mail }}
{% endif %}
{% endfor %}