{%- assign resume = site.data.resume -%} {%- if resume.contact.phone -%}{%- endif -%} {%- if resume.contact.address -%}{%- endif -%} {%- if resume.sections.skills -%}

Skills

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

{{ skill.skill }}

{%- if skill.description -%}
{{ skill.description }}
{%- endif -%} {%- if skill.list -%} {%- assign skillSorted = skill.list | sort_natural -%}
{%- for item in skillSorted -%} {{ item }}{%- if forloop.last -%}{%- else -%}{%- endif -%} {%- endfor -%}
{%- endif -%}
{%- endfor -%}
{%- endif -%} {%- if resume.sections.experience -%}

Experience

{%- for job in site.data.experience -%} {%- assign positions = job.positions | sort_natural: "startdate" | reverse -%} {%- if positions.size > 1 -%} {%- assign jobfirstpos = positions | last -%} {%- assign joblastpos = positions | first -%} {%- assign jobStartDate = jobfirstpos.startdate | date: "%F" -%} {%- assign jobEndDate = joblastpos.enddate | default: 'now' | date: "%F" -%} {%- endif -%}

{%- if job.url -%}{%- else -%}{{ job.company }}{%- endif -%}

{%- if positions.size > 1 -%}
{{ jobfirstpos.startdate | date: "%b, %Y" }} – {{ joblastpos.enddate | date: "%b, %Y" | default: "Present" }} •
{%- endif -%} {%- if job.summary -%}
{{ job.summary }}
{%- endif -%} {%- for position in positions -%} {%- assign posStartDate = position.startdate | date: "%F" -%} {%- assign posEndDate = position.enddate | default: 'now' | date: "%F" -%}

{{position.title }}

{{ position.startdate | date: "%b, %Y" }} {{ position.enddate | date: "%b, %Y" | default: "Present" }}
{{ position.summary }}
{%- if position.projects -%}
    {%- for project in position.projects -%}
  • {{ project }}
  • {%- endfor -%}
{%- endif -%}
{%- endfor -%}
{%- endfor -%}
{%- endif -%} {%- if resume.sections.recognition -%}

Recognition

{%- for recognition in site.data.recognitions -%}

{{ recognition.award }}

{{ recognition.organization }} • {{ recognition.year }}

{{ recognition.summary }}
{%- endfor -%}
{%- endif -%} {%- if resume.sections.education -%}

Education

{%- for education in site.data.education -%}

{{ education.uni }}

{{ education.degree }} • {{ education.year }}

{{ education.award }}
{%- if education.awards -%}
    {%- for award in education.awards -%}
  • {{ award.award }}
  • {%- endfor -%}
{%- endif -%}
{{ education.summary }}
{%- endfor -%}
{%- endif -%} {%- if resume.sections.projects -%}

Personal Projects

{%- for project in site.data.projects -%}

{%- if project.url -%}{%- else -%}{{ project.project }}{%- endif -%}

{{ project.role }} • {{ project.duration }}

{{ project.description }}
{%- endfor -%}
{%- endif -%} {%- if resume.sections.associations -%}

Associations

{%- for association in site.data.associations -%}

{%- if association.url -%}{{ association.organization }}{%- else -%}{{ association.organization }}{%- endif -%}

{{ association.role }} • {{ association.year }}

{{ association.summary }}
{%- endfor -%}
{%- endif -%} {%- if resume.sections.interests -%}

Outside Interests

{{ site.data.interests.description }}
{%- endif -%} {%- if resume.sections.links -%}

Additional Links

{%- endif -%} {%- if resume.sections.social_links -%}

Social Links

{%- if resume.social -%} {%- endif -%}
{%- endif -%} {%- comment -%} {%- endcomment -%}