4Science / DSpace

This repository contains the 4Science optimized DSpace & DSpace-CRIS distribution.
https://wiki.lyrasis.org/display/DSPACECRIS/
BSD 3-Clause "New" or "Revised" License
42 stars 61 forks source link

Export bibtex as lists #446

Open floriangantner opened 5 months ago

floriangantner commented 5 months ago

Is your feature request related to a problem? Please describe. The current bibtex export crosswalk is only configured for single mode, not for list modes. https://github.com/4Science/DSpace/blob/f768bbe0f1017a198262e7bc3aaa86aa332ba1d2/dspace/config/spring/api/crosswalks.xml#L81

Describe the solution you'd like We would like to have some multiple export format for bibtex as lists too.

Describe alternatives or workarounds you've considered

Additional context Changing to SINGLE_AND_MULTIPLE shows sufficient results, cause the CSLItemDataProvider also has the method implemented Single liner on configuration + additional tests