research/VenueEventCollection
6 records · yaml · accepts undeclared fields
Fields
| Field | Type | Required | Meaning |
|---|---|---|---|
name |
non-empty string | optional | Display name for this grouping of events. |
events |
non-empty list of object (additional keys allowed) | required | The dated events this file supplies. |
↳ id |
string matching /^[a-z0-9]+(?:-[a-z0-9]+)*$/ | required | Unique identity of this event within its collection. |
↳ name |
non-empty string | required | Display name of this event. |
↳ venueRefs |
non-empty list of object (additional keys allowed) | required | The venue series this event belongs to, and how it relates to them. |
↳ slug |
reference to venue venue | required | The venue series this event belongs to. |
↳ relation |
one of: edition | predecessor | required | Whether this event counts as an edition of the series or only precedes it historically. |
↳ seriesOrdinal |
integer >= 0 | optional | This edition's position in the series, valid only for editions. |
↳ navigation |
object (additional keys allowed) OR object (additional keys allowed) | optional | Official page to send a reader to for this edition. |
↳ form 1 |
object (additional keys allowed) | required | |
↳ kind |
exactly "edition-home" | required | Marks the target as this edition's own home page. |
↳ url |
string | required | The edition's home page. |
↳ archiveUrls |
non-empty list of string | optional | Archived copies to fall back on when the home page stops resolving. |
↳ form 2 |
object (additional keys allowed) | required | |
↳ kind |
exactly "official-edition-listing" | required | Marks the target as an official listing of the series editions rather than one edition page. |
↳ url |
string | required | The official listing page. |
↳ status |
one of: held | scheduled | cancelled | required | Whether the event has happened, is still upcoming, or was called off. |
↳ date |
object (additional keys allowed) OR object (additional keys allowed) OR object (additional keys allowed) | required | When the event runs, at whatever precision is known. |
↳ form 1 |
object (additional keys allowed) | required | |
↳ precision |
exactly "exact" | required | Marks that the exact dates of this event are known. |
↳ start |
string matching /^\d{4}-\d{2}-\d{2}$/ | required | First day of the event. |
↳ end |
string matching /^\d{4}-\d{2}-\d{2}$/ | required | Last day of the event. |
↳ form 2 |
object (additional keys allowed) | required | |
↳ precision |
exactly "year" | required | Marks that only the year of this event is known. |
↳ year |
integer 1900-2200 | required | Year the event took place. |
↳ form 3 |
object (additional keys allowed) | required | |
↳ precision |
exactly "tba" | required | Marks that the event is expected but its dates are unannounced. |
↳ year |
integer 1900-2200 | required | Year the event is expected in. |
↳ mode |
one of: in-person | virtual | hybrid | required | How attendees take part. |
↳ locations |
non-empty list of object (additional keys allowed) | optional | Where the event physically takes place. |
↳ role |
one of: main | satellite | required | Whether this is the event's primary place or an additional one. |
↳ city |
non-empty string | required | City hosting this part of the event. |
↳ country |
non-empty string | optional | Country hosting this part of the event. |
↳ venue |
non-empty string | optional | Name of the building or campus hosting this part of the event. |
↳ address |
non-empty string | optional | Street address of the host site. |
↳ languages |
list of non-empty string | optional | Languages the event is run in. |
↳ description |
non-empty string | optional | Short description of this specific event. |
↳ deadlines |
list of object (additional keys allowed) | optional | Submission and registration deadlines for this event. |
↳ kind |
one of: abstract | paper | supplement | workshop-paper | commitment | camera-ready | registration | author-registration | required | Which submission or registration step this deadline governs. |
↳ date |
object (additional keys allowed) OR object (additional keys allowed) | required | When the deadline falls, or that it is unannounced. |
↳ form 1 |
object (additional keys allowed) | required | |
↳ precision |
exactly "exact" | required | Marks that this deadline has an announced date. |
↳ date |
string matching /^\d{4}-\d{2}-\d{2}$/ | required | The day the deadline falls on. |
↳ form 2 |
object (additional keys allowed) | required | |
↳ precision |
exactly "tba" | required | Marks that this deadline exists but has not been announced. |
↳ timeZone |
non-empty string | optional | Time zone the deadline is stated in. |
↳ track |
non-empty string | optional | The track this deadline applies to, when tracks differ. |
↳ note |
non-empty string | optional | Any qualification a reader needs to apply this deadline correctly. |
↳ sources |
non-empty list of object (additional keys allowed) | required | Public pages establishing the facts on this record. |
↳ url |
string | required | Public page cited as evidence for this event. |
↳ checkedOn |
string matching /^\d{4}-\d{2}-\d{2}$/ | required | The date this source was last read. |
↳ scope |
non-empty string | required | Which facts on this record the cited page establishes. |
Rules
venueEventDateRule
Defects
No defects in the 6 record(s) checked.
Example record
/Users/eshao/.config/mnt/data/research-venues/events/acl-family.yaml
# Official ACL Anthology event IDs enumerate the historical series. Older events
# retain year precision where the official archive does not expose full dates.
aclSource: &acl_source { url: "https://aclanthology.org/venues/acl/", checkedOn: 2026-08-02, scope: official archive }
emnlpSource: &emnlp_source { url: "https://aclanthology.org/venues/emnlp/", checkedOn: 2026-08-02, scope: official archive }
eaclSource: &eacl_source { url: "https://eacl.org/conferences/", checkedOn: 2026-08-02, scope: official archive }
naaclSource: &naacl_source { url: "https://aclanthology.org/venues/naacl/", checkedOn: 2026-08-02, scope: official archive }
name: ACL-family venues
events:
- {id: acl-1963, name: "1st Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1963}, mode: in-person, sources: [*acl_source] }
- {id: acl-1964, name: "Annual Meeting of the Association for Computational Linguistics (1964)", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1964}, mode: in-person, sources: [*acl_source] }
- {id: acl-1965, name: "2nd Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1965}, mode: in-person, sources: [*acl_source] }
- {id: acl-1966, name: "Annual Meeting of the Association for Computational Linguistics (1966)", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1966}, mode: in-person, sources: [*acl_source] }
- {id: acl-1967, name: "3rd Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1967}, mode: in-person, sources: [*acl_source] }
- {id: acl-1968, name: "4th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1968}, mode: in-person, sources: [*acl_source] }
- {id: acl-1969, name: "5th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1969}, mode: in-person, sources: [*acl_source] }
- {id: acl-1970, name: "6th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1970}, mode: in-person, sources: [*acl_source] }
- {id: acl-1971, name: "7th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1971}, mode: in-person, sources: [*acl_source] }
- {id: acl-1972, name: "8th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1972}, mode: in-person, sources: [*acl_source] }
- {id: acl-1973, name: "9th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1973}, mode: in-person, sources: [*acl_source] }
- {id: acl-1974, name: "10th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1974}, mode: in-person, sources: [*acl_source] }
- {id: acl-1975, name: "11th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1975}, mode: in-person, sources: [*acl_source] }
- {id: acl-1976, name: "12th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1976}, mode: in-person, sources: [*acl_source] }
- {id: acl-1977, name: "13th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1977}, mode: in-person, sources: [*acl_source] }
- {id: acl-1978, name: "14th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1978}, mode: in-person, sources: [*acl_source] }
- {id: acl-1979, name: "15th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1979}, mode: in-person, sources: [*acl_source] }
- {id: acl-1980, name: "16th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1980}, mode: in-person, sources: [*acl_source] }
- {id: acl-1981, name: "17th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1981}, mode: in-person, sources: [*acl_source] }
- {id: acl-1982, name: "18th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1982}, mode: in-person, sources: [*acl_source] }
- {id: acl-1983, name: "19th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1983}, mode: in-person, sources: [*acl_source] }
- {id: acl-1984, name: "20th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1984}, mode: in-person, sources: [*acl_source] }
- {id: acl-1985, name: "21st Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1985}, mode: in-person, sources: [*acl_source] }
- {id: acl-1986, name: "22nd Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1986}, mode: in-person, sources: [*acl_source] }
- {id: acl-1987, name: "23rd Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1987}, mode: in-person, sources: [*acl_source] }
- {id: acl-1988, name: "24th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1988}, mode: in-person, sources: [*acl_source] }
- {id: acl-1989, name: "25th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1989}, mode: in-person, sources: [*acl_source] }
- {id: acl-1990, name: "26th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1990}, mode: in-person, sources: [*acl_source] }
- {id: acl-1991, name: "27th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1991}, mode: in-person, sources: [*acl_source] }
- {id: acl-1992, name: "28th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1992}, mode: in-person, sources: [*acl_source] }
- {id: acl-1993, name: "29th Annual Meeting of the Association for Computational Linguistics", venueRefs: [{slug: acl, relation: edition }], status: held, date: {precision: year, year: 1993}, mode: in-person, sources: [*acl_source] }
- {id: acl-
Where it lives
| Declared in | /Users/eshao/.config/mnt/mdr/skills/research-records/assets/schemas/venue-event.ts |
|---|---|
| Binding | venueEventCollectionDataStore |
| Directory | /Users/eshao/.config/mnt/data/research-venues/events |
| Files | *.yaml |