danielver02 / ALPS

The Arbitrary Linear Plasma Solver
https://danielver02.github.io/ALPS/
BSD 2-Clause "Simplified" License
8 stars 5 forks source link

ADS library auto update script #153

Closed t-young31 closed 1 year ago

t-young31 commented 1 year ago

This PR adds a python script and GitHub actions workflow suitable to update the ALPS ADS library with papers citing the ALPS paper every week. It will require adding a repository secret containing an API token with permissions to add documents to the library.

Tested: https://github.com/t-young31/ads-api-search-and-add

To add the secret:

  1. Generate an API token from https://ui.adsabs.harvard.edu/user/settings/token as a logged in user
  2. (on this repoistory) SettingsSecrets and variablesActionsNew repository secret
  3. Name: ADS_API_TOKEN Secret: <token value from step 1>