emory-libraries / blacklight-catalog

1 stars 2 forks source link

Add enhancements to Chicago citation formatter #1295

Closed abelemlih closed 1 year ago

abelemlih commented 1 year ago

Fixes #961

The following are the issues raised by @eporter23 and a screenshot that corresponds to the fix for each error:

Case I

Record

This record shows DOI but actually is another type of identifier (we only want a DOI entry, which is one of several types of standard identifiers). The author entry also shows ", and author". https://blackcat-test.library.emory.edu/catalog/9937313645402486

Fix Screen Shot 2022-09-26 at 4 53 29 PM

Case II

Record

Here is another example of the ", and author" being added. It looks like the $e relator term is getting included, which we don't want. https://blackcat-test.library.emory.edu/catalog/990035853090302486

Fix

Screen Shot 2022-09-26 at 4 55 52 PM

Case III

Record

This record is missing the publication information: https://blackcat-test.library.emory.edu/catalog/990018128730302486

Fix

Screen Shot 2022-09-26 at 4 57 14 PM

Case IV

Record

This record omits the publication year. It's populated in SOLR and the other two styles are including it. https://blackcat-test.library.emory.edu/catalog/9937307669402486

Fix

Screen Shot 2022-09-26 at 4 58 13 PM