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

    Collection of standard BibTeX fields for academic citations.

    interface BibTeXFields {
        address?: string;
        author?: string | string[];
        booktitle?: string;
        chapter?: string;
        edition?: string;
        editor?: string | string[];
        howpublished?: string;
        institution?: string;
        isbn?: string;
        journal?: string;
        month?: string;
        note?: string;
        number?: string | number;
        organization?: string;
        pages?: string | number;
        publisher?: string;
        reportType?: string;
        school?: string;
        series?: string;
        title?: string;
        volume?: string | number;
        year?: string | number;
    }
    Index

    Properties

    address?: string

    Physical or electronic address of the publisher or institution.

    author?: string | string[]

    Primary creator(s) of the work.

    booktitle?: string

    Title of the book when the reference is a chapter or paper within it.

    chapter?: string

    Specific chapter number within a larger work.

    edition?: string

    Version or edition of the publication (e.g., "3rd ed.").

    editor?: string | string[]

    Person(s) responsible for assembling the collection or volume.

    howpublished?: string

    Alternative publication method for non-traditional sources.

    institution?: string

    Official entity sponsoring a technical report or thesis.

    isbn?: string

    International Standard Book Number.

    journal?: string

    Name of the periodical in which the article was published.

    month?: string

    Month of publication.

    note?: string

    Unstructured supplemental information or remarks.

    number?: string | number

    Issue number within a volume.

    organization?: string

    Sponsoring organization for proceedings or manuals.

    pages?: string | number

    Page numbers or physical extent (e.g., "123--145").

    publisher?: string

    Entity responsible for the distribution of the work.

    reportType?: string

    Categorization of technical documents (e.g., "Research Memo").

    school?: string

    Academic institution where a thesis was defended.

    series?: string

    The larger collection or series a book belongs to.

    title?: string

    The full title of the cited work.

    volume?: string | number

    Numerical volume of a journal or multi-volume book.

    year?: string | number

    Year of publication.