research/Venue

34 records · yaml · accepts undeclared fields

Fields

FieldTypeRequiredMeaning
slug string matching /^[a-z0-9][a-z0-9-]*$/ required Unique record identity; also the filename and the venue page URL segment.
stub exactly true optional Marks a thin record: hidden from default listings and search, but still served at its own URL.
renderings list of object (additional keys allowed) optional Generated human-facing pages built from this record; regenerate them rather than editing them.
    ↳ path non-empty string optional On-disk location of the generated page, omitted when it is rendered on demand.
    ↳ published string required Public URL where the generated page is served.
    ↳ kind non-empty string required Which kind of generated page this is.
provenance any shape (not yet constrained by the schema) optional How this record was captured, including caveats that must survive into its renderings.
edges list of object (additional keys allowed) optional Typed graph links from this record to other records.
    ↳ name non-empty string required Display name of the entity at the far end of this link.
    ↳ openalexId non-empty string optional OpenAlex identifier that disambiguates the linked entity.
    ↳ kind non-empty string required What kind of relationship this link represents.
    ↳ provenance any shape (not yet constrained by the schema) optional How this link was established.
abbreviation non-empty string required Canonical short venue label used in generated headings and badges.
name non-empty string required Full canonical name of the venue.
openalexSourceIds list of non-empty string required OpenAlex source identifiers confirmed to represent this venue's main publication stream, not workshops or satellite proceedings.
prestige integer 0-10 required Ratified prestige score on a 0-10 scale that decides the venue's derived band.
scope non-empty string required How broad the venue's research scope is: "broad" or a short specialist label.
target exactly true optional Marks this venue as a personal submission target; absence means it is not.
why non-empty string required Why this venue matters to the user's research agenda.
history object (additional keys allowed) required Independently reconciled facts about how completely this venue's edition history and dates are known.
    ↳ editionEnumeration one of: complete | partial required Whether the venue's edition or date records are fully known or only partially known.
    ↳ exactDateCoverage one of: complete | partial required Whether the venue's edition or date records are fully known or only partially known.
    ↳ ordinalNoun one of: conference | edition | journal required The word used to count this venue's occurrences, distinguishing a rolling journal from a numbered conference edition.
    ↳ note non-empty string optional Free-text caveat about gaps or quirks in the venue's history coverage.
    ↳ reconciliation object (additional keys allowed) required Evidence that the venue's history facts were independently reconciled against an official source.
        ↳ checkedOn string matching /^\d{4}-\d{2}-\d{2}$/ required Calendar date this fact was independently checked.
        ↳ provenanceUrl string required Official source page the history facts were verified against.
conf non-empty string optional Identifier of the related conf-* skill for this venue, when one exists.

Rules

Defects

No defects in the 34 record(s) checked.

Example record

/Users/eshao/.config/mnt/data/research-venues/venues/aaai.yaml

slug: aaai
abbreviation: AAAI
name: AAAI Conference on Artificial Intelligence
openalexSourceIds:
  - S4210191458
prestige: 8
scope: broad
why: AAAI provides established broad-AI research on multiagent coordination, planning, communication, and agent architectures when a paper directly fits the agentic-systems agenda.
history:
  editionEnumeration: complete
  exactDateCoverage: partial
  note: AAAI proceedings index enumerates held editions, but most archive-era dates remain year-only.
  ordinalNoun: conference
  reconciliation:
    checkedOn: 2026-08-02
    provenanceUrl: https://aaai.org/aaai-publications/aaai-conference-proceedings/

Where it lives

Declared in/Users/eshao/.config/mnt/mdr/skills/research-records/assets/schemas/venue.ts
BindingvenueDataStore
Directory/Users/eshao/.config/mnt/data/research-venues/venues
Files*.yaml