Education

{% for study in site.data.studies %}

{{ study.course }}

{{ study.school }}

{{ study.degree }}

{{ study.description }}

{{ study.start_date | date: "%B %Y" }} - {%- if study.end_date %} {{ study.end_date | date: "%B %Y" }} {% else %} Present {% endif %}
{% endfor %}