{% include head_resume.html %}
{% if site.resume_section_skills %}

Technique Skills

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

{{ skill.skill }}

{% endfor %}
{% endif %} {% if site.resume_section_education %}

Education

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

{{ education.uni }}

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

{{ education.award }}

    {% for award in education.awards %} {% if award.Role%}
  • {{ award.Role }}
  • {% endif %} {% if award.Advisor%}
  • {{ award.Advisor }}
  • {% endif %} {% endfor %}
{% endfor %}
{% endif %} {% if site.resume_section_projects %}

Projects

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

{{ projects.company }}

{{ projects.summary }}

{% endfor %}
{% endif %} {% if site.resume_section_com_skills %}

Communication SKILLS

{% for skill in site.data.com_skills %}

{{ skill.skill }}

{% endfor %}
{% endif %} {% if site.resume_section_Publications %}

Publications

{% for Publications in site.data.Publications %}

{{ Publications.description }}

{% endfor %}
{% endif %}