{% include top.html %} {% include header.html %}
{% capture title-content %} {% include title_content/services.html %} {% endcapture %} {% include title_image.html content=title-content %}
{% if page.notification.description and page.notification.title %} {% include frontpage/notification.html title=page.notification.title description=page.notification.description %} {% endif %}

  Latest posts

{% for post in site.posts limit:3 %} {% include frontpage/post-card.html post = post %} {% endfor %}
More
{% include wide_image.html file_name = "luke-stackpoole-ZRsJmpt9pNI-unsplash.jpg" alt_text = "Image: Road forward"%}

The Mission

HIFIS Software Services' mission is to empower scientists of any domain to implement and to perpetuate modern scientific software development principles in order to make research software engineering more sustainable.

Get in touch FAQ Roadmap

  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 %} {% endfor %} {% if has_upcoming_events == false %}

There are no upcoming events right now ... stay tuned.

{% endif %}
{% include footer.html %}