{{firstname}} {{middlename}} {{lastname}}
{{mail}}
{{twitter}}
{{profile_picture}}
{{website}}
{{linkedin}}
{% if (cities_exp|length) > 0 %}
Employment History
{% for i in range(cities_exp|length) %}
{{start_dates_exp[i]}} - {{end_dates_exp[i]}}
{{job_titles[i]}},
{{companies[i]}} {{cities_exp[i]}} {{countries_exp[i]}}
{% endfor %}
{% endif %}
{% if (degrees|length) > 0 %}
Education
{% for i in range(degrees|length) %}
{{start_dates[i]}} - {{end_dates[i]}}
 
{{degrees[i]}}{{fields_of_study[i]}},{{institute_names}}
{% endfor %}
{% endif %}
{% if (paper_titles|length) > 0 %}
Research Publications
{% for i in range(paper_titles|length) %}
{{paper_titles[i]}} {{publications[i]}} ({{published_on_dates[i]}})
{% endfor %}
{% endif %}
{% if (skill_names|length) > 0 %}
Skills
{% for i in range(skill_names|length) %}
{{skill_names[i]}}
,
{% endfor %}
{% endif %}
Miscallenous Experience
{% if (honor_titles|length) > 0 %}
Awards and Achievements
{% for i in range(honor_titles|length) %}
{{honor_issued_dates[i]}}
{{honor_titles[i]}}
{{honor_issuers[i]}}
{% endfor %} {% endif %} {% if (course_names|length) > 0 %}
Certification
{% for i in range(course_names|length) %}
{{issues_on_dates[i]}}
Certified {{course_names[i]}}
Awarded by {{issuers[i]}}
{% endfor %} {% endif %}