Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 688 Bytes

File metadata and controls

26 lines (21 loc) · 688 Bytes
title Exchange & Interoperability
layout default
permalink /exchange.html
category
exchange

{{ page.title }}

Below are links to posts related to GA4GH::CP "{{ page.title }}". The minutes of meetings of the subgroup can be found here.


{% for item in site.categories.exchange %}

{% assign year_current = item.date | date: "%Y" %} {% if year_current != year_label %}

{{ year_label }}

{% assign year_label = year_current %} {% endif %}
{{ item.excerpt }}

{{ item.date | date: "%Y-%m-%d" }}: more ...

{% endfor %}