Releases: adsabs/ADSManualParser
Releases · adsabs/ADSManualParser
Maintenance release: book chapters via crossref doi harvest
Improves parsing and tagged export of book chapters downloaded via crossref API
Maintenance release: refactored run.py, dataset record handling (for NASA PDS)
Merge pull request #58 from seasidesparrow/refactor_run.20240403 Refactor run.20240403
Maintenance release
- bumps ADSIngestEnrichment to v0.9.7
- adds optional argument (
-v
) to specify the volume for bibcode generation
maintenance release
- copyright statement handling
- bumps ADSIngestEnrichment to v0.9.6
maintenance release
Bumps requirements:
- ADSIngestParser to v0.9.13
- ADSIngestEnrichment to v0.9.5
Maintenance release
- Updates ADSIngestParser to v0.9.12 (2024-02-14) -- fix for Copernicus/EGU parser
- Updates ADSIngestEnrichment v0.9.4 (2024-02-02)
Improved bibcode creation using classic files in place of API
ADSIngestEnrichment will now check for issn-bibstem mapping data on disk and use it in place of API calls to journalsdb
PDF / HTML esource addition to properties (%I)
Fulltext body detection and export in %I; other updates/fixes since 2023Nov07
Preproduction release: fix date handling in translator
Avoids the case of a missing or unparseable date causing an exception due to unset variables.