The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catmandu::RIS - Catmandu modules for working with RIS data

SYNOPSIS

  catmandu convert RIS < input.txt
  
  # Use the --human option to translate RIS tags into human readable strings
  catmandu convert RIS --human 1 < input.txt

  # Provide a comma separated mapping file to translate RIS tags
  catmandu convert RIS --human mappings/my_tags.txt < input.txt

MODULES

MAPPING

See the examples in the package https://github.com/LibreCat/Catmandu-RIS/tree/master/examples for some hints how to create a mapping.

Author

Nicolas Steenlant

CONTRIBUTOR

Vitali Peil

Patrick Hochstenbach

LICENSE

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

SEE ALSO

Catmandu, Catmandu::Exporter, Catmandu::Importer

for other bibliographic formats

Catmandu::BibTeX