Marcel Bollmann
Marcel Bollmann
@mjpost The terminology clashes a bit with what we call "event" internally. Like, you would expect a tag called `` to be equivalent to what shows up under e.g. `events/acl-2020/`,...
@akoehn The code as written _is_ supposed to create these directories, but also, it was written before the Makefile existed and also created these directories.
Semantic Scholar is the main source of information in the ACL form, and that one asks for ORCID on sign-up, so that could be a place to start.
I was just pitching the idea that we could seed an initial ORCID database for the Anthology via Semantic Scholar. This does not include manual or error-prone matching because: +...
This is already supported, the URL only needs to be wrapped in `...` tags in the XML.
(For example, https://aclanthology.org/2020.acl-main.706/)
I was thinking if we had a good URL regex, it might just be a matter of ```bash sed -i 's#(.*[^>])(https?://somethingsomething)#\1\2#' *.xml ``` but I've looked into it briefly and...
Ah, [bummer:](https://docs.citationstyles.org/en/stable/specification.html?highlight=url#appendix-vi-links) > The CSL syntax does not have support for configuration of links.
So probably it's the CSL processor (https://github.com/brechtm/citeproc-py/ for us currently) which would need to support marking up or linking titles. Let's treat that as a separate question, then. There's still...
Just stumbled upon this project (wonderful idea!), but only recently switched to working with LuaLaTeX+biber (mainly because of Unicode support), so would definitely need this.