Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timj/perl-astro-bibcode

CPAN Perl module for manipulating ADS Bibcodes
https://github.com/timj/perl-astro-bibcode

astronomy bibliography perl

Last synced: 2 days ago
JSON representation

CPAN Perl module for manipulating ADS Bibcodes

Awesome Lists containing this project

README

        

Astro::Bibcode
==============

This module provides the ability to parse standard astronomical
bibliography codes as used by CDS, NED and ADS. Using this module
information such as the year of publication, the journal name,
volume number and page number can be obtained.

This module is useful when combined with the Astro::ADS module,
also on CPAN, which returns bibcodes.

The bibcode specification can be obtained from

http://cdsweb.u-strasbg.fr/simbad/refcode.html

Currently this module is at v0.01 although it should handle
most bibcode types.

Note that the module itself is quite large due to the inclusion
of the journal and conference proceedings lookup tables required to
convert a journal code to its full length.

A simple bibcode verification utility is provided (verifybib).

Installation
------------

Installs in the normal manner. No external modules are required.

perl Makefile.PL
make
make test
make install

History
-------

v0.03 First public release (Aug 2004)

Author
------

Tim Jenness ([email protected])

Copyright (C) 2004 Tim Jenness and the Particle Physics and
Astronomy Research Council.

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful,but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place,Suite 330, Boston, MA 02111-1307, USA