aclpub2
aclpub2 copied to clipboard
Hi! We've been following the sigdial example but it has no info on whether hyperlinks can be added and if so, how to do it. There are urls in plain...
Can anyone let me know how to generate cdrom proceedings from the output of ACLPUB2?
We noticed that in our WOAH proceedings, for all hyphenated last names (e.g. "Smith-Jones"), only the first name is capitalised (e.g. "Smith-jones"). There are edge cases, where not every part...
(Generally using this as a dumping ground for Anthology needs/wants, will sort out and clean up eventually) While it's fresh (ACL 2023 ingestion) I want to make a few notes...
I'm not sure whether aclpub2 produces the conference handbook, but it probably should -- adopting best practices from past handbooks. Here were a couple of issues with the ACL2023 handbook:...
Individual entries in the handbook show times, but they do not show dates or session numbers. So if you open the handbook to some page in the middle -- randomly...
It has been brought to our attention that the [SIG information is missing in aclpub2 format](https://github.com/acl-org/acl-anthology/issues/2349). May I suggest to add a `sig` field in the `conference_details.yml` file to include...
Starting with EMNLP 2022, we include author affiliation information on ACL anthology (see [this ingestion ticket](https://github.com/acl-org/acl-anthology/pull/2283) ). Such information can be extracted from `papers.yaml` file. However, editors affiliation information is...
## Setup * clean virtualenv * pip-installed dependencies from `requirements.txt` ```bash $ pip freeze certifi==2024.6.2 charset-normalizer==3.3.2 Deprecated==1.2.14 future==1.0.0 idna==3.7 Jinja2==3.0.2 MarkupSafe==2.1.5 openreview-py==1.40.4 pycryptodome==3.20.0 PyJWT==2.8.0 pylatexenc==2.10 PyPDF2==1.26.0 PyYAML==5.3.1 requests==2.32.3 roman==3.3 setuptools==65.5.1...
Repro: ```bash $ ./bin/generate examples/sigdial --proceedings [...] Traceback (most recent call last): File "/home/habi/PycharmProjects/aclpub2/./bin/generate", line 50, in generate_proceedings(args.path, args.overwrite, args.outdir, args.nopax, args.frontmatter) File "/home/habi/PycharmProjects/aclpub2/aclpub2/generate.py", line 27, in generate_proceedings raise Exception(...