acl-org / emnlp-2020-virtual-conference

Repository containing the code for the EMNLP 2020 virtual conference
MIT License
0 stars 2 forks source link

Develop paper page #43

Closed jcklie closed 4 years ago

jcklie commented 4 years ago

This issue tracks issues about the paper page:

jcklie commented 4 years ago

@amirhssn Would you be interested to work on some of these?

amirhssn commented 4 years ago

Sure! Happy to help.

jcklie commented 4 years ago

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

amirhssn commented 4 years ago

Sure! For this purpose, we can have another series of buttons here to select from main conference, demo, workshops.

Screen Shot 1399-07-17 at 11 03 50 PM

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.

jcklie commented 4 years ago

Yes, I think that is a better solution than my mega combo box.

amirhssn commented 4 years ago

Great! So how do we provide such information to the frontend (whether a paper is in findings, workshops, etc)?

jcklie commented 4 years ago

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

jcklie commented 4 years ago

@amirhssn Did you have a look? If it is not interesting or difficult or so, then we have also other fun things like #53

amirhssn commented 4 years ago

Unfortunately, I didn't have time to look at it last weekend, probably start working on it this week.

jcklie commented 4 years ago

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.

clefourrier commented 4 years ago

@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?

jcklie commented 4 years ago

Yes, it is done.