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

Biblio::Citation::Parser::Citebase - Citebase's citation parsing module

Description

       This module is an updated (and hopefully improved) version of Zhuoan Jiao's citation-parsing modules.

Name

       Biblio::Citation::Parser::Citebase - Citebase's citation parsing module

Synopsis

               use Biblio::Citation::Parser::Citebase;
               $parser = new Biblio::Citation::Parser::Citebase([$source_identifier]);
               $metadata = $parser->parse($citation);
               print "Author: ", $metadata->{aufirst}, " ", $metadata->{aulast}, "\n";

       $p = new Biblio::Citation::Parser::Citebase([$citation],[$source_identifier]);
           Create  a new citation parser, optionally parsing $citation with $source_identifier. If a citation is
           given the return blessed hash will contain the structured data.

       $md = $p->parse($citation, [$source_identifier]);
           Parses a string, $citation, and returns a blessed hash of the structured data.

perl v5.36.0                                       2022-11-19             Biblio::Citatio...arser::Citebase(3pm)

See Also