Safety case authorExample careers child page — 2026
A safety case author writes the Claims–Arguments–Evidence that proves a nuclear plant, modification or new design stays inside its limits. This is a sample child page so you can see how a new job title is added under /careers.
Copy this JSON, rename the slug, and register it in src/data/category/index.js to add another job title. The parent listing picks it up from careers/listing.js.
The path at a glance
What a hiring manager will ask in the first screening call.
- Also called
- Safety case engineer · nuclear safety case author · CAE author
- Typical entry
- Mechanical, systems or safety engineering background, then supervised authoring on a live case.
- Senior pay
- £70,000–£95,000 UK principal author · higher on contract outside IR35
How this example is wired
How do I add another job title under careers?
Add `{ title, slug }` to `src/data/category/careers/listing.js`. Create `src/data/category/careers/<slug>.json` using this file as the shape. Register the JSON in `src/data/category/index.js` under `careers.pages`.
Do I need every section the roles page has?
No. This example only uses hero, snapshot, FAQ and closing CTA. Import more sections from `role/roleSection` into `CareersContentChildPage.jsx` when you need them.
Add the next title the same way.
Listing data, one JSON file, one line in the registry. The parent and child templates stay as they are.