--- title: Resume layout: home ---
{% include about/social.html url=url name='house' label=label %}
{% capture url %}mailto:{{ site.data.bio.basics.email }}{% endcapture %} {% capture label %}{{ site.data.bio.basics.email }}{% endcapture %}{% include about/social.html url=url name='envelope' label=label %}
{% for profile in site.data.bio.basics.profiles %} {% capture url %}{{ profile.url }}{% endcapture %} {% capture name %}{{ profile.network | downcase }}{% endcapture %} {% capture label %}{{ profile.username }}{% endcapture %}{% include about/social.html url=url name=name label=label %}
{% endfor %}{{ site.data.bio.basics.location.address }}
{{ site.data.bio.basics.location.city }}, {{ site.data.bio.basics.location.region }} {{ site.data.bio.basics.location.postalCode }} {{ site.data.bio.basics.location.countryCode }}
{{ site.data.bio.basics.phone }}
{% for entry in site.data.bio.interests %} {{ entry.name }} {% if entry.keywords and entry.keywords.size > 0 %}({% for keyword in entry.keywords %}{{ keyword }}{% if forloop.last != true %},{% endif %}{% endfor %}){% endif %}{% if forloop.last != true %}, {% endif %} {% endfor %}
{{ entry.name }}: {% for keyword in entry.keywords %} {{ keyword }}{% if forloop.last != true %}, {% endif %} {% endfor %}
{% endfor %}{{ entry.institution }}
{{ entry.studyType }}, {{ entry.area }}
{% if entry.courses %}{% if entry.startDate %} {{ entry.startDate | slice: 0,4 }} {% endif %} {% if entry.startDate and entry.startDate != '' and entry.endDate and entry.endDate != '' %} - {% endif %} {% if entry.endDate %} {% if entry.endDate != "Present" %} {{ entry.endDate | slice: 0,4 }} {% else %} {{ entry.endDate }} {% endif %} {% endif %}
{{ entry.position }}, {{ entry.company }}
{{ entry.website | remove: "http://" | remove: "https://" }}
{{ entry.summary }}
{% if entry.highlights %}{% if entry.startDate %} {{ entry.startDate | slice: 0,4 }} {% endif %} {% if entry.startDate and entry.startDate != '' and entry.endDate and entry.endDate != '' %} - {% endif %} {% if entry.endDate %} {% if entry.endDate != "Present" %} {{ entry.endDate | slice: 0,4 }} {% else %} {{ entry.endDate }} {% endif %} {% endif %}
{{ entry.position }}{% if entry.organization %}, {{ entry.organization }}{% endif %}
{{ entry.website | remove: "http://" | remove: "https://" }}
{{ entry.summary }}
{% if entry.highlights %}{% if entry.startDate %} {{ entry.startDate | slice: 0,4 }} {% endif %} {% if entry.startDate and entry.startDate != '' and entry.endDate and entry.endDate != '' %} - {% endif %} {% if entry.endDate %} {% if entry.endDate != "Present" %} {{ entry.endDate | slice: 0,4 }} {% else %} {{ entry.endDate }} {% endif %} {% endif %}
{{ entry.title }}, {{ entry.awarder }}
{{ entry.summary }}
{{ entry.date}}
{% for entry in site.data.bio.references %} {{ entry.name }} {% if entry.reference and entry.reference.size > 0 %} {{ entry.reference }} {% endif %} {% endfor %}