The LVDB get_citations functions sorts the references alphabetically ([lvdb code](https://github.com/apace7/local_volume_database/blob/main/src/local_volume_database/lvdb_functions.py#L136)). The sorting happens from the numpy unique function. The alphabetical sorting is not desired and the better sorting option would be to sort by year.
The LVDB get_citations functions sorts the references alphabetically (lvdb code).
The sorting happens from the numpy unique function.
The alphabetical sorting is not desired and the better sorting option would be to sort by year.