Periodic Table Database Schema - v0.6.3
    Preparing search index...

    Type Alias ProceedingsReference

    ProceedingsReference: Expand<
        BaseReference<PROCEEDINGS> & StrictSubset<
            BibTeXFields,
            "title"
            | "year",

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

    Represents the full volume of conference proceedings.

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