pub fn parse_authors(s: &str) -> Vec<Author>
Parse a ;-separated author list (Last, First; Last2, First2).
;
Last, First; Last2, First2