NB The full lists of datasets are available in the CSV & JSON downloads
Publisher | Top-level Publisher | Datasets only with a HTML link |
---|---|---|
{{row['organization title']}} | {{row['top-level organization title']}} | {% set names = row['name datasets only html'].split() %} {% set titles = row['title datasets only html'].split('|') %} {% set truncate = 5 %} {{row['num datasets only html']}}: {% for name in names[:truncate] %} {{ titles[loop.index0] }} {% endfor %} {% if names|length > truncate %} ... {% endif %} |