CV

Coming Soon. This page also explains how to add CV content.

Coming Soon

This page is under construction.

How to write CV content

  1. Edit _data/cv.yml (RenderCV format).
  2. Update basic profile fields under cv (name, label, email, location, summary).
  3. Add entries under cv.sections such as Education, Experience, and Publications.
cv:
  name: Your Name
  label: Researcher
  email: yourname@example.com
  summary: Short professional summary.
  sections:
    Education:
      - institution: Your University
        area: Your Field
        studyType: PhD
        start_date: 2022
        end_date: 2026

When you are ready to publish, set show_cv_data: true in this file.

CV data rendering is currently disabled on this page.