Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 894 Bytes

projects.md

File metadata and controls

41 lines (34 loc) · 894 Bytes
permalink layout title mermaid
/projects.html
default
IRIS/HEP Projects
true

IRIS-HEP Projects

<style> table { width: 100%; } </style>
Name Focus Area(s) Maturity Description
{% assign sorted = site.pages sort_natural: 'title' -%}
{% assign projects = sorted where: "pagetype", "project" -%}
{% for mypage in projects %}
{%- capture focus-areas -%}
{%- assign notfirst = false -%}
{%- for fa in mypage.focus-area -%}
{%- if notfirst -%}
{{", "}}
{%- endif -%}
{%- assign notfirst = true -%}
[{{fa upcase }}](/{{fa}}.html)
{%- endfor -%}
{%- endcapture -%}
{{mypage.title}} {{focus-areas}} {% include maturity.html project=mypage %} {{ mypage.blurb }}
{% endfor %}

{{ projects | gantt_projects }}

<script> mermaid.initialize({ startOnLoad: true }); </script>