openjournals / theoj

The Open Journal
http://theoj.org
MIT License
129 stars 10 forks source link

Recent paper list should probably display authors rather than submitters #266

Open joezuntz opened 7 years ago

joezuntz commented 7 years ago

The current "Recent papers" list displays "Submitted by ..." in its summary. An author list or first author would be more useful.

arfon commented 7 years ago

Agreed. We're working on a better way to handle paper metadata (we currently don't really persist any) which would address this.

arfon commented 7 years ago

/ cc @marcrohloff @freelanceastro

marcrohloff commented 7 years ago

We do persist the authors. We can add it trivially but do we want remove the submittor which also means removing the sort by submittor option?

Background: The issue is that we currently sort by submittor, sorting by authors instead is tricky because Arxiv provided them as 'First Last' (for ex 'Arfon Smith') so sorting wouldn't work as expected. Multiple authors present a further difficulty.

arfon commented 7 years ago

We do persist the authors. We can add it trivially but do we want remove the submittor which also means removing the sort by submittor option?

I think that's probably the right choice. I would vote we just ditch the sorting by author (submittor) and just keep the title & submitted date sorting.

marcrohloff commented 7 years ago

I didn't change the sorting but the author is now visible, I also fixed the display issues