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

    Fields for identifying the publication venue, publisher, or institution.

    type VenueFields = {
        booktitle?: string;
        institution?: string;
        journal?: string;
        organization?: string;
        publisher?: string;
        school?: string;
    }
    Index

    Properties

    booktitle?: string

    The title of the book if the reference is a part of it.

    institution?: string

    The organization sponsoring or issuing a technical report.

    journal?: string

    The official name of the scientific journal.

    organization?: string

    The institution hosting a conference or scientific event.

    publisher?: string

    The organization or company responsible for publication.

    school?: string

    The academic institution where a thesis was submitted.