Skip to content

Releases: adsabs/ADSIngestParser

Maintenance release: bugfixes

03 Sep 20:15
e097a83
Compare
Choose a tag to compare

v0.9.26

29 Aug 18:03
226807d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.25...v0.9.26

Maintenance release: fixes malformed XML in reference output

23 Aug 11:23
ddb0f24
Compare
Choose a tag to compare

This release patches all parsers to bypass entity conversion in parser output only for the "references" key. This will have the effect of keeping xml-specific characters (e.g. <, >) as html entities, so that reference strings will be valid xml. Fixes issue #126

Maintenance release: JATS, Elsevier, and base parser changes

21 Aug 17:46
8e1796d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.23...v0.9.24

Maintenance release: DataCite

05 Aug 14:07
305c74d
Compare
Choose a tag to compare

DataCite records can come in without a valueURI attribute in the schemeURI tag. This update catches this and allows the record to pass without a valueURI.

Implementation of affil_id array

24 Jul 15:55
3281e2d
Compare
Choose a tag to compare

Publishers are increasingly adding ROR, ISNI, etc information to their affiliation data. This update to jats and base parsers allows us to store one or more external affiliation identifiers and their ID system along with a given affiliation text string. As before, each contrib will have an array of affiliations, but each affiliation in the list will now include an embedded array of ids (where available in the incoming document).

Maintenance release

08 Jul 21:11
7bf0ca9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.20...v0.9.21

Maintenance release: crossref parser fix

05 Jun 16:34
6411b00
Compare
Choose a tag to compare

This release fixes an issue in CrossrefParser that causes parsing to fail where no contributor is specified (i.e. papers without authors)

Maintenance release v0.9.19

29 May 18:50
9dd796b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.18...v0.9.19

Bugfix: nested author groups in Elsevier parser; test updates

02 May 16:32
ed5f9a1
Compare
Choose a tag to compare
  • Adjusts how the Elsevier parser treats author groups and their affiliations, using a recursive method for handling nested author groups (e.g. in multi-institution collaborations)
  • Standardizes unit test output data so that json files all have indent=2, sort_keys=True
  • Adds unit tests for some previously untested JATS files