People

Biographies of theatre alumni are stored as _people/firstname_lastname.md.

Attribute Reference

Attribute Job Description
title
string
Person name

Formatted as: Firstname Lastname, must match filename.

path_name
string
Filename without extension
placeholder
boolean
Is this person virtual / generated at runtime
submitted
date
The date the last submission was made

YYYY-MM-DD If this is omitted it means person has not yet made a submission, we have collated data for them.

has_bio
boolean
True when bio is present
gender
string
Person gender

Recognises male or female.

headshot
hash
The SmugMug ID of the headshot

Find IDs using headshot utility. Replaced with a SmugImage at runtime.

course
array
The course, or courses the person studied

Can be a single value or a list if multiple courses studied.

graduated
number
The year the person graduated

YYYY

graduated_estimated
boolean
Did we estimate graduated at runtime?
graduated_actual
number
The year the person graduated, only set if we don't estimate
student
boolean
Whether a person is a student or not (do they have a show, or a committee, and they are not estimated graduated)
decade
number
Decade identifier graduated falls into
award
string
Award person recieved on leaving the theatre

Should be in title case, Fellowship, Commendation. If not applicable line should be omitted.

careers
array
List of careers, theatre or non-theatre related

Recognised theatre careers are listed in _data/careers.yaml.

news
array
A link list to news stories

Uses link list hashes. For collecting notable news stories relating to the alumnus. Should implement title, date and href.

shows
array
Array of role/item hashes for shows person was involved in.
shows_count
number
Count of number of items in shows.
committees
array
Array of role/item hashes for committees person was involved in.
committees_count
number
Count of number of items in committees.
comment
string
Reserved for editor comments

Displayed in editors’ mode.

Example Person

---
title: John Smith
gender: male
headshot: ABC123
course: BEng Mechanical Engineering
graduated: 2010
careers:
  - Lighting Designer
links:
  - type: Personal Website
    href: "https://johnsmith.com"
news:
  - title: John Smith Best Lighting Design Ever
    type: Article
    date: 2014-01-01
    href: "https://chorleychronicle.info/johnsmith"
---

John did techie stuff
---
title: Alice Smith
gender: female
headshot: ABC124
course:
  - Creative Writing BA
  - English MA
graduated: 2015
award: Commendation
careers:
  - Finance
---

Alice did acting