acl-org / acl-org/acl-anthology
Explicitly model joint events
- 主要语言
- Python
- 星标
- 797
- 派生
- 408
- 平均合并
- 3 天 19 小时
- 30 天内合并 PR
- 36
描述
We currently do not explicitly model joint events. Instead, we kind of hint at it, by allowing multiple `` tags at the volume level. This creates some issues:
- We use the same mechanism as a kind of tag for workshops
- There is no event page for the associated event unless it is redundantly created (e.g., we have ijcnlp-2025, but not aacl-2025)
We should consider explicitly modeling this. I suggest a `` tag at the event level:
```xml
aacl
ijcnlp
2025
...
```
This would create the event page `/events/ijcnlp-aacl-2025`, and also redirect to it (via the `` tags) from `/events/ijcnlp-2025` and `/events/aacl-2025`.
_Originally posted by @mjpost in https://github.com/acl-org/acl-anthology/pull/7803#discussion_r2948535486_
贡献指南
这个仓库没有索引到贡献指南
调研方向
Begin by tracing how volume-level venue tags currently produce event pages and redirects; the issue names no implementation files or tests. Define the event-level venue model for joint events, create the /events/ijcnlp-aacl-2025 page, and redirect the individual venue paths to it.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python, xml
- 领域
- backend, data
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100