aclpub2 icon indicating copy to clipboard operation
aclpub2 copied to clipboard

Results 26 aclpub2 issues
Sort by recently updated
recently updated
newest added

As reported by @mdelhoneux in acl-org/acl-anthology#3208 I wonder if https://github.com/rycolab/aclpub2/blob/47dc3d2b896aa359e984d8e6e37ac57a8bd80acd/openreview/util.py#L62-L63 might be the culprit.

I think line 34 should be `tokens_capitalized = [token[0].upper()+token[1:].lower() for token in tokens if len(token)>1]` instead of `tokens_capitalized = [token[0].upper()+token[1:].lower() for token in tokens`. It helps to resolve the "string...

**URL Format Issue** When working with the softconf2aclpub.py script, you may encounter issues where the configuration file (config.json) does not align with the actual URL format required by the SOFTCONF...

Workshop organizers want us to fill out a Google sheet with information from papers.yml; here's a script to convert it to the required format

Tiny bit of QOL improvement — this fixes the indentation of the author part in the Table of Contents to avoid this: ![image](https://github.com/user-attachments/assets/4cbfdba5-4df7-47c7-84cd-8989fb169743)

I would like to list the following improvements that can be done for the script `or2program_committee.py`, which extracts data from OpenReview. - the script currently extracts Invited Reviewers/ACs and Declined...