{{ XML(r.name) }}
{{ XML(r.name) }}
4
14
2015-08-28T04:22:00Z
2015-08-28T04:49:00Z
1
32
186
1
1
217
15
{{ XML(r.contact.email) }}
{{ XML(r.contact.website) }}
{{ XML(r.contact.phone) }}
{{ XML(r.name) }}
{{ XML(r.info.brief) }}
{% print(h.sectionTitle('Skills')) %}
{% r.skills.sets.forEach( function( set, idx, ar) { %}
{% var kwords = set.skills.join(', '); %}
{{ XML(set.name) }}:
{{ XML(kwords) }}
{% }); %}
{% print(h.sectionTitle('Employment')) %}
{% r.employment.history.forEach( function( proj, idx, ar) { %}
{{ XML(proj.employer) }}
{{ XML(proj.safe.start.format('YYYY-MM')) }} — {{ XML(proj.safe.end.format('YYYY-MM')) }}
{{ XML(proj.summary) }}
{% proj.highlights.forEach( function( high, idx, ar) { %}
{{ XML(high) }}
{% }); %}
{% }); %}
{% print(h.sectionTitle('Education')) %}
{% r.education.history.forEach( function( edu, idx, ar) { %}
{{ XML(edu.institution) }}
{{ XML(edu.safe.start.format('YYYY-MM')) }} — {{ XML(edu.safe.end.format('YYYY-MM')) }}
TODO
{% edu.curriculum.forEach( function( course, idx, ar) { %}
{{ XML(course) }}
{% }); %}
{% }); %}