Feature refactor harvester
Refactored harvester code.
In PublicationTools, renamed process_xml
into decode_xml
and __call__
into process_xml
.
Made arguments of the PublicationTools constructor explicit.
Fixed white spaces in code and code aligment.