pub fn parse_author(s: &str) -> Author
Parse a single author. Accepts Last, First (preferred) or First Last. A single token becomes a family-only name (mononym / organisation).
Last, First
First Last