News, Announcements, Blogs
{%- assign posts = site.posts | where:"lang", site.default.lang -%}
{%- for post in posts limit:5 -%}
{%- assign post_translated = site.categories[page.lang] | where_exp: "item", "post.lang_ref == item.lang_ref" | first -%}
{%- if forloop.index < 4 -%}
{%- assign class="" -%}
{%- else -%}
{%- assign class="hide-on-mobile" -%}
{%- endif -%}
{%- if post_translated -%}
{%- include cards/post_card.html post=post_translated class=class -%}
{%- else -%}
{%- include cards/post_card.html post=post class=class -%}
{%- endif -%}
{%- endfor -%}
All HIFIS News
Subscribe
RSS Feed
Events
{% assign sorted_events = site.events | sort: "start.date" %}
{% assign today = "now" | date: "%Y-%m-%d" %}
{% assign has_upcoming_events = false %}
{% for event in sorted_events %}
{% if event.start.date < today or
event.registration_period.to < today %}
{% continue %}
{% else %}
{% assign has_upcoming_events = true %}
{% endif %}
{% include frontpage/event-card.html
title = event.excerpt %}
{% assign events_counter = events_counter|plus:1 %}
{% if events_counter >= 3 %}
{% break %}
{% endif %}
{% endfor %}
{% if has_upcoming_events == false %}
{% endif %}
All Events
{% include transition.html direction="top" %}
Publications and Documentation
See here for publications, documentations and presentations about HIFIS.
HIFIS Mission and Structure
Our mission is to strengthen and develop the ICT competences of the whole Helmholtz Association. Have a look at our internal structure and governance.
Technical Documentation
See here for an overview to Documentation and Policies.
Now & tomorrow - The HIFIS Roadmap
Get the latest updates of the HIFIS roadmap, summarizing our goals for the months and years to come.
HIFIS Partners
Take a look at our partners, within the Helmholtz Association and throughout the World.
Job Offers
See here for job offers in Helmholtz and in the context of HIFIS.