Releases: adsabs/ADSIngestEnrichment
Releases · adsabs/ADSIngestEnrichment
Bibcode volume will take the first element of a range
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
Merge pull request #12 from seasidesparrow/main fix: more dependency syntax fixes
Reference writer; bibstems via record's own issn (Journals service)
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()
This release was made specifically to address an issue in ADSManualParser that causes bibcode generation to fail.
Springer JHEP handling in bibcode generator
Merge pull request #6 from seasidesparrow/main Adding special handling for Springer (JHEP)
Updated bibstem-ISSN and -Name mapping data
Merge pull request #5 from seasidesparrow/main fix: updating bibstem data
Bugfix: edit config data for AIP publications in data.py
Merge pull request #4 from seasidesparrow/main modified: adsenrich/data.py
various bug fixes
Merge pull request #3 from seasidesparrow/main bugfix: various issues with bibcodes.py
bugfix
Merge pull request #2 from seasidesparrow/main fix: added MANIFEST.ini
Bibcode generator
Merge pull request #1 from seasidesparrow/main Initial release