Add SIG information
mjpost opened this issue · 4 comments
SIG information is available (I think?) in the meta
file. This should be added as a tag in the XML so that it is available to automatically be added the Anthology at ingestion time (saving the manual effort and error associated with it).
Update: I think the meta
line has to be added to START.
Please elaborate on what exactly we should do on START.
Hi Rich—
Two pieces for the "CDROM" tab:
-
It would be nice to have a "sig" field, where people could enter associated SIGs. This would get written to the "meta" file in a sig line, e.g.,
sig sigparse
Then we could modify ACLPUB to add this automatically at ingestion. Currently, I have to do it manually for all workshops.
-
Additionally, the examples for chairs aren't good. As above, you can see that it shows
Rada Mihalcea (U of M)
We can't easily parse this into "last name, first name". It's easy to strip out the affiliation, but if a name has three parts, we have to resort to heuristics to determine which is first / last. It would be helpful if the examples listed instead the following format:
Mihalcea, Rada
Implemented this and updated the version accordingly