Skip to content

Latest commit

 

History

History
executable file
·
61 lines (52 loc) · 1.55 KB

page01_people.md

File metadata and controls

executable file
·
61 lines (52 loc) · 1.55 KB
layout title description img permalink sidebar
page
People
About the authors
peeps.png
people
true

{% for author in site.data.people %}

{% if author.img %} {% assign pic = author.img %} {% else %} {% assign pic = "noimg.jpg" %} {% endif %}

{% if author.link %} {% assign website = author.link %} {% else %} {% assign website = " " %} {% endif %}

{% if author.link %} {{author.name}} {% else %} {{author.name}} {% endif %}

{{author.title}}

{% for oh in author.office_hour %}

{{oh[0]}}: {{oh[1]}}

{% endfor %} {% if author.institute %}

{{author.institute}}

{% endif %} {% for other in author.other_info %}

{{other[0]}}: {{other[1]}}

{% endfor %}
{%endfor%}