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

    Type Alias IncollectionReference

    IncollectionReference: Expand<
        BaseReference<INCOLLECTION> & StrictSubset<
            BibTeXFields,
            "author"
            | "booktitle"
            | "publisher"
            | "title"
            | "year",

                | "address"
                | "chapter"
                | "edition"
                | "editor"
                | "month"
                | "note"
                | "number"
                | "pages"
                | "reportType"
                | "series"
                | "volume",
        >,
    >

    Represents a standalone work published within a larger collection.

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