https://github.com/duffee/astro-ads
Perl interface to the Astrophysics Data System (ADS) abstract service
https://github.com/duffee/astro-ads
api nasa-ads perl
Last synced: 8 months ago
JSON representation
Perl interface to the Astrophysics Data System (ADS) abstract service
- Host: GitHub
- URL: https://github.com/duffee/astro-ads
- Owner: duffee
- Created: 2017-06-26T10:52:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-10-20T10:31:13.000Z (8 months ago)
- Last Synced: 2025-10-22T06:59:40.802Z (8 months ago)
- Topics: api, nasa-ads, perl
- Language: Perl
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Astro::ADS
Perl interface to the Harvard Astrophysics Data System (ADS) abstract service
## Getting Started
1. You'll need an API key from NASA ADS labs. Sign up for the newest version of ADS search at https://ui.adsabs.harvard.edu, visit account settings and generate a new API token. The official documentation is available at https://github.com/adsabs/adsabs-dev-api
2. When you get your API key, save it to a file called ~/.ads/dev_key or save it as an environment variable named ADS_DEV_KEY
3. From a terminal type `cpan install Astro::ADS` (or checkout [cpanm](https://metacpan.org/pod/App::cpanminus))
4. Get the documentation using `perldoc Astro::ADS` or going to [MetaCPAN](https://metacpan.org/pod/Astro::ADS)
## Acknowledgements
I've been cribbing documentation from Andy Casey's [notes](https://github.com/adsabs/ads)
# Authors
Re-write for ADS Bumblebee by [Boyd Duffee](https://github.com/duffee)
Originally written by Alasdair Allan
, of the University of Exeter Astrophysics Group
(http://www.astro.ex.ac.uk/) as part of his work for the eSTAR project
with Tim Jenness of the Joint Astronomy Centre (JAC)
in Hawaii.
# Terms and Conditions
Use of this library implies acceptance of the terms and conditions of use
of the Astrophysical Data Service (ADS) Abstract Service, for full details
see http://adswww.harvard.edu/use.html
# License
Astro::ADS is licensed under the MIT licence.