Closed jcklie closed 4 years ago
@amirhssn Would you be interested to work on some of these?
Sure! Happy to help.
For ACL2020, we just had main conference papers and maybe demos in the paper view, this time we also want to add workshop papers and finding papers. I thought it would be nice to e.g. only view main conference papers
Sure! For this purpose, we can have another series of buttons here to select from main conference, demo, workshops.
Another thing we should consider is that we need to disable/hide the "track selector" in the demo mode and maybe change it to "workshop selector" in the Workshops mode.
Yes, I think that is a better solution than my mega combo box.
Great! So how do we provide such information to the frontend (whether a paper is in findings, workshops, etc)?
You need to look in how we generate paper pages, that is in load_site_data.py
or so. You will need change the code that it also loads workshops into the papers page, then you can just add a field to the site data that has this information
@amirhssn Did you have a look? If it is not interesting or difficult or so, then we have also other fun things like #53
Unfortunately, I didn't have time to look at it last weekend, probably start working on it this week.
There is already the info whether it is a long or short or demo paper in the "paper_type" property on paper which are sent to the papers.html template. I think that you do not need to change too much Python code. I will do a total rewrite of paper loading soon, so you might not want to change the current paper loading code too much.
@jcklie: Apparently the label you want is already there (in grey), to say either "Workshop Paper"/"Demo Paper"/"Long/Short Paper", unless you want something else?
Yes, it is done.
This issue tracks issues about the paper page: