Periodic Table Database Schema - v0.6.4
    Preparing search index...
    Conference: Expand<
        BaseReference<T> & StrictSubset<
            BibTeXFields,
            "author"
            | "booktitle"
            | "title"
            | "year",

                | "address"
                | "editor"
                | "month"
                | "note"
                | "number"
                | "organization"
                | "pages"
                | "publisher"
                | "series"
                | "volume",
        >,
    >

    Internal helper for conference-related types (Inproceedings or Conference).

    • Mandatory: author, booktitle, title, year
    • Optional: address, editor, month, note, number, organization, pages, publisher, series, volume

    Type Parameters