Skip to content

Latest commit

 

History

History
43 lines (40 loc) · 1.99 KB

organizations.md

File metadata and controls

43 lines (40 loc) · 1.99 KB
layout title
wide
Organizations

Participating Organizations

The following organizations are participating formally in the development of a joint roadmap for open science tools. See a complete list of all individuals and organizations participating formally and learn more about how to join as a formal participant.

{%- assign organizations = site.data.participants.orgs | where: 'type','org' | sort_natural: 'org' -%} {%- for organization in organizations -%} {%- if organization.logo -%} {%- if organization.url -%}{%- endif -%} {{ organization.logo | prepend: '' | append: organization.nick | append: ' logo' }} {%- if organization.url -%}{%- endif -%} {%- elsif organization.parentlogo -%} {%- if organization.parenturl -%}{%- endif -%} {{ organization.parentlogo | prepend: '' | append: organization.parentnick | append: ' logo' }} {%- if organization.parenturl -%}{%- endif -%} {%- endif -%} {%- endfor -%} {%- assign organizations = site.data.participants.orgs | where: 'type','org' | sort_natural: 'org' -%} {%- for organization in organizations -%} {%- if organization.url -%}{%- endif -%} {{ organization.org }} {%- if organization.nick != organization.org -%}{{ organization.nick | prepend: ' (' | append: ')' }}{%- endif -%} {%- if organization.url -%}{%- endif -%} {%- if forloop.last == false -%}•{%- endif -%} {%- endfor -%}