https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41690 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Assignee|oleonard@myacpl.org |hammat.wele@inlibro.com Text to go in the| |This fixes citations release notes| |generated using the "Cite" | |option in the OPAC - | |subtitles are now included | |in the title where they | |exist for MARC21 (245$b). --- Comment #9 from David Nind <david@davidnind.com> --- (In reply to Alexander Wagner from comment #2)
Please note that Kohas structured outputs (I checked BibTeX) have a similar shortcoming.
For citation styles, it might be worthwhile to check if it wouldn't be sensible to come up with some conversion of the Marc data to Citation Style Language (cf. https://citationstyles.org/) and then use a library based on CSL to render the citation for the web, instead of the current static perl code that writes out fields in the relevant form for every citation style. (Cf. https://citationstyles.org/developers/#csl-processors)
Reasoning: - CSL is supported by some well used reference management tools (I know quite a few people still you copy&paste.) - CSL can be used to return _whatever_ style out there, so the selection could offer more, if needs be. - CSL itself is quite flexible if it is necessary to adopt to specific styles - Quite a few publishers support CSL by providing suitable styles for their outlets - Filling in CSL _as best as we can_ would avoid a missing field - There might be some ready made tools for MarcXML -> CSL
I do like this idea. Although I'm not familiar enough with citation styles and requirements to offer a considered opinion! I think doing something like this deserves its own bug. In the meantime, fixing it this way solves the immediate issue. -- You are receiving this mail because: You are watching all bug changes.