--- title: Outcomes ---

{{ page.title }}

Outcomes from projects where LEAPS WG3 members were involved are listed here. {% assign sorted_outcomes = site.data.outcomes | sort_natural %} The adoption status of these outcomes by our member facilities is shown in the adoption status table below. {% for outcome in sorted_outcomes %} {% assign uniqid = outcome.name | split: " " | join: "-" %}

{{ outcome.name }} {% if outcome.doi %}(link){% endif %} {% if outcome.keywords %} {% assign keywords = outcome.keywords | split: ", " | sort_natural %} {% for keyword in keywords %} {{ keyword }} {% endfor %} {% endif %}

{% if outcome.description %}Description: {{ outcome.description }}
{% endif %} {% if outcome.project %}Project: {{ outcome.project }}
{% endif %} {% if outcome.status %}Status: {{ outcome.status | capitalize }}
{% endif %} {% if outcome.last-update %}Last update: {{ outcome.last-update | date: "%Y-%m-%d" }}
{% endif %}

{% endfor %}

Adoption status

{% assign adoption_outcomes = site.data.outcomes | sort_natural %} {% for outcome in adoption_outcomes %} {% endfor %} {% for facility in site.data.facilities %} {% for outcome in adoption_outcomes %} {% if facility.adoption.adopted contains outcome.short-name %} {% elsif facility.adoption.wip contains outcome.short-name %} {% elsif facility.adoption.planned contains outcome.short-name %} {% elsif facility.adoption.under-eval contains outcome.short-name %} {% elsif facility.adoption.not contains outcome.short-name %} {% else %} {% endif %} {% endfor %} {% endfor %}
Facility{{ outcome.short-name }}
{{ facility.short-name }}YWIPPUN
Yes, already adopted (Y) Will not be adopted (N)
Planned to be adopted (P) Under evaluation (U)
In the progress of being adopted (WIP)