Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 780 Bytes

setup.md

File metadata and controls

37 lines (32 loc) · 780 Bytes
title
Setup

Data

    {% for data in site.data.dataset %}
  1. {{ data.publisher }}, {{ data.date_published }}. "{{ data.name }}". {{ data.description }}. License: {{ data.license }}.
  2. {% endfor %}

Tools

    {% for tool in site.data.tool %} {% if tool.use == "1" and tool.type == "tool" %}
  1. {{ tool.name }}. {{ tool.purpose }}.
  2. {% endif %} {% endfor %}

Technologies

    {% for tool in site.data.tool %} {% if tool.use == "1" and tool.type == "technology" %}
  1. {{ tool.name }}. {{ tool.purpose }}.
  2. {% endif %} {% endfor %}

{% include links.md %}