acl-org / acl-anthology

Data and software for building the ACL Anthology.
https://aclanthology.org
Apache License 2.0
431 stars 288 forks source link

Volume bibs #222

Closed mjpost closed 5 years ago

mjpost commented 5 years ago

We used to create volume-level bibs, which is often convenient, e.g., https://aclanthology.coli.uni-saarland.de/volumes/17th-annual-meeting-of-the-association-for-computational-linguistics.bib.

It seems with the static rewrite we no longer do this. Can we (easily?) restore this? But using the ACL IDs, e.g., https://aclweb.org/anthology/P18-1.bib.

mbollmann commented 5 years ago

We do, actually: https://aclweb.org/anthology/volumes/P18-1.bib

I'm a bit surprised though that it doesn't seem to be linked from anywhere. Maybe an oversight. I should add this into the volume page template.

mbollmann commented 5 years ago

Actually just a minor logic error in the template. PR soon.

mjpost commented 5 years ago

It looks like we are still not displaying full-volume bibs. For example, no link here:

https://aclweb.org/anthology/events/acl-2018/

Is this an easy fix?