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

    Structural model for representing a scientific institution or group.

    type Organization = {
        country?: CountryCode;
        name: string;
        references?: RefId[];
        shortName?: string;
        type?: OrganizationType;
        weblinks?: Weblinks;
    }
    Index

    Properties

    country?: CountryCode

    The primary geographic location of the organization's headquarters.

    name: string

    Full official name of the organization.

    references?: RefId[]

    Bibliographic citations for this entry.

    shortName?: string

    Commonly used abbreviation or acronym (e.g., 'CERN').

    Classification of the organization (e.g., University, Laboratory).

    weblinks?: Weblinks

    Digital resources and official web presence of the organization.