Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timj/perl-astro-bibcode
- Owner: timj
- Created: 2009-08-07T20:33:29.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T04:59:08.000Z (over 10 years ago)
- Last Synced: 2023-04-21T08:46:54.638Z (over 1 year ago)
- Topics: astronomy, bibliography, perl
- Language: Perl
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 installHistory
-------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