{% include top.html %} {% assign spotlight_filters = " t:name, a:keywords, a:contributing_organisations:Organisations, a:scientific_community, t:hgf_research_field:Research field, a:hgf_centers:Centres, t:excerpt, t:license, h:content:_ " | split: "," %} {% assign spotlight_sort = " -date_added:Date added, +name:Name " | split: "," %} {% capture spotlight_filters_types %} {%- for flt in spotlight_filters -%} {%- assign flt_tan = flt | strip | split: ":" -%} {%- if flt_tan.size == 1 -%} t {%- else -%} {{- flt_tan[0] -}} {%- endif -%} {%- unless forloop.last -%},{%- endunless -%} {%- endfor -%} {% endcapture %} {% assign spotlight_filters_types = spotlight_filters_types | split: "," %} {% capture spotlight_filters_attrs %} {%- for flt in spotlight_filters -%} {%- assign flt_tan = flt | strip | split: ":" -%} {%- if flt_tan.size == 1 -%} {{- flt_tan[0] -}} {%- else -%} {{- flt_tan[1] -}} {%- endif -%} {%- unless forloop.last -%},{%- endunless -%} {%- endfor -%} {% endcapture %} {% assign spotlight_filters_attrs = spotlight_filters_attrs | split: "," %} {% capture spotlight_filters_names %} {%- for flt in spotlight_filters -%} {%- assign flt_tan = flt | strip | split: ":" -%} {%- if flt_tan.size == 3 -%} {{- flt_tan[2] -}} {%- elsif flt_tan.size == 2 -%} {{- flt_tan[1] | replace: '_', ' ' | capitalize -}} {%- else -%} {{- flt_tan[0] | replace: '_', ' ' | capitalize -}} {%- endif -%} {%- unless forloop.last -%},{%- endunless -%} {%- endfor -%} {% endcapture %} {% assign spotlight_filters_names = spotlight_filters_names | split: "," %} {% include header.html %}
{% include title_image.html %}

The Helmholtz Software Spotlights present outstanding software products that are developed and maintained in Helmholtz research centres. We want to raise awareness for the general importance of research software in academia, and present software that appeals equally to research, citizens, industry and politics.

Please note that this list will not be extended any further. In early 2023, we set up the Helmholtz Research Software Directory to accommodate the Software Spotlights in the near future, aiming to provide more features and a better user experience.

{% assign spotlights = site.spotlights %} {% for spotlight in spotlights %} {% endfor %}
{% include footer.html %}