Newer
Older
---
title: Current work
---
<h1>{{ page.title }}</h1>
<p>
Internally, LEAPS WG3 coordinates some (mostly facility-funded) activity
through various topical <a href="#gotosig">Special Interest Groups</a>. One
goal of such SIGs is to continue the dialogue and coordination started during
(time-limited) projects.
</p>
<p>
LEAPS members facilities receive funding through participation in various <a
href="#gotoprojects">projects</a>. Some projects are funded by the European
Commission (part of the European Union), while others are nationally funded.
</p>
<p>
Finally, the EC-funded OSCARS project itself funds various (smaller scale)
third-party <a href="#gotooscarsprojects">projects</a> through a "cascading
grant" mechanism. A summary table is provided below, which shows those
projects that impact PaNOSC, the science cluster in which LEAPS is
represented.
</p>
<h1 id="gotosig">Special interest groups</h1>
<p>Following the <a href="https://rd-alliance.org/groups/interest-groups">
RDA model</a>, 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 <a href="/what-is-a-sig.html">
"What is a SIG?"</a>.</p>
<p>The current list of SIGs is the following:
<ul>
{% for sig in site.data.sigs %}
{% assign uniqid = sig.name | split: " " | join: "-" %}
<li><a href="#{{ uniqid }}">{{ sig.name }}</a></li>
{% endfor %}
{% for sig in site.data.sigs %}
{% assign uniqid = sig.name | split: " " | join: "-" %}
<h2 id="{{uniqid}}">{{ sig.name }} {% if sig.status %}<span class="sticker" style="float: right">{{ sig.status }}</span>{% endif %}</h2>
{% if sig.chair %}
{% assign member_chair = site.data.members | find: 'surname', sig.chair %}
<h3>Coordinator: {{ member_chair.first-name | capitalize }} {{ member_chair.surname | capitalize }} ({{ member_chair.facility }})</h3>
<div id="sig-content">
<ul>
<li>{% if sig.mandate %}<strong>Mandate:</strong> {{ sig.mandate }}<br>{% endif %}</li>
<li>{% if sig.mail %}<strong>Mailing list:</strong> <a href="mailto:{{ sig.mail }}">{{ sig.mail }}</a> {% if sig.list-name %}[<a href="https://lists.desy.de/sympa/admin/{{ sig.list-name }}">admin</a>]{% endif %}<br>{% endif %}</li>
{% if sig.list-name %}
<li><span class="caret"><strong>How to subscribe</strong></span>
<div class="toggled">
<p>
There are two ways to request subscription to this list: via the
web and via email. In either case, please read the instructions
carefully.
</p>
<h3>Request via the web</h3>
<ol>
<li>Navigate to the list's <a href="https://lists.desy.de/sympa/subscribe/{{ sig.list-name }}">subscription page</a>, fill in your details and select the "I subscribe to list {{ sig.list-name }}" button.</li>
<li>You will soon receive an email. <strong>VERY IMPORTANT</strong>
you have <i>NOT YET</i> made a subscription request!</li>
<li>Follow the instructions in the email: either open the web
link or send an appropriate email.</li>
</ol>
<h3>Request via email</h3>
<ol>
<li>Send a message to <a href="mailto:sympa@desy.de">sympa@desy.de</a> from the adress you want to subscribe to the list.</li>
<li>In the subject line of your message, type in: <b>subscribe {{ sig.list-name }} Firstname Name</b> (indicate your own name)</li>
<li>Leave the message body blank.</li>
</ol>
<h3>Approval step</h3>
<p>
Once you have completed these steps, you have requested
subscription to the list. You request will then be processed by
the SIG coordinator (or someone acting with a similar role).
</p>
<p>
You should receive a confirmation email when your request has
been approved.
</p>
</div></li>
<li><span class="caret"><strong>How to unsubscribe</strong></span>
<ol class="toggled">
<li>From the address with which you subscribed to the list, send a message to <a href="mailto:sympa@desy.de">sympa@desy.de</a>.</li>
<li>In the subject line of your email, type in: <b>unsubscribe {{ sig.list-name }}</b>.</li>
<li>Leave the message body blank.</li>
</ol></li>
{% endif %}
</ul>
</div>
<h1 id="gotooscarsprojects">OSCARS projects</h1>
The OSCARS project is funding various small projects. The following table
provides a summary of those projects that impact the PaNOSC cluster, within
which LEAPS facilities are represented.
<table>
<tr>
<th>Title</th>
<th>PI</th>
<th>Organisations (host in bold)</th>
<th>Duration</th>
<th>Science Clusters</th>
</tr>
{% assign no_contract_count = 0 %}
{% for project in site.data.oscars-projects %}
{% if project.contract_signed %}
<tr>
<td>{% if project.page and project.page_approved
%}<a target=”_blank” href="{{project.page}}">{{project.title}}</a>{% else %}{{project.title}}{% endif %}
</td>
<td>{% for pi in project.PI
%}{% if forloop.first == false
%}, {% endif
%}<span class="nowrap">{{pi.name}}{% if pi.orcid %}<a target=”_blank” href="https://orcid.org/{{pi.orcid}}"><img style="padding-left: 0.2em; height: 1.8ex; width: auto; vertical-align: baseline"
src='{{ "assets/images/ORCID-iD.svg" | relative_url }}'/></a>{% endif %}</span>{% endfor %}
</td>
<td>{% for org in project.organisations
%}{% if forloop.first %}<b>{%else%}, {% endif
%}<span class="nowrap">{% if org.abbreviation
%}<span class="tooltip-cont"
><span class="trigger-tooltip"
>{{ org.abbreviation }}</span
><span class="tooltip">{{ org.name }}</span
></span
>{% else
%}{{org.name}}{% endif
%}{% if org.ror
%}<a target=”_blank” href="https://ror.org/{{org.ror}}"
><img style="padding-left: 0.2em; height: 1.8ex; width: auto; vertical-align: baseline"
src='{{ "assets/images/ROR_logo.svg" | relative_url }}'/></a
>{% endif
%}</span>{% if forloop.first %}</b>{%endif%}{% endfor %}
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
</td>
<td>
{{project.start}}/{{project.duration}}
</td>
<td>
{% for domain in project.domain
%}{% if forloop.first == false %}, {% endif
%}{% if domain == "PaNOSC" %}<b>{{domain}}</b>{%else%}{{domain}}{%endif%}{% endfor %}
</td>
</tr>
{% else %}
{% assign no_contract_count = no_contract_count | plus: 1 %}
{% endif %}
{% endfor %}
</table>
{% if no_contract_count > 0 %}
<p>There
{% if no_contract_count == 1 %}
is one more project
{% else %}
are {{ no_contract_count }} more projects
{% endif %}
where the host organisation has yet to sign the contract. This table excludes all such projects.</p>
{% endif %}
<h1 id="gotoprojects">Current projects</h1>
The projects in which members of our group are or have been involved are listed in the following table:
<table>
<tr>
<th>Project</th>
<th>Teaser</th>
<th>Partners</th>
<th>Outcomes</th>
</tr>
{% for project in site.data.projects %}
<tr>
<td>
{% if project.grantDoi %}
<a href="https://doi.org/{{ project.grantDoi }}">{{ project.acronym }}</a>
{% else %}
{{ project.acronym }}
{% endif %}
<br>({{ project.startDate | date: "%Y" }} - {{ project.endDate | date: "%Y" }})
</td>
<td class="justify">{{ project.teaser }}</td>
<td class="nowrap">
<ul>
{% assign participants = site.data.facilities | where:"projects",project.acronym %}
{% for participant in participants %}
<li>{{ participant.short-name }}</li>
{% endfor %}
</ul>
</td>
<td class="nowrap">
<ul>
{% assign p-outcomes = site.data.outcomes | where:"project",project.acronym %}
{% for p-outcome in p-outcomes %}
<li><a href="{{ '../outcomes.html#' | append: p-outcome.short-name | relative-url }}">{{ p-outcome.short-name }}</a></li>
{% endfor %}
</ul>
</td>
</tr>
{% endfor %}