--- title: Current work ---

{{ page.title }}

The current work is organised either in special interest groups, which are spontaneous activities among the group or in projects, which are funded by third-parties and have their own processes.

Special interest groups

Following the RDA model, WG3 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 }} {% 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 %}

Current projects

The projects in which members of our group are or have been involved are listed in the following table: {% for project in site.data.projects %} {% endfor %}
Project Teaser Partners Outcomes
{{ project.acronym }} ({{ project.startDate | date: "%Y" }} - {{ project.endDate | date: "%Y" }}) {{ project.teaser }}
    {% assign participants = site.data.facilities | where:"projects",project.acronym %} {% for participant in participants %}
  • {{ participant.short-name }}
  • {% endfor %}
    {% assign p-outcomes = site.data.outcomes | where:"project",project.acronym %} {% for p-outcome in p-outcomes %}
  • {{ p-outcome.short-name }}
  • {% endfor %}