inveniosoftware / invenio-records-rest

Invenio records REST API module.
https://invenio-records-rest.readthedocs.io
MIT License
4 stars 62 forks source link

serializers: add "serialize_search" to citeproc (for generating literature lists) #287

Open slint opened 4 years ago

slint commented 4 years ago

By serializing search results using the citeproc (CSL) serializer, one could generate literature lists (see example in ePrints).

Note: the citeproc library already supports generating a list of citation texts (e.g. now we're just passing one object and return the first result from the list)