logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Nicolas Steenlant

Contributors

       Vitali Peil

       Patrick Hochstenbach

       Nicolas Franck

       Mohammad S Anwar

License

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

Mapping

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

Modules

       •   Catmandu::Exporter::RIS

       •   Catmandu::Importer::RIS

Name

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

See Also

       Catmandu, Catmandu::Exporter, Catmandu::Importer

   forotherbibliographicformats
       Catmandu::BibTeX

perl v5.36.0                                       2023-02-04                                 Catmandu::RIS(3pm)

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

See Also