Author.hpp
Basic information about an author.
Developer notes:
Prefixs (Dr., Prof., etc) and Suffixes (Jr., Sr., III, etc.) should be allowed.
Most parts of names can be auto-detected.
GetName() (with formatting) needs to be implemented (notes below)
Consider using ce_string for inputs? And making other aspects const experession?