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

cif_adjust_journal_name_volume - parse a CIF file, update the journal name and journal volume based on

Description

       Parse  a  CIF file, update the journal name and journal volume based on heuristics and output the updated
       file to STDOUT.

       The following heuristic is applied: if journal volume starts with  a  letter,  add  this  letter  to  the
       journal name, and leave journal volume purely numeric.

Name

       cif_adjust_journal_name_volume  -  parse  a CIF file, update the journal name and journal volume based on
       heuristics and output the updated file to STDOUT. The following heuristic is applied: if  journal  volume
       starts with a letter, add this letter to the journal name, and leave journal volume purely numeric.

Options

       --keep-tag-order
                         Keep the original tag order in CIF file (default).

       --sort-tags
                         Reorder tags in CIF file according to COD.

       --use-perl-parser
                         Use Perl parser to parse CIF files.

       --use-c-parser
                         Use C parser to parse CIF files (default).

       --help, --usage
                         Output a short usage message (this message) and exit.

       --version
                         Output version information and exit.

Reporting Bugs

       Report cif_adjust_journal_name_volume bugs using e-mail: cod-bugs@ibt.ltCIF_ADJUST_JOURNAL_NAME_VOLUME(1)

Synopsis

       cif_adjust_journal_name_volume --options input1.cif input*.cif

See Also