2.2 KiB
2.2 KiB
name, description
| name | description |
|---|---|
| update-mycv | CV pipeline: BibTeX in workspace/myWorks/1_papers/ → sync cv_zh.md & cv_en.md → generate_cv.py → PDFs. Use before grants, applications, or after new .bib entries; keep CN/EN aligned and notation (corresponding author, etc.) per skill body. Triggers: update-mycv; 更新简历/CV, 同步论文, BibTeX 进简历, 生成简历 PDF; regenerate CV, sync publications from bib. |
CV Update(update-mycv)
Updates CV publications by syncing from BibTeX files and regenerating PDFs.
When to Use
- After adding new papers to BibTeX files
- When CV needs to be synchronized with publication records
- Before applying for positions or grants
- To generate updated PDF versions
- When recurring CV/bib conventions change, extend this skill or update-mykb-memories so the workflow stays aligned
How It Works
- Reads BibTeX files from
workspace/myWorks/1_papers/first_or_correspondance.bib- First author or corresponding author paperscoauthored.bib- Co-authored papers
- Compares with current CV entries in
workspace/myWorks/0_cv/cv_zh.mdandcv_en.md - Identifies missing or outdated publications
- Updates both Chinese and English CV markdown files
- Regenerates PDFs using
generate_cv.py
Publication Notation
- † - Student first author
- # - Corresponding author (you)
- Lai, Z. or 赖正首 - Your name in bold
Usage
Simply run this skill. It will:
- Scan BibTeX files for all publications
- Compare with current CV entries
- Show differences (missing papers)
- Update CV files upon confirmation
- Regenerate PDFs
File Locations
workspace/myWorks/
├── 0_cv/
│ ├── cv_zh.md # Chinese CV source
│ ├── cv_en.md # English CV source
│ ├── cv_zh.pdf # Generated Chinese PDF
│ ├── cv_en.pdf # Generated English PDF
│ └── generate_cv.py # PDF generation script
└── 1_papers/
├── first_or_correspondance.bib
└── coauthored.bib
Notes
- Always backs up original files before updating
- Communicates changes clearly before making edits
- Generates both Chinese and English versions simultaneously
- Uses "#" for corresponding author notation