# Updating the Omid Mehrpour website

Provide a citation, source URL or replacement text and name the section you want changed. For example: “Add this DOI to Research, topic Clinical AI, and feature it.”

For direct editing:

- `src/data/about.ts`: biography, timeline and expertise.
- `/publications.md`: downloadable full catalog; generated from the publication data by `src/app/publications.md/route.ts` when the site is built.
- `src/data/publications.json`: one record per publication, with DOI/PMID, complete authors, year, journal, type, topics, source URLs and related versions/corrections.
- `src/data/research.ts`: featured papers and original short summaries, matched by PMID.
- `src/data/books.ts`: book descriptions, contribution, ISBN, formats and cover paths.
- `src/data/books.ts` (`chapters`): publisher chapter records, grouped across editions in the page.
- `src/data/work.ts`: projects, stage, role and educational work.
- `src/data/sources.json`: factual source notes and check dates.

The home page introduction and selected research cards are in `src/data/home.ts`. Page titles and sharing metadata are in each content file’s `meta` and `src/lib/metadata.ts`. Images are in `public/images/`.

Before saving an update, check identity, exact job title/date, author order, DOI and publication status. Attach corrections and earlier preprints instead of counting them as new papers. Keep study findings separate from evidence of clinical validation or adoption.

The professional email link works without a form service. No messages are sent by the website itself. To add a contact form, first connect an email delivery service, server validation and spam protection.

After edits: run `npm run type-check`, `npm test` and `npm run build`, check the affected page at desktop and mobile widths, and deploy the new build (see `docs/deployment.md`). Publication data does not update automatically.


## Homepage and asset updates · 9 September 2026

- `src/data/home.ts` lists the three homepage studies with their DOI links and years, matched to the unchanged publication catalog.
- Keep the exact title “Adjunct Faculty” for the University of Florida appointment, separate from Specialist in Poison Information. Source S30 is direct author confirmation; S29 remains the original Editor-in-Chief confirmation.
- `public/images/portrait.jpg` is the previously supplied portrait; `public/images/book-particle-to-presence.jpg` is the verified ISBN-linked cover (S34). Do not substitute generated faces or covers.
- Amazon links preserve edition identifiers and use English Amazon.com destinations. See S35 for the current access-check limitation.
- Preserve existing access settings. Saving a review version does not authorize public release.


## Institutional links and references · 9 September 2026

- The UF individual profile is linked on Home, About and Contact; the existing faculty directory and CU Anschutz lab links are retained.
- The official PHA 6242 course is included under Projects & teaching and on Contact. Its page does not establish an instructor or coordinator title; see S38.
- Each page’s content file in `src/data/` declares its numbered references. Supply IDs in first-citation order through `references`; repeated citations reuse their original number. Place `<PageReferences/>` after the page content.
- Keep S identifiers stable in `src/data/sources.json` and update `public/source-record.md` when source notes change. They are source-record labels, not the numbered page citations.
