https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41690
Alexander Wagner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Alexander Wagner <[email protected]> --- 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 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
