Commit graph

11 commits

Author SHA1 Message Date
Michael Winter a62ea09760 Update ID generation, CV formatting, and regenerate IDs 2026-02-27 22:15:47 +01:00
Michael Winter 241beb396b Remove volume from Tom Johnson publication 2026-02-27 20:34:07 +01:00
Michael Winter 869678e488 Update Tom Johnson publication with journal details 2026-02-27 20:32:27 +01:00
Michael Winter 161d23aba7 Update CV: improve teaching format, publications, and add publications section 2026-02-27 16:34:19 +01:00
Michael Winter 44b443d5ba Major update: Add Nuxt 4 project with README, GPL LICENSE, .env_template; update .gitignore to exclude session files and .env 2026-02-23 19:57:24 +01:00
Michael Winter 4d71f8ca2a Remove manual thumbnails, use NuxtImg for automatic resizing 2026-02-19 16:58:54 +01:00
Michael Winter 57aaa96a59 Add file manager to admin panel with upload, list, and delete functionality 2026-02-19 16:20:02 +01:00
Michael Winter 5202d5f8e1 Add admin panel with password protection and JSON editing 2026-02-19 15:56:20 +01:00
Michael Winter cf427f0848 Fix unmatched works in event programs
- Correct work titles to match works.json:
  - economy study → economy study (in one dimension)
  - Lamentations I: Remembering Clive Wearing → Remembering Clive Wearing
  - remembering clive wearing → Remembering Clive Wearing
  - Rise I from 4 Ascents for James Tenney → 4 Ascents for James Tenney
  - seeds and ledgers (abstract) → seeds and ledgers 1 - 3
  - steady state → steady state: a study in taxation
  - flux → Flux
- Fix corrupted event ID
2026-02-18 20:24:43 +01:00
Michael Winter 711b5b93c2 Clean up data files and fix icon/PDF links
- Clean all JSON data files: convert MongoDB format to clean JSON
  - works.json, images.json, publications.json, pubs.json, talks.json
  - releases.json, album_art.json, scores.json, my_image_gallery.json
  - events.json (with legacy program → program transformation)
  - resume.json (simplified structure)
- Simplify all API routes (remove cleanData functions)
- Fix PDF links to open in new tab (scores, writings, albums)
- Upgrade to Nuxt 4.3.1 and fix carousel (nuxt-swiper)
- Replace nuxt-icon with @nuxt/icon
- Fix IconButton component for new tab links
- Update cv.vue for resume data structure changes
- Add icon collections (@iconify-json packages)
2026-02-18 20:16:09 +01:00
Michael Winter 22a3b8d00f Initial commit: Nuxt portfolio with local data 2026-02-18 03:06:14 +01:00