In my webpage, I have a full list of publications. However, I want to set up a few labels according to different research topics. Then when I click one label, the list of papers is expected to be updated (only the papers related to this topic will be shown, others hidden). How can I implement this? Is there any template on this?
Thanks in advance.
When you click on the link, a class could be changed on the list element, and then your CSS could hide/show the papers appropriately.