adsabs / ADSIngestParser

Curation parser library
MIT License
0 stars 7 forks source link

Crossref parser needs to be able to handle records of "posted_content" type #53

Closed seasidesparrow closed 1 year ago

seasidesparrow commented 1 year ago

Is your feature request related to a problem? Please describe. Crossref archives records of type "posted_content" that encompass preprints, eprints, dissertations, etc. ESSOAr dois are an example of this; see, e.g.: 10.1002/essoar.10508651.1. Currently (as of v0.9.6), the crossref parser can only handle records of type "article", "book", and conference.

Describe the solution you'd like We need a self._parse_posted_content method in adsingestp.parsers.crossref.CrossrefParser to handle these records.

Additional context Add any other context or screenshots about the feature request here.