Biblio::Citation::Parser::Jiao(3pm) | User Contributed Perl Documentation | Biblio::Citation::Parser::Jiao(3pm) |
Biblio::Citation::Parser::Jiao - citation parsing using Zhuoan Jiao's parsing module.
use Biblio::Citation::Parser::Jiao; # Parse a simple reference $parser = new Biblio::Citation::Parser::Jiao; $metadata = $parser->parse("M. Jewell (2002) Citation Parsing for Beginners. Journal of Madeup References 4(3)."); print "The title of this article is ".$metadata->{atitle}."\n";
Biblio::Citation::Parser::Jiao uses a reference parsing module written by Zhuoan Jiao (zj@ecs.soton.ac.uk). This is a good module to use if titles are not required (if they are in double-quotes they will be picked up, however).
For more information see: http://arabica.ecs.soton.ac.uk/code/doc/ref/Parser/about_Citation_module.html
The module has been repackaged to comply with the ParaCite metadata style and uses the Citation parser interface to preserve interoperability with the other modules.
Original Author: Zhuoan Jiao <zj@ecs.soton.ac.uk>
Ported to Biblio interface by: Mike Jewell <moj@ecs.soton.ac.uk>
2021-01-09 | perl v5.32.0 |