layout | title | permalink |
---|---|---|
default |
Participants |
/participants/ |
{% assign psDeprec = site.participants | sort: 'institution' %} {% assign ps3 = site.data.ala-summary-gdocs-sheet1 | where_exp: "item", "item.LA_web_status == 'highlight' or item.LA_web_status == 'list'" | sort: 'Installation' %} {% assign psd = site.data.ala-summary-gdocs-sheet1 | sort: 'Installation' %}
{% for participant in ps3 %}
{% assign statusIcon = site.data.participant_development | where: "LA_web_status", "highlight" | sort: "institution" %}
{% endfor %}
Institution | Area | Language | Contact | Status |
---|---|---|---|---|
{{ participant.Installation }} | {{ participant.Area }} | {{ participant.Language }} | {% if participant.Support %} {% endif %} |
{% for participant in psd %}
{% if participant["LA_web_status"] != 'highlight' and participant["LA_web_status"] != 'list' and participant["LA_web_status"] != 'no-list' %}
{% endif %}
{% endfor %}
Institution | Area | Language | Status |
---|---|---|---|
{% if participant.Web_page %} {{ participant.Installation }} {% else %} {{ participant.Installation }} {% endif %} | {{ participant.Area }} | {{ participant.Language }} | {{ participant["Declared status"] }} |