Giter VIP home page Giter VIP logo

astro-ads's People

Contributors

duffee avatar

Watchers

 avatar

astro-ads's Issues

tests

  • check network connectivity with Net::HTTP (dependancy for LWP)

Final release steps

Update version tag

Remember to update the git version tags from NeilB's post for the CPAN release version.

git tag v0.06
git push --tags -u origin master

Final step

Move this issue to the next milestone when finished.

API key

Requests need to work with user's key stored in ~/.ads/dev_key or saved as an environment variable named ADS_DEV_KEY

API test key

So the module can be tested by CPANTS, either need a limited API key for testing purposes or a way to mock the request and parsing results.

Configure to use PRE database

Discussion imported from RT (4 emails) https://rt.cpan.org/Public/Bug/Display.html?id=96573

I would like to query the PRE database (instead of the default AST
database) for arXIV papers using:

Astro::ADS::Query
Astro::ADS::Result::Paper
Astro::ADS::Result


Doug van Orsow (Vantage Systems, Inc.) Bldg 22 Rm 5 [email protected]

Hi Doug,

Funny you should ask that. I was given the answer to that just last week.
It's hardcoded in on line 660 of Query.pm
${$self->{OPTIONS}}{"db_key"} = "AST";
I believe PRE will just look at the pre-prints, whereas ALL will search all
databases (it's the one I'm using now).

In any case, I also saw that one-line option of setting the db_key to
AST, so just wondered if it could easily be changed to PRE in order to
access the pre-print ADS archive? Does setting it to ALL actually access
the PRE archive as well, or just other databases of AST?

I would suggest that you change the line from AST to ALL. That will search
the PRE, AST and any other database they have configured.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.