# CV / Resume Data

Machine-readable curriculum vitae for Patrick Colm Audley in multiple formats.

## Endpoints

| Format | URL | Content-Type |
|--------|-----|-------------|
| HTML | `https://patrickaudley.com/cv.html` | `text/html` |
| JSON Resume | `https://patrickaudley.com/cv.json` | `application/json` |
| Markdown | `https://patrickaudley.com/cv.md` | `text/markdown` |
| Plain text | `https://patrickaudley.com/cv.txt` | `text/plain` |
| PDF | `https://patrickaudley.com/cv.pdf` | `application/pdf` |

## Content negotiation

Requesting `https://patrickaudley.com/cv.html` with an appropriate `Accept` header returns the matching format:

- `Accept: application/json` → JSON Resume schema
- `Accept: text/markdown` → Markdown
- `Accept: text/plain` → Plain text
- `Accept: application/pdf` → PDF

## JSON Resume schema

The JSON endpoint follows the [JSON Resume](https://jsonresume.org/) schema. It includes basics, work history, education, publications, patents, skills, languages, and projects.
