-
Fix bug that caused problem when trying to post as author. (#17)
When publishing as an author and not as a publication, it would error because the value of the publication id or name is set as an empty string, and thus is not null.
Add test to verify author functionality.