Skip to content

Latest commit

 

History

History
115 lines (103 loc) · 2.78 KB

research-projects.md

File metadata and controls

115 lines (103 loc) · 2.78 KB
layout title aside
article
Research Projects
toc
true

{% assign subthrust_list = '' %} {% for thrust in site.data.research.thrusts %} {% for subthrust in thrust.subthrusts %} {% assign subthrust_list = subthrust_list | append: ',' | append: subthrust.key %} {% endfor %} {% endfor %}

{% assign subthrust_list = subthrust_list | remove_first: ',' | split: ',' %}

{% for project in site.data.research-projects %} {% unless subthrust_list contains project.subthrust %} {{project.title}} has unknown subthrust: {{project.subthrust}} {% endunless %} {% endfor %}

{% for thrust in site.data.research.thrusts %}

{{thrust.name}}

{% for subthrust in thrust.subthrusts %}

{{subthrust.name}}

{% for project in site.data.research-projects %} {% if project.subthrust == subthrust.key %}
{{project.figure-caption}}
{{project.project-lead}}, {{other-iaifi-leads}}, {{other-iaifi-members}}
{{project.project-tags}}
{% endif %} {% endfor %}
{% endfor %} {% endfor %}