--- title: Resume layout: home ---

{{ site.data.bio.basics.name }}

{% capture url %}{{ site.data.bio.basics.website }}{% endcapture %} {% capture label %}{{ site.data.bio.basics.website | remove: "http://" | remove: "https://" }}{% endcapture %}

{% 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 }}

Interests

{% 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 %}

{% if site.data.bio.skills %}

Skills

{% for entry in site.data.bio.skills %}

{{ entry.name }}: {% for keyword in entry.keywords %} {{ keyword }}{% if forloop.last != true %}, {% endif %} {% endfor %}

{% endfor %}
{% endif %} {% if site.data.bio.education %}

Education

{% for entry in site.data.bio.education %}

{{ entry.institution }}

{{ entry.studyType }}, {{ entry.area }}

{% if entry.courses %}
    {% for course in entry.courses %}
  • {{ course }}
  • {% endfor %}
{% endif %}

{% 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 %}

{% endfor %}
{% endif %} {% if site.data.bio.work %}

Work

{% for entry in site.data.bio.work %}

{{ entry.position }}, {{ entry.company }}

{{ entry.website | remove: "http://" | remove: "https://" }}

{{ entry.summary }}

{% if entry.highlights %}
    {% for highlight in entry.highlights %}
  • {{ highlight }}
  • {% endfor %}
{% endif %}

{% 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 %}

{% endfor %}
{% endif %} {% if site.data.bio.volunteer %}

Activities

{% for entry in site.data.bio.volunteer %}

{{ entry.position }}{% if entry.organization %}, {{ entry.organization }}{% endif %}

{{ entry.website | remove: "http://" | remove: "https://" }}

{{ entry.summary }}

{% if entry.highlights %}
    {% for highlight in entry.highlights %}
  • {{ highlight }}
  • {% endfor %}
{% endif %}

{% 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 %}

{% endfor %}
{% endif %} {% if site.data.bio.awards %}

Awards

{% for entry in site.data.bio.awards %}

{{ entry.title }}, {{ entry.awarder }}

{{ entry.summary }}

{{ entry.date}}

{% endfor %}
{% endif %} {% if site.data.bio.references %}

References

{% for entry in site.data.bio.references %} {{ entry.name }} {% if entry.reference and entry.reference.size > 0 %} {{ entry.reference }} {% endif %} {% endfor %}

{% endif %}