# Functions
AuthorWithLength returns a representation of the author that fits into a given maximum length: - if the length is less than 2, it returns an empty string - if the length is 2, it returns the initials - otherwise, it returns the author name truncated to the maximum length.