Skip to content

Latest commit

 

History

History
198 lines (159 loc) · 6.04 KB

resume-dyn.md

File metadata and controls

198 lines (159 loc) · 6.04 KB
layout title
default
resume

{{ site.data.resume.basics.name }}

{% for prof in site.data.resume.basics.profiles %}

{% if prof.network == "linkedin" %} {% endif %} {{ prof.username }} {% endfor %}

{{ site.data.resume.basics.email }}

{% capture location %}{{ site.data.resume.basics.location.city }},{{ site.data.resume.basics.location.region }},{{ site.data.resume.basics.location.postalCode }} {{ site.data.resume.basics.location.countryCode }} {% endcapture %}

<a href="{{ "https://www.google.com/maps/place/" | append: location }}">{{ location }}


Overview

{{ site.data.resume.basics.summary }}
Experience  Skills  Education Publications Languages References Graphical

Experience

{% for job in site.data.resume.work %}

{{ job.position }}

{{ job.company }} ({{ job.startDate | date: "%B %Y" }} - {{ job.endDate | date: "%B %Y" | default: "present" }})

{{ job.summary }}

    {% for hl in job.highlights %}
  • {{ hl }}
  • {% endfor %}
{% endfor %}

Skills

{% for skill in site.data.resume.skills %}

{{ skill.name }}

{% for key in skill.keywords %} {{ key }} {% endfor %}
{% endfor %}

Education

{% for ed in site.data.resume.education %}

{{ ed.area }}

{{ ed.institution }}

{{ ed.studyType }}

{% endfor %}


Publications

{% for pub in site.data.resume.publications %}

{{ pub.name }}

{{ pub.publisher }} ({{ pub.releaseDate | date: "%B %Y"}})

{{ pub.summary }}

{% endfor %}


Languages

{% for lang in site.data.resume.languages %} {% if lang.fluency contains "Native" %} {% endif %} {% if lang.fluency contains "Full" %} {% endif %} {% if lang.fluency contains "Professional" %} {% endif %} {% if lang.fluency contains "Limited" %} {% endif %} {% if lang.fluency contains "Elementary" %} {% endif %} {% endfor %}
{{ lang.language}}||||||||||||||||||||||||||||||||||||||||||||||||||

References

{% for ref in site.data.resume.references %} {{ ref.name }}

{{ ref.reference | strip_newlines }}
{% endfor %}
<script> function openTab(name) { var i; var x = document.getElementsByClassName("tabcontent"); for (i = 0; i < x.length; i++) { x[i].style.display = "none"; } var x = document.getElementsByClassName("tablinks"); for (i = 0; i < x.length; i++) { x[i].classList.remove("active"); } document.getElementById(name).style.display = "block"; document.getElementById(name+'-btn').classList.add("active"); } </script>