acl-org / acl-org/acl-anthology

Title casing

未关闭
#767 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
796
派生
408
平均合并
3 天 13 小时
30 天内合并 PR
34

描述

This was raised in #355 and is related to #160.

Do we have a policy for how to record the casing of titles?

For author names, we decided to use (our best guess) of the correct casing, even if it was printed in all-caps or all-lowercase in the START metadata or the PDF.

But I don't think we ever made a decision about titles. The situation is different because BibTeX automatically recases titles but not authors. The options I can think of are:

1) Preserve the original casing in the XML (with the PDF taking precedence over the START metadata or the table of contents), and output the original casing in both HTML and BibTeX.

2) Same as (1), but when generating HTML, normalize case (say, according to [APA style](https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case)).

3) Normalize case in the XML.

Under either (2) or (3), we will need to write a script that does the casing. Shouldn't be too difficult, but we don't have any existing code for it. Because `` annotations are not complete, it will make missing annotations _much_ more visible (IMO a good thing even if temporarily bad).

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。