NAME

Catmandu::Importer::WoSRelatedRecords - Import Web of Science related records for a given record

SYNOPSIS

# On the command line

$ catmandu convert WoSRelatedRecords --username XXX --password XXX --uid 'WOS:000413520000001' to YAML

# In perl

use Catmandu::Importer::WoSRelatedRecords;

my $wos = Catmandu::Importer::WoSRelatedRecords->new(username => 'XXX', password => 'XXX', uid => 'WOS:000413520000001');
$wos->each(sub {
    my $record = shift;
    # ...
});

AUTHOR

Nicolas Steenlant <nicolas.steenlant@ugent.be>

COPYRIGHT

Copyright 2017- Nicolas Steenlant

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO