Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple bug fixes, improvements, and addtions. #3

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

marvin-hansen
Copy link

Fixed:

  • id_list parameter.
  • Returns all authors now.
  • Returns primary category
  • Returns all secondary categories

Added missing categories from all arxiv fields fields:

  • Economics,
  • Quantitative Biology,
  • Quantitative Finance,
  • Statistics,
  • Electrical Engineering and Systems Science.

Small stuff:

  • Added version tags
  • Fixed a bunch of typos
  • Decodes category keys (i.e. math.SP) to a human readable format (i.e. MathsSpectralTheory) using categeory.Term.String() method

Further code changes may be tracked in the fork:
https://github.com/marvin-hansen/arxiv

However, I want to contribute back all changes made so far.

Please review & edit Readme changes before merging.

ota42y and others added 27 commits May 18, 2020 21:56
`id_list` shoud be comma-delimited string.
https://arxiv.org/help/api/user-manual#_query_interface

But Query.ArticleIDs is array and url.Values#Encode() doesn't convert comma-delimited string.
So we need fix.

I think this convert is arxiv's spectific rules, so we shouldn't fix otils.ToURLValues.
merged id_list_bufix branch into main
Added category fields.
Added category toString to return something human readable.
Economics, Quantitative Finance, Statistics, & Electrical Engineering and Systems Science. Fixed a myriad of types, errors, and minors glitches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants