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

    Type Alias TechreportReference

    TechreportReference: Expand<
        BaseReference<TECHREPORT> & StrictSubset<
            BibTeXFields,
            "author"
            | "institution"
            | "title"
            | "year",
            "address" | "month" | "note" | "number" | "reportType",
        >,
    >

    Represents a formal report from an institution or organization.

    • Mandatory: author, institution, title, year
    • Optional: address, month, note, number, reportType