IlikeCLR paper browsing page with recommendations based on liking papers#70
IlikeCLR paper browsing page with recommendations based on liking papers#70wouterkool wants to merge 8 commits intoICLR:masterfrom
Conversation
…or papers. API should compute 'like'-lihood for other papers for instant recommendation, currently disabled.
|
So I like the idea, and you are completely welcome to run it on your own (we can even link). I think the usability is different enough from the main site that I don't think I want to add it to the main site itself. |
Thanks! Personally I think it would be nice to include it, as I found the improved search and filter options very useful, as well as the TLDR on hover and the option to bookmark papers. I agree the recommendation part is somewhat experimental and optional, so if you really don't want to merge then I would be grateful if you could link to the page. :) Thanks! |
|
I hear you. If you maybe wanted to try to add bookmarking as a
standalone feature we would be interested. The rest is too much of a design
change at this point.
…On Mon, Apr 27, 2020 at 10:28 AM Wouter Kool ***@***.***> wrote:
So I like the idea, and you are completely welcome to run it on your own
(we can even link). I think the usability is different enough from the main
site that I don't think I want to add it to the main site itself.
Thanks! Personally I think it would be nice to include it, as I found the
improved search and filter options very useful, as well as the TLDR on
hover and the option to bookmark papers.
I agree the recommendation part is somewhat experimental and optional, so
if you really don't want to merge then I would be grateful if you could
link to the page. :) Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAIYKSS2NX4ALGSU6YWG33ROWI7BANCNFSM4MR33NNA>
.
|
|
Hi @wouterkool since I see you are still developing this. We are going to lock this repo and move to https://github.com/Mini-Conf/Mini-Conf, a clean open source implementation of the project. Happy to have contributions there if you are still interested. |
I built a browsing page with the following functionalities, based on jQuery and Isotope:
This allows to build a pinterest style board with papers you like on the top and the remaining papers sorted by their relevance to you. The session can be saved by storing the URL.
For a standalone demo, see https://wouterkool.github.io/ilikeclr. It should be possible to merge this request and get the functionality as a third option on the 'papers' page. I tried to isolate the necessary changes as much as possible