TRX International

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.

Example titleSafety · LicensingHigh hiring demand
In short

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.

Typical UK mid to senior salary band
£0
Time to SQEP for this scope, once in post
0months
Live UK generic design assessments needing this work
0programmes
Of nuclear employers reporting difficulty filling this skill
0%
Career snapshot

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
Questions

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.

Example category

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.