datacite / bolognese

Ruby gem and command-line utility for conversion of DOI metadata
MIT License
40 stars 14 forks source link

Fix for rendering of `container_title` as a hash in citations for DOIs with citeproc type `article-journal` #183

Closed codycooperross closed 9 months ago

codycooperross commented 9 months ago

Fixes #182

Purpose

Fixes an issue where DOIs with citeproc type article-journal may render certain parts of a citation as a hash.

closes: #182

Approach

Makes a correction in container_title where publisher was retrieved as a hash and without getting the name.

Open Questions and Pre-Merge TODOs

Learning

Types of changes

Reviewer, please remember our guidelines: