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

    Type Alias UnpublishedReference

    UnpublishedReference: Expand<
        BaseReference<UNPUBLISHED> & StrictSubset<
            BibTeXFields,
            "author"
            | "note"
            | "title",
            "month" | "year",
        >,
    >

    Represents scholarly work not yet formally published (e.g., pre-prints).

    • Mandatory: author, note, title
    • Optional: month, year