Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New ACL Anthology #1702

Open
nschneid opened this issue Jul 30, 2018 · 14 comments

Comments

Projects
None yet
5 participants
@nschneid
Copy link

commented Jul 30, 2018

http://aclanthology.info/ a.k.a. http://aclanthology.coli.uni-saarland.de/ has replaced http://www.aclweb.org/anthology/, which will no longer index new publications.

The Embedded Metadata translator partially works for the new site, but it would be better to have a translator based on BibTeX, e.g. to distinguish conference and journal papers.

@GuyAglionby, thanks for #1577—would it be straightforward to adapt the ACLWeb translator to the new anthology?

@GuyAglionby

This comment has been minimized.

Copy link
Contributor

commented Jul 30, 2018

Hey there. I suspect the new translator will be pretty straightforward to write. A lot of the complexity in the other translator handles cases where BibTeX is not available (e.g. here), but this doesn't appear to be an issue on the new website (e.g. corresponding). As such I'd probably just start from scratch -- shouldn't take long. Happy to do this but will have to be late next week. Thanks!

@Evpok

This comment has been minimized.

Copy link

commented Mar 23, 2019

http://aclweb.org/anthology is now claiming it is the latest version of ACL anthology and the exporter is not doing well there (e.g. failing to pick up the venue). Are there any plans to support this version?

@nschneid

This comment has been minimized.

Copy link
Author

commented Mar 23, 2019

In light of acl-org/acl-anthology#170 (comment), https://github.com/zotero/translators/blob/master/ACLWeb.js needs to be removed and https://github.com/zotero/translators/blob/master/ACLAnthology.js updated to work with the newest version of the site.

We are also waiting for #1797 to be merged.

@mjpost

This comment has been minimized.

Copy link

commented Mar 23, 2019

Thanks for working on this! If there are things the Anthology can do to facilitate integration please let us know.

I’ll add that it might look like there’s a lot of churn with Anthology formats, but the recent static rewrite is the third version of the website (under http://www.aclweb.org/anthology) and should be stable for many years to come.

@Evpok

This comment has been minimized.

Copy link

commented Mar 24, 2019

Side note (and I'll open a separate feature request if suitable) : it would also be nice to be able to download the supplementary materials (appendix, posters, slides…). Is it possible from the translator side or should it be done in a full-fledged add-on?

@mjpost

This comment has been minimized.

Copy link

commented Mar 24, 2019

What would you need for this to happen? Additional fields in the BibTeX? Or a BibLaTeX file?

@nschneid

This comment has been minimized.

Copy link
Author

commented Mar 24, 2019

I think the translator could retrieve these by following HTML links without modification to the Anthology .bib files, but @GuyAglionby would know better.

@Evpok

This comment has been minimized.

Copy link

commented Mar 24, 2019

@mjpost No, it would not really make sense to put this in the BibTeX, since technically these are separate documents (at least the slides and posters) that would require a separate bibliographic entry, i twould make more sense to get them in the translator and as far as I can see, the current structure of the anthology page is already enough for that :-)

@GuyAglionby

This comment has been minimized.

Copy link
Contributor

commented Mar 24, 2019

Should be straightforward to grab the supplementary materials as @nschneid mentions. Looks like the kind of thing that would come under the translators.attachSupplementary hidden property (here, cc @adam3smith ?).

Only had a brief look so far but it looks straightforward to integrate with the new Anthology, so shouldn't require any changes but many thanks for the offer @mjpost.

@nschneid

This comment has been minimized.

Copy link
Author

commented Apr 29, 2019

Also, the current translator is not recognizing \aa in https://www.aclweb.org/anthology/E17-2069.bib

@nschneid

This comment has been minimized.

Copy link
Author

commented Apr 29, 2019

The new bib format has curly braces protecting capital letters in titles, e.g. https://aclweb.org/anthology/papers/E/E17/E17-3006.bib

Is it possible to have the importer sentence-case titles, respecting the fixed capital letters? Just in the title field, not the booktitle.

@adam3smith

This comment has been minimized.

Copy link
Collaborator

commented Apr 29, 2019

Technically possible, yes, but I think it may well require a custom function.

@GuyAglionby

This comment has been minimized.

Copy link
Contributor

commented Apr 29, 2019

#1937 fixes the issue with the ring diacritic. I'm happy to sentence-case the titles if that seems reasonable @adam3smith -- I'm not sure what standard is here. (@nschneid -- is this related to the discussion on the Anthology issue tracker out of curiosity?)

@nschneid

This comment has been minimized.

Copy link
Author

commented Apr 30, 2019

acl-org/acl-anthology#123 has the gory details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.