Skip to content

Releases: adsabs/ADSIngestEnrichment

Bibcode volume will take the first element of a range

05 Oct 21:10
6fa4a1f
Compare
Choose a tag to compare

Volumes are sometimes published as a range of volumes. This bugfix will take the first part of a range and use only that for the classic bibcode generation. For example {"volume": "250-252"} will have volume 250 in the bibcode instead of the incorrect "250-252".

fix for dependency declarations

31 Aug 17:25
9251165
Compare
Choose a tag to compare
Merge pull request #12 from seasidesparrow/main

fix: more dependency syntax fixes

Reference writer; bibstems via record's own issn (Journals service)

26 Aug 20:29
f773863
Compare
Choose a tag to compare

Two major updates:

  • You can fetch bibstems automatically using the records own ISSN data, and service token for the ADS journals service API.
  • You can take reference data embedded in a record and write them to a file (currently IOP-only)

specify a bibstem in BibcodeGenerator().make_bibcode()

28 Feb 20:41
151999d
Compare
Choose a tag to compare

This release was made specifically to address an issue in ADSManualParser that causes bibcode generation to fail.

Springer JHEP handling in bibcode generator

19 Dec 23:50
f5024f1
Compare
Choose a tag to compare
Merge pull request #6 from seasidesparrow/main

Adding special handling for Springer (JHEP)

Updated bibstem-ISSN and -Name mapping data

17 Nov 16:58
9c9d1c8
Compare
Choose a tag to compare
Merge pull request #5 from seasidesparrow/main

fix: updating bibstem data

Bugfix: edit config data for AIP publications in data.py

04 Oct 13:27
2e37add
Compare
Choose a tag to compare
Merge pull request #4 from seasidesparrow/main

 	modified:   adsenrich/data.py

various bug fixes

22 Sep 19:53
327e9b9
Compare
Choose a tag to compare
various bug fixes Pre-release
Pre-release
Merge pull request #3 from seasidesparrow/main

bugfix: various issues with bibcodes.py

bugfix

22 Sep 18:38
96f2b25
Compare
Choose a tag to compare
bugfix Pre-release
Pre-release
Merge pull request #2 from seasidesparrow/main

fix: added MANIFEST.ini

Bibcode generator

22 Sep 17:44
fa3560b
Compare
Choose a tag to compare
Bibcode generator Pre-release
Pre-release
Merge pull request #1 from seasidesparrow/main

Initial release