layout | title |
---|---|
default |
resume |
{% 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 }}
{{ site.data.resume.basics.summary }}
Experience
Skills
Education
Publications
Languages
References
Graphical
{% for job in site.data.resume.work %}
{{ job.company }} ({{ job.startDate | date: "%B %Y" }} - {{ job.endDate | date: "%B %Y" | default: "present" }})
{{ job.summary }}
-
{% for hl in job.highlights %}
- {{ hl }} {% endfor %}
{% for skill in site.data.resume.skills %}
{% for key in skill.keywords %}
{% endfor %}
{{ key }}
{% endfor %}
{% for ed in site.data.resume.education %}
{{ ed.institution }}{{ ed.studyType }}
{% endfor %}
{% for pub in site.data.resume.publications %}
{{ pub.publisher }} ({{ pub.releaseDate | date: "%B %Y"}}){{ pub.summary }}
{% endfor %}
{% 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}} | |||||||||| | |||||||||| | |||||||||| | |||||||||| | |||||||||| |
{% for ref in site.data.resume.references %} {{ ref.name }}
{{ ref.reference | strip_newlines }}{% endfor %}