Query: biblio::citation::parser::citebase
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Biblio::Citation::Parser::Citebase(3pm) User Contributed Perl Documentation Biblio::Citation::Parser::Citebase(3pm)NAMEBiblio::Citation::Parser::Citebase - Citebase's citation parsing moduleDESCRIPTIONThis module is an updated (and hopefully improved) version of Zhuoan Jiao's citation-parsing modules.SYNOPSISuse Biblio::Citation::Parser::Citebase; $parser = new Biblio::Citation::Parser::Citebase([$source_identifier]); $metadata = $parser->parse($citation); print "Author: ", $metadata->{aufirst}, " ", $metadata->{aulast}, " "; $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.10.1 2009-11-15 Biblio::Citation::Parser::Citebase(3pm)
| Related Man Pages |
|---|
| bio::biblio::bookarticle(3pm) - debian |
| bio::biblio::journalarticle(3pm) - debian |
| bio::biblio::ref(3pm) - debian |
| boulder::xml(3pm) - debian |
| rdf::trine::parser::redland(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| How to copy a column of multiple files and paste into new excel file (next to column)? |