---
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. More
details on what SIGs are can be found in
"What is a SIG?".
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.chair %}
{% assign member_chair = site.data.members | find: 'surname', sig.chair %}
Coordinator: {{ member_chair.first-name | capitalize }} {{ member_chair.surname | capitalize }} ({{ member_chair.facility }})
{% endif %}
- {% if sig.mandate %}Mandate: {{ sig.mandate }}
{% endif %}
- {% if sig.mail %}Mailing list: {{ sig.mail }}
{% endif %}
{% if sig.list-name %}
- How to subscribe
- Send a message to sympa@desy.de from the adress you want to subscribe to the list.
- In the subject line of your message, type in: subscribe {{ sig.list-name }} Firstname Name (indicate your own name)
- Leave the message body blank.
- How to unsubscribe
- From the address with which you subscribed to the list, send a message to sympa@desy.de.
- In the subject line of your email, type in: unsubscribe {{ sig.list-name }}.
- Leave the message body blank.
{% endif %}
{% endfor %}
Current projects
The projects in which members of our group are or have been involved are listed in the following table:
Project |
Teaser |
Partners |
Outcomes |
{% for project in site.data.projects %}
{% if project.grantDoi %}
{{ project.acronym }}
{% else %}
{{ project.acronym }}
{% endif %}
({{ 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 %}
|
{% endfor %}