{% from "macros.html" import publication_info %}

New Zealand Standard Curriculum Vitae Template

Rows and columns may be expanded or reduced, but a CV must be no more than two pages for part 1 and no more than three pages for part 2. Use Arial 12 point font. Do not alter page margins. Instructions in italics should be deleted before you submit your CV.

PART 1

{% for c in person_data.get('address') %} {% endfor %}

1a. Personal details

Full name

Title

{% if person_data.get('first_name') %}

{{person_data.get('first_name', '')}}

{% else %}

First Name

{% endif %}
{% if person_data.get('second_names') %} {% for s in person_data.get('second_names') %}

{{s}}

{% endfor %} {% else %}

Second name(s)

{% endif %}
{% if person_data.get('family_name') %}

{{person_data.get('family_name', '')}}

{% else %}

Family Name

{% endif %}

Present position

{% if employments %} {{ employments[0] | year_range }}, {{ employments[0].get('role-title') }}, {{ employments[0].get('department-name') }}, {{ employments[0].get('organization', 'name') }} {% endif %}

Organisation/Employer

{{ user.organisation.name }}

Contact Address


Country: {{c}}.


Post code


Work telephone


Mobile


Email

{% for e in person_data.get('emails') %}

{{e}}

{% endfor %}

Personal website (if applicable)

{% if person_data.get('researcher_urls') %} {% for r in person_data.get('researcher_urls') %}

{{r}}

{% endfor %} {% else %}

http://

{% endif %}


1b. Academic qualifications

[ Delete and start typing here. List in reverse date order.Start each qualification on a new line as per the example:]

[e.g. Year conferred, qualification, discipline, university/institute.]

1c. Professional positions held

Delete and start typing here. List in reverse date order. Start each position on a new line as per the example:

e.g. Year-year, job title, organisation.

1d. Present research/professional speciality

[Delete and start typing here.]

{% if record and record.get("person", "biography", "content") %} {{record.get("person", "biography", "content")}} {% endif %}

1e. Total years research experience

years

List any significant interruptions to your career (e.g. sickness, parental leave). Delete and start typing here.


1f. Professional distinctions and memberships (including honours, prizes, scholarships, boards or governance roles, etc)

Delete and start typing here. List in reverse date order. Start each professional distinction on a new line as per the example:

e.g. Year / year-year, distinction.


1g. Total number of peer reviewed publications and patents

Journal articles

Books

Book chapters, books edited

Conference proceedings

Patents

{{work_type_journal|length}}

{{work_type_books|length}}

{{work_type_book_chapter|length}}

{{work_type_conference|length}}

{{work_type_patent|length}}



Part 2 should include information pertinent to your research proposal. The following sections should not total more than three pages.

PART 2

2a. Research publications and dissemination

Expand/reduce the following table as needed, listing publications relevant to your proposal. List in reverse date order. Bold your name in lists of authors.

Peer-reviewed journal articles

    {% for j in work_type_journal %}
  • {{ publication_info(j, person_data) }}
  • {% endfor %}


Peer reviewed books

    {% for j in work_type_books %}
  • {{ publication_info(j, person_data) }}
  • {% endfor %}


Peer reviewed book chapters, books edited

    {% for j in work_type_book_chapter %}
  • {{ publication_info(j, person_data) }}
  • {% endfor %}


Refereed conference proceedings

    {% for j in work_type_conference %}
  • {{ publication_info(j, person_data) }}
  • {% endfor %}


Patents

    {% for j in work_type_patent %}
  • {{ publication_info(j, person_data) }}
  • {% endfor %}


Other forms of dissemination (reports for clients, technical reports, popular press, etc)

    {% for j in work_type_other %}
  • {{ publication_info(j, person_data) }}
  • {% endfor %}



2b. Previous research work

Repeat and expand box below as necessary.

Research title:

Principal outcome:

Principal end-user and contact: