{{ r.basics.name|xml }}
{{ r.basics.name|xml }}
4
14
2015-08-28T04:22:00Z
2015-08-28T04:49:00Z
1
32
186
1
1
217
15
{{ r.basics.email|xml }}
{{ r.basics.website|xml }}
{{ r.basics.phone|xml }}
{{ r.basics.name|xml }}
{{ r.basics.summary|xml }}
Skills
{% r.skills.forEach( function( skill, idx, ar) { %}
{% var kwords = skill.keywords.join(', '); %}
{{ skill.name|xml }}:
{{ kwords|xml }}
{% }); %}
Employment
{% r.work.forEach( function( proj, idx, ar) { %}
{{ proj.company|xml }}
{{ proj.startDate|xml }} — {{ proj.endDate|xml }}
{{ proj.summary|xml }}
{% proj.highlights.forEach( function( high, idx, ar) { %}
{{ high|xml }}
{% }); %}
{% }); %}
Education
{% r.education.forEach( function( edu, idx, ar) { %}
{{ edu.institution|xml }}
{{ edu.startDate|xml }} — {{ edu.endDate|xml }}
{{ edu.area|xml }}
{% edu.courses.forEach( function( course, idx, ar) { %}
{{ course|xml }}
{% }); %}
{% }); %}