Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • dirk-norbert.baker/hifis.net
  • hifis/overall/hifis.net
  • jucke/hifis.net
  • stephan.thober/hifis.net
  • nicolas.boltz/hifis.net
  • axel.loewe/hifis.net
  • matthias.ruester/hifis.net
  • Franz.Steinmetz/hifis.net
  • bilke/hifis.net
  • guido.bloecher/hifis.net
  • mauro.cacace/hifis.net
  • sebastian.mueller/hifis.net
  • daniel.scheffler/hifis.net
  • manideep.jayavarapu/hifis.net
  • d.wortmann/hifis.net
  • j.mitchell/hifis.net
  • demme/hifis.net
  • s.dinkelacker/hifis.net
  • marcus/hifis.net
  • j.schmoelder/hifis.net
  • tempest.glodowski/hifis.net
  • norman.mueller/hifis.net
22 results
Show changes
Showing
with 168 additions and 260 deletions
......@@ -7,7 +7,7 @@
{% if event.start.date %}
<span class="badge badge-pill badge-danger">
<i class="fas fa-calendar-day" aria-hidden="true"></i>
{{ event.start.date | date: "%d.&thinsp;%b.&thinsp;%y" }}
{{ event.start.date | date: "%d %b %y" }}
</span>
{% endif %}
......
......@@ -5,8 +5,6 @@
{% endif %}
<footer class="footer">
{% include transition.html direction="top" %}
<div id="footer-content-container">
<a href="https://www.helmholtz.de/" class="logo-link">
......
......@@ -7,7 +7,7 @@
{% if event.start.date %}
<span class="badge badge-danger">
<i class="fas fa-calendar-day" aria-hidden="true"></i>
{{ event.start.date | date: "%d.&thinsp;%b.&thinsp;%y" }}
{{ event.start.date | date: "%d %b %y" }}
</span>
{% endif %}
......
{% if include.title and include.description %}
<div class="toast" data-autohide="false" id="notification" style="max-width: none !important;">
<div class="toast" data-autohide="false" id="notification">
<div class="toast-header">
<i class="fas fa-square text-danger"></i>&nbsp;
<strong class="mr-auto">{{ include.title }}</strong>
......
<div>
<h1>
<span class="d-inline-block">Helmholtz Digital Services for Science —</span>
<span class="d-inline-block">Collaboration made easy.</span>
<span class="d-inline-block">Collaboration Made Easy.</span>
</h1>
<div class="services-box">
<div class="services-title-buttons">
<a href="https://helmholtz.cloud/services" class="btn btn-light btn-lg text-dark">
Cloud Services
<a href="https://helmholtz.cloud" class="btn btn-light text-dark">
Helmholtz Cloud <i class="fas fa-external-link-alt"></i>
</a>
<a href="https://events.hifis.net/category/4/" class="btn btn-light btn-lg text-dark">
HIFIS Courses
<a href="{% link services/software-overview.md %}" class="btn btn-light text-dark">
Software Services
</a>
<a href="{% link services/software/consulting.html %}" class="btn btn-light btn-lg text-dark">
Software Engineering Consulting
<a href="https://www.helmholtz-hida.de/course-catalog/en/?search%5Bq%5D=HIFIS" class="btn btn-light text-dark">
Courses <i class="fas fa-external-link-alt"></i>
</a>
<a href="https://aai.helmholtz.de" class="btn btn-light btn-lg text-dark">
Identity &amp; Access Management (AAI)
<a href="{% link aai/index.md %}" class="btn btn-light text-dark">
Helmholtz ID
</a>
<a href="{% link usecases.md %}" class="btn btn-light text-dark">
Use Cases
</a>
<a href="{% link faq.md %}" class="btn btn-light text-dark">
FAQ
</a>
</div>
</div>
......
......@@ -42,17 +42,23 @@ See also:
<div>
{% comment %}
The search button shall always be visible.
The link to the easy language page is only visible from the homepage.
{% endcomment %}
<a href="{{ 'search' | relative_url }}" class="outer-nav-item"><i class="fas fa-search"></i></a>
{% if page.layout == 'frontpage' %}
<a href="{{ 'easylanguage' | relative_url }}" id="easy-language-logo-link" class="outer-nav-item">
<div id="easy-language-logo"></div>
</a>
{% endif %}
{% comment %}
The following button shall be always minimized (hamburger menu).
The search button shall always be visible.
{% endcomment %}
<input type="checkbox" id="mobile_toggle" class="d-none">
<label for="mobile_toggle" class="nav_toggle" onclick="scrollableHeader()"></label>
<a href="{{ 'search' | relative_url }}" class="outer-nav-item"><i class="fas fa-search"></i></a>
<button onclick="toggleMenu();scrollableHeader()" type="button" class="nav_toggle" id="menu-button">
<i class="fas fa-bars"></i>
</button>
<nav>
<nav id="menu">
<ul class="nav-grid">
{% for category in site.data.navigation.header %}
<li class="nav-first-level">
......@@ -97,6 +103,4 @@ See also:
</div>
{% include transition.html direction="bottom"%}
</header>
......@@ -12,7 +12,7 @@ page.
{% if page.title_image and page.title_image != 'default' %}
{% assign image_url = site.directory.images | append: 'jumbotrons/desktop/' | append: page.title_image | absolute_url %}
{% else %}
{% assign image_url = site.directory.images | append: 'HIFIS_Logo_short_RGB.png' | absolute_url %}
{% assign image_url = site.directory.images | append: 'HIFIS_Logo_short_RGB.svg' | absolute_url %}
<meta property="og:image:alt" content="Logo of {{ hifis_acronym }}" />
<meta property="twitter:image:alt" content="Logo of {{ hifis_acronym }}" />
{% endif %}
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg class="transition_block" viewbox="0 0 1 1" preserveAspectRatio="none">
<rect x="0" y="0" width="1" height="1" class="fill_left" style="stroke:none"/>
</svg>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
id="svg4652"
class="transition_slope"
version="1.1"
viewBox="0 0 340 70"
height="70"
width="340"
>
<defs
id="defs4646" />
<metadata
id="metadata4649">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<path
id="left_slope"
class="fill_left"
d="m 0,0 v 70 h 230 c 10,0 20,0 30,-10 L 310,10 C 320,0 340,0 340,0 Z"
style="stroke:none;"
/>
<path
id="inner_slope"
class="fill_slider"
d="M 80,30 C 75,30 60,30 50,40 L 30,60 C 20,70 10,70 0,70 h 230 c 10,0 20,0 30,-10 l 30,-30 z"
style="stroke:none;"
/>
<path
id="right_slope"
class="fill_right"
d="M 340,70 H 230 c 10,0 20,0 30,-10 L 310,10 C 320,0 340,0 340,0 Z"
style="stroke:none"
/>
</svg>
<svg class="transition_block" viewbox="0 0 1 1" preserveAspectRatio="none">
<rect x="0" y="0" width="1" height="1" class="fill_right" style="stroke:none"/>
</svg>
- Subscribe here to receive all further [**HIFIS newsletter**](https://lists.desy.de/sympa/subscribe/hifis-newsletter) issues automatically.
- For more frequent updates, you are invited to regularly check our [**blog posts page**]({% link posts/index.html %})
- Subscribe to <a class="rss-posts-button" href="{{ '/feed/news.xml' | relative_url }}"
title="Subscribe to HIFIS Blog Posts RSS Feed (RSS Reader required)"
type="application/atom+xml"
download>
<strong>HIFIS Blog Posts RSS Feed</strong>
</a> (RSS Reader required)
- Subscribe to [**AAI Announcement letter**](mailto:helmholtz-aai-announcement-subscribe@fz-juelich.de) /
[unsubscribe](mailto:helmholtz-aai-announcement-unsubscribe@fz-juelich.de)
......@@ -36,10 +36,11 @@
{% if include.content %}
{{ include.content }}
{% else %}
<h1> {{ page.title }} </h1>
<div>
{% include breadcrumbs.html %}
<h1>{{ page.title }}</h1>
</div>
{% endif %}
</div>
{% include transition.html direction="right" %}
</div>
{% comment %}
Transitions can either be on top or on the bottom of other design elements.
On the bottom they start on the left side and slope out towards the center,
on the top of elements they slope in from the center towards the right.
The parameter `direction` is required and can be either
* `bottom` / `left`
* `top` / `right`
to indicate where the transition should be.
{% endcomment %}
{% if include.direction == "left" or include.direction == "bottom" %}
<div class="transition_on_bottom modernizr-generatedcontent">
{% include slope.svg %}
</div>
{% elsif include.direction == "right" or include.direction == "top" %}
<div class="transition_on_top modernizr-generatedcontent">
{% include slope.svg %}
</div>
{% else %}
<!-- Included transition, but no valid direction was set. -->
{% endif %}
......@@ -74,7 +74,7 @@
<a href="https://events.hifis.net/category/4/">
<i class="fas fa-external-link-alt"></i> HIFIS Events page</a></strong>
or the <strong>
<a href="https://www.helmholtz-hida.de/course-catalog/?search%5Bfilter%5D%5B0%5D=tags%3AHIFIS&search%5Bfilter%5D%5B1%5D=">
<a href="https://www.helmholtz-hida.de/course-catalog/en/?search%5Bq%5D=HIFIS">
<i class="fas fa-external-link-alt"></i> HIDA course catalog</a></strong>
for upcoming HIFIS courses and events.
</p>
......
......@@ -13,7 +13,23 @@
{%- include title_image.html content=title-content -%}
<div class="frontpage-jumbotron">
<section>
<h1> HIFIS for...</h1>
{% if page.notification.description and page.notification.title %}
{% include frontpage/notification.html
title=page.notification.title
description=page.notification.description %}
{% endif %}
<div class="my-2">
HIFIS provides and brokers digital services for <strong>everyone in Helmholtz</strong> and collaboration partners.<br>
Find a brief overview on HIFIS services in
<a href="{{ 'media/HIFIS_overview_2022_03_en.pdf' | relative_url }}" style="text-decoration:underline;">English</a>
and
<a href="{{ 'media/HIFIS_overview_2022_03_de.pdf' | relative_url }}" style="text-decoration:underline;">German</a>.
</div>
<div>
Specifically, HIFIS focuses on:
</div>
<div class="info-col">
<a href="{{ 'hifisfor/scientists' | relative_url }}"><div class="info-box">
<h3>Scientists</h3>
......@@ -45,19 +61,12 @@
<div class="transition-block">
{% include transition.html direction="top" %}
<div class="frontpage-news-jumbotron">
<section>
{% if page.notification.description and page.notification.title %}
{% include frontpage/notification.html
title=page.notification.title
description=page.notification.description %}
{% endif %}
<div class="info-col" style="grid-template-columns: 1fr !important;">
<div>
<h1><a href="{{ 'news/' | relative_url }}" >News</a></h1>
<h1>Blog Posts and Newsletter</h1>
<div class="flex-cards">
{%- assign posts = site.posts | where:"lang", site.default.lang -%}
{%- for post in posts limit:5 -%}
......@@ -74,17 +83,9 @@
{%- endif -%}
{%- endfor -%}
</div>
<a href="{{ 'news/' | relative_url }}" class="btn btn-outline-secondary">All HIFIS News</a>
<a href="https://lists.desy.de/sympa/subscribe/hifis-announce"
class="btn btn-outline-secondary"
title="Subscribe to HIFIS Announcements Letter - also unsubscribe">
Subscribe <i class="fas fa-bell"></i></a>
<a class="btn btn-outline-secondary" href="{{ '/feed/news.xml' | relative_url }}"
title="Subscribe to HIFIS News RSS Feed (RSS Reader required)"
type="application/atom+xml"
download>
News Feed <i class="fas fa-rss"></i></a>
<a href="https://events.hifis.net/category/4/" class="btn btn-outline-secondary"><i class="fas fa-external-link-alt"></i> HIFIS Events</a>
<a href="{{ 'posts/' | relative_url }}" class="btn btn-outline-secondary">All Blog Posts</a>
<a href="{{ 'newsletter/' | relative_url }}" class="btn btn-outline-secondary">HIFIS Newsletter</a>
<a href="{{ 'subscribe' | relative_url }}" class="btn btn-outline-secondary">Subscribe</a>
</div>
</div>
</section>
......
---
title: HIFIS
title: HIFIS Blog Posts
---
{% include top.html %}
......@@ -13,60 +13,23 @@ title: HIFIS
<section>
{% if paginator.total_pages > 1 %}
<nav class="page-navigation grid-container">
<div class="pagination-container grid-item">
{% if paginator.previous_page %}
<span>
<a href="{{ paginator.previous_page_path | relative_url }}">
<i class="fas fa-backward"></i>
</a>
</span>
{% endif %}
{% for page in (1..paginator.total_pages) %}
{% if page == paginator.page %}
<span> {{ page }} </span>
{% elsif page == 1 %}
<span>
<a href="{{ 'news/' | relative_url }}"> {{ page }} </a>
</span>
{% else %}
<span>
<a href="{{ site.paginate_path
| relative_url
| replace: ':num', page }}">
{{ page }}
</a>
</span>
{% endif %}
{% endfor %}
{% if paginator.next_page %}
<span>
<a href="{{ paginator.next_page_path | relative_url }}">
<i class="fas fa-forward"></i>
</a>
</span>
{% endif %}
</div>
<article class="posts-filter">
<input type="text" id="postsFilterInput" placeholder="Search..." onInput="filterPosts();">
<div class="rss-posts-container grid-item">
<a class="rss-posts-button" href="{{ '/feed/news.xml' | relative_url }}"
title="Subscribe to HIFIS News RSS Feed (RSS Reader required)"
title="Subscribe to HIFIS Blog Posts RSS Feed (RSS Reader required)"
type="application/atom+xml"
download>
<i class="fas fa-rss"></i>
</a>
<a href="https://lists.desy.de/sympa/subscribe/hifis-announce"
title="Subscribe to HIFIS Announcements Letter - also unsubscribe">
<a href="https://lists.desy.de/sympa/subscribe/hifis-newsletter"
title="Subscribe to HIFIS Newsletter - also unsubscribe">
<i class="fas fa-bell"></i>
</a>
</a>
</div>
</nav>
{% endif %}
</article>
{% for post in paginator.posts %}
{% for post in site.posts %}
<article class="list-entry">
<div class="preview">
<h1>
......@@ -75,84 +38,30 @@ title: HIFIS
</a>
</h1>
{% if post.excerpt_separator != '' %}
<div class="excerpt-content">
{{ post.excerpt }}
</div>
{% else %}
<div class="no-excerpt-content">
{{ post.content }}
</div>
{% endif %}
{% if post.excerpt_separator != '' %}
<div class="excerpt-content">
{{ post.excerpt }}
</div>
{% else %}
<div class="no-excerpt-content">
{{ post.content }}
</div>
{% endif %}
<a href="{{ post.url | relative_url }}" >
<span>&nbsp;more…&nbsp;</span>
</a>
</div>
<div class="digest-container">
{% include blog_post/metadata.html
authors = post.authors
date = post.date
categories = post.categories
tags = post.tags %}
</div>
<div class="digest-container">
{% include blog_post/metadata.html
authors = post.authors
date = post.date
categories = post.categories
tags = post.tags %}
</div>
</article>
{% endfor %}
{% if paginator.total_pages > 1 %}
<nav class="page-navigation grid-container">
<div class="pagination-container grid-item">
{% if paginator.previous_page %}
<span>
<a href="{{ paginator.previous_page_path | relative_url }}">
<i class="fas fa-backward"></i>
</a>
</span>
{% endif %}
{% for page in (1..paginator.total_pages) %}
{% if page == paginator.page %}
<span> {{ page }} </span>
{% elsif page == 1 %}
<span>
<a href="{{ 'news/' | relative_url }}"> {{ page }} </a>
</span>
{% else %}
<span>
<a href="{{ site.paginate_path
| relative_url
| replace: ':num', page }}">
{{ page }}
</a>
</span>
{% endif %}
{% endfor %}
{% if paginator.next_page %}
<span>
<a href="{{ paginator.next_page_path | relative_url }}">
<i class="fas fa-forward"></i>
</a>
</span>
{% endif %}
</div>
<div class="rss-posts-container grid-item">
<a class="rss-posts-button" href="{{ '/feed/news.xml' | relative_url }}"
title="Subscribe to HIFIS News Feed"
type="application/atom+xml"
download>
<i class="fas fa-rss"></i>
</a>
<a href="https://lists.desy.de/sympa/subscribe/hifis-announce"
title="Subscribe to HIFIS Announcements Letter - also unsubscribe">
<i class="fas fa-bell"></i>
</a>
</div>
</nav>
{% endif %}
</section>
</main>
......
......@@ -14,7 +14,7 @@
<div class="flex-content-wrapper">
<a href="https://www.helmholtz.de/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/2017_Helmholtz_Logo_RGB_untereinander_EN.svg %}"
<img src="{% link assets/img/Helmholtz-Logo-Blue-RGB.svg %}"
alt="Helmholtz Logo">
</a>
......@@ -28,23 +28,29 @@
</a>
<a href="https://helmholtz-metadaten.de/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/HMC_Logo_updated_pfade-e1576839804647.png %}"
<img src="{% link assets/img/third-party-logos/HMC_Logo.svg %}"
alt="HMC Logo">
</a>
<a href="https://www.helmholtz-imaging.de/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/HIP_Logo.svg %}" alt="HIP Logo">
</a>
<a href="https://os.helmholtz.de/en/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/Helmholtz_Submarke_OS.png %}" alt="Helmholtz Open Science Office Logo">
<img src="{% link assets/img/third-party-logos/Helmholtz_OS_Logo.svg %}" alt="Helmholtz Open Science Office Logo">
</a>
<a href="https://www.helmholtz.de/en/jobs-talent/the-helmholtz-leadership-academy/leadership/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/Helmholtz_Leadership_Academy_2017_Helmholtz_Logo_RGB_untereinander_EN.svg %}" alt="Helmholtz Leadership Academy Logo">
</a>
<a href="https://www.helmholtz-hirse.de/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/hirse_ps.svg %}" alt="Logo of HiRSE_PS - Helmholtz Platform for Research Software Engineering - preparatory study">
</a>
<a href="https://www.casus.science/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/posts/2022-08-04-use-case-casus/casus-logo.jpg %}" alt="CASUS Logo">
</a>
</div>
<h1>National & International Partners</h1>
......@@ -70,6 +76,42 @@
<img src="{% link assets/img/third-party-logos/dfn-logo.svg %}" alt="DFN Logo">
</a>
<a href="https://de-rse.org/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/de-RSE-logo-text-colour-en.svg %}" alt="deRSE Logo">
</a>
<a href="https://www.daphne4nfdi.de/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/DAPHNE4NFDI_logo.png %}" alt="DAPHNE4NFDI Logo">
</a>
<a href="https://www.punch4nfdi.de/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/PUNCH4NFDI-Logo_RGB.png %}" alt="PUNCH4NFDI Logo">
</a>
<a href="https://base4nfdi.de/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/base4NFDI_logo.png %}" alt="BASE4NFDI Logo">
</a>
<a href="https://www.nfdi4earth.de/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/NFDI4Earth_logo.png %}" alt="NFDI4Earth Logo">
</a>
<a href="https://esciencecenter.nl" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/netherlandsesciencecenter.png %}" alt="Netherlands eScience Center Logo">
</a>
<a href="https://wiki.geant.org/display/AARC" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/AARC.png %}" alt="AARC Logo">
</a>
<a href="https://leaps-initiative.eu/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/LEAPS-Logo.png %}" alt="LEAPS Logo">
</a>
<a href="https://www.softwareheritage.org/" class="btn btn-light btn-lg btn-logo">
<img src="{% link assets/img/third-party-logos/SWH-logo-name.png %}" alt="Software Heritage Logo">
</a>
</div>
</section>
</div>
......
......@@ -30,15 +30,16 @@
{%- assign sorted_roadmap_by_date = sorted_roadmap | where_exp: "roadmap", "roadmap.date == date_item" -%}
{%- assign newyear = date_item | date: "%Y" -%}
{%- capture today -%}{{ 'now' | date: '%s'}}{%- endcapture -%}
{%- capture thismonth -%}{{ 'now' | date: '%m'}}{%- endcapture -%}
{%- capture thisyear -%}{{ 'now' | date: '%Y'}}{%- endcapture -%}
{%- capture roadmap_item_time -%}{{ date_item | date: '%s'}}{%- endcapture -%}
{%- capture roadmap_item_month -%}{{ date_item | date: '%m'}}{%- endcapture -%}
{%- capture roadmap_item_year -%}{{ date_item | date: '%Y'}}{%- endcapture -%}
{%- assign days_since = today | minus: roadmap_item_time | divided_by: 86400 -%}
{%- assign years_since = thisyear | minus: roadmap_item_year -%}
{%- assign months_since = years_since | times: 12 | plus: thismonth | minus: roadmap_item_month -%}
{%- comment -%}
Show the last three months in the past OR everything from this year
Show the last three complete months
{%- endcomment -%}
{%- if days_since > 90 and roadmap_item_year < thisyear -%}
{%- if months_since > 3 -%}
{%- assign hidden_class = "hidden expand" -%}
{%- else -%}
{%- assign hidden_class = "" -%}
......
......@@ -66,8 +66,15 @@
<section>
<article class="salert alert-success">
This is a selection of Helmholtz Software Spotlights, which will be continuously expanded and updated. Stay tuned and learn more about great research software projects!
<article>
<p>
The <b>Helmholtz Software Spotlights</b> 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.
</p>
<p>
Please note that this list will not be extended any further.
In early 2023, we set up the <a href="https://helmholtz.software" target="_blank">Helmholtz Research Software Directory</a> to accommodate the Software Spotlights in the near future, aiming to provide more features and a better user experience.
</p>
</article>
<article class="spotlights-filter">
......
......@@ -100,8 +100,16 @@
{% endif %}
{% if page.doi %}
<h3><i class="fas fa-quote-right"></i> Cite</h3>
<a href="https://doi.org/{{ page.doi }}" target="_blank">{{ page.doi }} <i class="fas fa-external-link-alt"></i></a>
<h3><i class="fas fa-quote-right"></i> Cite</h3>
{% if page.doi.first %}
<ul>
{% for doi in page.doi %}
<li>{{ doi.name }}<br><a href="https://doi.org/{{ doi.doi }}" target="_blank">{{ doi.doi }} <i class="fas fa-external-link-alt"></i></a></li>
{% endfor %}
</ul>
{% else %}
<a href="https://doi.org/{{ page.doi }}" target="_blank">{{ page.doi }} <i class="fas fa-external-link-alt"></i></a>
{% endif %}
{% endif %}
<h3>Contact</h3>
......
......@@ -26,10 +26,10 @@ It does on purpose NOT include the content of the markdown page.
<code class="language-plaintext highlighter-rouge"><a href="mailto:office@hifis.net">office@hifis.net</a></code>
<h1>Team</h1>
<h1>Coordinators and HIFIS Cluster Managers</h1>
<div class="team_list">
{%- for person in team_members_core -%}
{%- if person.rank >= 1 -%}
{%- if person.rank == 1 -%}
{%- include team_card.html person=person -%}
{%- endif -%}
{%- endfor -%}
......
......@@ -8,7 +8,7 @@ layout: blogpost
title_image: default
categories:
- blog
- tutorial
- Tutorial
tags:
- example
- template
......