--- 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.city }}, {{ site.data.bio.basics.location.region }}
{% if site.data.bio.basics.phone %}
{{ site.data.bio.basics.phone }}
{% endif %}
{% if site.data.bio.interests %}

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 %} {% endfor %}
{% endif %} {% 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 %}
{% endfor %}
{% endif %} {% if site.data.bio.work %}

Work Experience

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

{{ entry.position }}

{% if entry.company %}

{{ entry.company }}

{% endif %}
{% if entry.website %} {{ entry.website | remove: "http://" | remove: "https://" }} {% endif %} {% if entry.summary %}

{{ entry.summary }}

{% endif %} {% if entry.highlights %}
    {% for highlight in entry.highlights %}
  • {{ highlight }}
  • {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if site.data.bio.volunteer %}

Activities & Volunteer Work

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

{{ entry.position }}

{% if entry.organization %}

{{ entry.organization }}

{% endif %}
{% if entry.website %} {{ entry.website | remove: "http://" | remove: "https://" }} {% endif %} {% if entry.summary %}

{{ entry.summary }}

{% endif %} {% if entry.highlights %}
    {% for highlight in entry.highlights %}
  • {{ highlight }}
  • {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if site.data.bio.awards %}

Awards & Recognition

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

{{ entry.title }}

{{ entry.awarder }}

{% if entry.summary %}

{{ entry.summary }}

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