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

    Type Alias ArticleReference

    ArticleReference: Expand<
        BaseReference<ARTICLE> & StrictSubset<
            BibTeXFields,
            "author"
            | "journal"
            | "title"
            | "year",
            "month" | "note" | "number" | "pages" | "volume",
        >,
    >

    Represents a standard academic journal article.

    • Mandatory: author, journal, title, year
    • Optional: month, note, number, pages, volume