Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export bibtex as lists #446

Open
floriangantner opened this issue Apr 2, 2024 · 0 comments · May be fixed by #447
Open

Export bibtex as lists #446

floriangantner opened this issue Apr 2, 2024 · 0 comments · May be fixed by #447

Comments

@floriangantner
Copy link

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.

<property name="crosswalkMode" value="#{T(org.dspace.content.crosswalk.CrosswalkMode).SINGLE}"/>

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

@floriangantner floriangantner linked a pull request Apr 2, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant